From 6488a9342af4e62d5c786e3d3491a4f335c11601 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sun, 27 Aug 2023 22:56:16 -0400 Subject: [PATCH] chore: generate --- src/grammar.json | 838 +- src/node-types.json | 76 +- src/parser.c | 283881 +++++++++++++++++++++++------------------ 3 files changed, 161419 insertions(+), 123376 deletions(-) diff --git a/src/grammar.json b/src/grammar.json index 5d42bf0a..67b9b064 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,93 @@ "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": "REPEAT1", + "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 +2123,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 +2147,24 @@ "name": "file_redirect" } } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_heredoc_expression" + }, + { + "type": "BLANK" + } + ] } ] + }, + { + "type": "SYMBOL", + "name": "_heredoc_expression" } ] }, @@ -2146,6 +2214,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 +2309,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 +2537,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 +2592,6 @@ "type": "STRING", "value": "==" }, - { - "type": "STRING", - "value": "=~" - }, { "type": "STRING", "value": "!=" @@ -2468,13 +2603,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 +2999,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" }, - "named": true, - "value": "postfix_expression" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_arithmetic_parenthesized_expression" + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_arithmetic_postfix_expression" + }, + "named": true, + "value": "postfix_expression" }, - "named": true, - "value": "parenthesized_expression" - }, - { - "type": "SYMBOL", - "name": "command_substitution" - } - ] + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_arithmetic_parenthesized_expression" + }, + "named": true, + "value": "parenthesized_expression" + }, + { + "type": "SYMBOL", + "name": "command_substitution" + } + ] + } }, "_arithmetic_literal": { "type": "PREC", @@ -2955,6 +3089,10 @@ { "type": "SYMBOL", "name": "variable_name" + }, + { + "type": "SYMBOL", + "name": "string" } ] } @@ -3380,6 +3518,15 @@ }, "named": true, "value": "word" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_bare_dollar" + }, + "named": false, + "value": "$" } ] } @@ -4086,8 +4233,8 @@ { "type": "ALIAS", "content": { - "type": "PATTERN", - "value": "[\\s]+[\\w]*" + "type": "SYMBOL", + "name": "_expansion_word" }, "named": true, "value": "word" @@ -4141,34 +4288,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 +4358,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 +4408,65 @@ "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "_literal" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_primary_expression" + }, + { + "type": "ALIAS", + "content": { + "type": "PREC", + "value": -2, + "content": { + "type": "REPEAT1", + "content": { + "type": "SYMBOL", + "name": "_special_character" + } + } + }, + "named": true, + "value": "word" + }, + { + "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": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_concatenation_in_expansion" + }, + "named": true, + "value": "concatenation" + } + ] }, { "type": "FIELD", @@ -4324,28 +4557,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 +4790,27 @@ { "type": "SYMBOL", "name": "raw_string" + }, + { + "type": "SYMBOL", + "name": "ansi_c_string" + }, + { + "type": "SYMBOL", + "name": "command_substitution" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_expansion_word" + }, + "named": true, + "value": "word" + }, + { + "type": "SYMBOL", + "name": "array" } ] }, @@ -4581,14 +4864,26 @@ "type": "SYMBOL", "name": "raw_string" }, + { + "type": "SYMBOL", + "name": "ansi_c_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 +5000,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 +5062,7 @@ "type": "TOKEN", "content": { "type": "PREC", - "value": -9, + "value": -8, "content": { "type": "SEQ", "members": [ @@ -4982,6 +5324,10 @@ [ "redirected_statement", "command_substitution" + ], + [ + "function_definition", + "command_name" ] ], "precedences": [], @@ -5038,6 +5384,10 @@ "type": "SYMBOL", "name": "_regex_no_space" }, + { + "type": "SYMBOL", + "name": "_expansion_word" + }, { "type": "SYMBOL", "name": "extglob_pattern" @@ -5085,6 +5435,10 @@ { "type": "PATTERN", "value": "\\n" + }, + { + "type": "SYMBOL", + "name": "__error_recovery" } ], "inline": [ diff --git a/src/node-types.json b/src/node-types.json index 5fec7728..130e74ff 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 @@ -1208,8 +1232,8 @@ ] }, "destination": { - "multiple": false, - "required": true, + "multiple": 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 72a729f2..8534d81f 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 5277 +#define LARGE_STATE_COUNT 416 +#define SYMBOL_COUNT 270 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 169 -#define EXTERNAL_TOKEN_COUNT 25 +#define TOKEN_COUNT 172 +#define EXTERNAL_TOKEN_COUNT 27 #define FIELD_COUNT 19 #define MAX_ALIAS_SEQUENCE_LENGTH 8 -#define PRODUCTION_ID_COUNT 129 +#define PRODUCTION_ID_COUNT 140 enum ts_symbol_identifiers { sym_word = 1, @@ -103,192 +103,197 @@ 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___error_recovery = 171, + sym_program = 172, + sym__statements = 173, + aux_sym__terminated_statement = 174, + sym_redirected_statement = 175, + sym_for_statement = 176, + sym_c_style_for_statement = 177, + sym__for_body = 178, + sym__c_expression = 179, + sym__c_expression_not_assignment = 180, + sym__c_variable_assignment = 181, + sym__c_unary_expression = 182, + sym__c_binary_expression = 183, + sym__c_postfix_expression = 184, + sym__c_parenthesized_expression = 185, + sym_while_statement = 186, + sym_do_group = 187, + sym_if_statement = 188, + sym_elif_clause = 189, + sym_else_clause = 190, + sym_case_statement = 191, + sym_case_item = 192, + sym_last_case_item = 193, + sym_function_definition = 194, + sym_compound_statement = 195, + sym_subshell = 196, + sym_pipeline = 197, + sym_list = 198, + sym_negated_command = 199, + sym_test_command = 200, + sym_declaration_command = 201, + sym_unset_command = 202, + sym_command = 203, + sym_command_name = 204, + sym_variable_assignment = 205, + sym_variable_assignments = 206, + sym_subscript = 207, + sym_file_redirect = 208, + sym_heredoc_redirect = 209, + sym__heredoc_pipeline = 210, + sym__heredoc_expression = 211, + sym__heredoc_body = 212, + sym_heredoc_body = 213, + sym__simple_heredoc_body = 214, + sym_herestring_redirect = 215, + sym__expression = 216, + sym_binary_expression = 217, + sym_ternary_expression = 218, + sym_unary_expression = 219, + sym_postfix_expression = 220, + sym_parenthesized_expression = 221, + sym_arithmetic_expansion = 222, + sym_brace_expression = 223, + sym__arithmetic_expression = 224, + sym__arithmetic_literal = 225, + sym__arithmetic_binary_expression = 226, + sym__arithmetic_ternary_expression = 227, + sym__arithmetic_unary_expression = 228, + sym__arithmetic_postfix_expression = 229, + sym__arithmetic_parenthesized_expression = 230, + sym_concatenation = 231, + sym_string = 232, + sym_translated_string = 233, + sym_array = 234, + sym_number = 235, + sym_simple_expansion = 236, + sym_expansion = 237, + sym__expansion_body = 238, + sym__expansion_expression = 239, + sym__expansion_regex = 240, + sym__expansion_regex_replacement = 241, + sym__expansion_regex_removal = 242, + sym__expansion_max_length = 243, + sym__expansion_operator = 244, + sym__concatenation_in_expansion = 245, + sym_command_substitution = 246, + sym_process_substitution = 247, + sym__extglob_blob = 248, + sym__c_terminator = 249, + aux_sym__statements_repeat1 = 250, + aux_sym_redirected_statement_repeat1 = 251, + aux_sym_redirected_statement_repeat2 = 252, + aux_sym_for_statement_repeat1 = 253, + aux_sym__for_body_repeat1 = 254, + aux_sym_if_statement_repeat1 = 255, + aux_sym_case_statement_repeat1 = 256, + aux_sym_case_item_repeat1 = 257, + aux_sym_declaration_command_repeat1 = 258, + aux_sym_unset_command_repeat1 = 259, + aux_sym_command_repeat1 = 260, + aux_sym_command_repeat2 = 261, + aux_sym_variable_assignments_repeat1 = 262, + aux_sym_heredoc_body_repeat1 = 263, + aux_sym__literal_repeat1 = 264, + aux_sym_arithmetic_expansion_repeat1 = 265, + aux_sym_concatenation_repeat1 = 266, + aux_sym_string_repeat1 = 267, + aux_sym__expansion_body_repeat1 = 268, + aux_sym__concatenation_in_expansion_repeat1 = 269, }; static const char * const ts_symbol_names[] = { @@ -371,6 +376,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 +418,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 +460,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] = "{", @@ -461,6 +468,7 @@ static const char * const ts_symbol_names[] = { [sym__external_expansion_sym_hash] = "#", [sym__external_expansion_sym_bang] = "!", [sym__external_expansion_sym_equal] = "=", + [sym___error_recovery] = "__error_recovery", [sym_program] = "program", [sym__statements] = "_statements", [aux_sym__terminated_statement] = "_terminated_statement", @@ -500,6 +508,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 +545,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 +649,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 +691,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 +733,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, @@ -729,6 +741,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__external_expansion_sym_hash] = anon_sym_POUND, [sym__external_expansion_sym_bang] = anon_sym_BANG, [sym__external_expansion_sym_equal] = anon_sym_EQ, + [sym___error_recovery] = sym___error_recovery, [sym_program] = sym_program, [sym__statements] = sym__statements, [aux_sym__terminated_statement] = aux_sym__terminated_statement, @@ -768,6 +781,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 +818,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 +1159,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 +1327,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 +1495,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, @@ -1504,6 +1527,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [sym___error_recovery] = { + .visible = false, + .named = true, + }, [sym_program] = { .visible = true, .named = true, @@ -1660,6 +1687,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 +1836,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 +1974,139 @@ 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}, - [126] = {.index = 206, .length = 3}, - [127] = {.index = 209, .length = 3}, - [128] = {.index = 212, .length = 6}, + [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 = 55, .length = 2}, + [82] = {.index = 113, .length = 2}, + [83] = {.index = 115, .length = 1}, + [84] = {.index = 116, .length = 3}, + [85] = {.index = 119, .length = 3}, + [86] = {.index = 122, .length = 3}, + [87] = {.index = 125, .length = 3}, + [88] = {.index = 128, .length = 3}, + [89] = {.index = 131, .length = 3}, + [90] = {.index = 134, .length = 3}, + [91] = {.index = 137, .length = 2}, + [92] = {.index = 139, .length = 2}, + [93] = {.index = 141, .length = 3}, + [94] = {.index = 144, .length = 3}, + [95] = {.index = 147, .length = 2}, + [96] = {.index = 149, .length = 2}, + [97] = {.index = 151, .length = 2}, + [98] = {.index = 147, .length = 2}, + [99] = {.index = 149, .length = 2}, + [100] = {.index = 151, .length = 2}, + [101] = {.index = 137, .length = 2}, + [102] = {.index = 139, .length = 2}, + [103] = {.index = 141, .length = 3}, + [104] = {.index = 144, .length = 3}, + [105] = {.index = 153, .length = 3}, + [106] = {.index = 153, .length = 3}, + [107] = {.index = 156, .length = 3}, + [108] = {.index = 159, .length = 2}, + [109] = {.index = 161, .length = 3}, + [110] = {.index = 164, .length = 2}, + [111] = {.index = 166, .length = 3}, + [112] = {.index = 169, .length = 4}, + [113] = {.index = 173, .length = 4}, + [114] = {.index = 177, .length = 4}, + [115] = {.index = 181, .length = 4}, + [116] = {.index = 185, .length = 4}, + [117] = {.index = 189, .length = 4}, + [118] = {.index = 193, .length = 3}, + [119] = {.index = 196, .length = 3}, + [120] = {.index = 199, .length = 2}, + [121] = {.index = 201, .length = 2}, + [122] = {.index = 203, .length = 3}, + [123] = {.index = 206, .length = 3}, + [124] = {.index = 199, .length = 2}, + [125] = {.index = 201, .length = 2}, + [126] = {.index = 203, .length = 3}, + [127] = {.index = 206, .length = 3}, + [128] = {.index = 193, .length = 3}, + [129] = {.index = 196, .length = 3}, + [130] = {.index = 209, .length = 3}, + [131] = {.index = 212, .length = 4}, + [132] = {.index = 216, .length = 5}, + [133] = {.index = 221, .length = 5}, + [134] = {.index = 226, .length = 5}, + [135] = {.index = 231, .length = 3}, + [136] = {.index = 234, .length = 3}, + [137] = {.index = 231, .length = 3}, + [138] = {.index = 234, .length = 3}, + [139] = {.index = 237, .length = 6}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2069,99 +2115,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 +2227,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 +2459,56 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [1] = { [0] = sym_word, }, - [7] = { + [9] = { [1] = sym_word, }, - [9] = { + [10] = { [1] = anon_sym_AT2, }, - [11] = { + [12] = { [0] = anon_sym_AT2, }, - [13] = { + [14] = { [0] = sym_word, }, - [18] = { + [20] = { [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,23 +2516,29 @@ 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] = { - [0] = sym_word, + [79] = { + [2] = sym_word, }, - [87] = { + [81] = { + [3] = sym_word, + }, + [91] = { [0] = sym_word, }, - [88] = { + [92] = { [0] = sym_word, }, - [89] = { + [93] = { [0] = sym_word, }, [94] = { - [1] = sym_word, + [0] = sym_word, }, [95] = { [1] = sym_word, @@ -2463,31 +2546,37 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [96] = { [1] = sym_word, }, - [100] = { + [97] = { + [1] = sym_word, + }, + [105] = { [3] = sym_word, }, - [109] = { + [107] = { + [3] = sym_word, + }, + [118] = { [0] = sym_word, }, - [110] = { + [119] = { [0] = sym_word, }, - [113] = { + [120] = { [1] = sym_word, }, - [114] = { + [121] = { [1] = sym_word, }, - [115] = { + [122] = { [1] = sym_word, }, - [116] = { + [123] = { [1] = sym_word, }, - [124] = { + [135] = { [1] = sym_word, }, - [125] = { + [136] = { [1] = sym_word, }, }; @@ -2503,27 +2592,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, + [10] = 10, [11] = 9, - [12] = 8, - [13] = 13, - [14] = 13, - [15] = 9, - [16] = 13, - [17] = 9, + [12] = 9, + [13] = 10, + [14] = 10, + [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, @@ -2543,4554 +2632,5240 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [40] = 40, [41] = 41, [42] = 42, - [43] = 43, - [44] = 44, - [45] = 45, - [46] = 46, + [43] = 42, + [44] = 42, + [45] = 42, + [46] = 42, [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, + [48] = 47, + [49] = 42, + [50] = 47, + [51] = 42, + [52] = 42, + [53] = 53, + [54] = 54, + [55] = 55, + [56] = 53, + [57] = 57, + [58] = 54, + [59] = 55, + [60] = 60, + [61] = 53, + [62] = 57, + [63] = 54, + [64] = 55, + [65] = 53, + [66] = 54, + [67] = 57, + [68] = 54, + [69] = 55, + [70] = 53, + [71] = 57, + [72] = 54, + [73] = 55, + [74] = 53, + [75] = 57, + [76] = 54, + [77] = 77, + [78] = 55, + [79] = 55, + [80] = 53, + [81] = 57, + [82] = 54, + [83] = 55, + [84] = 84, + [85] = 53, + [86] = 57, + [87] = 54, + [88] = 55, + [89] = 53, + [90] = 57, + [91] = 91, + [92] = 54, + [93] = 55, + [94] = 53, + [95] = 57, + [96] = 54, + [97] = 55, + [98] = 53, + [99] = 57, + [100] = 54, + [101] = 55, + [102] = 53, + [103] = 53, + [104] = 57, + [105] = 54, + [106] = 57, + [107] = 55, + [108] = 53, + [109] = 57, + [110] = 54, + [111] = 55, + [112] = 54, + [113] = 55, + [114] = 53, + [115] = 57, + [116] = 54, + [117] = 55, + [118] = 53, + [119] = 57, + [120] = 54, + [121] = 53, + [122] = 55, + [123] = 55, + [124] = 53, + [125] = 57, + [126] = 54, + [127] = 55, + [128] = 53, + [129] = 57, + [130] = 54, + [131] = 55, + [132] = 132, + [133] = 53, + [134] = 57, + [135] = 57, + [136] = 54, + [137] = 55, + [138] = 53, + [139] = 77, + [140] = 54, + [141] = 57, + [142] = 84, + [143] = 54, + [144] = 55, + [145] = 53, + [146] = 57, + [147] = 54, + [148] = 55, + [149] = 53, + [150] = 55, + [151] = 53, + [152] = 57, + [153] = 57, + [154] = 54, + [155] = 54, + [156] = 53, + [157] = 55, + [158] = 20, + [159] = 53, + [160] = 57, + [161] = 54, + [162] = 162, + [163] = 55, + [164] = 54, + [165] = 55, + [166] = 166, + [167] = 55, + [168] = 53, + [169] = 53, + [170] = 57, + [171] = 57, + [172] = 54, + [173] = 55, + [174] = 53, + [175] = 57, + [176] = 54, + [177] = 55, + [178] = 57, + [179] = 57, + [180] = 54, + [181] = 54, + [182] = 55, + [183] = 53, + [184] = 57, + [185] = 54, + [186] = 55, + [187] = 53, + [188] = 55, + [189] = 57, + [190] = 54, + [191] = 55, + [192] = 53, + [193] = 57, + [194] = 54, + [195] = 55, + [196] = 53, + [197] = 53, + [198] = 57, + [199] = 57, + [200] = 54, + [201] = 55, + [202] = 53, + [203] = 57, + [204] = 55, + [205] = 55, + [206] = 53, + [207] = 57, + [208] = 54, + [209] = 55, + [210] = 53, + [211] = 57, + [212] = 54, + [213] = 213, + [214] = 55, + [215] = 215, + [216] = 53, + [217] = 57, + [218] = 54, + [219] = 84, + [220] = 53, + [221] = 55, + [222] = 57, + [223] = 60, + [224] = 54, + [225] = 91, + [226] = 53, + [227] = 54, + [228] = 57, + [229] = 54, + [230] = 55, + [231] = 57, + [232] = 55, + [233] = 53, + [234] = 53, + [235] = 57, + [236] = 54, + [237] = 55, + [238] = 20, + [239] = 53, + [240] = 53, + [241] = 57, + [242] = 60, + [243] = 213, + [244] = 54, + [245] = 55, + [246] = 77, + [247] = 57, + [248] = 55, + [249] = 53, + [250] = 57, + [251] = 54, + [252] = 55, + [253] = 55, + [254] = 53, + [255] = 213, + [256] = 57, + [257] = 53, + [258] = 57, + [259] = 57, + [260] = 55, + [261] = 57, + [262] = 53, + [263] = 55, + [264] = 57, + [265] = 53, + [266] = 55, + [267] = 57, + [268] = 53, + [269] = 55, + [270] = 57, + [271] = 53, + [272] = 55, + [273] = 57, + [274] = 53, + [275] = 55, + [276] = 57, + [277] = 54, + [278] = 53, + [279] = 55, + [280] = 53, + [281] = 55, + [282] = 53, + [283] = 57, + [284] = 57, + [285] = 53, + [286] = 55, + [287] = 57, + [288] = 54, + [289] = 53, + [290] = 55, + [291] = 55, + [292] = 53, + [293] = 57, + [294] = 215, + [295] = 57, + [296] = 215, + [297] = 57, + [298] = 54, + [299] = 53, + [300] = 91, + [301] = 55, + [302] = 53, + [303] = 57, + [304] = 55, + [305] = 53, + [306] = 53, + [307] = 55, + [308] = 57, + [309] = 309, [310] = 310, - [311] = 310, - [312] = 310, - [313] = 310, - [314] = 292, - [315] = 292, - [316] = 292, - [317] = 310, - [318] = 292, - [319] = 319, + [311] = 311, + [312] = 311, + [313] = 309, + [314] = 310, + [315] = 309, + [316] = 316, + [317] = 311, + [318] = 310, + [319] = 311, [320] = 320, - [321] = 319, - [322] = 320, + [321] = 311, + [322] = 322, [323] = 323, [324] = 323, - [325] = 319, - [326] = 320, - [327] = 327, - [328] = 327, - [329] = 323, - [330] = 330, - [331] = 331, - [332] = 332, - [333] = 333, - [334] = 332, - [335] = 333, - [336] = 336, - [337] = 337, - [338] = 331, - [339] = 339, + [325] = 325, + [326] = 326, + [327] = 322, + [328] = 323, + [329] = 322, + [330] = 322, + [331] = 323, + [332] = 322, + [333] = 322, + [334] = 322, + [335] = 322, + [336] = 323, + [337] = 323, + [338] = 323, + [339] = 323, [340] = 340, - [341] = 327, - [342] = 342, - [343] = 343, - [344] = 344, - [345] = 345, - [346] = 346, - [347] = 347, - [348] = 330, - [349] = 349, - [350] = 350, - [351] = 351, + [341] = 341, + [342] = 340, + [343] = 340, + [344] = 341, + [345] = 340, + [346] = 341, + [347] = 341, + [348] = 340, + [349] = 341, + [350] = 340, + [351] = 340, [352] = 352, [353] = 353, - [354] = 354, - [355] = 355, + [354] = 353, + [355] = 352, [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] = 379, + [380] = 380, + [381] = 381, + [382] = 382, [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, + [384] = 358, + [385] = 357, + [386] = 386, + [387] = 361, + [388] = 359, + [389] = 356, + [390] = 360, + [391] = 367, + [392] = 362, + [393] = 377, + [394] = 373, + [395] = 372, + [396] = 375, + [397] = 368, + [398] = 379, + [399] = 371, + [400] = 374, + [401] = 366, + [402] = 370, + [403] = 369, + [404] = 380, + [405] = 365, + [406] = 363, + [407] = 378, + [408] = 364, + [409] = 376, + [410] = 382, + [411] = 381, + [412] = 386, + [413] = 383, + [414] = 414, + [415] = 414, [416] = 416, - [417] = 416, + [417] = 417, [418] = 416, - [419] = 416, + [419] = 417, [420] = 420, [421] = 421, [422] = 422, - [423] = 423, - [424] = 420, + [423] = 416, + [424] = 422, [425] = 425, - [426] = 422, - [427] = 427, - [428] = 421, - [429] = 429, - [430] = 430, - [431] = 429, - [432] = 423, - [433] = 422, - [434] = 425, - [435] = 420, + [426] = 353, + [427] = 417, + [428] = 416, + [429] = 421, + [430] = 417, + [431] = 352, + [432] = 420, + [433] = 433, + [434] = 434, + [435] = 417, [436] = 422, - [437] = 319, + [437] = 422, [438] = 421, - [439] = 420, - [440] = 320, - [441] = 427, - [442] = 421, - [443] = 430, - [444] = 444, - [445] = 445, - [446] = 319, - [447] = 425, - [448] = 427, - [449] = 320, - [450] = 422, - [451] = 430, - [452] = 423, - [453] = 453, - [454] = 430, - [455] = 423, - [456] = 429, - [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, + [439] = 417, + [440] = 421, + [441] = 353, + [442] = 420, + [443] = 434, + [444] = 433, + [445] = 352, + [446] = 425, + [447] = 353, + [448] = 420, + [449] = 416, + [450] = 416, + [451] = 352, + [452] = 433, + [453] = 434, + [454] = 434, + [455] = 455, + [456] = 422, + [457] = 352, + [458] = 425, + [459] = 353, + [460] = 460, + [461] = 461, + [462] = 420, + [463] = 422, + [464] = 425, + [465] = 353, + [466] = 433, + [467] = 420, + [468] = 468, + [469] = 469, + [470] = 353, + [471] = 352, + [472] = 421, + [473] = 473, + [474] = 352, + [475] = 353, + [476] = 434, + [477] = 352, + [478] = 433, + [479] = 469, + [480] = 480, + [481] = 455, + [482] = 434, + [483] = 425, [484] = 484, - [485] = 320, - [486] = 319, - [487] = 320, - [488] = 445, - [489] = 319, - [490] = 453, - [491] = 444, - [492] = 445, - [493] = 319, - [494] = 320, - [495] = 319, - [496] = 444, - [497] = 320, - [498] = 453, - [499] = 319, - [500] = 320, - [501] = 453, - [502] = 320, - [503] = 503, - [504] = 319, - [505] = 421, - [506] = 320, - [507] = 319, - [508] = 319, - [509] = 420, - [510] = 320, - [511] = 444, - [512] = 503, - [513] = 445, - [514] = 514, - [515] = 319, - [516] = 445, - [517] = 320, - [518] = 444, - [519] = 422, - [520] = 514, - [521] = 521, - [522] = 521, - [523] = 320, - [524] = 319, - [525] = 319, - [526] = 320, - [527] = 420, - [528] = 320, - [529] = 422, - [530] = 429, - [531] = 425, - [532] = 427, - [533] = 521, - [534] = 430, - [535] = 521, - [536] = 521, - [537] = 320, - [538] = 421, - [539] = 319, - [540] = 423, - [541] = 521, - [542] = 319, - [543] = 521, - [544] = 521, - [545] = 430, - [546] = 429, - [547] = 547, - [548] = 548, - [549] = 427, - [550] = 423, - [551] = 320, - [552] = 319, - [553] = 319, - [554] = 320, - [555] = 555, - [556] = 425, - [557] = 557, - [558] = 555, - [559] = 547, - [560] = 320, - [561] = 319, - [562] = 514, - [563] = 444, - [564] = 548, - [565] = 453, - [566] = 484, - [567] = 484, - [568] = 568, - [569] = 557, - [570] = 503, - [571] = 445, - [572] = 320, - [573] = 320, - [574] = 332, - [575] = 319, - [576] = 331, - [577] = 547, - [578] = 555, - [579] = 557, - [580] = 319, - [581] = 320, - [582] = 503, - [583] = 548, - [584] = 453, - [585] = 568, + [485] = 433, + [486] = 353, + [487] = 461, + [488] = 352, + [489] = 489, + [490] = 460, + [491] = 353, + [492] = 352, + [493] = 353, + [494] = 352, + [495] = 468, + [496] = 353, + [497] = 352, + [498] = 498, + [499] = 455, + [500] = 473, + [501] = 469, + [502] = 461, + [503] = 480, + [504] = 352, + [505] = 469, + [506] = 460, + [507] = 352, + [508] = 469, + [509] = 484, + [510] = 455, + [511] = 469, + [512] = 461, + [513] = 417, + [514] = 498, + [515] = 484, + [516] = 468, + [517] = 468, + [518] = 480, + [519] = 455, + [520] = 489, + [521] = 473, + [522] = 353, + [523] = 523, + [524] = 352, + [525] = 353, + [526] = 455, + [527] = 352, + [528] = 353, + [529] = 352, + [530] = 353, + [531] = 473, + [532] = 460, + [533] = 353, + [534] = 461, + [535] = 416, + [536] = 461, + [537] = 461, + [538] = 473, + [539] = 461, + [540] = 352, + [541] = 353, + [542] = 469, + [543] = 352, + [544] = 544, + [545] = 545, + [546] = 353, + [547] = 484, + [548] = 489, + [549] = 498, + [550] = 469, + [551] = 460, + [552] = 545, + [553] = 484, + [554] = 498, + [555] = 455, + [556] = 455, + [557] = 468, + [558] = 416, + [559] = 353, + [560] = 544, + [561] = 353, + [562] = 421, + [563] = 352, + [564] = 417, + [565] = 469, + [566] = 352, + [567] = 544, + [568] = 353, + [569] = 484, + [570] = 461, + [571] = 480, + [572] = 480, + [573] = 489, + [574] = 480, + [575] = 422, + [576] = 352, + [577] = 352, + [578] = 468, + [579] = 544, + [580] = 353, + [581] = 544, + [582] = 544, + [583] = 544, + [584] = 455, + [585] = 460, [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, - [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, + [587] = 420, + [588] = 586, + [589] = 352, + [590] = 590, + [591] = 591, + [592] = 592, + [593] = 461, + [594] = 480, + [595] = 353, + [596] = 425, + [597] = 484, + [598] = 590, + [599] = 433, + [600] = 591, + [601] = 592, + [602] = 602, + [603] = 352, + [604] = 421, + [605] = 489, + [606] = 352, + [607] = 353, + [608] = 590, + [609] = 455, + [610] = 352, + [611] = 353, + [612] = 353, + [613] = 353, + [614] = 352, + [615] = 590, + [616] = 434, + [617] = 469, + [618] = 420, + [619] = 352, + [620] = 480, + [621] = 484, + [622] = 498, + [623] = 484, + [624] = 489, + [625] = 590, + [626] = 455, + [627] = 590, + [628] = 602, + [629] = 480, + [630] = 469, + [631] = 353, + [632] = 352, + [633] = 590, + [634] = 590, + [635] = 353, + [636] = 498, + [637] = 422, + [638] = 638, + [639] = 353, + [640] = 352, + [641] = 484, + [642] = 352, + [643] = 353, + [644] = 480, + [645] = 645, + [646] = 352, + [647] = 353, + [648] = 353, + [649] = 649, + [650] = 352, + [651] = 484, + [652] = 652, + [653] = 434, + [654] = 433, + [655] = 425, + [656] = 480, + [657] = 460, + [658] = 658, + [659] = 455, + [660] = 545, + [661] = 461, + [662] = 473, + [663] = 357, + [664] = 359, + [665] = 353, + [666] = 360, + [667] = 469, + [668] = 652, + [669] = 461, + [670] = 523, + [671] = 645, + [672] = 352, + [673] = 358, + [674] = 586, + [675] = 469, + [676] = 523, + [677] = 455, + [678] = 468, + [679] = 679, + [680] = 680, + [681] = 649, + [682] = 638, + [683] = 352, + [684] = 586, + [685] = 645, + [686] = 455, + [687] = 468, + [688] = 652, + [689] = 461, + [690] = 362, + [691] = 370, + [692] = 371, + [693] = 658, + [694] = 364, + [695] = 480, + [696] = 680, + [697] = 372, + [698] = 353, + [699] = 679, + [700] = 368, + [701] = 375, + [702] = 352, + [703] = 373, + [704] = 353, + [705] = 649, + [706] = 377, + [707] = 484, + [708] = 708, + [709] = 652, + [710] = 469, + [711] = 645, + [712] = 461, + [713] = 460, + [714] = 455, + [715] = 498, + [716] = 366, + [717] = 367, + [718] = 380, + [719] = 719, + [720] = 638, + [721] = 480, + [722] = 379, + [723] = 469, + [724] = 455, + [725] = 358, + [726] = 649, + [727] = 469, + [728] = 357, + [729] = 363, + [730] = 498, + [731] = 353, + [732] = 374, + [733] = 358, + [734] = 357, + [735] = 359, + [736] = 545, + [737] = 360, + [738] = 738, + [739] = 376, + [740] = 378, + [741] = 489, + [742] = 638, + [743] = 489, + [744] = 484, + [745] = 473, + [746] = 369, + [747] = 365, + [748] = 352, + [749] = 461, + [750] = 359, + [751] = 751, + [752] = 752, + [753] = 357, + [754] = 680, + [755] = 372, + [756] = 370, + [757] = 365, + [758] = 369, + [759] = 658, + [760] = 371, + [761] = 352, + [762] = 480, + [763] = 658, + [764] = 353, + [765] = 680, + [766] = 353, + [767] = 679, + [768] = 768, + [769] = 359, + [770] = 357, + [771] = 358, + [772] = 352, + [773] = 353, + [774] = 649, + [775] = 362, + [776] = 776, + [777] = 379, + [778] = 778, + [779] = 469, + [780] = 376, + [781] = 381, + [782] = 367, + [783] = 366, + [784] = 455, + [785] = 484, + [786] = 498, + [787] = 358, + [788] = 364, + [789] = 380, + [790] = 377, + [791] = 357, + [792] = 378, + [793] = 638, + [794] = 359, + [795] = 480, + [796] = 360, + [797] = 708, + [798] = 798, + [799] = 768, + [800] = 352, + [801] = 719, + [802] = 489, + [803] = 368, + [804] = 358, + [805] = 375, + [806] = 373, + [807] = 352, [808] = 808, - [809] = 586, - [810] = 697, - [811] = 355, - [812] = 336, - [813] = 355, - [814] = 808, - [815] = 331, - [816] = 596, - [817] = 353, - [818] = 349, - [819] = 343, - [820] = 587, - [821] = 357, - [822] = 351, - [823] = 339, - [824] = 370, - [825] = 661, - [826] = 342, - [827] = 332, - [828] = 342, - [829] = 707, - [830] = 830, - [831] = 351, - [832] = 357, - [833] = 808, - [834] = 340, - [835] = 354, - [836] = 353, - [837] = 808, - [838] = 339, - [839] = 349, - [840] = 356, - [841] = 333, - [842] = 595, - [843] = 333, - [844] = 339, - [845] = 355, - [846] = 350, - [847] = 331, - [848] = 350, - [849] = 849, - [850] = 350, - [851] = 354, - [852] = 852, - [853] = 353, - [854] = 353, - [855] = 344, - [856] = 345, - [857] = 345, - [858] = 352, - [859] = 352, - [860] = 676, - [861] = 344, - [862] = 349, - [863] = 356, - [864] = 343, - [865] = 808, - [866] = 588, - [867] = 354, - [868] = 337, - [869] = 346, - [870] = 331, - [871] = 342, - [872] = 336, - [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, + [809] = 353, + [810] = 358, + [811] = 811, + [812] = 812, + [813] = 357, + [814] = 352, + [815] = 353, + [816] = 360, + [817] = 360, + [818] = 374, + [819] = 363, + [820] = 645, + [821] = 652, + [822] = 461, + [823] = 484, + [824] = 652, + [825] = 645, + [826] = 359, + [827] = 484, + [828] = 768, + [829] = 480, + [830] = 679, + [831] = 751, + [832] = 752, + [833] = 359, + [834] = 368, + [835] = 357, + [836] = 358, + [837] = 381, + [838] = 368, + [839] = 752, + [840] = 359, + [841] = 375, + [842] = 751, + [843] = 373, + [844] = 360, + [845] = 352, + [846] = 353, + [847] = 751, + [848] = 363, + [849] = 359, + [850] = 378, + [851] = 658, + [852] = 366, + [853] = 379, + [854] = 362, + [855] = 752, + [856] = 812, + [857] = 811, + [858] = 367, + [859] = 359, + [860] = 370, + [861] = 808, + [862] = 358, + [863] = 357, + [864] = 380, + [865] = 370, + [866] = 386, + [867] = 680, + [868] = 868, + [869] = 679, + [870] = 363, + [871] = 360, + [872] = 872, + [873] = 371, + [874] = 374, + [875] = 372, + [876] = 352, + [877] = 357, + [878] = 358, + [879] = 484, + [880] = 357, + [881] = 358, + [882] = 480, + [883] = 365, + [884] = 380, + [885] = 359, + [886] = 371, + [887] = 369, + [888] = 708, + [889] = 378, + [890] = 380, + [891] = 776, + [892] = 366, + [893] = 370, + [894] = 363, + [895] = 367, + [896] = 379, + [897] = 778, + [898] = 376, + [899] = 899, + [900] = 900, + [901] = 372, + [902] = 719, + [903] = 903, + [904] = 708, + [905] = 353, + [906] = 906, + [907] = 719, + [908] = 374, + [909] = 368, + [910] = 679, + [911] = 378, + [912] = 357, + [913] = 353, + [914] = 377, + [915] = 377, + [916] = 373, + [917] = 375, + [918] = 918, + [919] = 379, + [920] = 920, + [921] = 371, + [922] = 352, + [923] = 776, + [924] = 375, + [925] = 358, + [926] = 778, + [927] = 366, + [928] = 367, + [929] = 377, + [930] = 374, + [931] = 376, + [932] = 369, + [933] = 365, + [934] = 372, + [935] = 364, + [936] = 359, + [937] = 362, + [938] = 376, + [939] = 362, [940] = 940, - [941] = 339, - [942] = 354, - [943] = 352, - [944] = 351, - [945] = 353, - [946] = 332, + [941] = 369, + [942] = 360, + [943] = 358, + [944] = 364, + [945] = 359, + [946] = 365, [947] = 357, - [948] = 350, - [949] = 349, - [950] = 336, - [951] = 354, - [952] = 353, - [953] = 676, - [954] = 677, - [955] = 955, - [956] = 342, - [957] = 336, - [958] = 849, - [959] = 555, - [960] = 547, - [961] = 961, - [962] = 333, - [963] = 682, - [964] = 681, - [965] = 697, - [966] = 370, - [967] = 728, - [968] = 730, - [969] = 969, - [970] = 659, - [971] = 661, - [972] = 336, - [973] = 353, - [974] = 385, - [975] = 354, - [976] = 910, - [977] = 349, - [978] = 961, - [979] = 961, - [980] = 357, - [981] = 351, - [982] = 339, - [983] = 370, - [984] = 754, - [985] = 336, - [986] = 370, - [987] = 876, - [988] = 342, - [989] = 370, - [990] = 349, - [991] = 852, - [992] = 992, - [993] = 350, - [994] = 351, - [995] = 352, - [996] = 830, - [997] = 961, - [998] = 353, - [999] = 370, - [1000] = 354, + [948] = 373, + [949] = 364, + [950] = 386, + [951] = 370, + [952] = 374, + [953] = 812, + [954] = 381, + [955] = 369, + [956] = 365, + [957] = 363, + [958] = 958, + [959] = 357, + [960] = 899, + [961] = 360, + [962] = 353, + [963] = 353, + [964] = 776, + [965] = 380, + [966] = 708, + [967] = 373, + [968] = 375, + [969] = 368, + [970] = 719, + [971] = 360, + [972] = 378, + [973] = 366, + [974] = 363, + [975] = 975, + [976] = 778, + [977] = 367, + [978] = 352, + [979] = 900, + [980] = 980, + [981] = 358, + [982] = 379, + [983] = 812, + [984] = 362, + [985] = 352, + [986] = 811, + [987] = 358, + [988] = 357, + [989] = 358, + [990] = 374, + [991] = 776, + [992] = 980, + [993] = 359, + [994] = 751, + [995] = 995, + [996] = 752, + [997] = 358, + [998] = 364, + [999] = 377, + [1000] = 359, [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, - [1025] = 352, - [1026] = 330, - [1027] = 661, - [1028] = 659, - [1029] = 961, - [1030] = 849, - [1031] = 347, - [1032] = 346, - [1033] = 337, - [1034] = 660, - [1035] = 657, - [1036] = 355, - [1037] = 356, - [1038] = 1038, - [1039] = 343, - [1040] = 340, - [1041] = 345, - [1042] = 344, - [1043] = 330, - [1044] = 707, - [1045] = 331, - [1046] = 337, - [1047] = 333, - [1048] = 346, - [1049] = 355, - [1050] = 676, - [1051] = 385, - [1052] = 347, - [1053] = 340, - [1054] = 340, - [1055] = 343, - [1056] = 697, - [1057] = 661, - [1058] = 659, - [1059] = 344, - [1060] = 681, - [1061] = 332, - [1062] = 347, - [1063] = 346, - [1064] = 337, - [1065] = 345, - [1066] = 730, - [1067] = 356, - [1068] = 728, - [1069] = 343, - [1070] = 353, - [1071] = 330, - [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, + [1002] = 903, + [1003] = 367, + [1004] = 366, + [1005] = 378, + [1006] = 776, + [1007] = 808, + [1008] = 980, + [1009] = 980, + [1010] = 353, + [1011] = 352, + [1012] = 372, + [1013] = 371, + [1014] = 381, + [1015] = 376, + [1016] = 868, + [1017] = 778, + [1018] = 377, + [1019] = 778, + [1020] = 371, + [1021] = 872, + [1022] = 372, + [1023] = 376, + [1024] = 370, + [1025] = 360, + [1026] = 1026, + [1027] = 357, + [1028] = 374, + [1029] = 357, + [1030] = 360, + [1031] = 357, + [1032] = 369, + [1033] = 365, + [1034] = 872, + [1035] = 359, + [1036] = 868, + [1037] = 980, + [1038] = 906, + [1039] = 980, + [1040] = 380, + [1041] = 372, + [1042] = 364, + [1043] = 362, + [1044] = 371, + [1045] = 379, + [1046] = 364, + [1047] = 359, + [1048] = 370, + [1049] = 980, + [1050] = 377, + [1051] = 376, + [1052] = 918, + [1053] = 920, + [1054] = 366, + [1055] = 380, + [1056] = 367, + [1057] = 808, + [1058] = 1058, + [1059] = 980, + [1060] = 373, + [1061] = 362, + [1062] = 811, + [1063] = 379, + [1064] = 381, + [1065] = 375, + [1066] = 368, + [1067] = 368, + [1068] = 359, + [1069] = 375, + [1070] = 358, + [1071] = 373, + [1072] = 353, + [1073] = 352, + [1074] = 358, + [1075] = 359, + [1076] = 353, + [1077] = 363, + [1078] = 378, + [1079] = 940, + [1080] = 360, + [1081] = 369, + [1082] = 352, + [1083] = 365, + [1084] = 380, + [1085] = 360, + [1086] = 360, + [1087] = 360, + [1088] = 940, + [1089] = 362, + [1090] = 1090, + [1091] = 379, + [1092] = 359, + [1093] = 357, + [1094] = 357, + [1095] = 358, + [1096] = 362, + [1097] = 358, + [1098] = 1058, + [1099] = 367, + [1100] = 366, [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, + [1102] = 1102, + [1103] = 359, + [1104] = 376, + [1105] = 365, + [1106] = 369, + [1107] = 377, + [1108] = 378, + [1109] = 359, + [1110] = 360, + [1111] = 381, + [1112] = 365, + [1113] = 357, + [1114] = 369, + [1115] = 358, + [1116] = 358, + [1117] = 378, + [1118] = 379, + [1119] = 370, + [1120] = 363, + [1121] = 377, + [1122] = 776, + [1123] = 373, + [1124] = 375, + [1125] = 372, + [1126] = 368, + [1127] = 379, + [1128] = 379, [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, + [1130] = 371, + [1131] = 371, + [1132] = 371, + [1133] = 367, + [1134] = 366, + [1135] = 374, + [1136] = 369, + [1137] = 365, + [1138] = 364, + [1139] = 372, + [1140] = 367, + [1141] = 366, + [1142] = 380, + [1143] = 1143, + [1144] = 357, + [1145] = 362, + [1146] = 364, + [1147] = 778, + [1148] = 372, + [1149] = 376, + [1150] = 367, + [1151] = 366, + [1152] = 357, + [1153] = 376, + [1154] = 380, + [1155] = 386, + [1156] = 906, + [1157] = 377, + [1158] = 368, + [1159] = 375, + [1160] = 373, + [1161] = 378, + [1162] = 360, + [1163] = 381, + [1164] = 872, + [1165] = 1165, + [1166] = 374, + [1167] = 868, + [1168] = 364, + [1169] = 374, + [1170] = 1170, + [1171] = 906, + [1172] = 645, + [1173] = 363, + [1174] = 652, + [1175] = 872, + [1176] = 868, + [1177] = 370, + [1178] = 995, + [1179] = 903, + [1180] = 386, + [1181] = 918, + [1182] = 920, + [1183] = 365, + [1184] = 358, + [1185] = 359, + [1186] = 369, + [1187] = 363, + [1188] = 900, + [1189] = 372, + [1190] = 370, + [1191] = 1191, + [1192] = 376, + [1193] = 374, + [1194] = 381, + [1195] = 363, + [1196] = 940, + [1197] = 958, + [1198] = 377, + [1199] = 367, + [1200] = 366, + [1201] = 362, + [1202] = 899, + [1203] = 1203, + [1204] = 378, + [1205] = 380, + [1206] = 778, + [1207] = 975, + [1208] = 776, + [1209] = 899, + [1210] = 359, + [1211] = 918, + [1212] = 359, + [1213] = 920, + [1214] = 380, + [1215] = 900, + [1216] = 364, + [1217] = 371, + [1218] = 379, + [1219] = 370, + [1220] = 378, + [1221] = 365, + [1222] = 369, + [1223] = 371, + [1224] = 374, + [1225] = 811, + [1226] = 812, + [1227] = 363, + [1228] = 358, + [1229] = 1058, + [1230] = 376, [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, + [1232] = 1026, + [1233] = 362, + [1234] = 368, + [1235] = 375, + [1236] = 373, + [1237] = 352, + [1238] = 1238, + [1239] = 353, + [1240] = 368, + [1241] = 375, + [1242] = 778, + [1243] = 872, + [1244] = 373, + [1245] = 776, + [1246] = 377, + [1247] = 868, + [1248] = 386, + [1249] = 364, + [1250] = 372, + [1251] = 368, + [1252] = 375, + [1253] = 903, + [1254] = 373, + [1255] = 377, + [1256] = 1256, + [1257] = 373, + [1258] = 377, + [1259] = 461, + [1260] = 369, + [1261] = 365, + [1262] = 359, + [1263] = 362, + [1264] = 1264, + [1265] = 357, + [1266] = 366, + [1267] = 358, + [1268] = 367, + [1269] = 374, + [1270] = 376, + [1271] = 359, + [1272] = 357, + [1273] = 1058, + [1274] = 358, + [1275] = 359, + [1276] = 371, + [1277] = 1090, + [1278] = 362, + [1279] = 379, + [1280] = 1280, + [1281] = 1264, + [1282] = 469, + [1283] = 362, + [1284] = 368, + [1285] = 1285, + [1286] = 776, + [1287] = 778, + [1288] = 899, + [1289] = 455, + [1290] = 375, + [1291] = 1102, + [1292] = 373, + [1293] = 379, + [1294] = 1101, + [1295] = 1264, + [1296] = 379, + [1297] = 377, + [1298] = 367, + [1299] = 374, + [1300] = 365, + [1301] = 1191, + [1302] = 363, + [1303] = 995, + [1304] = 1203, + [1305] = 1090, + [1306] = 652, + [1307] = 368, + [1308] = 369, + [1309] = 900, + [1310] = 365, + [1311] = 381, + [1312] = 378, + [1313] = 370, + [1314] = 363, + [1315] = 920, + [1316] = 377, + [1317] = 373, + [1318] = 375, + [1319] = 368, + [1320] = 379, + [1321] = 371, + [1322] = 367, + [1323] = 359, + [1324] = 366, + [1325] = 374, + [1326] = 366, + [1327] = 369, + [1328] = 365, + [1329] = 1143, + [1330] = 380, + [1331] = 918, + [1332] = 386, + [1333] = 371, + [1334] = 381, + [1335] = 370, + [1336] = 362, + [1337] = 364, + [1338] = 372, + [1339] = 376, + [1340] = 374, + [1341] = 868, + [1342] = 367, + [1343] = 371, + [1344] = 366, + [1345] = 372, + [1346] = 1191, + [1347] = 378, + [1348] = 364, + [1349] = 360, + [1350] = 868, + [1351] = 1264, + [1352] = 1203, + [1353] = 872, + [1354] = 872, + [1355] = 380, + [1356] = 372, + [1357] = 679, + [1358] = 364, + [1359] = 380, + [1360] = 357, + [1361] = 1026, + [1362] = 1143, + [1363] = 363, + [1364] = 1058, + [1365] = 358, + [1366] = 680, + [1367] = 872, + [1368] = 868, + [1369] = 975, + [1370] = 370, + [1371] = 1371, + [1372] = 376, + [1373] = 380, + [1374] = 357, + [1375] = 372, + [1376] = 958, + [1377] = 368, + [1378] = 362, + [1379] = 1238, + [1380] = 364, + [1381] = 375, + [1382] = 378, + [1383] = 364, + [1384] = 381, + [1385] = 372, + [1386] = 378, + [1387] = 376, + [1388] = 367, + [1389] = 358, + [1390] = 370, + [1391] = 366, + [1392] = 1058, + [1393] = 375, + [1394] = 376, + [1395] = 1264, + [1396] = 1396, + [1397] = 365, + [1398] = 645, + [1399] = 369, + [1400] = 358, + [1401] = 1264, + [1402] = 958, + [1403] = 381, + [1404] = 975, + [1405] = 363, + [1406] = 379, + [1407] = 995, + [1408] = 359, + [1409] = 374, + [1410] = 386, + [1411] = 370, + [1412] = 373, + [1413] = 381, + [1414] = 368, + [1415] = 386, + [1416] = 360, + [1417] = 380, + [1418] = 1264, + [1419] = 658, + [1420] = 369, + [1421] = 375, + [1422] = 373, + [1423] = 357, + [1424] = 1026, + [1425] = 363, + [1426] = 377, + [1427] = 378, + [1428] = 371, [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, - [1666] = 352, - [1667] = 354, - [1668] = 1668, - [1669] = 353, - [1670] = 1644, - [1671] = 1671, - [1672] = 876, - [1673] = 337, - [1674] = 347, - [1675] = 1623, - [1676] = 1631, - [1677] = 1633, - [1678] = 355, - [1679] = 339, - [1680] = 346, - [1681] = 1623, - [1682] = 1623, - [1683] = 1623, - [1684] = 1623, - [1685] = 1623, - [1686] = 340, - [1687] = 336, - [1688] = 1633, - [1689] = 1623, - [1690] = 1623, - [1691] = 1634, - [1692] = 356, - [1693] = 1623, - [1694] = 1636, - [1695] = 1623, - [1696] = 370, - [1697] = 349, - [1698] = 1698, - [1699] = 343, - [1700] = 350, - [1701] = 1623, - [1702] = 340, - [1703] = 320, - [1704] = 355, - [1705] = 319, - [1706] = 1623, - [1707] = 849, - [1708] = 1623, - [1709] = 1709, - [1710] = 347, - [1711] = 346, - [1712] = 337, - [1713] = 1713, - [1714] = 852, - [1715] = 1520, - [1716] = 1623, - [1717] = 1717, - [1718] = 1718, - [1719] = 1719, - [1720] = 345, - [1721] = 1623, - [1722] = 1623, - [1723] = 356, - [1724] = 1623, - [1725] = 1623, - [1726] = 344, - [1727] = 356, - [1728] = 1623, - [1729] = 955, - [1730] = 1730, - [1731] = 1623, - [1732] = 343, - [1733] = 1623, - [1734] = 1623, - [1735] = 1623, - [1736] = 345, - [1737] = 1737, - [1738] = 1623, - [1739] = 1644, - [1740] = 1623, - [1741] = 351, - [1742] = 352, - [1743] = 1623, - [1744] = 385, - [1745] = 344, - [1746] = 343, - [1747] = 1623, - [1748] = 340, - [1749] = 830, - [1750] = 940, - [1751] = 1623, - [1752] = 1623, - [1753] = 1623, - [1754] = 345, - [1755] = 344, - [1756] = 1623, - [1757] = 1631, - [1758] = 940, - [1759] = 1139, - [1760] = 319, - [1761] = 1002, - [1762] = 1228, - [1763] = 1520, - [1764] = 1003, - [1765] = 969, + [1430] = 1101, + [1431] = 1058, + [1432] = 363, + [1433] = 359, + [1434] = 357, + [1435] = 358, + [1436] = 362, + [1437] = 371, + [1438] = 359, + [1439] = 357, + [1440] = 1102, + [1441] = 358, + [1442] = 1442, + [1443] = 1143, + [1444] = 381, + [1445] = 1442, + [1446] = 1090, + [1447] = 1238, + [1448] = 386, + [1449] = 868, + [1450] = 375, + [1451] = 1451, + [1452] = 1143, + [1453] = 368, + [1454] = 1442, + [1455] = 378, + [1456] = 372, + [1457] = 374, + [1458] = 363, + [1459] = 380, + [1460] = 386, + [1461] = 484, + [1462] = 480, + [1463] = 1285, + [1464] = 368, + [1465] = 374, + [1466] = 1058, + [1467] = 381, + [1468] = 380, + [1469] = 719, + [1470] = 372, + [1471] = 1280, + [1472] = 708, + [1473] = 1101, + [1474] = 364, + [1475] = 1442, + [1476] = 1143, + [1477] = 381, + [1478] = 375, + [1479] = 381, + [1480] = 1191, + [1481] = 357, + [1482] = 1371, + [1483] = 378, + [1484] = 1191, + [1485] = 358, + [1486] = 377, + [1487] = 386, + [1488] = 1203, + [1489] = 369, + [1490] = 370, + [1491] = 365, + [1492] = 367, + [1493] = 362, + [1494] = 379, + [1495] = 366, + [1496] = 373, + [1497] = 1191, + [1498] = 359, + [1499] = 1203, + [1500] = 752, + [1501] = 751, + [1502] = 872, + [1503] = 1451, + [1504] = 1442, + [1505] = 386, + [1506] = 1102, + [1507] = 658, + [1508] = 1442, + [1509] = 1238, + [1510] = 371, + [1511] = 369, + [1512] = 381, + [1513] = 365, + [1514] = 1442, + [1515] = 364, + [1516] = 376, + [1517] = 353, + [1518] = 1090, + [1519] = 367, + [1520] = 680, + [1521] = 1090, + [1522] = 1203, + [1523] = 1256, + [1524] = 386, + [1525] = 376, + [1526] = 1451, + [1527] = 377, + [1528] = 379, + [1529] = 373, + [1530] = 679, + [1531] = 352, + [1532] = 366, + [1533] = 360, + [1534] = 357, + [1535] = 1203, + [1536] = 365, + [1537] = 776, + [1538] = 1538, + [1539] = 1539, + [1540] = 1256, + [1541] = 1541, + [1542] = 1542, + [1543] = 369, + [1544] = 1539, + [1545] = 358, + [1546] = 1539, + [1547] = 366, + [1548] = 1539, + [1549] = 377, + [1550] = 1539, + [1551] = 1539, + [1552] = 1552, + [1553] = 1539, + [1554] = 1280, + [1555] = 1539, + [1556] = 752, + [1557] = 1090, + [1558] = 378, + [1559] = 1542, + [1560] = 1560, + [1561] = 379, + [1562] = 1539, + [1563] = 1143, + [1564] = 1542, + [1565] = 1538, + [1566] = 1538, + [1567] = 1539, + [1568] = 778, + [1569] = 1541, + [1570] = 1539, + [1571] = 1571, + [1572] = 1572, + [1573] = 751, + [1574] = 1280, + [1575] = 811, + [1576] = 1560, + [1577] = 1552, + [1578] = 1539, + [1579] = 1571, + [1580] = 1539, + [1581] = 386, + [1582] = 381, + [1583] = 1539, + [1584] = 1539, + [1585] = 1560, + [1586] = 469, + [1587] = 1539, + [1588] = 362, + [1589] = 1542, + [1590] = 1539, + [1591] = 1090, + [1592] = 1560, + [1593] = 1539, + [1594] = 1560, + [1595] = 376, + [1596] = 1143, + [1597] = 708, + [1598] = 1539, + [1599] = 374, + [1600] = 1539, + [1601] = 1285, + [1602] = 1539, + [1603] = 1603, + [1604] = 1371, + [1605] = 719, + [1606] = 1285, + [1607] = 1539, + [1608] = 1541, + [1609] = 358, + [1610] = 1539, + [1611] = 1541, + [1612] = 461, + [1613] = 1539, + [1614] = 1603, + [1615] = 359, + [1616] = 1371, + [1617] = 1539, + [1618] = 1603, + [1619] = 1541, + [1620] = 386, + [1621] = 1539, + [1622] = 370, + [1623] = 1603, + [1624] = 1542, + [1625] = 1552, + [1626] = 357, + [1627] = 1541, + [1628] = 1538, + [1629] = 1571, + [1630] = 1571, + [1631] = 1572, + [1632] = 1539, + [1633] = 367, + [1634] = 1539, + [1635] = 1538, + [1636] = 1539, + [1637] = 1539, + [1638] = 1552, + [1639] = 1539, + [1640] = 1539, + [1641] = 1539, + [1642] = 1539, + [1643] = 373, + [1644] = 1552, + [1645] = 1539, + [1646] = 1539, + [1647] = 1539, + [1648] = 1539, + [1649] = 363, + [1650] = 1539, + [1651] = 1539, + [1652] = 375, + [1653] = 1539, + [1654] = 812, + [1655] = 368, + [1656] = 359, + [1657] = 1552, + [1658] = 1539, + [1659] = 386, + [1660] = 386, + [1661] = 380, + [1662] = 1539, + [1663] = 372, + [1664] = 1539, + [1665] = 1539, + [1666] = 1191, + [1667] = 364, + [1668] = 1539, + [1669] = 1541, + [1670] = 1539, + [1671] = 1542, + [1672] = 1539, + [1673] = 1256, + [1674] = 1572, + [1675] = 386, + [1676] = 1539, + [1677] = 1603, + [1678] = 1539, + [1679] = 371, + [1680] = 1203, + [1681] = 1539, + [1682] = 1542, + [1683] = 1539, + [1684] = 381, + [1685] = 1571, + [1686] = 1539, + [1687] = 1560, + [1688] = 1539, + [1689] = 1539, + [1690] = 1539, + [1691] = 1603, + [1692] = 1539, + [1693] = 1539, + [1694] = 1603, + [1695] = 1539, + [1696] = 455, + [1697] = 1560, + [1698] = 1539, + [1699] = 1539, + [1700] = 1191, + [1701] = 1539, + [1702] = 359, + [1703] = 812, + [1704] = 353, + [1705] = 386, + [1706] = 358, + [1707] = 811, + [1708] = 868, + [1709] = 900, + [1710] = 352, + [1711] = 380, + [1712] = 920, + [1713] = 381, + [1714] = 386, + [1715] = 358, + [1716] = 480, + [1717] = 357, + [1718] = 360, + [1719] = 359, + [1720] = 373, + [1721] = 375, + [1722] = 899, + [1723] = 776, + [1724] = 368, + [1725] = 379, + [1726] = 918, + [1727] = 371, + [1728] = 370, + [1729] = 1371, + [1730] = 776, + [1731] = 778, + [1732] = 358, + [1733] = 359, + [1734] = 808, + [1735] = 868, + [1736] = 899, + [1737] = 778, + [1738] = 900, + [1739] = 872, + [1740] = 872, + [1741] = 357, + [1742] = 357, + [1743] = 484, + [1744] = 359, + [1745] = 366, + [1746] = 367, + [1747] = 372, + [1748] = 364, + [1749] = 362, + [1750] = 1256, + [1751] = 358, + [1752] = 360, + [1753] = 357, + [1754] = 360, + [1755] = 359, + [1756] = 900, + [1757] = 868, + [1758] = 872, + [1759] = 1759, + [1760] = 1760, + [1761] = 1761, + [1762] = 1762, + [1763] = 359, + [1764] = 358, + [1765] = 357, [1766] = 1766, - [1767] = 320, - [1768] = 370, - [1769] = 1769, - [1770] = 370, - [1771] = 1631, - [1772] = 1180, - [1773] = 1520, - [1774] = 1631, - [1775] = 1636, - [1776] = 1634, - [1777] = 1777, - [1778] = 319, - [1779] = 320, - [1780] = 1766, - [1781] = 955, - [1782] = 1634, - [1783] = 1636, - [1784] = 1631, - [1785] = 1785, - [1786] = 1634, - [1787] = 1476, - [1788] = 1423, - [1789] = 1769, - [1790] = 1427, - [1791] = 1777, - [1792] = 1792, - [1793] = 1428, - [1794] = 1585, - [1795] = 1586, - [1796] = 385, - [1797] = 1427, - [1798] = 1423, - [1799] = 1636, - [1800] = 1769, - [1801] = 1634, - [1802] = 1604, - [1803] = 1785, - [1804] = 1766, - [1805] = 1777, - [1806] = 1766, - [1807] = 1596, - [1808] = 1038, - [1809] = 1792, - [1810] = 385, - [1811] = 1766, - [1812] = 1631, - [1813] = 1636, - [1814] = 1785, - [1815] = 849, - [1816] = 1816, - [1817] = 1792, - [1818] = 1428, - [1819] = 1636, - [1820] = 1785, - [1821] = 1634, - [1822] = 1766, - [1823] = 1766, - [1824] = 1476, - [1825] = 1766, - [1826] = 1545, - [1827] = 1785, - [1828] = 1828, - [1829] = 356, - [1830] = 1730, - [1831] = 1831, - [1832] = 319, - [1833] = 1833, - [1834] = 969, - [1835] = 1835, - [1836] = 320, - [1837] = 355, - [1838] = 1139, - [1839] = 1719, - [1840] = 1831, - [1841] = 319, - [1842] = 1718, - [1843] = 1843, - [1844] = 1003, - [1845] = 1845, - [1846] = 1845, - [1847] = 1634, - [1848] = 1636, - [1849] = 1833, - [1850] = 1833, - [1851] = 1713, - [1852] = 1709, - [1853] = 1835, - [1854] = 1843, - [1855] = 1652, - [1856] = 1671, - [1857] = 1668, - [1858] = 1002, - [1859] = 1828, + [1767] = 1767, + [1768] = 360, + [1769] = 358, + [1770] = 358, + [1771] = 359, + [1772] = 357, + [1773] = 360, + [1774] = 373, + [1775] = 375, + [1776] = 368, + [1777] = 359, + [1778] = 386, + [1779] = 357, + [1780] = 379, + [1781] = 362, + [1782] = 367, + [1783] = 366, + [1784] = 359, + [1785] = 370, + [1786] = 373, + [1787] = 375, + [1788] = 368, + [1789] = 371, + [1790] = 364, + [1791] = 372, + [1792] = 868, + [1793] = 380, + [1794] = 872, + [1795] = 363, + [1796] = 359, + [1797] = 379, + [1798] = 1767, + [1799] = 1766, + [1800] = 359, + [1801] = 374, + [1802] = 360, + [1803] = 359, + [1804] = 1762, + [1805] = 1761, + [1806] = 362, + [1807] = 357, + [1808] = 367, + [1809] = 366, + [1810] = 358, + [1811] = 378, + [1812] = 370, + [1813] = 377, + [1814] = 376, + [1815] = 371, + [1816] = 369, + [1817] = 365, + [1818] = 365, + [1819] = 364, + [1820] = 369, + [1821] = 372, + [1822] = 376, + [1823] = 1767, + [1824] = 1766, + [1825] = 1762, + [1826] = 380, + [1827] = 1761, + [1828] = 374, + [1829] = 363, + [1830] = 377, + [1831] = 374, + [1832] = 363, + [1833] = 378, + [1834] = 906, + [1835] = 359, + [1836] = 378, + [1837] = 918, + [1838] = 920, + [1839] = 868, + [1840] = 872, + [1841] = 377, + [1842] = 940, + [1843] = 778, + [1844] = 776, + [1845] = 369, + [1846] = 365, + [1847] = 903, + [1848] = 376, + [1849] = 899, + [1850] = 359, + [1851] = 364, + [1852] = 367, + [1853] = 1853, + [1854] = 1854, + [1855] = 359, + [1856] = 1853, + [1857] = 1857, + [1858] = 359, + [1859] = 1853, [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, - [1973] = 1973, - [1974] = 1906, - [1975] = 1906, - [1976] = 352, - [1977] = 1977, + [1861] = 376, + [1862] = 381, + [1863] = 372, + [1864] = 365, + [1865] = 369, + [1866] = 373, + [1867] = 375, + [1868] = 368, + [1869] = 377, + [1870] = 378, + [1871] = 376, + [1872] = 1872, + [1873] = 357, + [1874] = 370, + [1875] = 365, + [1876] = 369, + [1877] = 360, + [1878] = 358, + [1879] = 357, + [1880] = 374, + [1881] = 377, + [1882] = 358, + [1883] = 357, + [1884] = 358, + [1885] = 1854, + [1886] = 363, + [1887] = 373, + [1888] = 379, + [1889] = 378, + [1890] = 362, + [1891] = 366, + [1892] = 370, + [1893] = 374, + [1894] = 375, + [1895] = 371, + [1896] = 368, + [1897] = 372, + [1898] = 371, + [1899] = 380, + [1900] = 363, + [1901] = 1101, + [1902] = 374, + [1903] = 363, + [1904] = 1102, + [1905] = 381, + [1906] = 379, + [1907] = 362, + [1908] = 367, + [1909] = 366, + [1910] = 1143, + [1911] = 1857, + [1912] = 358, + [1913] = 370, + [1914] = 1853, + [1915] = 1860, + [1916] = 378, + [1917] = 1857, + [1918] = 379, + [1919] = 371, + [1920] = 872, + [1921] = 377, + [1922] = 1860, + [1923] = 868, + [1924] = 362, + [1925] = 364, + [1926] = 360, + [1927] = 372, + [1928] = 369, + [1929] = 365, + [1930] = 358, + [1931] = 1857, + [1932] = 376, + [1933] = 1853, + [1934] = 1860, + [1935] = 1759, + [1936] = 1760, + [1937] = 1058, + [1938] = 360, + [1939] = 357, + [1940] = 381, + [1941] = 995, + [1942] = 367, + [1943] = 366, + [1944] = 357, + [1945] = 381, + [1946] = 375, + [1947] = 380, + [1948] = 358, + [1949] = 362, + [1950] = 368, + [1951] = 373, + [1952] = 370, + [1953] = 353, + [1954] = 357, + [1955] = 958, + [1956] = 379, + [1957] = 373, + [1958] = 358, + [1959] = 375, + [1960] = 975, + [1961] = 368, + [1962] = 1857, + [1963] = 1853, + [1964] = 380, + [1965] = 1860, + [1966] = 372, + [1967] = 364, + [1968] = 357, + [1969] = 371, + [1970] = 352, + [1971] = 377, + [1972] = 376, + [1973] = 1143, + [1974] = 1974, + [1975] = 362, + [1976] = 1976, + [1977] = 352, [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, + [1979] = 381, + [1980] = 367, + [1981] = 1981, + [1982] = 381, + [1983] = 381, + [1984] = 1853, + [1985] = 362, + [1986] = 1256, + [1987] = 1987, + [1988] = 352, + [1989] = 353, + [1990] = 1990, + [1991] = 1991, + [1992] = 386, + [1993] = 373, + [1994] = 370, + [1995] = 375, + [1996] = 363, + [1997] = 1102, + [1998] = 368, + [1999] = 1854, + [2000] = 380, + [2001] = 1143, + [2002] = 371, + [2003] = 2003, + [2004] = 2004, + [2005] = 1238, + [2006] = 1090, + [2007] = 1058, + [2008] = 365, + [2009] = 378, + [2010] = 386, + [2011] = 370, + [2012] = 369, + [2013] = 364, + [2014] = 381, + [2015] = 1101, + [2016] = 386, + [2017] = 365, + [2018] = 2018, + [2019] = 2019, + [2020] = 366, + [2021] = 367, + [2022] = 1854, + [2023] = 378, + [2024] = 357, + [2025] = 358, + [2026] = 365, + [2027] = 379, + [2028] = 369, + [2029] = 353, + [2030] = 373, + [2031] = 372, + [2032] = 372, + [2033] = 369, + [2034] = 371, + [2035] = 375, + [2036] = 364, + [2037] = 368, + [2038] = 377, + [2039] = 372, + [2040] = 1191, + [2041] = 370, + [2042] = 362, + [2043] = 379, + [2044] = 374, + [2045] = 1203, + [2046] = 378, + [2047] = 374, + [2048] = 380, + [2049] = 363, + [2050] = 377, + [2051] = 379, + [2052] = 379, + [2053] = 366, + [2054] = 362, + [2055] = 373, + [2056] = 381, + [2057] = 375, + [2058] = 368, + [2059] = 376, + [2060] = 376, + [2061] = 1854, + [2062] = 1872, + [2063] = 381, + [2064] = 380, + [2065] = 374, + [2066] = 371, + [2067] = 371, + [2068] = 386, + [2069] = 1285, + [2070] = 368, + [2071] = 372, + [2072] = 370, + [2073] = 375, + [2074] = 1280, + [2075] = 364, + [2076] = 373, + [2077] = 363, + [2078] = 367, + [2079] = 366, + [2080] = 2080, + [2081] = 353, + [2082] = 2082, + [2083] = 2082, + [2084] = 2082, + [2085] = 2082, + [2086] = 2082, + [2087] = 2082, + [2088] = 2082, + [2089] = 2082, [2090] = 2090, - [2091] = 2066, - [2092] = 2066, - [2093] = 345, - [2094] = 343, - [2095] = 319, - [2096] = 344, - [2097] = 342, - [2098] = 320, - [2099] = 347, - [2100] = 346, - [2101] = 337, - [2102] = 2066, - [2103] = 2103, - [2104] = 2104, - [2105] = 2105, - [2106] = 2106, - [2107] = 2107, - [2108] = 2108, - [2109] = 2104, - [2110] = 2103, - [2111] = 2104, - [2112] = 2103, - [2113] = 2106, - [2114] = 2107, - [2115] = 2115, - [2116] = 2104, - [2117] = 2107, - [2118] = 2118, - [2119] = 2106, - [2120] = 2106, - [2121] = 2103, - [2122] = 2107, - [2123] = 2123, - [2124] = 2106, - [2125] = 2104, - [2126] = 2103, - [2127] = 849, - [2128] = 2115, - [2129] = 2108, - [2130] = 2104, - [2131] = 2105, - [2132] = 2118, - [2133] = 2106, - [2134] = 2107, - [2135] = 2118, - [2136] = 2105, - [2137] = 2107, - [2138] = 2106, - [2139] = 2105, - [2140] = 2118, - [2141] = 2104, - [2142] = 2107, - [2143] = 2103, - [2144] = 2115, - [2145] = 2108, - [2146] = 2103, - [2147] = 2105, - [2148] = 2118, - [2149] = 2107, - [2150] = 2106, - [2151] = 2107, - [2152] = 2106, - [2153] = 2104, - [2154] = 2104, - [2155] = 2107, - [2156] = 2106, - [2157] = 370, - [2158] = 2107, - [2159] = 2106, - [2160] = 2103, - [2161] = 319, - [2162] = 320, - [2163] = 2107, - [2164] = 2106, - [2165] = 2107, - [2166] = 2106, - [2167] = 2107, - [2168] = 2106, - [2169] = 2107, - [2170] = 2106, - [2171] = 2107, - [2172] = 2107, - [2173] = 2106, - [2174] = 2103, - [2175] = 940, - [2176] = 2107, - [2177] = 2107, - [2178] = 2106, - [2179] = 2106, - [2180] = 955, - [2181] = 2106, - [2182] = 2182, - [2183] = 2183, - [2184] = 2182, - [2185] = 2185, - [2186] = 2185, - [2187] = 2187, - [2188] = 2182, - [2189] = 2185, - [2190] = 2187, - [2191] = 2185, - [2192] = 2182, - [2193] = 2193, + [2091] = 2082, + [2092] = 2082, + [2093] = 2082, + [2094] = 2082, + [2095] = 381, + [2096] = 362, + [2097] = 386, + [2098] = 2082, + [2099] = 2082, + [2100] = 2082, + [2101] = 2082, + [2102] = 2082, + [2103] = 2082, + [2104] = 373, + [2105] = 2082, + [2106] = 2082, + [2107] = 2082, + [2108] = 2082, + [2109] = 2082, + [2110] = 2082, + [2111] = 2082, + [2112] = 2082, + [2113] = 2019, + [2114] = 2082, + [2115] = 2080, + [2116] = 2082, + [2117] = 2082, + [2118] = 1981, + [2119] = 353, + [2120] = 2082, + [2121] = 386, + [2122] = 2082, + [2123] = 2082, + [2124] = 2082, + [2125] = 352, + [2126] = 2080, + [2127] = 2082, + [2128] = 2082, + [2129] = 2082, + [2130] = 368, + [2131] = 379, + [2132] = 2082, + [2133] = 2082, + [2134] = 2082, + [2135] = 362, + [2136] = 2082, + [2137] = 375, + [2138] = 1143, + [2139] = 1256, + [2140] = 2082, + [2141] = 2082, + [2142] = 2082, + [2143] = 2082, + [2144] = 370, + [2145] = 352, + [2146] = 370, + [2147] = 371, + [2148] = 1090, + [2149] = 372, + [2150] = 352, + [2151] = 353, + [2152] = 1872, + [2153] = 373, + [2154] = 375, + [2155] = 375, + [2156] = 368, + [2157] = 368, + [2158] = 1203, + [2159] = 1872, + [2160] = 379, + [2161] = 2004, + [2162] = 2162, + [2163] = 2003, + [2164] = 2164, + [2165] = 379, + [2166] = 362, + [2167] = 371, + [2168] = 2082, + [2169] = 2018, + [2170] = 370, + [2171] = 1191, + [2172] = 371, + [2173] = 386, + [2174] = 2174, + [2175] = 2175, + [2176] = 372, + [2177] = 373, + [2178] = 2178, + [2179] = 380, + [2180] = 2180, + [2181] = 364, + [2182] = 1285, + [2183] = 1371, + [2184] = 2080, + [2185] = 366, + [2186] = 2186, + [2187] = 2082, + [2188] = 2188, + [2189] = 2189, + [2190] = 367, + [2191] = 2080, + [2192] = 353, + [2193] = 386, [2194] = 2194, - [2195] = 1180, - [2196] = 2187, - [2197] = 2187, - [2198] = 2182, - [2199] = 2187, - [2200] = 2185, - [2201] = 2185, - [2202] = 2183, + [2195] = 1280, + [2196] = 352, + [2197] = 386, + [2198] = 2198, + [2199] = 2199, + [2200] = 2200, + [2201] = 2201, + [2202] = 2082, [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, - [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, + [2204] = 372, + [2205] = 2082, + [2206] = 386, + [2207] = 2207, + [2208] = 1976, + [2209] = 353, + [2210] = 2162, + [2211] = 352, + [2212] = 2212, + [2213] = 2178, + [2214] = 2174, + [2215] = 353, + [2216] = 1987, + [2217] = 2174, + [2218] = 2218, + [2219] = 2219, + [2220] = 2178, + [2221] = 2221, + [2222] = 2222, + [2223] = 2223, + [2224] = 352, + [2225] = 353, + [2226] = 386, + [2227] = 2227, + [2228] = 2228, + [2229] = 2229, + [2230] = 2223, + [2231] = 2162, + [2232] = 2212, + [2233] = 2212, + [2234] = 2019, + [2235] = 2221, + [2236] = 2218, + [2237] = 2018, + [2238] = 2229, + [2239] = 2227, + [2240] = 2003, + [2241] = 2004, + [2242] = 2222, + [2243] = 2219, + [2244] = 2228, + [2245] = 352, + [2246] = 2162, + [2247] = 2212, + [2248] = 353, + [2249] = 2249, + [2250] = 1981, + [2251] = 1987, + [2252] = 2212, + [2253] = 2223, + [2254] = 2227, + [2255] = 2212, + [2256] = 2222, + [2257] = 2219, + [2258] = 2178, + [2259] = 2219, + [2260] = 2162, + [2261] = 1974, + [2262] = 2004, + [2263] = 2174, + [2264] = 2003, + [2265] = 2018, + [2266] = 352, + [2267] = 1990, + [2268] = 1981, + [2269] = 2178, + [2270] = 2219, + [2271] = 2174, + [2272] = 1978, + [2273] = 2178, + [2274] = 2019, + [2275] = 2162, + [2276] = 2212, + [2277] = 2228, + [2278] = 2229, + [2279] = 2221, + [2280] = 2174, + [2281] = 2218, + [2282] = 1991, + [2283] = 2164, + [2284] = 368, + [2285] = 2201, + [2286] = 370, + [2287] = 2162, + [2288] = 2288, + [2289] = 371, + [2290] = 367, + [2291] = 2200, + [2292] = 2199, + [2293] = 2207, + [2294] = 2294, + [2295] = 2090, + [2296] = 2203, + [2297] = 2198, + [2298] = 2178, + [2299] = 362, + [2300] = 2189, + [2301] = 360, + [2302] = 364, + [2303] = 358, + [2304] = 359, + [2305] = 372, + [2306] = 2174, + [2307] = 2307, + [2308] = 2194, + [2309] = 2288, + [2310] = 2310, + [2311] = 357, + [2312] = 2307, + [2313] = 2175, + [2314] = 380, + [2315] = 2310, + [2316] = 2188, + [2317] = 2317, + [2318] = 2318, + [2319] = 2319, + [2320] = 2180, + [2321] = 2294, + [2322] = 2322, + [2323] = 2323, + [2324] = 2307, + [2325] = 2322, + [2326] = 2186, + [2327] = 2318, + [2328] = 2317, + [2329] = 366, + [2330] = 375, + [2331] = 373, + [2332] = 2318, + [2333] = 353, + [2334] = 2322, + [2335] = 352, + [2336] = 2310, + [2337] = 379, + [2338] = 2319, + [2339] = 2319, + [2340] = 868, + [2341] = 872, + [2342] = 2317, + [2343] = 374, + [2344] = 365, + [2345] = 2345, + [2346] = 366, + [2347] = 367, + [2348] = 2348, + [2349] = 2349, + [2350] = 461, + [2351] = 2351, + [2352] = 2348, + [2353] = 372, + [2354] = 371, + [2355] = 2355, + [2356] = 363, + [2357] = 380, + [2358] = 376, + [2359] = 364, + [2360] = 362, + [2361] = 377, + [2362] = 370, + [2363] = 379, + [2364] = 2364, + [2365] = 369, + [2366] = 2348, + [2367] = 368, + [2368] = 375, + [2369] = 373, + [2370] = 2370, + [2371] = 378, + [2372] = 2372, + [2373] = 362, + [2374] = 778, + [2375] = 776, + [2376] = 2372, + [2377] = 375, + [2378] = 2372, + [2379] = 2372, + [2380] = 2372, + [2381] = 2372, + [2382] = 379, + [2383] = 900, + [2384] = 2384, + [2385] = 2372, + [2386] = 357, + [2387] = 2372, + [2388] = 353, + [2389] = 352, + [2390] = 2390, + [2391] = 2372, + [2392] = 373, + [2393] = 2372, + [2394] = 352, + [2395] = 2395, + [2396] = 2396, + [2397] = 353, + [2398] = 2372, + [2399] = 2372, + [2400] = 2372, + [2401] = 2401, + [2402] = 2402, + [2403] = 2372, + [2404] = 2372, + [2405] = 380, + [2406] = 2372, + [2407] = 2372, + [2408] = 2408, + [2409] = 2372, + [2410] = 1143, + [2411] = 2372, + [2412] = 2412, + [2413] = 2413, + [2414] = 366, + [2415] = 360, + [2416] = 2416, + [2417] = 381, + [2418] = 899, + [2419] = 372, + [2420] = 368, + [2421] = 364, [2422] = 2422, - [2423] = 659, - [2424] = 661, - [2425] = 2425, - [2426] = 2426, - [2427] = 2427, - [2428] = 1596, - [2429] = 1604, - [2430] = 1586, - [2431] = 1585, - [2432] = 333, - [2433] = 2433, - [2434] = 2434, - [2435] = 330, - [2436] = 2436, - [2437] = 2437, - [2438] = 346, - [2439] = 343, - [2440] = 330, - [2441] = 2422, - [2442] = 676, - [2443] = 677, - [2444] = 728, - [2445] = 730, - [2446] = 849, - [2447] = 333, - [2448] = 849, - [2449] = 2434, - [2450] = 2436, - [2451] = 339, - [2452] = 349, - [2453] = 2426, - [2454] = 2454, - [2455] = 2437, - [2456] = 330, - [2457] = 2433, - [2458] = 332, - [2459] = 331, - [2460] = 351, - [2461] = 2427, - [2462] = 2425, - [2463] = 357, - [2464] = 330, - [2465] = 354, - [2466] = 353, - [2467] = 336, - [2468] = 336, - [2469] = 353, - [2470] = 354, - [2471] = 659, - [2472] = 661, - [2473] = 357, - [2474] = 339, - [2475] = 370, + [2423] = 371, + [2424] = 2424, + [2425] = 359, + [2426] = 367, + [2427] = 868, + [2428] = 872, + [2429] = 2372, + [2430] = 2372, + [2431] = 358, + [2432] = 2432, + [2433] = 2372, + [2434] = 370, + [2435] = 2372, + [2436] = 2364, + [2437] = 368, + [2438] = 378, + [2439] = 377, + [2440] = 374, + [2441] = 379, + [2442] = 352, + [2443] = 386, + [2444] = 363, + [2445] = 353, + [2446] = 380, + [2447] = 372, + [2448] = 364, + [2449] = 373, + [2450] = 371, + [2451] = 370, + [2452] = 366, + [2453] = 353, + [2454] = 367, + [2455] = 352, + [2456] = 352, + [2457] = 353, + [2458] = 369, + [2459] = 365, + [2460] = 362, + [2461] = 376, + [2462] = 375, + [2463] = 2364, + [2464] = 2464, + [2465] = 2390, + [2466] = 1101, + [2467] = 1143, + [2468] = 1058, + [2469] = 371, + [2470] = 2422, + [2471] = 461, + [2472] = 2472, + [2473] = 2464, + [2474] = 2472, + [2475] = 2401, [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, + [2477] = 2432, + [2478] = 2464, + [2479] = 2472, + [2480] = 2464, + [2481] = 2413, + [2482] = 2464, + [2483] = 2413, + [2484] = 2464, + [2485] = 2472, + [2486] = 2464, + [2487] = 2472, + [2488] = 2464, + [2489] = 2472, + [2490] = 370, + [2491] = 2390, + [2492] = 2384, + [2493] = 2424, + [2494] = 2464, + [2495] = 366, + [2496] = 367, + [2497] = 2472, + [2498] = 373, + [2499] = 2408, + [2500] = 375, + [2501] = 368, + [2502] = 2464, + [2503] = 2422, + [2504] = 2408, + [2505] = 2464, + [2506] = 2506, + [2507] = 2472, + [2508] = 2384, + [2509] = 2472, + [2510] = 2464, + [2511] = 379, + [2512] = 2464, + [2513] = 2472, [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, + [2515] = 1102, + [2516] = 375, + [2517] = 2396, + [2518] = 362, + [2519] = 373, + [2520] = 2472, + [2521] = 2472, + [2522] = 364, + [2523] = 380, + [2524] = 2396, + [2525] = 2472, + [2526] = 380, [2527] = 2527, - [2528] = 2528, - [2529] = 345, - [2530] = 344, - [2531] = 342, - [2532] = 2532, - [2533] = 2514, - [2534] = 940, - [2535] = 2514, - [2536] = 2514, - [2537] = 2514, - [2538] = 2538, - [2539] = 2514, - [2540] = 2514, - [2541] = 955, - [2542] = 2542, - [2543] = 2422, - [2544] = 2433, - [2545] = 2514, - [2546] = 343, - [2547] = 2547, - [2548] = 2425, - [2549] = 370, - [2550] = 336, - [2551] = 340, - [2552] = 2514, - [2553] = 2514, - [2554] = 353, - [2555] = 2514, - [2556] = 2434, - [2557] = 354, - [2558] = 331, - [2559] = 339, - [2560] = 330, - [2561] = 2437, - [2562] = 2427, - [2563] = 342, - [2564] = 337, - [2565] = 346, - [2566] = 347, - [2567] = 2567, - [2568] = 330, - [2569] = 349, - [2570] = 350, - [2571] = 357, - [2572] = 352, - [2573] = 330, - [2574] = 354, - [2575] = 355, - [2576] = 331, - [2577] = 2514, - [2578] = 2426, - [2579] = 2436, - [2580] = 2514, - [2581] = 2514, - [2582] = 2514, - [2583] = 353, - [2584] = 332, - [2585] = 2514, - [2586] = 2514, - [2587] = 370, - [2588] = 333, - [2589] = 2589, - [2590] = 661, - [2591] = 357, - [2592] = 2514, - [2593] = 2514, - [2594] = 355, - [2595] = 2433, - [2596] = 2514, - [2597] = 2425, - [2598] = 332, - [2599] = 356, - [2600] = 659, - [2601] = 2434, - [2602] = 2514, - [2603] = 2514, - [2604] = 955, - [2605] = 330, - [2606] = 345, - [2607] = 344, - [2608] = 2514, - [2609] = 2514, - [2610] = 385, - [2611] = 343, - [2612] = 2514, - [2613] = 2422, - [2614] = 350, - [2615] = 340, - [2616] = 2514, - [2617] = 339, - [2618] = 2514, - [2619] = 2427, - [2620] = 2437, - [2621] = 2621, - [2622] = 2436, - [2623] = 2427, - [2624] = 2514, - [2625] = 2625, - [2626] = 2434, - [2627] = 2425, - [2628] = 2514, - [2629] = 2514, - [2630] = 2514, - [2631] = 2433, - [2632] = 2514, - [2633] = 2514, - [2634] = 940, - [2635] = 351, - [2636] = 2437, - [2637] = 2514, - [2638] = 2514, - [2639] = 2514, - [2640] = 2514, - [2641] = 2422, - [2642] = 2514, - [2643] = 2426, - [2644] = 2512, - [2645] = 2514, - [2646] = 2514, - [2647] = 2436, - [2648] = 2547, - [2649] = 330, - [2650] = 331, - [2651] = 385, - [2652] = 2514, - [2653] = 2514, - [2654] = 730, - [2655] = 332, - [2656] = 728, - [2657] = 677, - [2658] = 676, - [2659] = 2514, - [2660] = 2426, - [2661] = 661, - [2662] = 2514, - [2663] = 659, - [2664] = 332, - [2665] = 331, - [2666] = 2514, - [2667] = 331, - [2668] = 347, - [2669] = 346, - [2670] = 337, - [2671] = 2476, - [2672] = 2477, - [2673] = 349, - [2674] = 2478, - [2675] = 2454, - [2676] = 332, - [2677] = 352, - [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, - [2767] = 2767, - [2768] = 2768, - [2769] = 2769, - [2770] = 2764, - [2771] = 2771, - [2772] = 2772, - [2773] = 2773, - [2774] = 2774, - [2775] = 2775, - [2776] = 2776, + [2528] = 366, + [2529] = 367, + [2530] = 364, + [2531] = 2401, + [2532] = 371, + [2533] = 2472, + [2534] = 368, + [2535] = 372, + [2536] = 2464, + [2537] = 2424, + [2538] = 370, + [2539] = 372, + [2540] = 362, + [2541] = 2472, + [2542] = 2464, + [2543] = 2432, + [2544] = 2472, + [2545] = 381, + [2546] = 352, + [2547] = 353, + [2548] = 379, + [2549] = 2464, + [2550] = 2550, + [2551] = 2551, + [2552] = 2552, + [2553] = 2553, + [2554] = 2554, + [2555] = 2551, + [2556] = 2556, + [2557] = 2556, + [2558] = 2556, + [2559] = 2559, + [2560] = 2560, + [2561] = 2551, + [2562] = 2562, + [2563] = 386, + [2564] = 2552, + [2565] = 2554, + [2566] = 2566, + [2567] = 2551, + [2568] = 2556, + [2569] = 2556, + [2570] = 2570, + [2571] = 2571, + [2572] = 2559, + [2573] = 2556, + [2574] = 1280, + [2575] = 2550, + [2576] = 2556, + [2577] = 2556, + [2578] = 2578, + [2579] = 2559, + [2580] = 2566, + [2581] = 2556, + [2582] = 2556, + [2583] = 2560, + [2584] = 2556, + [2585] = 359, + [2586] = 2551, + [2587] = 2566, + [2588] = 2588, + [2589] = 2556, + [2590] = 2560, + [2591] = 2571, + [2592] = 2556, + [2593] = 2556, + [2594] = 2550, + [2595] = 2556, + [2596] = 2556, + [2597] = 2570, + [2598] = 2566, + [2599] = 2560, + [2600] = 2556, + [2601] = 2560, + [2602] = 2560, + [2603] = 2566, + [2604] = 2560, + [2605] = 2556, + [2606] = 2566, + [2607] = 2560, + [2608] = 2566, + [2609] = 2552, + [2610] = 2610, + [2611] = 2556, + [2612] = 2612, + [2613] = 2554, + [2614] = 2559, + [2615] = 2556, + [2616] = 2550, + [2617] = 2566, + [2618] = 2551, + [2619] = 2556, + [2620] = 2559, + [2621] = 2560, + [2622] = 2556, + [2623] = 2566, + [2624] = 2566, + [2625] = 2588, + [2626] = 1285, + [2627] = 2560, + [2628] = 2566, + [2629] = 2551, + [2630] = 2560, + [2631] = 2566, + [2632] = 2566, + [2633] = 2560, + [2634] = 2556, + [2635] = 2556, + [2636] = 2560, + [2637] = 2556, + [2638] = 2556, + [2639] = 2556, + [2640] = 2560, + [2641] = 2560, + [2642] = 2556, + [2643] = 2556, + [2644] = 2566, + [2645] = 2559, + [2646] = 2612, + [2647] = 2556, + [2648] = 2556, + [2649] = 2556, + [2650] = 2559, + [2651] = 2556, + [2652] = 2550, + [2653] = 2559, + [2654] = 2551, + [2655] = 2556, + [2656] = 2578, + [2657] = 2556, + [2658] = 2556, + [2659] = 2556, + [2660] = 2553, + [2661] = 1203, + [2662] = 2556, + [2663] = 1191, + [2664] = 2556, + [2665] = 2560, + [2666] = 1090, + [2667] = 2566, + [2668] = 2551, + [2669] = 2556, + [2670] = 2560, + [2671] = 2566, + [2672] = 2566, + [2673] = 2556, + [2674] = 2554, + [2675] = 2560, + [2676] = 2610, + [2677] = 2550, + [2678] = 2560, + [2679] = 2556, + [2680] = 2556, + [2681] = 2566, + [2682] = 353, + [2683] = 2556, + [2684] = 2566, + [2685] = 2550, + [2686] = 2556, + [2687] = 352, + [2688] = 2688, + [2689] = 2559, + [2690] = 2556, + [2691] = 2552, + [2692] = 2556, + [2693] = 2610, + [2694] = 2556, + [2695] = 2554, + [2696] = 2552, + [2697] = 2697, + [2698] = 2698, + [2699] = 2698, + [2700] = 2698, + [2701] = 2701, + [2702] = 2701, + [2703] = 2697, + [2704] = 2698, + [2705] = 2698, + [2706] = 2698, + [2707] = 2698, + [2708] = 360, + [2709] = 2701, + [2710] = 2697, + [2711] = 2701, + [2712] = 2697, + [2713] = 2698, + [2714] = 2698, + [2715] = 2701, + [2716] = 2697, + [2717] = 2698, + [2718] = 2698, + [2719] = 2697, + [2720] = 2698, + [2721] = 2697, + [2722] = 2701, + [2723] = 2697, + [2724] = 2698, + [2725] = 2701, + [2726] = 2726, + [2727] = 2701, + [2728] = 359, + [2729] = 2698, + [2730] = 358, + [2731] = 2697, + [2732] = 357, + [2733] = 2697, + [2734] = 2698, + [2735] = 2701, + [2736] = 2701, + [2737] = 2701, + [2738] = 2697, + [2739] = 2698, + [2740] = 360, + [2741] = 2698, + [2742] = 2697, + [2743] = 2697, + [2744] = 2698, + [2745] = 2701, + [2746] = 2698, + [2747] = 2697, + [2748] = 2698, + [2749] = 778, + [2750] = 2697, + [2751] = 2701, + [2752] = 2701, + [2753] = 2698, + [2754] = 2697, + [2755] = 2698, + [2756] = 2697, + [2757] = 2697, + [2758] = 2697, + [2759] = 2697, + [2760] = 2760, + [2761] = 2701, + [2762] = 2698, + [2763] = 2697, + [2764] = 2697, + [2765] = 2698, + [2766] = 2698, + [2767] = 2697, + [2768] = 2698, + [2769] = 2698, + [2770] = 2697, + [2771] = 2701, + [2772] = 2697, + [2773] = 2697, + [2774] = 2698, + [2775] = 2697, + [2776] = 2701, [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, + [2778] = 2697, + [2779] = 2698, + [2780] = 2697, + [2781] = 2698, + [2782] = 2782, + [2783] = 2701, + [2784] = 2698, + [2785] = 2698, + [2786] = 2697, + [2787] = 2698, + [2788] = 2698, + [2789] = 2701, + [2790] = 2790, + [2791] = 2726, + [2792] = 2697, + [2793] = 2701, + [2794] = 2697, + [2795] = 2697, + [2796] = 2796, + [2797] = 2698, + [2798] = 2697, + [2799] = 2698, [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, - [2913] = 2913, - [2914] = 2437, - [2915] = 2915, - [2916] = 2916, - [2917] = 2917, - [2918] = 2918, + [2801] = 2697, + [2802] = 2697, + [2803] = 2698, + [2804] = 2701, + [2805] = 2698, + [2806] = 2697, + [2807] = 2701, + [2808] = 2698, + [2809] = 2701, + [2810] = 2701, + [2811] = 2701, + [2812] = 2698, + [2813] = 2701, + [2814] = 2697, + [2815] = 2701, + [2816] = 2698, + [2817] = 2697, + [2818] = 2701, + [2819] = 2697, + [2820] = 2697, + [2821] = 2698, + [2822] = 2698, + [2823] = 2701, + [2824] = 2697, + [2825] = 2701, + [2826] = 2698, + [2827] = 2701, + [2828] = 2697, + [2829] = 2698, + [2830] = 2697, + [2831] = 2796, + [2832] = 2701, + [2833] = 2697, + [2834] = 2698, + [2835] = 2697, + [2836] = 2698, + [2837] = 2697, + [2838] = 2698, + [2839] = 2697, + [2840] = 2698, + [2841] = 2697, + [2842] = 2697, + [2843] = 2698, + [2844] = 2697, + [2845] = 2697, + [2846] = 2698, + [2847] = 2697, + [2848] = 776, + [2849] = 2701, + [2850] = 359, + [2851] = 2701, + [2852] = 2698, + [2853] = 2698, + [2854] = 2698, + [2855] = 2698, + [2856] = 2697, + [2857] = 2701, + [2858] = 2858, + [2859] = 2697, + [2860] = 2698, + [2861] = 2697, + [2862] = 2697, + [2863] = 2698, + [2864] = 2698, + [2865] = 2701, + [2866] = 2698, + [2867] = 2867, + [2868] = 2697, + [2869] = 2869, + [2870] = 2701, + [2871] = 2698, + [2872] = 2697, + [2873] = 2698, + [2874] = 2701, + [2875] = 2697, + [2876] = 2698, + [2877] = 2697, + [2878] = 2698, + [2879] = 2697, + [2880] = 2697, + [2881] = 2701, + [2882] = 2698, + [2883] = 2698, + [2884] = 2697, + [2885] = 2697, + [2886] = 2697, + [2887] = 2698, + [2888] = 2701, + [2889] = 2726, + [2890] = 2701, + [2891] = 2796, + [2892] = 2697, + [2893] = 2698, + [2894] = 2697, + [2895] = 2701, + [2896] = 2698, + [2897] = 2698, + [2898] = 2698, + [2899] = 2697, + [2900] = 2698, + [2901] = 2697, + [2902] = 2698, + [2903] = 2697, + [2904] = 2697, + [2905] = 2701, + [2906] = 2697, + [2907] = 2697, + [2908] = 2698, + [2909] = 2701, + [2910] = 2698, + [2911] = 2701, + [2912] = 2697, + [2913] = 2697, + [2914] = 2698, + [2915] = 2698, + [2916] = 2698, + [2917] = 2701, + [2918] = 2697, [2919] = 2919, - [2920] = 2434, - [2921] = 2921, - [2922] = 2922, - [2923] = 2923, - [2924] = 336, - [2925] = 347, - [2926] = 355, - [2927] = 354, - [2928] = 345, - [2929] = 330, - [2930] = 337, - [2931] = 2931, - [2932] = 2696, - [2933] = 343, - [2934] = 344, - [2935] = 2935, - [2936] = 2740, - [2937] = 331, - [2938] = 2938, - [2939] = 356, - [2940] = 2433, - [2941] = 2941, - [2942] = 2427, - [2943] = 351, - [2944] = 2944, - [2945] = 659, - [2946] = 2921, - [2947] = 357, - [2948] = 340, - [2949] = 339, - [2950] = 2950, - [2951] = 352, - [2952] = 661, - [2953] = 2425, - [2954] = 346, - [2955] = 2921, - [2956] = 332, - [2957] = 2957, - [2958] = 2422, - [2959] = 342, - [2960] = 349, - [2961] = 2961, - [2962] = 2962, - [2963] = 2963, - [2964] = 2964, - [2965] = 2965, - [2966] = 330, - [2967] = 2967, - [2968] = 350, - [2969] = 2969, - [2970] = 331, + [2920] = 359, + [2921] = 368, + [2922] = 375, + [2923] = 373, + [2924] = 359, + [2925] = 364, + [2926] = 2858, + [2927] = 380, + [2928] = 366, + [2929] = 367, + [2930] = 363, + [2931] = 2869, + [2932] = 359, + [2933] = 358, + [2934] = 357, + [2935] = 1058, + [2936] = 364, + [2937] = 380, + [2938] = 366, + [2939] = 367, + [2940] = 372, + [2941] = 381, + [2942] = 371, + [2943] = 376, + [2944] = 374, + [2945] = 2919, + [2946] = 381, + [2947] = 2947, + [2948] = 370, + [2949] = 2949, + [2950] = 899, + [2951] = 370, + [2952] = 363, + [2953] = 359, + [2954] = 2954, + [2955] = 379, + [2956] = 362, + [2957] = 900, + [2958] = 2867, + [2959] = 374, + [2960] = 2960, + [2961] = 379, + [2962] = 1058, + [2963] = 378, + [2964] = 368, + [2965] = 377, + [2966] = 375, + [2967] = 373, + [2968] = 378, + [2969] = 376, + [2970] = 377, [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, - [3021] = 3021, - [3022] = 728, - [3023] = 2477, - [3024] = 730, - [3025] = 677, - [3026] = 2476, - [3027] = 3027, - [3028] = 2877, - [3029] = 2427, - [3030] = 2454, - [3031] = 3031, - [3032] = 3032, - [3033] = 331, - [3034] = 3034, - [3035] = 3035, - [3036] = 3036, - [3037] = 3037, - [3038] = 3038, - [3039] = 332, - [3040] = 3040, - [3041] = 3041, - [3042] = 3042, - [3043] = 3043, - [3044] = 3044, - [3045] = 3045, + [2972] = 2800, + [2973] = 776, + [2974] = 2777, + [2975] = 369, + [2976] = 778, + [2977] = 365, + [2978] = 2782, + [2979] = 360, + [2980] = 2760, + [2981] = 360, + [2982] = 357, + [2983] = 372, + [2984] = 362, + [2985] = 371, + [2986] = 358, + [2987] = 369, + [2988] = 365, + [2989] = 1102, + [2990] = 367, + [2991] = 380, + [2992] = 352, + [2993] = 353, + [2994] = 2954, + [2995] = 372, + [2996] = 1990, + [2997] = 1991, + [2998] = 371, + [2999] = 381, + [3000] = 370, + [3001] = 899, + [3002] = 2919, + [3003] = 359, + [3004] = 362, + [3005] = 379, + [3006] = 2867, + [3007] = 368, + [3008] = 375, + [3009] = 373, + [3010] = 366, + [3011] = 776, + [3012] = 364, + [3013] = 778, + [3014] = 2869, + [3015] = 2858, + [3016] = 1976, + [3017] = 2777, + [3018] = 359, + [3019] = 1974, + [3020] = 2782, + [3021] = 358, + [3022] = 2800, + [3023] = 359, + [3024] = 357, + [3025] = 363, + [3026] = 359, + [3027] = 2777, + [3028] = 2858, + [3029] = 371, + [3030] = 358, + [3031] = 358, + [3032] = 357, + [3033] = 368, + [3034] = 375, + [3035] = 2782, + [3036] = 2800, + [3037] = 357, + [3038] = 2919, + [3039] = 386, + [3040] = 379, + [3041] = 2760, + [3042] = 2919, + [3043] = 2777, + [3044] = 2858, + [3045] = 2869, [3046] = 3046, - [3047] = 3047, - [3048] = 3048, - [3049] = 3049, - [3050] = 3050, - [3051] = 3051, - [3052] = 332, - [3053] = 333, - [3054] = 3054, - [3055] = 3055, - [3056] = 676, - [3057] = 3057, - [3058] = 3058, - [3059] = 3059, + [3047] = 2867, + [3048] = 374, + [3049] = 2760, + [3050] = 364, + [3051] = 380, + [3052] = 2782, + [3053] = 357, + [3054] = 386, + [3055] = 1101, + [3056] = 2760, + [3057] = 1102, + [3058] = 2869, + [3059] = 900, [3060] = 3060, - [3061] = 3061, - [3062] = 3062, - [3063] = 3063, - [3064] = 3064, - [3065] = 3065, - [3066] = 3066, - [3067] = 2433, - [3068] = 3068, - [3069] = 353, - [3070] = 349, - [3071] = 2625, - [3072] = 345, - [3073] = 350, - [3074] = 676, - [3075] = 354, - [3076] = 353, - [3077] = 2547, - [3078] = 2621, - [3079] = 342, - [3080] = 356, - [3081] = 339, - [3082] = 336, - [3083] = 351, - [3084] = 955, - [3085] = 349, - [3086] = 355, - [3087] = 339, - [3088] = 352, - [3089] = 370, - [3090] = 2512, - [3091] = 357, - [3092] = 2477, - [3093] = 343, - [3094] = 728, - [3095] = 730, - [3096] = 2476, - [3097] = 352, - [3098] = 354, - [3099] = 357, - [3100] = 677, - [3101] = 940, - [3102] = 355, - [3103] = 342, - [3104] = 340, - [3105] = 336, - [3106] = 347, - [3107] = 370, - [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, + [3061] = 370, + [3062] = 2960, + [3063] = 358, + [3064] = 1101, + [3065] = 776, + [3066] = 381, + [3067] = 376, + [3068] = 373, + [3069] = 363, + [3070] = 378, + [3071] = 374, + [3072] = 377, + [3073] = 378, + [3074] = 362, + [3075] = 778, + [3076] = 377, + [3077] = 778, + [3078] = 776, + [3079] = 372, + [3080] = 369, + [3081] = 365, + [3082] = 367, + [3083] = 376, + [3084] = 366, + [3085] = 369, + [3086] = 365, + [3087] = 2867, + [3088] = 2800, + [3089] = 899, + [3090] = 1191, + [3091] = 2858, + [3092] = 899, + [3093] = 2960, + [3094] = 900, + [3095] = 2954, + [3096] = 1090, + [3097] = 1203, + [3098] = 357, + [3099] = 776, + [3100] = 1203, + [3101] = 3101, + [3102] = 386, + [3103] = 358, + [3104] = 3101, + [3105] = 2954, + [3106] = 2777, + [3107] = 2869, + [3108] = 900, + [3109] = 2960, + [3110] = 778, + [3111] = 358, + [3112] = 1090, + [3113] = 3113, + [3114] = 2800, + [3115] = 359, + [3116] = 3046, + [3117] = 386, + [3118] = 3060, + [3119] = 2194, + [3120] = 2203, + [3121] = 357, + [3122] = 3122, + [3123] = 2782, + [3124] = 1191, + [3125] = 358, + [3126] = 2960, + [3127] = 900, + [3128] = 2090, + [3129] = 2207, + [3130] = 2954, + [3131] = 899, + [3132] = 3132, + [3133] = 357, + [3134] = 358, + [3135] = 2760, + [3136] = 3136, + [3137] = 357, + [3138] = 3101, + [3139] = 3139, + [3140] = 3140, + [3141] = 3141, + [3142] = 3141, + [3143] = 3143, + [3144] = 3141, + [3145] = 3141, + [3146] = 3146, + [3147] = 3141, + [3148] = 3141, + [3149] = 3060, + [3150] = 3141, + [3151] = 3151, + [3152] = 3141, + [3153] = 3141, + [3154] = 3154, + [3155] = 3141, + [3156] = 3141, + [3157] = 3157, + [3158] = 3158, + [3159] = 3159, + [3160] = 3160, + [3161] = 3141, + [3162] = 3162, + [3163] = 3141, + [3164] = 3141, + [3165] = 3165, + [3166] = 3141, + [3167] = 3141, + [3168] = 868, + [3169] = 3169, + [3170] = 3170, + [3171] = 872, + [3172] = 3141, + [3173] = 3046, + [3174] = 3141, + [3175] = 3060, + [3176] = 3141, + [3177] = 3177, + [3178] = 3141, + [3179] = 360, + [3180] = 359, + [3181] = 3181, + [3182] = 1285, + [3183] = 1280, + [3184] = 3141, + [3185] = 3185, + [3186] = 3186, + [3187] = 3141, + [3188] = 2960, + [3189] = 3141, + [3190] = 3190, + [3191] = 900, + [3192] = 2954, + [3193] = 899, + [3194] = 3141, + [3195] = 3195, + [3196] = 3141, + [3197] = 3197, + [3198] = 3141, + [3199] = 3141, + [3200] = 3141, + [3201] = 357, + [3202] = 3046, + [3203] = 3141, [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, + [3205] = 3141, + [3206] = 3141, + [3207] = 3207, + [3208] = 3208, + [3209] = 3141, + [3210] = 3210, + [3211] = 3136, + [3212] = 3132, + [3213] = 3122, + [3214] = 3214, + [3215] = 3141, + [3216] = 3141, + [3217] = 3217, + [3218] = 3141, + [3219] = 358, + [3220] = 3141, + [3221] = 3221, + [3222] = 3141, + [3223] = 3223, + [3224] = 3224, + [3225] = 3225, + [3226] = 3226, + [3227] = 3141, + [3228] = 3228, + [3229] = 3141, + [3230] = 3141, + [3231] = 3231, + [3232] = 3232, [3233] = 3233, - [3234] = 3233, + [3234] = 1280, [3235] = 3235, - [3236] = 320, - [3237] = 3233, - [3238] = 3235, - [3239] = 3235, - [3240] = 3233, - [3241] = 320, - [3242] = 3235, - [3243] = 3243, - [3244] = 3244, - [3245] = 3243, - [3246] = 3244, - [3247] = 3244, - [3248] = 3243, - [3249] = 3244, - [3250] = 3244, - [3251] = 3243, - [3252] = 3243, - [3253] = 3243, - [3254] = 3244, - [3255] = 3243, - [3256] = 3244, - [3257] = 3244, - [3258] = 3244, - [3259] = 3243, - [3260] = 3243, - [3261] = 3244, - [3262] = 3243, - [3263] = 3243, - [3264] = 3244, - [3265] = 3243, - [3266] = 3244, - [3267] = 3243, - [3268] = 3243, - [3269] = 3243, - [3270] = 3244, - [3271] = 3271, - [3272] = 3244, - [3273] = 3243, - [3274] = 3244, - [3275] = 3244, - [3276] = 3243, - [3277] = 3244, - [3278] = 3243, - [3279] = 3244, - [3280] = 3244, - [3281] = 3244, - [3282] = 3243, - [3283] = 3243, - [3284] = 3243, - [3285] = 3243, - [3286] = 3243, - [3287] = 3244, - [3288] = 3244, - [3289] = 3244, - [3290] = 3244, - [3291] = 3244, - [3292] = 3243, - [3293] = 3244, - [3294] = 3243, - [3295] = 3243, - [3296] = 3244, - [3297] = 3244, - [3298] = 3243, - [3299] = 3244, - [3300] = 3244, - [3301] = 330, - [3302] = 3244, - [3303] = 3243, - [3304] = 3243, - [3305] = 3243, - [3306] = 3243, - [3307] = 3243, - [3308] = 3244, - [3309] = 3243, - [3310] = 3244, - [3311] = 3244, - [3312] = 3243, - [3313] = 3244, - [3314] = 3244, - [3315] = 3244, - [3316] = 3243, - [3317] = 3243, - [3318] = 3243, - [3319] = 3244, - [3320] = 3244, - [3321] = 3244, - [3322] = 3243, - [3323] = 3243, - [3324] = 3243, - [3325] = 3244, - [3326] = 3243, - [3327] = 3244, - [3328] = 3244, - [3329] = 3243, - [3330] = 3244, - [3331] = 3244, - [3332] = 3243, - [3333] = 3243, - [3334] = 3243, - [3335] = 3335, - [3336] = 3336, - [3337] = 3337, - [3338] = 3336, - [3339] = 3337, - [3340] = 3336, - [3341] = 3335, - [3342] = 3337, - [3343] = 3336, - [3344] = 3335, - [3345] = 3336, - [3346] = 3335, - [3347] = 3336, - [3348] = 3336, - [3349] = 3337, - [3350] = 3336, - [3351] = 3337, - [3352] = 3337, - [3353] = 3336, - [3354] = 3337, - [3355] = 3336, - [3356] = 3336, - [3357] = 3337, - [3358] = 3335, - [3359] = 3335, - [3360] = 3335, - [3361] = 3335, - [3362] = 3337, - [3363] = 3336, - [3364] = 3336, - [3365] = 3337, - [3366] = 3335, - [3367] = 3335, - [3368] = 3336, - [3369] = 3335, - [3370] = 3337, - [3371] = 3337, - [3372] = 3336, - [3373] = 3337, - [3374] = 3336, - [3375] = 3335, - [3376] = 3337, - [3377] = 3337, - [3378] = 3335, - [3379] = 3336, - [3380] = 3336, - [3381] = 3337, - [3382] = 3335, - [3383] = 3336, - [3384] = 730, - [3385] = 3335, - [3386] = 3335, - [3387] = 3337, - [3388] = 728, - [3389] = 3337, - [3390] = 3336, - [3391] = 3337, - [3392] = 3337, - [3393] = 3335, - [3394] = 3336, - [3395] = 3335, - [3396] = 3336, - [3397] = 677, - [3398] = 3336, - [3399] = 3337, - [3400] = 3336, - [3401] = 676, - [3402] = 3335, - [3403] = 3337, - [3404] = 3337, - [3405] = 3337, - [3406] = 3336, - [3407] = 3336, - [3408] = 3335, - [3409] = 3337, - [3410] = 3335, - [3411] = 3337, - [3412] = 3335, - [3413] = 3336, - [3414] = 3337, - [3415] = 333, - [3416] = 3335, - [3417] = 3336, - [3418] = 3335, - [3419] = 3337, - [3420] = 332, - [3421] = 3337, - [3422] = 331, - [3423] = 3335, - [3424] = 3336, - [3425] = 3337, - [3426] = 3337, - [3427] = 3336, - [3428] = 3337, - [3429] = 3335, - [3430] = 3336, - [3431] = 3335, - [3432] = 3335, - [3433] = 3335, - [3434] = 3336, - [3435] = 3336, - [3436] = 3337, - [3437] = 3336, - [3438] = 3337, - [3439] = 3336, - [3440] = 3337, - [3441] = 3335, - [3442] = 3337, - [3443] = 3337, - [3444] = 3335, - [3445] = 3336, - [3446] = 3335, - [3447] = 3335, - [3448] = 3335, - [3449] = 3336, - [3450] = 3337, - [3451] = 3336, - [3452] = 3336, - [3453] = 3337, - [3454] = 3336, - [3455] = 3335, - [3456] = 3336, - [3457] = 3335, - [3458] = 3335, - [3459] = 3337, - [3460] = 3337, - [3461] = 3337, - [3462] = 3336, - [3463] = 3335, - [3464] = 3337, - [3465] = 3335, - [3466] = 3335, - [3467] = 3336, - [3468] = 3336, - [3469] = 3335, - [3470] = 3337, - [3471] = 3337, - [3472] = 3336, - [3473] = 342, - [3474] = 3474, - [3475] = 3475, - [3476] = 2621, - [3477] = 347, - [3478] = 352, - [3479] = 350, - [3480] = 370, - [3481] = 3475, - [3482] = 346, - [3483] = 3483, - [3484] = 3484, - [3485] = 940, - [3486] = 337, - [3487] = 340, - [3488] = 955, - [3489] = 343, - [3490] = 355, - [3491] = 356, - [3492] = 3484, - [3493] = 336, - [3494] = 353, - [3495] = 354, - [3496] = 3484, - [3497] = 357, - [3498] = 351, - [3499] = 344, - [3500] = 349, - [3501] = 3475, - [3502] = 345, - [3503] = 3475, - [3504] = 339, - [3505] = 3484, - [3506] = 3506, + [3236] = 3236, + [3237] = 3141, + [3238] = 3238, + [3239] = 3239, + [3240] = 3186, + [3241] = 3143, + [3242] = 3157, + [3243] = 3177, + [3244] = 3141, + [3245] = 3141, + [3246] = 3246, + [3247] = 3141, + [3248] = 3170, + [3249] = 1285, + [3250] = 3141, + [3251] = 3251, + [3252] = 3141, + [3253] = 3141, + [3254] = 3254, + [3255] = 3046, + [3256] = 3256, + [3257] = 3257, + [3258] = 3258, + [3259] = 3246, + [3260] = 3146, + [3261] = 3261, + [3262] = 3162, + [3263] = 3181, + [3264] = 3141, + [3265] = 3261, + [3266] = 3232, + [3267] = 3141, + [3268] = 3268, + [3269] = 3141, + [3270] = 3141, + [3271] = 3231, + [3272] = 3141, + [3273] = 3273, + [3274] = 3141, + [3275] = 3275, + [3276] = 3236, + [3277] = 3233, + [3278] = 3254, + [3279] = 3224, + [3280] = 3275, + [3281] = 3208, + [3282] = 3195, + [3283] = 3060, + [3284] = 3284, + [3285] = 3185, + [3286] = 3284, + [3287] = 3287, + [3288] = 3288, + [3289] = 3287, + [3290] = 3290, + [3291] = 3151, + [3292] = 3154, + [3293] = 3288, + [3294] = 3165, + [3295] = 3295, + [3296] = 3140, + [3297] = 3169, + [3298] = 3298, + [3299] = 3295, + [3300] = 3298, + [3301] = 3141, + [3302] = 3190, + [3303] = 3197, + [3304] = 3304, + [3305] = 3204, + [3306] = 3207, + [3307] = 3210, + [3308] = 3290, + [3309] = 3256, + [3310] = 3141, + [3311] = 3257, + [3312] = 3312, + [3313] = 3221, + [3314] = 3314, + [3315] = 3314, + [3316] = 3304, + [3317] = 3312, + [3318] = 3225, + [3319] = 3141, + [3320] = 3158, + [3321] = 3239, + [3322] = 3141, + [3323] = 3214, + [3324] = 3223, + [3325] = 3268, + [3326] = 3251, + [3327] = 3141, + [3328] = 3328, + [3329] = 3258, + [3330] = 357, + [3331] = 3141, + [3332] = 358, + [3333] = 3328, + [3334] = 3141, + [3335] = 363, + [3336] = 379, + [3337] = 3132, + [3338] = 365, + [3339] = 368, + [3340] = 376, + [3341] = 3046, + [3342] = 3122, + [3343] = 369, + [3344] = 3132, + [3345] = 3122, + [3346] = 3346, + [3347] = 3060, + [3348] = 3136, + [3349] = 375, + [3350] = 373, + [3351] = 359, + [3352] = 380, + [3353] = 372, + [3354] = 364, + [3355] = 3355, + [3356] = 3346, + [3357] = 3122, + [3358] = 3358, + [3359] = 3355, + [3360] = 3358, + [3361] = 3136, + [3362] = 362, + [3363] = 3346, + [3364] = 3136, + [3365] = 3132, + [3366] = 374, + [3367] = 371, + [3368] = 367, + [3369] = 3358, + [3370] = 378, + [3371] = 366, + [3372] = 370, + [3373] = 3355, + [3374] = 377, + [3375] = 2858, + [3376] = 2869, + [3377] = 3377, + [3378] = 2858, + [3379] = 3379, + [3380] = 3136, + [3381] = 3122, + [3382] = 3132, + [3383] = 2760, + [3384] = 3384, + [3385] = 776, + [3386] = 1143, + [3387] = 3384, + [3388] = 381, + [3389] = 2782, + [3390] = 357, + [3391] = 359, + [3392] = 358, + [3393] = 359, + [3394] = 2800, + [3395] = 778, + [3396] = 2869, + [3397] = 2777, + [3398] = 359, + [3399] = 3384, + [3400] = 2777, + [3401] = 3401, + [3402] = 778, + [3403] = 899, + [3404] = 359, + [3405] = 2869, + [3406] = 2782, + [3407] = 3407, + [3408] = 899, + [3409] = 3407, + [3410] = 3401, + [3411] = 357, + [3412] = 2954, + [3413] = 3401, + [3414] = 358, + [3415] = 357, + [3416] = 358, + [3417] = 386, + [3418] = 776, + [3419] = 357, + [3420] = 2960, + [3421] = 3407, + [3422] = 2760, + [3423] = 359, + [3424] = 360, + [3425] = 2858, + [3426] = 2800, + [3427] = 358, + [3428] = 360, + [3429] = 900, + [3430] = 2960, + [3431] = 868, + [3432] = 872, + [3433] = 3433, + [3434] = 358, + [3435] = 360, + [3436] = 2954, + [3437] = 357, + [3438] = 900, + [3439] = 362, + [3440] = 366, + [3441] = 363, + [3442] = 3442, + [3443] = 3443, + [3444] = 378, + [3445] = 3445, + [3446] = 367, + [3447] = 3060, + [3448] = 362, + [3449] = 3449, + [3450] = 379, + [3451] = 3060, + [3452] = 367, + [3453] = 366, + [3454] = 3454, + [3455] = 3046, + [3456] = 2960, + [3457] = 367, + [3458] = 3458, + [3459] = 368, + [3460] = 375, + [3461] = 370, + [3462] = 3462, + [3463] = 373, + [3464] = 3464, + [3465] = 373, + [3466] = 375, + [3467] = 368, + [3468] = 378, + [3469] = 370, + [3470] = 358, + [3471] = 377, + [3472] = 3472, + [3473] = 377, + [3474] = 357, + [3475] = 360, + [3476] = 379, + [3477] = 371, + [3478] = 371, + [3479] = 1102, + [3480] = 3480, + [3481] = 374, + [3482] = 3482, + [3483] = 369, + [3484] = 381, + [3485] = 364, + [3486] = 372, + [3487] = 365, + [3488] = 3488, + [3489] = 3046, + [3490] = 380, + [3491] = 364, + [3492] = 364, + [3493] = 1101, + [3494] = 380, + [3495] = 3495, + [3496] = 372, + [3497] = 3497, + [3498] = 379, + [3499] = 380, + [3500] = 3500, + [3501] = 362, + [3502] = 3502, + [3503] = 376, + [3504] = 368, + [3505] = 374, + [3506] = 378, [3507] = 3507, - [3508] = 3506, - [3509] = 3509, - [3510] = 3506, + [3508] = 375, + [3509] = 369, + [3510] = 373, [3511] = 3511, - [3512] = 3506, - [3513] = 3513, - [3514] = 3511, - [3515] = 3511, - [3516] = 3506, - [3517] = 3511, - [3518] = 3511, - [3519] = 3506, - [3520] = 385, - [3521] = 3521, - [3522] = 3506, - [3523] = 3511, - [3524] = 3506, - [3525] = 3506, - [3526] = 3511, - [3527] = 337, - [3528] = 3528, - [3529] = 347, - [3530] = 1180, - [3531] = 351, - [3532] = 345, - [3533] = 3533, - [3534] = 1228, - [3535] = 344, - [3536] = 343, - [3537] = 346, + [3512] = 3512, + [3513] = 377, + [3514] = 370, + [3515] = 366, + [3516] = 365, + [3517] = 1058, + [3518] = 3518, + [3519] = 381, + [3520] = 3520, + [3521] = 371, + [3522] = 3522, + [3523] = 376, + [3524] = 3524, + [3525] = 376, + [3526] = 363, + [3527] = 363, + [3528] = 899, + [3529] = 2954, + [3530] = 369, + [3531] = 3531, + [3532] = 900, + [3533] = 372, + [3534] = 365, + [3535] = 374, + [3536] = 3536, + [3537] = 3537, [3538] = 3538, [3539] = 3539, - [3540] = 340, - [3541] = 349, + [3540] = 3540, + [3541] = 3541, [3542] = 3542, - [3543] = 3543, - [3544] = 330, + [3543] = 3538, + [3544] = 367, [3545] = 3545, - [3546] = 3546, - [3547] = 3546, - [3548] = 3546, + [3546] = 1102, + [3547] = 3547, + [3548] = 3046, [3549] = 3549, - [3550] = 3546, - [3551] = 3546, - [3552] = 3546, - [3553] = 3546, - [3554] = 3546, - [3555] = 3549, - [3556] = 3546, - [3557] = 3546, - [3558] = 3546, - [3559] = 3546, + [3550] = 3550, + [3551] = 3551, + [3552] = 373, + [3553] = 375, + [3554] = 368, + [3555] = 3555, + [3556] = 1143, + [3557] = 3557, + [3558] = 3558, + [3559] = 3559, [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, + [3561] = 3561, + [3562] = 3562, + [3563] = 3563, + [3564] = 3564, + [3565] = 381, + [3566] = 3566, + [3567] = 3538, + [3568] = 3136, + [3569] = 3132, + [3570] = 379, + [3571] = 362, + [3572] = 370, + [3573] = 3564, + [3574] = 371, + [3575] = 372, + [3576] = 366, + [3577] = 386, + [3578] = 386, [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, + [3580] = 3580, + [3581] = 3564, + [3582] = 3122, + [3583] = 3583, + [3584] = 3584, + [3585] = 3585, + [3586] = 3586, + [3587] = 3587, + [3588] = 3588, + [3589] = 363, + [3590] = 3590, + [3591] = 3591, + [3592] = 374, + [3593] = 3593, + [3594] = 3594, + [3595] = 3595, + [3596] = 3596, + [3597] = 3564, + [3598] = 3598, + [3599] = 1101, + [3600] = 3538, + [3601] = 3601, + [3602] = 381, + [3603] = 3603, + [3604] = 3604, + [3605] = 3605, + [3606] = 3606, + [3607] = 3607, + [3608] = 3608, + [3609] = 3609, + [3610] = 378, + [3611] = 3611, + [3612] = 3612, + [3613] = 3613, + [3614] = 377, + [3615] = 3060, + [3616] = 3616, + [3617] = 3617, + [3618] = 380, + [3619] = 3619, + [3620] = 376, + [3621] = 365, + [3622] = 3622, + [3623] = 3623, + [3624] = 3624, + [3625] = 3625, + [3626] = 3626, + [3627] = 3627, [3628] = 3628, [3629] = 3629, [3630] = 3630, [3631] = 3631, - [3632] = 330, + [3632] = 364, [3633] = 3633, [3634] = 3634, [3635] = 3635, [3636] = 3636, [3637] = 3637, - [3638] = 330, - [3639] = 3630, - [3640] = 3640, - [3641] = 3641, - [3642] = 3642, - [3643] = 3637, - [3644] = 3644, - [3645] = 3637, - [3646] = 3646, - [3647] = 3647, - [3648] = 3648, - [3649] = 3649, - [3650] = 3630, - [3651] = 385, - [3652] = 3652, - [3653] = 3653, + [3638] = 369, + [3639] = 1285, + [3640] = 1280, + [3641] = 3122, + [3642] = 3204, + [3643] = 3304, + [3644] = 1203, + [3645] = 3136, + [3646] = 3295, + [3647] = 3288, + [3648] = 3132, + [3649] = 3287, + [3650] = 386, + [3651] = 3284, + [3652] = 1191, + [3653] = 3275, [3654] = 3654, - [3655] = 3655, - [3656] = 3656, - [3657] = 3657, - [3658] = 3658, - [3659] = 3659, - [3660] = 3660, - [3661] = 3661, - [3662] = 3662, - [3663] = 3661, - [3664] = 3664, - [3665] = 3665, - [3666] = 3666, - [3667] = 3654, - [3668] = 3668, - [3669] = 333, - [3670] = 332, - [3671] = 3671, - [3672] = 3672, - [3673] = 331, - [3674] = 3671, - [3675] = 1585, - [3676] = 1586, - [3677] = 3659, - [3678] = 3678, - [3679] = 1604, - [3680] = 1596, + [3655] = 386, + [3656] = 1090, + [3657] = 3298, + [3658] = 3251, + [3659] = 3258, + [3660] = 3246, + [3661] = 3146, + [3662] = 3162, + [3663] = 3181, + [3664] = 3232, + [3665] = 3231, + [3666] = 3169, + [3667] = 3190, + [3668] = 1285, + [3669] = 3314, + [3670] = 3312, + [3671] = 1280, + [3672] = 3295, + [3673] = 3208, + [3674] = 359, + [3675] = 3177, + [3676] = 3157, + [3677] = 3143, + [3678] = 3186, + [3679] = 3257, + [3680] = 3204, [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, + [3682] = 3256, + [3683] = 3195, + [3684] = 3304, + [3685] = 3224, + [3686] = 3298, + [3687] = 3288, + [3688] = 3233, + [3689] = 3287, + [3690] = 3236, + [3691] = 3284, + [3692] = 3185, + [3693] = 3275, + [3694] = 3231, + [3695] = 3232, + [3696] = 3181, + [3697] = 3158, + [3698] = 3151, + [3699] = 3146, + [3700] = 3246, + [3701] = 3154, + [3702] = 3258, + [3703] = 3251, + [3704] = 3214, + [3705] = 3290, + [3706] = 3223, + [3707] = 3254, + [3708] = 3165, + [3709] = 3210, + [3710] = 3140, + [3711] = 3207, + [3712] = 3197, + [3713] = 3225, + [3714] = 3239, + [3715] = 3328, + [3716] = 3261, + [3717] = 3170, + [3718] = 3268, + [3719] = 352, + [3720] = 353, + [3721] = 3221, + [3722] = 3162, [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, - [3793] = 3793, - [3794] = 3794, - [3795] = 3791, - [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, - [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, + [3725] = 899, + [3726] = 3724, + [3727] = 358, + [3728] = 2960, + [3729] = 3723, + [3730] = 357, + [3731] = 3723, + [3732] = 3724, + [3733] = 3733, + [3734] = 2954, + [3735] = 900, + [3736] = 3724, + [3737] = 360, + [3738] = 3723, + [3739] = 369, + [3740] = 3060, + [3741] = 372, + [3742] = 1102, + [3743] = 378, + [3744] = 364, + [3745] = 376, + [3746] = 379, + [3747] = 377, + [3748] = 365, + [3749] = 3749, + [3750] = 3750, + [3751] = 366, + [3752] = 362, + [3753] = 1101, + [3754] = 363, + [3755] = 380, + [3756] = 367, + [3757] = 368, + [3758] = 375, + [3759] = 381, + [3760] = 374, + [3761] = 370, + [3762] = 371, + [3763] = 373, + [3764] = 353, + [3765] = 352, + [3766] = 386, + [3767] = 3767, + [3768] = 3768, + [3769] = 3767, + [3770] = 3767, + [3771] = 3768, + [3772] = 3768, + [3773] = 3767, + [3774] = 3767, + [3775] = 3768, + [3776] = 3767, + [3777] = 3767, + [3778] = 3768, + [3779] = 3767, + [3780] = 3768, + [3781] = 3768, + [3782] = 3768, + [3783] = 3768, + [3784] = 3767, + [3785] = 3767, + [3786] = 3767, + [3787] = 3768, + [3788] = 3768, + [3789] = 3768, + [3790] = 3768, + [3791] = 3767, + [3792] = 3768, + [3793] = 3767, + [3794] = 3768, + [3795] = 3768, + [3796] = 3768, + [3797] = 3767, + [3798] = 3767, + [3799] = 3767, + [3800] = 3768, + [3801] = 3767, + [3802] = 3767, + [3803] = 3767, + [3804] = 3767, + [3805] = 3768, + [3806] = 3768, + [3807] = 3768, + [3808] = 3768, + [3809] = 3767, + [3810] = 3768, + [3811] = 3768, + [3812] = 3767, + [3813] = 3768, + [3814] = 3768, + [3815] = 3767, + [3816] = 3768, + [3817] = 3768, + [3818] = 3768, + [3819] = 3767, + [3820] = 3767, + [3821] = 3768, + [3822] = 3767, + [3823] = 3767, + [3824] = 3768, + [3825] = 3767, + [3826] = 3767, + [3827] = 3768, + [3828] = 3767, + [3829] = 3767, + [3830] = 3768, + [3831] = 3768, + [3832] = 3768, + [3833] = 3767, + [3834] = 3767, + [3835] = 3767, + [3836] = 3768, + [3837] = 3767, + [3838] = 3767, + [3839] = 3767, + [3840] = 3767, + [3841] = 3841, + [3842] = 3767, + [3843] = 3768, + [3844] = 1285, + [3845] = 3768, + [3846] = 3768, + [3847] = 3768, + [3848] = 3768, + [3849] = 3768, + [3850] = 3767, + [3851] = 3767, + [3852] = 3768, + [3853] = 3767, + [3854] = 3767, + [3855] = 3768, + [3856] = 3767, + [3857] = 3767, + [3858] = 3768, + [3859] = 1280, + [3860] = 3767, + [3861] = 3768, + [3862] = 3768, + [3863] = 3768, + [3864] = 3767, + [3865] = 3768, + [3866] = 3768, + [3867] = 3768, + [3868] = 3767, + [3869] = 3768, + [3870] = 3767, + [3871] = 3767, + [3872] = 3767, + [3873] = 3768, + [3874] = 3767, + [3875] = 3768, + [3876] = 3767, + [3877] = 3768, + [3878] = 3767, + [3879] = 3768, + [3880] = 3768, + [3881] = 3767, + [3882] = 3767, + [3883] = 3767, + [3884] = 3767, + [3885] = 3768, + [3886] = 3886, + [3887] = 3887, [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, + [3889] = 3888, + [3890] = 3888, + [3891] = 3887, + [3892] = 3888, + [3893] = 3887, + [3894] = 3886, + [3895] = 3886, + [3896] = 3887, + [3897] = 3886, + [3898] = 3887, + [3899] = 3886, + [3900] = 3888, + [3901] = 3886, + [3902] = 3887, + [3903] = 3887, + [3904] = 3886, + [3905] = 3888, + [3906] = 3888, + [3907] = 3887, + [3908] = 3886, + [3909] = 3886, + [3910] = 3887, + [3911] = 3888, + [3912] = 3888, [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, - [3976] = 3976, - [3977] = 3925, - [3978] = 343, - [3979] = 3925, - [3980] = 3772, - [3981] = 3925, - [3982] = 3746, - [3983] = 3937, - [3984] = 3925, - [3985] = 3933, - [3986] = 3925, - [3987] = 3925, - [3988] = 3956, - [3989] = 3933, - [3990] = 3956, - [3991] = 3925, - [3992] = 3925, - [3993] = 3933, - [3994] = 3746, - [3995] = 3933, - [3996] = 3925, - [3997] = 3997, - [3998] = 3933, - [3999] = 3925, - [4000] = 3975, - [4001] = 3933, - [4002] = 3925, - [4003] = 1428, - [4004] = 3925, - [4005] = 3925, - [4006] = 349, - [4007] = 3933, - [4008] = 351, - [4009] = 3925, - [4010] = 3925, - [4011] = 3735, - [4012] = 3933, - [4013] = 3925, - [4014] = 3925, - [4015] = 3975, - [4016] = 3933, - [4017] = 3925, - [4018] = 4018, - [4019] = 3925, - [4020] = 3925, - [4021] = 3925, - [4022] = 3933, - [4023] = 3925, - [4024] = 355, - [4025] = 356, - [4026] = 4026, - [4027] = 4027, - [4028] = 4028, - [4029] = 4026, - [4030] = 4030, - [4031] = 4028, - [4032] = 4026, - [4033] = 4028, - [4034] = 4030, - [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, + [3914] = 3887, + [3915] = 3887, + [3916] = 3886, + [3917] = 3887, + [3918] = 3886, + [3919] = 3888, + [3920] = 3887, + [3921] = 3886, + [3922] = 3887, + [3923] = 3888, + [3924] = 3886, + [3925] = 3887, + [3926] = 3887, + [3927] = 3887, + [3928] = 3886, + [3929] = 3888, + [3930] = 3886, + [3931] = 3886, + [3932] = 3887, + [3933] = 3886, + [3934] = 3887, + [3935] = 3886, + [3936] = 3887, + [3937] = 3888, + [3938] = 3888, + [3939] = 3913, + [3940] = 3888, + [3941] = 3887, + [3942] = 3887, + [3943] = 3888, + [3944] = 3888, + [3945] = 3888, + [3946] = 3886, + [3947] = 3887, + [3948] = 3887, + [3949] = 3887, + [3950] = 3888, + [3951] = 3888, + [3952] = 3886, + [3953] = 3888, + [3954] = 3886, + [3955] = 3886, + [3956] = 3887, + [3957] = 3888, + [3958] = 3887, + [3959] = 3887, + [3960] = 3888, + [3961] = 3886, + [3962] = 3887, + [3963] = 3888, + [3964] = 3886, + [3965] = 3888, + [3966] = 3887, + [3967] = 3888, + [3968] = 3913, + [3969] = 3886, + [3970] = 3886, + [3971] = 3887, + [3972] = 3888, + [3973] = 3887, + [3974] = 3888, + [3975] = 3888, + [3976] = 3888, + [3977] = 3913, + [3978] = 3888, + [3979] = 3913, + [3980] = 3886, + [3981] = 3886, + [3982] = 3888, + [3983] = 3887, + [3984] = 3886, + [3985] = 3887, + [3986] = 3886, + [3987] = 3887, + [3988] = 3886, + [3989] = 3888, + [3990] = 3913, + [3991] = 3888, + [3992] = 3887, + [3993] = 3888, + [3994] = 3888, + [3995] = 3888, + [3996] = 3887, + [3997] = 3888, + [3998] = 3887, + [3999] = 3888, + [4000] = 3887, + [4001] = 3886, + [4002] = 3887, + [4003] = 3886, + [4004] = 3886, + [4005] = 3887, + [4006] = 3886, + [4007] = 3888, + [4008] = 3888, + [4009] = 3887, + [4010] = 3888, + [4011] = 3888, + [4012] = 3887, + [4013] = 3886, + [4014] = 3913, + [4015] = 3888, + [4016] = 3887, + [4017] = 3887, + [4018] = 3886, + [4019] = 3886, + [4020] = 3886, + [4021] = 3887, + [4022] = 3887, + [4023] = 3886, + [4024] = 3886, + [4025] = 3888, + [4026] = 3888, + [4027] = 3886, + [4028] = 3887, + [4029] = 3886, + [4030] = 3888, + [4031] = 3887, + [4032] = 3888, + [4033] = 3888, + [4034] = 3887, + [4035] = 3913, + [4036] = 3888, + [4037] = 3886, + [4038] = 3888, + [4039] = 3887, + [4040] = 3888, + [4041] = 3888, + [4042] = 3888, + [4043] = 3886, + [4044] = 3887, + [4045] = 3887, + [4046] = 3888, + [4047] = 3886, + [4048] = 3887, + [4049] = 3887, + [4050] = 3913, + [4051] = 3887, + [4052] = 3888, + [4053] = 3887, + [4054] = 3886, + [4055] = 3888, + [4056] = 3887, + [4057] = 3888, + [4058] = 4058, + [4059] = 4059, + [4060] = 4060, + [4061] = 4059, + [4062] = 4059, + [4063] = 4059, [4064] = 4064, - [4065] = 4047, - [4066] = 4047, - [4067] = 4042, - [4068] = 4026, - [4069] = 4042, - [4070] = 4040, - [4071] = 4042, - [4072] = 4072, - [4073] = 4042, - [4074] = 4039, - [4075] = 4028, - [4076] = 4039, - [4077] = 4026, - [4078] = 4039, - [4079] = 4079, - [4080] = 4080, - [4081] = 4027, - [4082] = 4040, - [4083] = 4047, - [4084] = 4026, - [4085] = 4028, - [4086] = 4026, - [4087] = 4030, - [4088] = 4030, - [4089] = 4030, - [4090] = 4063, - [4091] = 4091, - [4092] = 4040, - [4093] = 4040, - [4094] = 4026, - [4095] = 4039, - [4096] = 4064, - [4097] = 4039, - [4098] = 4039, - [4099] = 4099, - [4100] = 4028, - [4101] = 4028, - [4102] = 4026, - [4103] = 4042, - [4104] = 4040, - [4105] = 4030, - [4106] = 4028, - [4107] = 4042, - [4108] = 4030, - [4109] = 4040, - [4110] = 4026, - [4111] = 4039, - [4112] = 4072, - [4113] = 4047, + [4065] = 4065, + [4066] = 4059, + [4067] = 4059, + [4068] = 4059, + [4069] = 4069, + [4070] = 4070, + [4071] = 363, + [4072] = 4070, + [4073] = 4070, + [4074] = 4070, + [4075] = 1026, + [4076] = 4070, + [4077] = 4070, + [4078] = 4078, + [4079] = 4070, + [4080] = 4070, + [4081] = 4081, + [4082] = 4070, + [4083] = 374, + [4084] = 4070, + [4085] = 4085, + [4086] = 4070, + [4087] = 4070, + [4088] = 373, + [4089] = 375, + [4090] = 4070, + [4091] = 4070, + [4092] = 368, + [4093] = 362, + [4094] = 4070, + [4095] = 4070, + [4096] = 367, + [4097] = 366, + [4098] = 379, + [4099] = 4070, + [4100] = 4070, + [4101] = 4070, + [4102] = 4102, + [4103] = 4103, + [4104] = 359, + [4105] = 4105, + [4106] = 4106, + [4107] = 4107, + [4108] = 4108, + [4109] = 4109, + [4110] = 4110, + [4111] = 4109, + [4112] = 4109, + [4113] = 4110, [4114] = 4114, - [4115] = 4115, - [4116] = 4028, - [4117] = 4099, - [4118] = 4026, - [4119] = 4042, - [4120] = 4042, - [4121] = 4028, - [4122] = 4027, - [4123] = 4039, - [4124] = 4026, - [4125] = 4079, - [4126] = 4047, - [4127] = 4047, - [4128] = 4040, - [4129] = 4091, - [4130] = 4026, - [4131] = 4131, - [4132] = 4132, - [4133] = 4064, - [4134] = 4026, - [4135] = 4030, - [4136] = 4026, - [4137] = 4047, - [4138] = 4063, - [4139] = 4139, - [4140] = 4047, - [4141] = 4030, - [4142] = 4026, - [4143] = 4040, - [4144] = 4039, - [4145] = 4039, - [4146] = 4028, - [4147] = 4042, - [4148] = 4026, - [4149] = 1003, - [4150] = 4047, - [4151] = 4053, - [4152] = 4028, - [4153] = 4047, - [4154] = 4061, - [4155] = 4079, - [4156] = 4156, - [4157] = 4042, - [4158] = 4047, - [4159] = 4115, - [4160] = 4026, - [4161] = 4114, - [4162] = 4162, - [4163] = 4042, - [4164] = 4028, - [4165] = 4039, - [4166] = 4026, - [4167] = 4040, - [4168] = 4168, - [4169] = 4169, - [4170] = 4170, + [4115] = 4110, + [4116] = 4109, + [4117] = 4114, + [4118] = 4110, + [4119] = 4109, + [4120] = 4110, + [4121] = 4114, + [4122] = 4122, + [4123] = 4122, + [4124] = 4124, + [4125] = 4124, + [4126] = 4114, + [4127] = 4110, + [4128] = 4109, + [4129] = 4109, + [4130] = 4124, + [4131] = 4109, + [4132] = 4114, + [4133] = 4114, + [4134] = 4110, + [4135] = 4114, + [4136] = 4110, + [4137] = 358, + [4138] = 357, + [4139] = 4114, + [4140] = 360, + [4141] = 4122, + [4142] = 362, + [4143] = 373, + [4144] = 373, + [4145] = 4145, + [4146] = 375, + [4147] = 368, + [4148] = 379, + [4149] = 371, + [4150] = 374, + [4151] = 367, + [4152] = 369, + [4153] = 365, + [4154] = 381, + [4155] = 4145, + [4156] = 377, + [4157] = 378, + [4158] = 372, + [4159] = 375, + [4160] = 366, + [4161] = 376, + [4162] = 368, + [4163] = 367, + [4164] = 366, + [4165] = 4145, + [4166] = 380, + [4167] = 379, + [4168] = 362, + [4169] = 364, + [4170] = 363, [4171] = 4171, - [4172] = 4026, + [4172] = 370, [4173] = 4173, [4174] = 4174, - [4175] = 4040, + [4175] = 4175, [4176] = 4176, [4177] = 4177, - [4178] = 4026, + [4178] = 4175, [4179] = 4179, - [4180] = 4180, - [4181] = 4040, + [4180] = 359, + [4181] = 4181, [4182] = 4182, - [4183] = 4030, - [4184] = 4026, - [4185] = 4185, + [4183] = 4183, + [4184] = 4184, + [4185] = 4176, [4186] = 4186, [4187] = 4187, [4188] = 4188, [4189] = 4189, - [4190] = 4026, - [4191] = 4191, + [4190] = 4190, + [4191] = 4176, [4192] = 4192, [4193] = 4193, [4194] = 4194, - [4195] = 4195, - [4196] = 4026, + [4195] = 4175, + [4196] = 4196, [4197] = 4197, - [4198] = 4198, + [4198] = 386, [4199] = 4199, - [4200] = 4039, + [4200] = 4200, [4201] = 4201, - [4202] = 4026, - [4203] = 4099, - [4204] = 4030, - [4205] = 4205, - [4206] = 4040, + [4202] = 357, + [4203] = 4203, + [4204] = 4199, + [4205] = 360, + [4206] = 4206, [4207] = 4207, - [4208] = 4026, - [4209] = 4209, + [4208] = 4208, + [4209] = 4206, [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, + [4212] = 4212, + [4213] = 4213, + [4214] = 358, + [4215] = 4215, + [4216] = 4216, + [4217] = 4217, + [4218] = 4218, + [4219] = 4200, + [4220] = 4220, + [4221] = 4221, + [4222] = 4222, + [4223] = 4223, + [4224] = 4224, + [4225] = 4225, + [4226] = 4226, + [4227] = 4227, + [4228] = 4228, + [4229] = 4229, + [4230] = 4230, + [4231] = 4231, + [4232] = 4232, + [4233] = 4233, + [4234] = 4234, + [4235] = 4199, + [4236] = 4236, + [4237] = 4207, + [4238] = 4208, + [4239] = 4203, + [4240] = 4210, + [4241] = 4218, [4242] = 4242, - [4243] = 4243, - [4244] = 4047, - [4245] = 4115, - [4246] = 4114, - [4247] = 4247, - [4248] = 4030, - [4249] = 4026, - [4250] = 4250, - [4251] = 4030, - [4252] = 4039, - [4253] = 4040, - [4254] = 4047, - [4255] = 4255, - [4256] = 4028, - [4257] = 4042, - [4258] = 4047, - [4259] = 4042, - [4260] = 4047, - [4261] = 4030, - [4262] = 4262, - [4263] = 4028, - [4264] = 4039, - [4265] = 4039, - [4266] = 4040, - [4267] = 4267, - [4268] = 4040, - [4269] = 4269, - [4270] = 4270, + [4243] = 4206, + [4244] = 4220, + [4245] = 4221, + [4246] = 1974, + [4247] = 4228, + [4248] = 1976, + [4249] = 4249, + [4250] = 1990, + [4251] = 1991, + [4252] = 4220, + [4253] = 4236, + [4254] = 368, + [4255] = 375, + [4256] = 373, + [4257] = 4207, + [4258] = 4258, + [4259] = 4259, + [4260] = 4249, + [4261] = 4228, + [4262] = 4208, + [4263] = 4221, + [4264] = 4220, + [4265] = 4200, + [4266] = 4218, + [4267] = 4210, + [4268] = 4203, + [4269] = 4208, + [4270] = 4207, [4271] = 4271, - [4272] = 4114, - [4273] = 4273, - [4274] = 4274, - [4275] = 4061, - [4276] = 4030, - [4277] = 4277, - [4278] = 4278, - [4279] = 4115, - [4280] = 4028, - [4281] = 4042, - [4282] = 4282, - [4283] = 4038, + [4272] = 4236, + [4273] = 4249, + [4274] = 4228, + [4275] = 4275, + [4276] = 4221, + [4277] = 4200, + [4278] = 4218, + [4279] = 4279, + [4280] = 4236, + [4281] = 4210, + [4282] = 4203, + [4283] = 4283, [4284] = 4284, - [4285] = 4262, - [4286] = 4039, - [4287] = 4037, - [4288] = 4045, - [4289] = 4047, - [4290] = 4047, - [4291] = 4063, - [4292] = 4064, - [4293] = 4047, - [4294] = 4039, - [4295] = 4072, - [4296] = 4042, - [4297] = 4297, - [4298] = 4298, - [4299] = 4299, - [4300] = 4300, - [4301] = 4301, + [4285] = 379, + [4286] = 4286, + [4287] = 376, + [4288] = 4288, + [4289] = 4289, + [4290] = 4288, + [4291] = 1203, + [4292] = 4292, + [4293] = 1191, + [4294] = 2203, + [4295] = 2207, + [4296] = 2090, + [4297] = 2194, + [4298] = 373, + [4299] = 375, + [4300] = 368, + [4301] = 368, [4302] = 4302, - [4303] = 4303, - [4304] = 4304, + [4303] = 375, + [4304] = 362, [4305] = 4305, - [4306] = 4306, - [4307] = 4307, - [4308] = 4308, - [4309] = 4042, - [4310] = 4028, - [4311] = 4039, + [4306] = 373, + [4307] = 370, + [4308] = 379, + [4309] = 371, + [4310] = 362, + [4311] = 372, [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, + [4313] = 4288, + [4314] = 4314, + [4315] = 367, + [4316] = 366, + [4317] = 371, + [4318] = 381, + [4319] = 364, + [4320] = 4320, + [4321] = 380, + [4322] = 373, + [4323] = 375, + [4324] = 368, + [4325] = 379, + [4326] = 4326, + [4327] = 362, + [4328] = 4328, + [4329] = 367, + [4330] = 4330, + [4331] = 4331, + [4332] = 366, + [4333] = 370, + [4334] = 364, + [4335] = 4335, + [4336] = 4336, + [4337] = 372, + [4338] = 380, + [4339] = 381, + [4340] = 363, + [4341] = 374, + [4342] = 378, + [4343] = 4343, + [4344] = 4344, + [4345] = 377, + [4346] = 4346, + [4347] = 4347, + [4348] = 4348, + [4349] = 369, + [4350] = 4350, + [4351] = 4351, + [4352] = 365, + [4353] = 4353, + [4354] = 4354, + [4355] = 4355, + [4356] = 4355, + [4357] = 4357, + [4358] = 4358, + [4359] = 4359, + [4360] = 4360, + [4361] = 4361, + [4362] = 386, + [4363] = 4357, + [4364] = 4364, + [4365] = 4365, + [4366] = 4357, + [4367] = 4357, + [4368] = 4355, + [4369] = 4355, + [4370] = 374, + [4371] = 363, + [4372] = 4372, + [4373] = 386, + [4374] = 4357, + [4375] = 4357, + [4376] = 4355, + [4377] = 4377, + [4378] = 4378, + [4379] = 4379, + [4380] = 4357, + [4381] = 4357, + [4382] = 4382, + [4383] = 4355, + [4384] = 4355, + [4385] = 4357, + [4386] = 4355, + [4387] = 4387, + [4388] = 4357, + [4389] = 368, + [4390] = 375, + [4391] = 373, + [4392] = 4392, + [4393] = 372, + [4394] = 4357, + [4395] = 370, + [4396] = 4355, + [4397] = 4357, + [4398] = 362, + [4399] = 379, + [4400] = 368, + [4401] = 375, + [4402] = 4402, + [4403] = 4403, + [4404] = 4404, + [4405] = 4405, + [4406] = 4406, + [4407] = 373, + [4408] = 4357, + [4409] = 4409, + [4410] = 4355, + [4411] = 371, + [4412] = 4357, + [4413] = 4357, + [4414] = 4414, + [4415] = 4355, + [4416] = 4357, + [4417] = 4355, + [4418] = 4357, + [4419] = 4355, + [4420] = 4227, + [4421] = 1872, + [4422] = 4422, + [4423] = 4227, + [4424] = 4357, + [4425] = 4357, + [4426] = 4357, + [4427] = 4427, + [4428] = 4355, + [4429] = 4429, + [4430] = 4357, + [4431] = 4431, + [4432] = 4357, + [4433] = 4357, + [4434] = 4434, + [4435] = 4355, + [4436] = 4357, + [4437] = 4437, + [4438] = 4355, + [4439] = 4357, + [4440] = 4357, + [4441] = 4355, + [4442] = 4355, + [4443] = 4357, + [4444] = 4444, + [4445] = 4357, + [4446] = 4357, + [4447] = 4357, + [4448] = 4431, + [4449] = 4449, + [4450] = 4357, + [4451] = 4434, + [4452] = 4355, + [4453] = 4357, + [4454] = 4357, + [4455] = 4455, + [4456] = 4355, + [4457] = 4457, + [4458] = 4458, + [4459] = 4355, + [4460] = 4460, + [4461] = 4461, + [4462] = 4357, + [4463] = 1991, + [4464] = 4464, + [4465] = 1990, + [4466] = 4466, + [4467] = 4467, [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, + [4469] = 4469, + [4470] = 4431, + [4471] = 4471, + [4472] = 4357, + [4473] = 4357, + [4474] = 4474, + [4475] = 4355, + [4476] = 4357, + [4477] = 4477, + [4478] = 4357, + [4479] = 4479, + [4480] = 4480, + [4481] = 4481, + [4482] = 4482, + [4483] = 4483, + [4484] = 4357, + [4485] = 4357, + [4486] = 4486, + [4487] = 4357, + [4488] = 4357, + [4489] = 4489, + [4490] = 4434, + [4491] = 4491, + [4492] = 4357, + [4493] = 4357, + [4494] = 4494, + [4495] = 1974, + [4496] = 4355, + [4497] = 4497, + [4498] = 1976, + [4499] = 4357, + [4500] = 4500, + [4501] = 4357, + [4502] = 4502, + [4503] = 4503, + [4504] = 4357, + [4505] = 4357, + [4506] = 4506, + [4507] = 4507, + [4508] = 4508, + [4509] = 4509, + [4510] = 4508, + [4511] = 4508, + [4512] = 2207, + [4513] = 4508, + [4514] = 4514, + [4515] = 2090, + [4516] = 4508, + [4517] = 4508, + [4518] = 4508, + [4519] = 4508, + [4520] = 4508, + [4521] = 4508, + [4522] = 4507, + [4523] = 4523, + [4524] = 4508, + [4525] = 4508, + [4526] = 4508, + [4527] = 4508, + [4528] = 4507, + [4529] = 4508, + [4530] = 4508, + [4531] = 4508, + [4532] = 4507, + [4533] = 4508, + [4534] = 4534, + [4535] = 4507, + [4536] = 4523, + [4537] = 4537, + [4538] = 4508, + [4539] = 4507, + [4540] = 4508, + [4541] = 4508, + [4542] = 4508, + [4543] = 4543, + [4544] = 4544, + [4545] = 4508, + [4546] = 4546, + [4547] = 4543, + [4548] = 4507, + [4549] = 4543, + [4550] = 4507, + [4551] = 4551, + [4552] = 4508, + [4553] = 4508, + [4554] = 4554, + [4555] = 4289, + [4556] = 4556, + [4557] = 4508, + [4558] = 4507, + [4559] = 4559, + [4560] = 4523, + [4561] = 4508, + [4562] = 4508, + [4563] = 4507, + [4564] = 4508, + [4565] = 2019, + [4566] = 4534, + [4567] = 4507, + [4568] = 4508, + [4569] = 4312, + [4570] = 4314, + [4571] = 4508, + [4572] = 4508, + [4573] = 4289, + [4574] = 4312, + [4575] = 4507, + [4576] = 4314, + [4577] = 4508, + [4578] = 2018, + [4579] = 4507, + [4580] = 4508, + [4581] = 4508, + [4582] = 4507, + [4583] = 4507, + [4584] = 4507, + [4585] = 370, + [4586] = 4508, + [4587] = 4508, + [4588] = 4507, + [4589] = 4508, + [4590] = 2203, + [4591] = 2194, + [4592] = 4508, + [4593] = 1191, + [4594] = 4507, + [4595] = 4508, + [4596] = 4507, + [4597] = 1203, + [4598] = 4507, + [4599] = 371, + [4600] = 4508, + [4601] = 372, + [4602] = 4508, + [4603] = 4508, + [4604] = 378, + [4605] = 377, + [4606] = 4507, + [4607] = 376, + [4608] = 4508, + [4609] = 4508, + [4610] = 4508, + [4611] = 4508, + [4612] = 4612, + [4613] = 4508, + [4614] = 4507, + [4615] = 4507, + [4616] = 4508, + [4617] = 4508, + [4618] = 4508, + [4619] = 4534, + [4620] = 4620, + [4621] = 4508, + [4622] = 4622, + [4623] = 4623, + [4624] = 4624, + [4625] = 4625, + [4626] = 4626, + [4627] = 4622, + [4628] = 4628, + [4629] = 4623, + [4630] = 4623, + [4631] = 4622, + [4632] = 4626, + [4633] = 4633, + [4634] = 4623, + [4635] = 4633, + [4636] = 4636, + [4637] = 4625, + [4638] = 4624, + [4639] = 4622, + [4640] = 4625, + [4641] = 4626, + [4642] = 4622, + [4643] = 4626, + [4644] = 4623, + [4645] = 4625, + [4646] = 4633, + [4647] = 4624, + [4648] = 4636, + [4649] = 4622, + [4650] = 4636, + [4651] = 4626, + [4652] = 4622, + [4653] = 4653, + [4654] = 4633, + [4655] = 4655, + [4656] = 4624, + [4657] = 4625, + [4658] = 4626, + [4659] = 4622, + [4660] = 4623, + [4661] = 4625, + [4662] = 4633, + [4663] = 4663, + [4664] = 4664, + [4665] = 4636, + [4666] = 4623, + [4667] = 4667, + [4668] = 4655, + [4669] = 4669, + [4670] = 4633, + [4671] = 4636, + [4672] = 4633, + [4673] = 4625, + [4674] = 4624, + [4675] = 4625, + [4676] = 4676, + [4677] = 4623, + [4678] = 4633, + [4679] = 4679, + [4680] = 4624, + [4681] = 4625, + [4682] = 4626, + [4683] = 4683, + [4684] = 4622, + [4685] = 4626, + [4686] = 4633, + [4687] = 4626, + [4688] = 4623, + [4689] = 4625, + [4690] = 4636, + [4691] = 4663, + [4692] = 4664, + [4693] = 4693, + [4694] = 4633, + [4695] = 4624, + [4696] = 4636, + [4697] = 4626, + [4698] = 4624, + [4699] = 4623, + [4700] = 4625, + [4701] = 4622, + [4702] = 4633, + [4703] = 4626, + [4704] = 4626, + [4705] = 4625, + [4706] = 4706, + [4707] = 4622, + [4708] = 4622, + [4709] = 4624, + [4710] = 4633, + [4711] = 4636, + [4712] = 4623, + [4713] = 4623, + [4714] = 4714, + [4715] = 4623, + [4716] = 4636, + [4717] = 4622, + [4718] = 4633, + [4719] = 4626, + [4720] = 4636, + [4721] = 4625, + [4722] = 4625, + [4723] = 4624, + [4724] = 4624, + [4725] = 4625, + [4726] = 4633, + [4727] = 4636, + [4728] = 4625, + [4729] = 4626, + [4730] = 4730, + [4731] = 4622, + [4732] = 4623, + [4733] = 4623, + [4734] = 4633, + [4735] = 4735, + [4736] = 4736, + [4737] = 4737, + [4738] = 4636, + [4739] = 4622, + [4740] = 4624, + [4741] = 4653, + [4742] = 4633, + [4743] = 4743, + [4744] = 4655, + [4745] = 4636, + [4746] = 4623, + [4747] = 4624, + [4748] = 4625, + [4749] = 4663, + [4750] = 4633, + [4751] = 4664, + [4752] = 4626, + [4753] = 4622, + [4754] = 4754, + [4755] = 4623, + [4756] = 4622, + [4757] = 4757, + [4758] = 4633, + [4759] = 4626, + [4760] = 4667, + [4761] = 4669, + [4762] = 4623, + [4763] = 4636, + [4764] = 4764, + [4765] = 4624, + [4766] = 4633, + [4767] = 4624, + [4768] = 4636, + [4769] = 4769, + [4770] = 4624, + [4771] = 4625, + [4772] = 4623, + [4773] = 4622, + [4774] = 4633, + [4775] = 4626, + [4776] = 4776, + [4777] = 4622, + [4778] = 4623, + [4779] = 4779, + [4780] = 4633, + [4781] = 4636, + [4782] = 4622, + [4783] = 4626, + [4784] = 4624, + [4785] = 4625, + [4786] = 4633, + [4787] = 4626, + [4788] = 4626, + [4789] = 4789, + [4790] = 4622, + [4791] = 4625, + [4792] = 4633, + [4793] = 4623, + [4794] = 4626, + [4795] = 4625, + [4796] = 4633, + [4797] = 4625, + [4798] = 4633, + [4799] = 4636, + [4800] = 4624, + [4801] = 4623, + [4802] = 4636, + [4803] = 4803, + [4804] = 4633, + [4805] = 4624, + [4806] = 4667, + [4807] = 4669, + [4808] = 4808, + [4809] = 4625, + [4810] = 4633, + [4811] = 4626, + [4812] = 4623, + [4813] = 4622, + [4814] = 4623, + [4815] = 4625, + [4816] = 4633, + [4817] = 4622, + [4818] = 4818, + [4819] = 4819, + [4820] = 4820, + [4821] = 4821, + [4822] = 4633, + [4823] = 4623, + [4824] = 4824, + [4825] = 4825, + [4826] = 4624, + [4827] = 4827, + [4828] = 4633, + [4829] = 4622, + [4830] = 4830, + [4831] = 4831, + [4832] = 4832, + [4833] = 4833, + [4834] = 4633, + [4835] = 4636, + [4836] = 4836, + [4837] = 4653, + [4838] = 4838, + [4839] = 4839, + [4840] = 4633, + [4841] = 4622, + [4842] = 4842, + [4843] = 4843, + [4844] = 4844, + [4845] = 4845, + [4846] = 4633, + [4847] = 4624, + [4848] = 4848, + [4849] = 4849, + [4850] = 4850, + [4851] = 4851, + [4852] = 4633, + [4853] = 4623, + [4854] = 4854, + [4855] = 4855, + [4856] = 4856, + [4857] = 4626, + [4858] = 4633, + [4859] = 4626, + [4860] = 4860, + [4861] = 4625, + [4862] = 4625, + [4863] = 4863, + [4864] = 4633, + [4865] = 4622, + [4866] = 4624, + [4867] = 4626, + [4868] = 4693, + [4869] = 4636, + [4870] = 4633, + [4871] = 4623, + [4872] = 4622, + [4873] = 4873, + [4874] = 4874, + [4875] = 4875, + [4876] = 4633, + [4877] = 4636, + [4878] = 4626, + [4879] = 4624, + [4880] = 4625, + [4881] = 4626, + [4882] = 4633, + [4883] = 4625, + [4884] = 4622, + [4885] = 4885, + [4886] = 4623, + [4887] = 4624, + [4888] = 4633, + [4889] = 4636, + [4890] = 4623, + [4891] = 4891, + [4892] = 4892, + [4893] = 4893, + [4894] = 4633, + [4895] = 4895, + [4896] = 4622, + [4897] = 4623, + [4898] = 4624, + [4899] = 4625, + [4900] = 4633, + [4901] = 4626, + [4902] = 4625, + [4903] = 4622, + [4904] = 4904, + [4905] = 4623, + [4906] = 4633, + [4907] = 4626, + [4908] = 4625, + [4909] = 4625, + [4910] = 4626, + [4911] = 4623, + [4912] = 4633, + [4913] = 4622, + [4914] = 4623, + [4915] = 4622, + [4916] = 4626, + [4917] = 4625, + [4918] = 4633, + [4919] = 4676, + [4920] = 4683, + [4921] = 4624, + [4922] = 4624, + [4923] = 4636, + [4924] = 4891, + [4925] = 4895, + [4926] = 4636, + [4927] = 4623, + [4928] = 4622, + [4929] = 4626, + [4930] = 4636, + [4931] = 4891, + [4932] = 4895, + [4933] = 4625, + [4934] = 4624, + [4935] = 4636, + [4936] = 4624, + [4937] = 4625, + [4938] = 4625, + [4939] = 4622, + [4940] = 4623, + [4941] = 4636, + [4942] = 4626, + [4943] = 4943, + [4944] = 4808, + [4945] = 4636, + [4946] = 4946, + [4947] = 4622, + [4948] = 4623, + [4949] = 4636, + [4950] = 4623, + [4951] = 4951, + [4952] = 4952, + [4953] = 4953, + [4954] = 4954, + [4955] = 4955, + [4956] = 4956, + [4957] = 4622, + [4958] = 4958, + [4959] = 4622, + [4960] = 4626, + [4961] = 4625, + [4962] = 4714, + [4963] = 4628, + [4964] = 4626, + [4965] = 4626, + [4966] = 4966, + [4967] = 4967, + [4968] = 4803, + [4969] = 4693, + [4970] = 4970, + [4971] = 4971, + [4972] = 4622, + [4973] = 4973, + [4974] = 4623, + [4975] = 4892, + [4976] = 4976, + [4977] = 4977, + [4978] = 4676, + [4979] = 4979, + [4980] = 4980, + [4981] = 4981, + [4982] = 4982, + [4983] = 4946, + [4984] = 4683, + [4985] = 4985, + [4986] = 4624, + [4987] = 4987, + [4988] = 4988, + [4989] = 4989, + [4990] = 4730, + [4991] = 4754, + [4992] = 4764, + [4993] = 4625, + [4994] = 4624, + [4995] = 4624, + [4996] = 4636, + [4997] = 4623, + [4998] = 4885, + [4999] = 4849, + [5000] = 4904, + [5001] = 4622, + [5002] = 4626, + [5003] = 4776, + [5004] = 4779, + [5005] = 4636, + [5006] = 4891, + [5007] = 4625, + [5008] = 4895, + [5009] = 4624, + [5010] = 4636, + [5011] = 4892, + [5012] = 4624, + [5013] = 4625, + [5014] = 4626, + [5015] = 4622, + [5016] = 4623, + [5017] = 4623, + [5018] = 4622, + [5019] = 4626, + [5020] = 4653, + [5021] = 4636, + [5022] = 4943, + [5023] = 4622, + [5024] = 4808, + [5025] = 4625, + [5026] = 4789, + [5027] = 4626, + [5028] = 4623, + [5029] = 4622, + [5030] = 4714, + [5031] = 4628, + [5032] = 4803, + [5033] = 4623, + [5034] = 4622, + [5035] = 4626, + [5036] = 4676, + [5037] = 4683, + [5038] = 4633, + [5039] = 4625, + [5040] = 4730, + [5041] = 4754, + [5042] = 4764, + [5043] = 4624, + [5044] = 4655, + [5045] = 4663, + [5046] = 4624, + [5047] = 4885, + [5048] = 4849, + [5049] = 4904, + [5050] = 4664, + [5051] = 4636, + [5052] = 4636, + [5053] = 4891, + [5054] = 4895, + [5055] = 4623, + [5056] = 4667, + [5057] = 4892, + [5058] = 4624, + [5059] = 4625, + [5060] = 4626, + [5061] = 4622, + [5062] = 4623, + [5063] = 4977, + [5064] = 4669, + [5065] = 4966, + [5066] = 4622, + [5067] = 4626, + [5068] = 4693, + [5069] = 4971, + [5070] = 4625, + [5071] = 4624, + [5072] = 4892, + [5073] = 4976, + [5074] = 4636, + [5075] = 4776, + [5076] = 4779, + [5077] = 4946, + [5078] = 4623, + [5079] = 4976, + [5080] = 4622, + [5081] = 4892, + [5082] = 4624, + [5083] = 4625, + [5084] = 4626, + [5085] = 4622, + [5086] = 4789, + [5087] = 4625, + [5088] = 4623, + [5089] = 4626, + [5090] = 4636, + [5091] = 4622, + [5092] = 4623, + [5093] = 4636, + [5094] = 5094, + [5095] = 4623, + [5096] = 4622, + [5097] = 4626, + [5098] = 4633, + [5099] = 4626, + [5100] = 4625, + [5101] = 4636, + [5102] = 4624, + [5103] = 4625, + [5104] = 4624, + [5105] = 4626, + [5106] = 4636, + [5107] = 4622, + [5108] = 4626, + [5109] = 4625, + [5110] = 4693, + [5111] = 4624, + [5112] = 4625, + [5113] = 4625, + [5114] = 4626, + [5115] = 4626, + [5116] = 4622, + [5117] = 4977, + [5118] = 4622, + [5119] = 4623, + [5120] = 4625, + [5121] = 4626, + [5122] = 4636, + [5123] = 4622, + [5124] = 4636, + [5125] = 4625, + [5126] = 4626, + [5127] = 4943, + [5128] = 4971, + [5129] = 4622, + [5130] = 4623, + [5131] = 4623, + [5132] = 4622, + [5133] = 4625, + [5134] = 4636, + [5135] = 4626, + [5136] = 4626, + [5137] = 4624, + [5138] = 4625, + [5139] = 4626, + [5140] = 5140, + [5141] = 4622, + [5142] = 4622, + [5143] = 4623, + [5144] = 4623, + [5145] = 4623, + [5146] = 4693, + [5147] = 4971, + [5148] = 5148, + [5149] = 4892, + [5150] = 4976, + [5151] = 4626, + [5152] = 4625, + [5153] = 4946, + [5154] = 4624, + [5155] = 4625, + [5156] = 4626, + [5157] = 5157, + [5158] = 4622, + [5159] = 4636, + [5160] = 4623, + [5161] = 4626, + [5162] = 4693, + [5163] = 4971, + [5164] = 4892, + [5165] = 4625, + [5166] = 4624, + [5167] = 4623, + [5168] = 4636, + [5169] = 4625, + [5170] = 4626, + [5171] = 4624, + [5172] = 4625, + [5173] = 4626, + [5174] = 4622, + [5175] = 4971, + [5176] = 4623, + [5177] = 4971, + [5178] = 4971, + [5179] = 4971, + [5180] = 4971, + [5181] = 4971, + [5182] = 4971, + [5183] = 4971, + [5184] = 4971, + [5185] = 4971, + [5186] = 4971, + [5187] = 4971, + [5188] = 4971, + [5189] = 4971, + [5190] = 4971, + [5191] = 4971, + [5192] = 4971, + [5193] = 4971, + [5194] = 4971, + [5195] = 4971, + [5196] = 4971, + [5197] = 4971, + [5198] = 4971, + [5199] = 4971, + [5200] = 4971, + [5201] = 4971, + [5202] = 4971, + [5203] = 4971, + [5204] = 4971, + [5205] = 4971, + [5206] = 4971, + [5207] = 4971, + [5208] = 4971, + [5209] = 4971, + [5210] = 4971, + [5211] = 4971, + [5212] = 4971, + [5213] = 4971, + [5214] = 4971, + [5215] = 4971, + [5216] = 4971, + [5217] = 4971, + [5218] = 5218, + [5219] = 4622, + [5220] = 4623, + [5221] = 4636, + [5222] = 4623, + [5223] = 4693, + [5224] = 4636, + [5225] = 4622, + [5226] = 4624, + [5227] = 5218, + [5228] = 4966, + [5229] = 4626, + [5230] = 5218, + [5231] = 4625, + [5232] = 5218, + [5233] = 5218, + [5234] = 5218, + [5235] = 5218, + [5236] = 5218, + [5237] = 5218, + [5238] = 5218, + [5239] = 5218, + [5240] = 5218, + [5241] = 5218, + [5242] = 5218, + [5243] = 5218, + [5244] = 5218, + [5245] = 5218, + [5246] = 5218, + [5247] = 5218, + [5248] = 5218, + [5249] = 5218, + [5250] = 5218, + [5251] = 5218, + [5252] = 5218, + [5253] = 5218, + [5254] = 5218, + [5255] = 5218, + [5256] = 5218, + [5257] = 5218, + [5258] = 5218, + [5259] = 5218, + [5260] = 5218, + [5261] = 5218, + [5262] = 5218, + [5263] = 5218, + [5264] = 5218, + [5265] = 5218, + [5266] = 5218, + [5267] = 5218, + [5268] = 5218, + [5269] = 5218, + [5270] = 5218, + [5271] = 5218, + [5272] = 5218, + [5273] = 5218, + [5274] = 5218, + [5275] = 5218, + [5276] = 4625, }; static inline bool sym_word_character_set_1(int32_t c) { @@ -7191,5554 +7966,5761 @@ 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(449); + if (lookahead == '!') ADVANCE(698); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(703); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(518); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(702); + if (lookahead == '+') ADVANCE(648); + if (lookahead == ',') ADVANCE(459); + if (lookahead == '-') ADVANCE(646); + if (lookahead == '.') ADVANCE(811); + if (lookahead == '/') ADVANCE(514); + if (lookahead == '0') ADVANCE(806); + if (lookahead == ':') ADVANCE(643); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(705); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(715); + if (lookahead == '@') ADVANCE(700); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(343); + if (lookahead == ']') ADVANCE(565); + if (lookahead == '^') ADVANCE(636); + if (lookahead == '_') ADVANCE(808); + if (lookahead == '`') ADVANCE(734); + if (lookahead == 'e') ADVANCE(818); + if (lookahead == 'i') ADVANCE(817); + if (lookahead == '{') ADVANCE(555); + if (lookahead == '|') ADVANCE(548); + if (lookahead == '}') ADVANCE(657); + if (lookahead == '~') ADVANCE(650); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(434) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(445) + if (lookahead != 0) ADVANCE(820); 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(578); + if (lookahead == '!') ADVANCE(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); 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(665); + if (lookahead == '\\') ADVANCE(347); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(548); + if (lookahead == '~') ADVANCE(650); 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(683); + if (lookahead != 0) ADVANCE(820); 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(195) END_STATE(); case 11: - if (lookahead == '\n') SKIP(188) + if (lookahead == '\n') SKIP(193) 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(579); + if (lookahead == '!') ADVANCE(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(501); + if (lookahead == '-') ADVANCE(504); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(297); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(548); 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(685); + if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0) ADVANCE(820); END_STATE(); case 13: - if (lookahead == '\n') ADVANCE(746); + if (lookahead == '\n') ADVANCE(758); END_STATE(); case 14: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(802); END_STATE(); case 15: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(802); if (lookahead == '\r') ADVANCE(14); END_STATE(); case 16: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(802); if (lookahead == '\r') ADVANCE(14); if (lookahead != 0 && - (lookahead < '\t' || '\f' < lookahead)) ADVANCE(804); + (lookahead < '\t' || '\f' < lookahead)) ADVANCE(820); END_STATE(); case 17: - if (lookahead == '\n') SKIP(110) + if (lookahead == '\n') ADVANCE(784); END_STATE(); case 18: - if (lookahead == '\n') ADVANCE(767); + if (lookahead == '\n') SKIP(105) 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(146) END_STATE(); case 22: - if (lookahead == '\n') SKIP(153) + if (lookahead == '\n') SKIP(149) END_STATE(); case 23: - if (lookahead == '\n') SKIP(156) + if (lookahead == '\n') SKIP(152) END_STATE(); case 24: - if (lookahead == '\n') SKIP(159) + if (lookahead == '\n') SKIP(155) END_STATE(); case 25: - if (lookahead == '\n') SKIP(162) + if (lookahead == '\n') SKIP(158) END_STATE(); case 26: - if (lookahead == '\n') ADVANCE(750); + if (lookahead == '\n') ADVANCE(760); END_STATE(); case 27: - if (lookahead == '\n') ADVANCE(752); + if (lookahead == '\n') SKIP(161) END_STATE(); case 28: - if (lookahead == '\n') SKIP(164) + if (lookahead == '\n') ADVANCE(762); END_STATE(); case 29: - if (lookahead == '\n') ADVANCE(754); + if (lookahead == '\n') SKIP(164) END_STATE(); case 30: - if (lookahead == '\n') ADVANCE(756); + if (lookahead == '\n') ADVANCE(766); END_STATE(); case 31: - if (lookahead == '\n') ADVANCE(760); + if (lookahead == '\n') SKIP(166) END_STATE(); case 32: - if (lookahead == '\n') ADVANCE(762); + if (lookahead == '\n') ADVANCE(775); 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') ADVANCE(776); 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(246) END_STATE(); case 37: - if (lookahead == '\n') ADVANCE(764); + if (lookahead == '\n') ADVANCE(777); END_STATE(); case 38: - if (lookahead == '\n') SKIP(168) + if (lookahead == '\n') SKIP(242) END_STATE(); case 39: - if (lookahead == '\n') ADVANCE(769); + if (lookahead == '\n') SKIP(251) END_STATE(); case 40: - if (lookahead == '\n') ADVANCE(765); + if (lookahead == '\n') ADVANCE(779); END_STATE(); case 41: - if (lookahead == '\n') ADVANCE(773); + if (lookahead == '\n') ADVANCE(786); END_STATE(); case 42: - if (lookahead == '\n') SKIP(171) + if (lookahead == '\n') SKIP(249) END_STATE(); case 43: - if (lookahead == '\n') ADVANCE(770); + if (lookahead == '\n') ADVANCE(781); END_STATE(); case 44: - if (lookahead == '\n') ADVANCE(777); + if (lookahead == '\n') SKIP(245) END_STATE(); case 45: - if (lookahead == '\n') ADVANCE(771); + if (lookahead == '\n') ADVANCE(788); END_STATE(); case 46: - if (lookahead == '\n') ADVANCE(776); + if (lookahead == '\n') ADVANCE(789); END_STATE(); case 47: - if (lookahead == '\n') ADVANCE(779); + if (lookahead == '\n') ADVANCE(794); END_STATE(); case 48: - if (lookahead == '\n') SKIP(234) + if (lookahead == '\n') ADVANCE(792); END_STATE(); case 49: - if (lookahead == '\n') SKIP(202) + if (lookahead == '\n') SKIP(221) END_STATE(); case 50: - if (lookahead == '\n') SKIP(242) + if (lookahead == '\n') ADVANCE(793); 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(796); END_STATE(); case 53: - if (lookahead == '\n') SKIP(216) + if (lookahead == '\n') SKIP(185) END_STATE(); case 54: - if (lookahead == '\n') SKIP(218) + if (lookahead == '\n') SKIP(210) END_STATE(); case 55: - if (lookahead == '\n') SKIP(180) + if (lookahead == '\n') ADVANCE(785); END_STATE(); case 56: - if (lookahead == '\n') SKIP(212) + if (lookahead == '\n') SKIP(225) END_STATE(); case 57: - if (lookahead == '\n') SKIP(240) + if (lookahead == '\n') SKIP(186) END_STATE(); case 58: - if (lookahead == '\n') ADVANCE(768); + if (lookahead == '\n') SKIP(223) END_STATE(); case 59: - if (lookahead == '\n') ADVANCE(747); + if (lookahead == '\n') SKIP(227) END_STATE(); case 60: - if (lookahead == '\n') ADVANCE(749); + if (lookahead == '\n') ADVANCE(759); END_STATE(); case 61: - if (lookahead == '\n') SKIP(217) + if (lookahead == '\n') ADVANCE(761); END_STATE(); case 62: - if (lookahead == '\n') SKIP(245) + if (lookahead == '\n') ADVANCE(765); END_STATE(); case 63: - if (lookahead == '\n') ADVANCE(751); + if (lookahead == '\n') ADVANCE(767); END_STATE(); case 64: - if (lookahead == '\n') ADVANCE(755); + if (lookahead == '\n') SKIP(254) END_STATE(); case 65: - if (lookahead == '\n') SKIP(181) + if (lookahead == '\n') SKIP(224) END_STATE(); case 66: - if (lookahead == '\n') SKIP(67) + if (lookahead == '\n') SKIP(188) 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(253) 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(580); + if (lookahead == '!') ADVANCE(286); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(511); + if (lookahead == '+') ADVANCE(502); + if (lookahead == ',') ADVANCE(458); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == ';') ADVANCE(455); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(463); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '\\') SKIP(383) + if (lookahead == '^') ADVANCE(288); + if (lookahead == '|') ADVANCE(285); 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(580); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(632); + if (lookahead == '(') ADVANCE(538); + if (lookahead == '+') ADVANCE(280); + if (lookahead == ',') ADVANCE(458); + if (lookahead == '-') ADVANCE(282); + if (lookahead == '0') ADVANCE(687); + if (lookahead == ';') ADVANCE(455); + if (lookahead == '\\') SKIP(390) + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(70) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(541); 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(580); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(273); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(284); + if (lookahead == '0') ADVANCE(686); + if (lookahead == ':') ADVANCE(642); + if (lookahead == '\\') SKIP(397) + if (lookahead == '`') ADVANCE(733); + if (lookahead == '}') ADVANCE(696); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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(580); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '&') ADVANCE(635); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(391) - if (lookahead == '`') ADVANCE(285); - if (lookahead == 'i') ADVANCE(288); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(389) + if (lookahead == '`') ADVANCE(291); + if (lookahead == 'e') ADVANCE(295); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(72) END_STATE(); case 73: - if (lookahead == '\n') SKIP(255) + if (lookahead == '\n') ADVANCE(580); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '<') ADVANCE(526); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(395) + if (lookahead == '`') ADVANCE(291); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73) END_STATE(); case 74: - if (lookahead == '\n') SKIP(250) + if (lookahead == '\n') ADVANCE(580); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '&') ADVANCE(632); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(400) + if (lookahead == '`') ADVANCE(291); + if (lookahead == 'i') ADVANCE(294); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(74) END_STATE(); case 75: - if (lookahead == '\n') ADVANCE(766); + if (lookahead == '\n') SKIP(263) END_STATE(); case 76: - if (lookahead == '\n') SKIP(220) + if (lookahead == '\n') SKIP(259) END_STATE(); case 77: - if (lookahead == '\n') SKIP(221) + if (lookahead == '\n') ADVANCE(769); END_STATE(); case 78: - if (lookahead == '\n') ADVANCE(757); + if (lookahead == '\n') ADVANCE(783); END_STATE(); case 79: - if (lookahead == '\n') ADVANCE(780); + if (lookahead == '\n') SKIP(229) END_STATE(); case 80: - if (lookahead == '\n') ADVANCE(772); + if (lookahead == '\n') ADVANCE(797); END_STATE(); case 81: - if (lookahead == '\n') SKIP(246) + if (lookahead == '\n') ADVANCE(798); END_STATE(); case 82: - if (lookahead == '\n') ADVANCE(781); + if (lookahead == '\n') SKIP(260) END_STATE(); case 83: - if (lookahead == '\n') SKIP(251) + if (lookahead == '\n') SKIP(236) 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(790); END_STATE(); case 86: - if (lookahead == '\n') SKIP(71) + if (lookahead == '\n') SKIP(70) END_STATE(); case 87: - if (lookahead == '\n') SKIP(230) + if (lookahead == '\n') SKIP(255) END_STATE(); case 88: - if (lookahead == '\n') SKIP(247) + if (lookahead == '\n') SKIP(239) END_STATE(); case 89: - if (lookahead == '\n') ADVANCE(759); + if (lookahead == '\n') SKIP(264) END_STATE(); case 90: - if (lookahead == '\n') SKIP(257) + if (lookahead == '\n') SKIP(265) END_STATE(); case 91: - if (lookahead == '\n') SKIP(258) + if (lookahead == '\n') SKIP(73) END_STATE(); case 92: - if (lookahead == '\n') SKIP(248) + if (lookahead == '\n') SKIP(257) END_STATE(); case 93: - if (lookahead == '\n') ADVANCE(761); + if (lookahead == '\n') SKIP(71) END_STATE(); case 94: - if (lookahead == '\n') SKIP(231) + if (lookahead == '\n') ADVANCE(773); END_STATE(); case 95: - if (lookahead == '\n') ADVANCE(782); + if (lookahead == '\n') SKIP(240) END_STATE(); case 96: - if (lookahead == '\n') ADVANCE(783); + if (lookahead == '\n') ADVANCE(799); END_STATE(); case 97: - if (lookahead == '\n') SKIP(70) + if (lookahead == '\n') ADVANCE(800); END_STATE(); case 98: - if (lookahead == '\n') ADVANCE(784); + if (lookahead == '\n') ADVANCE(801); END_STATE(); case 99: - if (lookahead == '\n') SKIP(256) + if (lookahead == '\n') SKIP(74) END_STATE(); case 100: - if (lookahead == '\n') ADVANCE(785); + if (lookahead == '\n') SKIP(256) END_STATE(); case 101: - if (lookahead == '\n') SKIP(252) + if (lookahead == '\n') SKIP(258) END_STATE(); case 102: - if (lookahead == '\n') SKIP(69) + if (lookahead == '\n') SKIP(266) END_STATE(); case 103: - if (lookahead == '\n') SKIP(72) + if (lookahead == '\n') SKIP(196) END_STATE(); case 104: - if (lookahead == '\n') SKIP(260) + if (lookahead == '\n') SKIP(194) END_STATE(); case 105: - if (lookahead == '\n') SKIP(249) + if (lookahead == '\n') ADVANCE(581); + if (lookahead == '!') ADVANCE(813); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(501); + if (lookahead == '-') ADVANCE(504); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(353); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(548); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(105) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); END_STATE(); case 106: - if (lookahead == '\n') SKIP(259) + if (lookahead == '\n') SKIP(143) END_STATE(); case 107: - if (lookahead == '\n') SKIP(139) + if (lookahead == '\n') SKIP(213) END_STATE(); case 108: - if (lookahead == '\n') SKIP(189) + if (lookahead == '\n') SKIP(170) END_STATE(); case 109: - if (lookahead == '\n') SKIP(187) + if (lookahead == '\n') SKIP(172) 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(342); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(539); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(110) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') SKIP(176) END_STATE(); case 111: - if (lookahead == '\n') ADVANCE(748); + if (lookahead == '\n') SKIP(174) END_STATE(); case 112: - if (lookahead == '\n') SKIP(141) + if (lookahead == '\n') SKIP(178) END_STATE(); case 113: - if (lookahead == '\n') SKIP(204) + if (lookahead == '\n') ADVANCE(764); END_STATE(); case 114: - if (lookahead == '\n') SKIP(173) + if (lookahead == '\n') SKIP(182) END_STATE(); case 115: - if (lookahead == '\n') SKIP(170) + if (lookahead == '\n') ADVANCE(768); END_STATE(); case 116: - if (lookahead == '\n') SKIP(175) + if (lookahead == '\n') SKIP(180) END_STATE(); case 117: - if (lookahead == '\n') SKIP(172) + if (lookahead == '\n') ADVANCE(774); 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') SKIP(184) END_STATE(); case 120: - if (lookahead == '\n') SKIP(174) + if (lookahead == '\n') ADVANCE(778); END_STATE(); case 121: - if (lookahead == '\n') ADVANCE(763); + if (lookahead == '\n') SKIP(247) END_STATE(); case 122: - if (lookahead == '\n') SKIP(244) + if (lookahead == '\n') SKIP(252) END_STATE(); case 123: - if (lookahead == '\n') SKIP(237) + if (lookahead == '\n') ADVANCE(780); END_STATE(); case 124: - if (lookahead == '\n') SKIP(176) + if (lookahead == '\n') ADVANCE(787); END_STATE(); case 125: - if (lookahead == '\n') SKIP(178) + if (lookahead == '\n') SKIP(250) END_STATE(); case 126: - if (lookahead == '\n') ADVANCE(774); + if (lookahead == '\n') ADVANCE(782); END_STATE(); case 127: - if (lookahead == '\n') SKIP(179) + if (lookahead == '\n') SKIP(243) END_STATE(); case 128: - if (lookahead == '\n') ADVANCE(778); + if (lookahead == '\n') ADVANCE(795); END_STATE(); case 129: - if (lookahead == '\n') SKIP(238) + if (lookahead == '\n') ADVANCE(791); END_STATE(); case 130: - if (lookahead == '\n') SKIP(241) + if (lookahead == '\n') SKIP(187) END_STATE(); case 131: - if (lookahead == '\n') ADVANCE(753); + if (lookahead == '\n') SKIP(226) END_STATE(); case 132: - if (lookahead == '\n') SKIP(182) + if (lookahead == '\n') ADVANCE(763); END_STATE(); case 133: - if (lookahead == '\n') SKIP(190) + if (lookahead == '\n') SKIP(189) 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(771); END_STATE(); case 135: - if (lookahead == '\n') SKIP(144) + if (lookahead == '\n') SKIP(230) END_STATE(); case 136: - if (lookahead == '\n') ADVANCE(775); + if (lookahead == '\n') SKIP(197) END_STATE(); case 137: - if (lookahead == '\n') SKIP(236) + if (lookahead == '\n') ADVANCE(582); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(315); + if (lookahead == '_') ADVANCE(810); + if (lookahead == 'e') ADVANCE(755); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(137) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); case 138: - if (lookahead == '\n') SKIP(147) + if (lookahead == '\n') ADVANCE(770); END_STATE(); case 139: - if (lookahead == '\n') ADVANCE(572); - if (lookahead == '!') ADVANCE(550); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(528); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(395); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(539); - if (lookahead == '~') ADVANCE(635); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(139) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\n') SKIP(248) 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 == '\n') SKIP(244) + END_STATE(); + case 142: + if (lookahead == '\n') ADVANCE(583); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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); - 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); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(299); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(749); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(142) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')') ADVANCE(820); 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') ADVANCE(584); + if (lookahead == '!') ADVANCE(813); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(501); + if (lookahead == '-') ADVANCE(504); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); 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(665); + if (lookahead == '\\') ADVANCE(406); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(548); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); END_STATE(); case 144: - if (lookahead == '\n') ADVANCE(577); - if (lookahead == '!') ADVANCE(797); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '%') ADVANCE(509); - if (lookahead == '&') ADVANCE(619); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(530); - if (lookahead == '*') ADVANCE(498); - if (lookahead == '+') ADVANCE(490); - if (lookahead == '-') ADVANCE(493); - if (lookahead == '/') ADVANCE(505); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(517); - if (lookahead == '=') ADVANCE(451); - if (lookahead == '>') ADVANCE(522); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(415); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + if (lookahead == '\n') ADVANCE(585); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(316); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(144) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); - END_STATE(); - case 145: - if (lookahead == '\n') ADVANCE(578); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(620); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(310); - if (lookahead == '_') ADVANCE(794); - if (lookahead == '|') ADVANCE(540); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(145) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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 145: + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(300); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(146) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(145) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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 146: + if (lookahead == '\n') ADVANCE(587); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(356); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(818); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(147) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(146) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0 && + lookahead != ')') ADVANCE(820); 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 147: + if (lookahead == '\n') ADVANCE(588); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(339); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(148) + lookahead == ' ') SKIP(147) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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 148: + if (lookahead == '\n') ADVANCE(589); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(330); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(749); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(149) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(148) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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 149: + if (lookahead == '\n') ADVANCE(590); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(357); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); 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(149) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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 150: + if (lookahead == '\n') ADVANCE(591); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(317); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(151) + lookahead == ' ') SKIP(150) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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 151: + if (lookahead == '\n') ADVANCE(592); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(301); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(152) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(151) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0) ADVANCE(820); 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 152: + if (lookahead == '\n') ADVANCE(593); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(358); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(744); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(153) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(152) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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 153: + if (lookahead == '\n') ADVANCE(594); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(318); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(154) + lookahead == ' ') SKIP(153) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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 154: + if (lookahead == '\n') ADVANCE(595); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(331); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(155) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(154) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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 155: + if (lookahead == '\n') ADVANCE(596); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(347); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(359); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(155) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); + END_STATE(); + case 156: + if (lookahead == '\n') ADVANCE(597); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(319); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); case 157: - if (lookahead == '\n') ADVANCE(590); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(283); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '<') ADVANCE(515); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(317); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '\n') ADVANCE(598); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(341); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(157) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')') ADVANCE(820); END_STATE(); case 158: - if (lookahead == '\n') ADVANCE(591); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '\n') ADVANCE(599); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(360); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(158) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); END_STATE(); case 159: - if (lookahead == '\n') ADVANCE(592); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(445); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(348); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(600); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(526); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(340); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(296); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(159) - 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(757); END_STATE(); case 160: - if (lookahead == '\n') ADVANCE(593); - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(617); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(318); - if (lookahead == '_') ADVANCE(794); - if (lookahead == 'i') ADVANCE(742); + if (lookahead == '\n') ADVANCE(601); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(342); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); 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(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')') ADVANCE(820); END_STATE(); case 161: - if (lookahead == '\n') ADVANCE(594); - if (lookahead == '!') ADVANCE(552); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(501); - if (lookahead == '-') ADVANCE(495); - if (lookahead == '0') ADVANCE(789); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '>') ADVANCE(523); - if (lookahead == '?') ADVANCE(626); - if (lookahead == '@') ADVANCE(788); + if (lookahead == '\n') ADVANCE(602); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(297); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(361); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(161) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); + if (lookahead != 0) ADVANCE(820); 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(349); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(603); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(632); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(324); + if (lookahead == '_') ADVANCE(810); + if (lookahead == 'i') ADVANCE(754); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(162) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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(604); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(332); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(163) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0) ADVANCE(820); END_STATE(); case 164: - if (lookahead == '\n') ADVANCE(597); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '$') ADVANCE(645); - if (lookahead == '&') ADVANCE(620); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '(') ADVANCE(267); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '-') ADVANCE(796); - if (lookahead == '0') ADVANCE(667); - if (lookahead == ';') ADVANCE(446); - if (lookahead == '<') ADVANCE(518); - if (lookahead == '=') ADVANCE(798); - if (lookahead == '>') ADVANCE(523); + if (lookahead == '\n') ADVANCE(605); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(350); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(362); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(818); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(164) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0 && + lookahead != ')') ADVANCE(820); 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(606); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(302); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(749); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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(607); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(363); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(166) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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(608); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(303); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(167) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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(609); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(355); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(364); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(168) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); 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(610); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(312); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(304); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')' && - lookahead != '|') ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0) ADVANCE(820); 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(611); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(408); + if (lookahead == '`') ADVANCE(734); + if (lookahead == 'e') ADVANCE(818); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(170) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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(612); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(356); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); 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(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')') ADVANCE(820); 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(613); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(403); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(409); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(172) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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(614); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(305); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(173) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(615); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(405); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(411); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); 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(683); + if (lookahead != 0) ADVANCE(820); 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(616); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(402); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(334); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(175) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(617); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(410); + if (lookahead == '`') ADVANCE(734); + if (lookahead == 'e') ADVANCE(744); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(176) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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(618); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(404); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(177) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(619); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(409); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(412); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(178) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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(620); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(410); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(336); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(296); 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(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(621); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(364); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(414); + if (lookahead == '`') ADVANCE(734); + if (lookahead == 'e') ADVANCE(818); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(180) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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(622); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(632); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(369); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(320); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(181) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(820); 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(623); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); + lookahead == '}') ADVANCE(665); if (lookahead == '\\') ADVANCE(413); - if (lookahead == '`') ADVANCE(722); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(182) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != '|') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); + if (lookahead != 0) ADVANCE(820); 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(624); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(415); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(183) - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0 && + lookahead != ')') ADVANCE(820); 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(625); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(416); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(184) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); 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(626); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(373); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(296); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(185) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(627); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(632); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); 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(665); + if (lookahead == '\\') ADVANCE(376); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(818); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(186) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ')' && + lookahead != '|') ADVANCE(820); 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(628); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); 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(665); + if (lookahead == '\\') ADVANCE(421); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(296); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(187) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(629); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(632); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); 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(665); + if (lookahead == '\\') ADVANCE(381); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(188) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '|') ADVANCE(820); 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(630); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(632); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); 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(665); + if (lookahead == '\\') ADVANCE(423); + if (lookahead == '`') ADVANCE(734); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(189) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '|') ADVANCE(820); 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(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(518); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(508); + if (lookahead == '+') ADVANCE(648); + if (lookahead == ',') ADVANCE(459); + if (lookahead == '-') ADVANCE(646); + if (lookahead == '/') ADVANCE(514); + if (lookahead == '0') ADVANCE(806); + if (lookahead == ':') ADVANCE(645); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(465); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(343); + if (lookahead == ']') ADVANCE(565); + if (lookahead == '^') ADVANCE(636); + if (lookahead == '_') ADVANCE(808); + if (lookahead == '`') ADVANCE(734); + if (lookahead == 'e') ADVANCE(818); + if (lookahead == 'i') ADVANCE(817); + if (lookahead == '{') ADVANCE(555); + if (lookahead == '|') ADVANCE(548); + if (lookahead == '}') ADVANCE(696); + if (lookahead == '~') ADVANCE(650); 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(820); 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(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(501); + if (lookahead == '-') ADVANCE(504); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(307); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(298); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(548); 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(685); + if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); 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(665); + if (lookahead == '\\') ADVANCE(348); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(548); + if (lookahead == '~') ADVANCE(650); 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(683); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(531); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(536); + if (lookahead == '?') ADVANCE(641); 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(665); + if (lookahead == '\\') ADVANCE(352); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(550); + if (lookahead == '~') ADVANCE(650); 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(683); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(531); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(536); + if (lookahead == '?') ADVANCE(641); 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(665); + if (lookahead == '\\') ADVANCE(405); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(550); + if (lookahead == '~') ADVANCE(650); 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(683); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ':') ADVANCE(645); + if (lookahead == '<') ADVANCE(531); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(536); + if (lookahead == '?') ADVANCE(641); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(315); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(351); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(550); + if (lookahead == '~') ADVANCE(650); 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(683); if (lookahead != 0 && - lookahead != '&' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(531); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(536); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(404); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(550); + if (lookahead == '~') ADVANCE(650); 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(683); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(531); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(536); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(425); + if (lookahead == ']') ADVANCE(666); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(550); + if (lookahead == '~') ADVANCE(650); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(197) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(314); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(198) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '[' || + lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(306); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(199) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(335); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(200) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(308); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(201) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(358); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(309); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(202) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(323); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(203) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '&' && + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(269); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(344); + if (lookahead == ']' || + lookahead == '}') ADVANCE(665); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '{') ADVANCE(555); + if (lookahead == '|') ADVANCE(547); 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(683); + if (lookahead != 0) ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(345); + if (lookahead == ']' || + lookahead == '}') ADVANCE(665); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '{') ADVANCE(555); + if (lookahead == '~') ADVANCE(650); 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(683); + if (lookahead != 0 && + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(346); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '{') ADVANCE(555); + if (lookahead == '}') ADVANCE(665); + if (lookahead == '~') ADVANCE(650); 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(683); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(355); + if (lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '~') ADVANCE(650); 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(683); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(269); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(349); + if (lookahead == ']' || + lookahead == '}') ADVANCE(665); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(818); + if (lookahead == '{') ADVANCE(555); 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(683); + if (lookahead != 0 && + lookahead != ')' && + lookahead != '|') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(350); + if (lookahead == ']') ADVANCE(665); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '{') ADVANCE(555); + if (lookahead == '}') ADVANCE(556); 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(683); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(374); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '~') ADVANCE(650); 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(683); + if (lookahead != 0 && + lookahead != '&' && + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '0') ADVANCE(682); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(365); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '~') ADVANCE(650); 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(684); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); + if (lookahead != 0 && + lookahead != '&' && + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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(813); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(501); + if (lookahead == '-') ADVANCE(504); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(354); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(548); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(212) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(813); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(501); + if (lookahead == '-') ADVANCE(504); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); 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(665); + if (lookahead == '\\') ADVANCE(407); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(548); 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(683); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(338); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); 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(757); 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(311); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(215) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ':') ADVANCE(642); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(312); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(216) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(310); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(217) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == ']') ADVANCE(290); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(218) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(313); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); 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(757); 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(286); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == ',') ADVANCE(458); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '.') ADVANCE(283); + if (lookahead == '/') ADVANCE(517); + if (lookahead == ':') ADVANCE(642); + if (lookahead == ';') ADVANCE(269); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '[') ADVANCE(562); + if (lookahead == '\\') SKIP(371) + if (lookahead == ']') ADVANCE(290); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(295); + if (lookahead == 'i') ADVANCE(294); + if (lookahead == '|') ADVANCE(550); + if (lookahead == '}') ADVANCE(696); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(220) + lookahead == ' ') SKIP(221) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(654); 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(286); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == ',') ADVANCE(458); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == ':') ADVANCE(642); + if (lookahead == ';') ADVANCE(269); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '[') ADVANCE(562); + if (lookahead == '\\') SKIP(371) + if (lookahead == ']') ADVANCE(290); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(295); + if (lookahead == 'i') ADVANCE(294); + if (lookahead == '|') ADVANCE(550); + if (lookahead == '}') ADVANCE(696); 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(286); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(278); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == ',') ADVANCE(458); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(372) + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(550); 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(757); 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(286); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == ':') ADVANCE(642); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(377) + if (lookahead == '^') ADVANCE(638); + if (lookahead == '`') ADVANCE(291); + if (lookahead == '|') ADVANCE(550); 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(286); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '[') ADVANCE(562); + if (lookahead == '\\') SKIP(380) + if (lookahead == '^') ADVANCE(638); + if (lookahead == '`') ADVANCE(291); + if (lookahead == '|') ADVANCE(550); + if (lookahead == '}') ADVANCE(696); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(224) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); 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(286); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == ',') ADVANCE(458); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == ':') ADVANCE(642); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(375) + if (lookahead == ']') ADVANCE(666); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '`') ADVANCE(291); + if (lookahead == '|') ADVANCE(550); 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(286); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == ':') ADVANCE(642); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(422) + if (lookahead == '^') ADVANCE(638); + if (lookahead == '`') ADVANCE(291); + if (lookahead == '|') ADVANCE(550); 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(286); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(378) + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '`') ADVANCE(291); + if (lookahead == '|') ADVANCE(550); 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(286); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(267); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(511); + if (lookahead == '+') ADVANCE(502); + if (lookahead == ',') ADVANCE(458); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(463); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '\\') SKIP(386) + if (lookahead == '^') ADVANCE(288); + if (lookahead == '|') ADVANCE(285); + if (lookahead == '}') ADVANCE(657); 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(229) 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(286); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(267); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(511); + if (lookahead == '+') ADVANCE(502); + if (lookahead == ',') ADVANCE(458); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(463); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '\\') SKIP(386) + if (lookahead == '^') ADVANCE(288); + if (lookahead == '|') ADVANCE(285); 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(286); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(267); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '*') ADVANCE(511); + if (lookahead == '+') ADVANCE(502); + if (lookahead == ',') ADVANCE(458); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(463); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '\\') SKIP(424) + if (lookahead == '^') ADVANCE(288); + if (lookahead == '|') ADVANCE(285); 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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(321); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(231) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(322); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); 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(757); 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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(325); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(547); 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(757); 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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(327); + if (lookahead == '_') ADVANCE(810); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(234) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') ADVANCE(672); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != '`') ADVANCE(676); 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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(326); + if (lookahead == '_') ADVANCE(810); 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(757); 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 == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '(') ADVANCE(538); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '0') ADVANCE(686); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(416); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(537); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(388) + if (lookahead == ']') ADVANCE(564); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); + if (lookahead == '~') ADVANCE(650); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(236) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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(558); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(328); + if (lookahead == '_') ADVANCE(810); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(237) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') ADVANCE(673); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '"' && + lookahead != '`') ADVANCE(676); 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(411); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(329); + if (lookahead == '_') ADVANCE(810); 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') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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(558); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') SKIP(392) + if (lookahead == '_') ADVANCE(810); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '}') ADVANCE(696); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(239) - 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(757); 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(558); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') SKIP(398) + if (lookahead == '_') ADVANCE(810); + if (lookahead == '`') ADVANCE(733); 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(757); 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(697); + if (lookahead == '#') ADVANCE(703); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '=') ADVANCE(704); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') SKIP(392) + if (lookahead == '_') ADVANCE(810); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '}') ADVANCE(696); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(241) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead == ' ') SKIP(239) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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 == ']' || + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(367); + if (lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(359); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(242) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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 == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(352); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(420); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(547); 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 (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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 == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(406); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(427); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(547); 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(683); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(368); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(370); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(245) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || - lookahead == '{') ADVANCE(651); - if (lookahead == '\\') ADVANCE(375); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(366); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(246) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(381) - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(417); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); 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(683); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(426); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(705); + lookahead == ' ') SKIP(248) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - (lookahead < '[' || ']' < lookahead) && - lookahead != '{' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(369); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(708); + lookahead == ' ') SKIP(249) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(372); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(419); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(250) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || + lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(376); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(368); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(251) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(252) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - (lookahead < '[' || ']' < lookahead) && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{') ADVANCE(665); + if (lookahead == '\\') ADVANCE(382); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '}') ADVANCE(696); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(660); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') SKIP(253) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0 && + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(379); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(818); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(255) + lookahead == ' ') SKIP(254) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0 && + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '|') ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '(') ADVANCE(538); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '+') ADVANCE(281); + if (lookahead == '-') ADVANCE(282); + if (lookahead == '0') ADVANCE(687); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '=') ADVANCE(461); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(391) + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(255) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(541); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(277); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '/') ADVANCE(513); + if (lookahead == ':') ADVANCE(642); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{') ADVANCE(665); + if (lookahead == '\\') SKIP(401) + if (lookahead == '`') ADVANCE(733); + if (lookahead == '}') ADVANCE(696); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(256) - if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && - (lookahead < '\'' || ')' < lookahead) && - (lookahead < '[' || ']' < lookahead) && - lookahead != '`' && - lookahead != '|') ADVANCE(804); END_STATE(); case 257: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(262); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '[' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(382); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(661); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(538); + if (lookahead == ')') ADVANCE(540); + if (lookahead == ';') ADVANCE(455); + if (lookahead == '<') ADVANCE(526); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '\\') ADVANCE(396); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '{') ADVANCE(555); + if (lookahead == '|') ADVANCE(547); + if (lookahead == '}') ADVANCE(696); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(257) if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';') ADVANCE(804); + (lookahead < '[' || ']' < lookahead)) ADVANCE(820); 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(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '\\') SKIP(402) + if (lookahead == '}') ADVANCE(696); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(258) + lookahead == ' ') ADVANCE(720); 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(667); + if (lookahead == '#') ADVANCE(741); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(385); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(259) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0 && + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '|') ADVANCE(820); END_STATE(); case 260: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '/') ADVANCE(502); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(741); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); if (lookahead == '[' || - lookahead == ']' || - lookahead == '{') ADVANCE(651); - if (lookahead == '\\') SKIP(392) - if (lookahead == '`') ADVANCE(285); - if (lookahead == '}') ADVANCE(682); + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(387); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(260) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0 && + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '|') ADVANCE(820); END_STATE(); case 261: - if (lookahead == '&') ADVANCE(483); - if (lookahead == '=') ADVANCE(473); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(669); + if (lookahead == '$') ADVANCE(662); + if (lookahead == '(') ADVANCE(675); + if (lookahead == '\\') ADVANCE(399); + if (lookahead == '`') ADVANCE(733); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(674); + if (lookahead != 0) ADVANCE(676); END_STATE(); case 262: - if (lookahead == '&') ADVANCE(483); - if (lookahead == '>') ADVANCE(561); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '%') ADVANCE(519); + if (lookahead == '*') ADVANCE(701); + if (lookahead == '+') ADVANCE(711); + if (lookahead == ',') ADVANCE(460); + if (lookahead == '-') ADVANCE(708); + if (lookahead == '/') ADVANCE(515); + if (lookahead == ':') ADVANCE(644); + if (lookahead == '=') ADVANCE(704); + if (lookahead == '?') ADVANCE(714); + if (lookahead == '@') ADVANCE(699); + if (lookahead == '[') ADVANCE(562); + if (lookahead == '\\') SKIP(384) + if (lookahead == '^') ADVANCE(639); + if (lookahead == '}') ADVANCE(696); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(263) END_STATE(); case 263: - if (lookahead == '&') ADVANCE(544); - if (lookahead == ';') ADVANCE(543); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '%') ADVANCE(519); + if (lookahead == ',') ADVANCE(460); + if (lookahead == '/') ADVANCE(515); + if (lookahead == ':') ADVANCE(642); + if (lookahead == '[') ADVANCE(562); + if (lookahead == '\\') SKIP(384) + if (lookahead == '^') ADVANCE(639); + if (lookahead == '}') ADVANCE(696); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(263) END_STATE(); case 264: - if (lookahead == '\'') ADVANCE(664); - if (lookahead != 0) ADVANCE(264); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(393); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '`') ADVANCE(291); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(264) + if (lookahead != 0 && + (lookahead < '"' || '$' < lookahead) && + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';') ADVANCE(820); END_STATE(); case 265: - if (lookahead == '\'') ADVANCE(665); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(265); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(394) + if (lookahead == '`') ADVANCE(291); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(265) END_STATE(); case 266: - if (lookahead == '\'') ADVANCE(666); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(265); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '+') ADVANCE(287); + if (lookahead == '/') ADVANCE(513); + if (lookahead == '=') ADVANCE(461); + if (lookahead == '[') ADVANCE(562); + if (lookahead == '\\') SKIP(403) + if (lookahead == '`') ADVANCE(291); + if (lookahead == '}') ADVANCE(696); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(266) END_STATE(); case 267: - if (lookahead == '(') ADVANCE(442); + if (lookahead == '&') ADVANCE(494); + if (lookahead == '=') ADVANCE(484); END_STATE(); case 268: - if (lookahead == '(') ADVANCE(724); + if (lookahead == '&') ADVANCE(494); + if (lookahead == '>') ADVANCE(570); END_STATE(); case 269: - if (lookahead == '(') ADVANCE(725); + if (lookahead == '&') ADVANCE(553); + if (lookahead == ';') ADVANCE(552); END_STATE(); case 270: - if (lookahead == '(') ADVANCE(638); + if (lookahead == '\'') ADVANCE(678); + if (lookahead != 0) ADVANCE(270); END_STATE(); case 271: - if (lookahead == '(') ADVANCE(270); + if (lookahead == '\'') ADVANCE(679); + if (lookahead == '\\') ADVANCE(272); + if (lookahead != 0) ADVANCE(271); END_STATE(); case 272: - if (lookahead == '(') ADVANCE(270); - if (lookahead == '{') ADVANCE(681); + if (lookahead == '\'') ADVANCE(680); + if (lookahead == '\\') ADVANCE(272); + if (lookahead != 0) ADVANCE(271); END_STATE(); case 273: - if (lookahead == ')') ADVANCE(443); + if (lookahead == '(') ADVANCE(732); + if (lookahead == '`') ADVANCE(735); + if (lookahead == '{') ADVANCE(695); END_STATE(); case 274: - if (lookahead == '+') ADVANCE(455); + if (lookahead == '(') ADVANCE(453); END_STATE(); case 275: - if (lookahead == '+') ADVANCE(455); - if (lookahead == '=') ADVANCE(459); + if (lookahead == '(') ADVANCE(736); END_STATE(); case 276: - if (lookahead == '-') ADVANCE(457); - if (lookahead == '0') ADVANCE(672); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '(') ADVANCE(737); END_STATE(); case 277: - if (lookahead == '.') ADVANCE(640); + if (lookahead == '(') ADVANCE(731); + if (lookahead == '`') ADVANCE(735); END_STATE(); case 278: - if (lookahead == '0') ADVANCE(672); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '(') ADVANCE(731); + if (lookahead == '`') ADVANCE(735); + if (lookahead == '{') ADVANCE(695); END_STATE(); case 279: - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); + if (lookahead == ')') ADVANCE(454); END_STATE(); case 280: - if (lookahead == '=') ADVANCE(479); + if (lookahead == '+') ADVANCE(466); END_STATE(); case 281: - if (lookahead == '=') ADVANCE(459); + if (lookahead == '+') ADVANCE(466); + if (lookahead == '=') ADVANCE(470); END_STATE(); case 282: - if (lookahead == '=') ADVANCE(474); + if (lookahead == '-') ADVANCE(468); + if (lookahead == '0') ADVANCE(687); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); END_STATE(); case 283: - if (lookahead == '>') ADVANCE(561); + if (lookahead == '.') ADVANCE(655); END_STATE(); case 284: - if (lookahead == ']') ADVANCE(558); + if (lookahead == '0') ADVANCE(687); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); END_STATE(); case 285: - if (lookahead == '`') ADVANCE(643); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(285); + if (lookahead == '=') ADVANCE(487); + if (lookahead == '|') ADVANCE(495); END_STATE(); case 286: - if (lookahead == 'a') ADVANCE(287); + if (lookahead == '=') ADVANCE(490); END_STATE(); case 287: - if (lookahead == 'c') ADVANCE(532); + if (lookahead == '=') ADVANCE(470); END_STATE(); case 288: - if (lookahead == 'n') ADVANCE(439); + if (lookahead == '=') ADVANCE(485); END_STATE(); case 289: - if (lookahead == 's') ADVANCE(286); + if (lookahead == '>') ADVANCE(570); 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(567); 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(658); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(291); 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 == 'a') ADVANCE(293); 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 == 'c') ADVANCE(542); 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 == 'n') ADVANCE(450); 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 == 's') ADVANCE(292); 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 == '|') ADVANCE(495); 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); + lookahead == ' ') SKIP(12) + if (lookahead == '\n') ADVANCE(758); + if (lookahead == '\r') ADVANCE(13); + if (lookahead != 0) ADVANCE(820); 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); + lookahead == ' ') SKIP(191) + if (lookahead == '\n') ADVANCE(784); + if (lookahead == '\r') ADVANCE(17); + if (lookahead != 0) ADVANCE(820); 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); + lookahead == ' ') SKIP(142) + if (lookahead == '\n') ADVANCE(760); + if (lookahead == '\r') ADVANCE(26); + if (lookahead != 0) ADVANCE(820); 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); + lookahead == ' ') SKIP(145) + if (lookahead == '\n') ADVANCE(762); + if (lookahead == '\r') ADVANCE(28); + if (lookahead != 0) ADVANCE(820); 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(151) + if (lookahead == '\n') ADVANCE(766); + if (lookahead == '\r') ADVANCE(30); + if (lookahead != 0) ADVANCE(820); 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(165) + if (lookahead == '\n') ADVANCE(775); + if (lookahead == '\r') ADVANCE(32); + if (lookahead != 0) ADVANCE(820); 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(167) + if (lookahead == '\n') ADVANCE(776); + if (lookahead == '\r') ADVANCE(34); + if (lookahead != 0) ADVANCE(820); 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(169) + if (lookahead == '\n') ADVANCE(777); + if (lookahead == '\r') ADVANCE(37); + if (lookahead != 0) ADVANCE(820); 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(173) + if (lookahead == '\n') ADVANCE(779); + if (lookahead == '\r') ADVANCE(40); + if (lookahead != 0) ADVANCE(820); END_STATE(); case 306: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(211) - if (lookahead == '\n') ADVANCE(779); - if (lookahead == '\r') ADVANCE(47); + lookahead == ' ') SKIP(199) + if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\r') ADVANCE(41); + if (lookahead != 0) ADVANCE(820); 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(177) + if (lookahead == '\n') ADVANCE(781); + if (lookahead == '\r') ADVANCE(43); + if (lookahead != 0) ADVANCE(820); 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(201) + if (lookahead == '\n') ADVANCE(788); + if (lookahead == '\r') ADVANCE(45); + if (lookahead != 0) ADVANCE(820); 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(202) + if (lookahead == '\n') ADVANCE(789); + if (lookahead == '\r') ADVANCE(46); + if (lookahead != 0) ADVANCE(820); 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(217) + if (lookahead == '\n') ADVANCE(794); + if (lookahead == '\r') ADVANCE(47); 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(215) + if (lookahead == '\n') ADVANCE(792); + if (lookahead == '\r') ADVANCE(48); 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(216) + if (lookahead == '\n') ADVANCE(793); + if (lookahead == '\r') ADVANCE(50); 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(219) + if (lookahead == '\n') ADVANCE(796); + if (lookahead == '\r') ADVANCE(52); 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(198) + if (lookahead == '\n') ADVANCE(785); + if (lookahead == '\r') ADVANCE(55); + if (lookahead != 0) ADVANCE(820); 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(137) + if (lookahead == '\n') ADVANCE(759); + if (lookahead == '\r') ADVANCE(60); 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(144) + if (lookahead == '\n') ADVANCE(761); + if (lookahead == '\r') ADVANCE(61); 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(150) + if (lookahead == '\n') ADVANCE(765); + if (lookahead == '\r') ADVANCE(62); 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(153) + if (lookahead == '\n') ADVANCE(767); + if (lookahead == '\r') ADVANCE(63); 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(156) + if (lookahead == '\n') ADVANCE(769); + if (lookahead == '\r') ADVANCE(77); END_STATE(); case 320: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(225) + lookahead == ' ') SKIP(181) if (lookahead == '\n') ADVANCE(783); - if (lookahead == '\r') ADVANCE(96); + if (lookahead == '\r') ADVANCE(78); + if (lookahead != 0) ADVANCE(820); 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(231) + if (lookahead == '\n') ADVANCE(797); + if (lookahead == '\r') ADVANCE(80); 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(232) + if (lookahead == '\n') ADVANCE(798); + if (lookahead == '\r') ADVANCE(81); 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(203) + if (lookahead == '\n') ADVANCE(790); + if (lookahead == '\r') ADVANCE(85); + if (lookahead != 0) ADVANCE(820); 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(162) + if (lookahead == '\n') ADVANCE(773); + if (lookahead == '\r') ADVANCE(94); 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(233) + if (lookahead == '\n') ADVANCE(799); + if (lookahead == '\r') ADVANCE(96); 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(235) + if (lookahead == '\n') ADVANCE(800); + if (lookahead == '\r') ADVANCE(97); 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 == ' ') ADVANCE(672); + if (lookahead == '\n') ADVANCE(672); + if (lookahead == '\r') ADVANCE(670); + if (lookahead != 0) ADVANCE(676); 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 == ' ') ADVANCE(673); + if (lookahead == '\n') ADVANCE(673); + if (lookahead == '\r') ADVANCE(671); + if (lookahead != 0) ADVANCE(676); 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(238) + if (lookahead == '\n') ADVANCE(801); + 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); + if (lookahead == '\n') ADVANCE(764); + if (lookahead == '\r') ADVANCE(113); + if (lookahead != 0) ADVANCE(820); 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(154) + if (lookahead == '\n') ADVANCE(768); + if (lookahead == '\r') ADVANCE(115); + if (lookahead != 0) ADVANCE(820); 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 == ' ') SKIP(163) + if (lookahead == '\n') ADVANCE(774); + if (lookahead == '\r') ADVANCE(117); + if (lookahead != 0) ADVANCE(820); END_STATE(); case 333: - if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(196) - if (lookahead == '\r') SKIP(2) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\t' || + lookahead == 11 || + lookahead == '\f' || + lookahead == ' ') SKIP(171) + if (lookahead == '\n') ADVANCE(778); + if (lookahead == '\r') ADVANCE(120); + if (lookahead != 0) ADVANCE(820); 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(175) + if (lookahead == '\n') ADVANCE(780); + if (lookahead == '\r') ADVANCE(123); + if (lookahead != 0) ADVANCE(820); 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(200) + if (lookahead == '\n') ADVANCE(787); + if (lookahead == '\r') ADVANCE(124); + if (lookahead != 0) ADVANCE(820); 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(179) + if (lookahead == '\n') ADVANCE(782); + if (lookahead == '\r') ADVANCE(126); + if (lookahead != 0) ADVANCE(820); 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(218) + if (lookahead == '\n') ADVANCE(795); + if (lookahead == '\r') ADVANCE(128); 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(214) + if (lookahead == '\n') ADVANCE(791); + if (lookahead == '\r') ADVANCE(129); 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(147) + if (lookahead == '\n') ADVANCE(763); + if (lookahead == '\r') ADVANCE(132); 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(159) + if (lookahead == '\n') ADVANCE(771); + if (lookahead == '\r') ADVANCE(134); 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(157) + if (lookahead == '\n') ADVANCE(770); + if (lookahead == '\r') ADVANCE(138); + if (lookahead != 0) ADVANCE(820); 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(160) + if (lookahead == '\n') ADVANCE(772); + if (lookahead == '\r') ADVANCE(140); + if (lookahead != 0) ADVANCE(820); END_STATE(); case 343: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(203) - if (lookahead == '\r') SKIP(19) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(190) + if (lookahead == '\r') SKIP(1) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 344: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(199) - if (lookahead == '\r') SKIP(20) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(204) + if (lookahead == '\r') SKIP(2) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 345: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(150) - if (lookahead == '\r') SKIP(21) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(205) + if (lookahead == '\r') SKIP(3) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 346: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(153) - if (lookahead == '\r') SKIP(22) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(206) + if (lookahead == '\r') SKIP(4) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 347: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(156) - if (lookahead == '\r') SKIP(23) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(6) + if (lookahead == '\r') SKIP(5) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 348: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(159) - if (lookahead == '\r') SKIP(24) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(192) + if (lookahead == '\r') SKIP(7) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 349: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(162) - if (lookahead == '\r') SKIP(25) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(208) + if (lookahead == '\r') SKIP(8) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 350: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(164) - if (lookahead == '\r') SKIP(28) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(209) + if (lookahead == '\r') SKIP(9) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 351: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(235) - if (lookahead == '\r') SKIP(33) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(195) + if (lookahead == '\r') SKIP(10) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 352: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(243) - if (lookahead == '\r') SKIP(34) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(193) + if (lookahead == '\r') SKIP(11) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 353: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(239) - if (lookahead == '\r') SKIP(35) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(105) + if (lookahead == '\r') SKIP(18) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 354: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(166) - if (lookahead == '\r') SKIP(36) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(212) + if (lookahead == '\r') SKIP(19) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 355: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(168) - if (lookahead == '\r') SKIP(38) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(207) + if (lookahead == '\r') SKIP(20) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 356: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(171) - if (lookahead == '\r') SKIP(42) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(146) + if (lookahead == '\r') SKIP(21) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 357: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(234) - if (lookahead == '\r') SKIP(48) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(149) + if (lookahead == '\r') SKIP(22) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 358: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(202) - if (lookahead == '\r') SKIP(49) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(152) + if (lookahead == '\r') SKIP(23) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 359: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(242) - if (lookahead == '\r') SKIP(50) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(155) + if (lookahead == '\r') SKIP(24) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 360: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(215) - if (lookahead == '\r') SKIP(51) + lookahead == ' ') SKIP(158) + if (lookahead == '\r') SKIP(25) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 361: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(213) - if (lookahead == '\r') SKIP(52) + lookahead == ' ') SKIP(161) + if (lookahead == '\r') SKIP(27) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 362: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(216) - if (lookahead == '\r') SKIP(53) + lookahead == ' ') SKIP(164) + if (lookahead == '\r') SKIP(29) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 363: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(218) - if (lookahead == '\r') SKIP(54) + lookahead == ' ') SKIP(166) + if (lookahead == '\r') SKIP(31) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 364: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(180) - if (lookahead == '\r') SKIP(55) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(168) + if (lookahead == '\r') SKIP(33) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 365: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(212) - if (lookahead == '\r') SKIP(56) + lookahead == ' ') SKIP(211) + if (lookahead == '\r') SKIP(35) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 366: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(240) - if (lookahead == '\r') SKIP(57) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(246) + if (lookahead == '\r') SKIP(36) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 367: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(217) - if (lookahead == '\r') SKIP(61) + lookahead == ' ') SKIP(242) + if (lookahead == '\r') SKIP(38) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 368: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(245) - if (lookahead == '\r') SKIP(62) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(251) + if (lookahead == '\r') SKIP(39) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 369: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(181) - if (lookahead == '\r') SKIP(65) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(249) + if (lookahead == '\r') SKIP(42) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 370: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(67) - if (lookahead == '\r') SKIP(66) + lookahead == ' ') SKIP(245) + if (lookahead == '\r') SKIP(44) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 371: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(255) - if (lookahead == '\r') SKIP(73) + lookahead == ' ') SKIP(221) + if (lookahead == '\r') SKIP(49) END_STATE(); case 372: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(250) - if (lookahead == '\r') SKIP(74) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(222) + if (lookahead == '\r') SKIP(51) END_STATE(); case 373: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(220) - if (lookahead == '\r') SKIP(76) + lookahead == ' ') SKIP(185) + if (lookahead == '\r') SKIP(53) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 374: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(221) - if (lookahead == '\r') SKIP(77) + lookahead == ' ') SKIP(210) + if (lookahead == '\r') SKIP(54) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 375: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(246) - if (lookahead == '\r') SKIP(81) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(225) + if (lookahead == '\r') SKIP(56) END_STATE(); case 376: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(251) - if (lookahead == '\r') SKIP(83) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(186) + if (lookahead == '\r') SKIP(57) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 377: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(68) - if (lookahead == '\r') SKIP(84) + lookahead == ' ') SKIP(223) + if (lookahead == '\r') SKIP(58) END_STATE(); case 378: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(232) - if (lookahead == '\r') SKIP(85) + lookahead == ' ') SKIP(227) + if (lookahead == '\r') SKIP(59) END_STATE(); case 379: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(71) - if (lookahead == '\r') SKIP(86) + lookahead == ' ') SKIP(254) + if (lookahead == '\r') SKIP(64) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 380: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(230) - if (lookahead == '\r') SKIP(87) + lookahead == ' ') SKIP(224) + if (lookahead == '\r') SKIP(65) END_STATE(); case 381: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(247) - if (lookahead == '\r') SKIP(88) + lookahead == ' ') SKIP(188) + if (lookahead == '\r') SKIP(66) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 382: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(257) - if (lookahead == '\r') SKIP(90) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(253) + if (lookahead == '\r') SKIP(67) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 383: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(258) - if (lookahead == '\r') SKIP(91) + lookahead == ' ') SKIP(69) + if (lookahead == '\r') SKIP(68) END_STATE(); case 384: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(248) - if (lookahead == '\r') SKIP(92) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(263) + if (lookahead == '\r') SKIP(75) END_STATE(); case 385: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(231) - if (lookahead == '\r') SKIP(94) + lookahead == ' ') SKIP(259) + if (lookahead == '\r') SKIP(76) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 386: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(70) - if (lookahead == '\r') SKIP(97) + lookahead == ' ') SKIP(229) + if (lookahead == '\r') SKIP(79) END_STATE(); case 387: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') ADVANCE(660); - if (lookahead == '\r') ADVANCE(654); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') SKIP(260) + if (lookahead == '\r') SKIP(82) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 388: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(256) - if (lookahead == '\r') SKIP(99) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(236) + if (lookahead == '\r') SKIP(83) END_STATE(); case 389: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(252) - if (lookahead == '\r') SKIP(101) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(72) + if (lookahead == '\r') SKIP(84) END_STATE(); case 390: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(69) - if (lookahead == '\r') SKIP(102) + lookahead == ' ') SKIP(70) + if (lookahead == '\r') SKIP(86) END_STATE(); case 391: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(72) - if (lookahead == '\r') SKIP(103) + lookahead == ' ') SKIP(255) + if (lookahead == '\r') SKIP(87) END_STATE(); case 392: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(260) - if (lookahead == '\r') SKIP(104) + lookahead == ' ') SKIP(239) + if (lookahead == '\r') SKIP(88) END_STATE(); case 393: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(249) - if (lookahead == '\r') SKIP(105) + lookahead == ' ') SKIP(264) + if (lookahead == '\r') SKIP(89) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 394: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(259) - if (lookahead == '\r') SKIP(106) + lookahead == ' ') SKIP(265) + if (lookahead == '\r') SKIP(90) END_STATE(); case 395: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(139) - if (lookahead == '\r') SKIP(107) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(73) + if (lookahead == '\r') SKIP(91) END_STATE(); case 396: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(189) - if (lookahead == '\r') SKIP(108) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(257) + if (lookahead == '\r') SKIP(92) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 397: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(187) - if (lookahead == '\r') SKIP(109) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(71) + if (lookahead == '\r') SKIP(93) END_STATE(); case 398: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(141) - if (lookahead == '\r') SKIP(112) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(240) + if (lookahead == '\r') SKIP(95) END_STATE(); case 399: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(204) - if (lookahead == '\r') SKIP(113) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') ADVANCE(674); + if (lookahead == '\r') ADVANCE(668); + if (lookahead != 0) ADVANCE(676); END_STATE(); case 400: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(173) - if (lookahead == '\r') SKIP(114) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(74) + if (lookahead == '\r') SKIP(99) END_STATE(); case 401: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(170) - if (lookahead == '\r') SKIP(115) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(256) + if (lookahead == '\r') SKIP(100) END_STATE(); case 402: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(175) - if (lookahead == '\r') SKIP(116) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(258) + if (lookahead == '\r') SKIP(101) END_STATE(); case 403: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(172) - if (lookahead == '\r') SKIP(117) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(266) + if (lookahead == '\r') SKIP(102) END_STATE(); case 404: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(177) - if (lookahead == '\r') SKIP(118) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(196) + if (lookahead == '\r') SKIP(103) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 405: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(174) - if (lookahead == '\r') SKIP(120) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(194) + if (lookahead == '\r') SKIP(104) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 406: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(244) - if (lookahead == '\r') SKIP(122) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(143) + if (lookahead == '\r') SKIP(106) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 407: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(237) - if (lookahead == '\r') SKIP(123) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(213) + if (lookahead == '\r') SKIP(107) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 408: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(176) - if (lookahead == '\r') SKIP(124) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(170) + if (lookahead == '\r') SKIP(108) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 409: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(178) - if (lookahead == '\r') SKIP(125) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(172) + if (lookahead == '\r') SKIP(109) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 410: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(179) - if (lookahead == '\r') SKIP(127) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(176) + if (lookahead == '\r') SKIP(110) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 411: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(238) - if (lookahead == '\r') SKIP(129) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(174) + if (lookahead == '\r') SKIP(111) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 412: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(241) - if (lookahead == '\r') SKIP(130) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(178) + if (lookahead == '\r') SKIP(112) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 413: if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ') SKIP(182) - if (lookahead == '\r') SKIP(132) - if (lookahead != 0) ADVANCE(804); + if (lookahead == '\r') SKIP(114) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 414: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(190) - if (lookahead == '\r') SKIP(133) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(180) + if (lookahead == '\r') SKIP(116) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 415: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(144) - if (lookahead == '\r') SKIP(135) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(183) + if (lookahead == '\r') SKIP(118) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 416: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(236) - if (lookahead == '\r') SKIP(137) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(184) + if (lookahead == '\r') SKIP(119) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 417: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(147) - if (lookahead == '\r') SKIP(138) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(247) + if (lookahead == '\r') SKIP(121) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 418: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(252) + if (lookahead == '\r') SKIP(122) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 419: - if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(804); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(250) + if (lookahead == '\r') SKIP(125) + if (lookahead != 0) ADVANCE(820); END_STATE(); case 420: - if (lookahead != 0 && - lookahead != '\r') ADVANCE(662); - if (lookahead == '\r') ADVANCE(663); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(243) + if (lookahead == '\r') SKIP(127) + if (lookahead != 0) ADVANCE(820); 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(187) + if (lookahead == '\r') SKIP(130) + if (lookahead != 0) ADVANCE(820); + END_STATE(); + case 422: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(226) + if (lookahead == '\r') SKIP(131) + END_STATE(); + case 423: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(189) + if (lookahead == '\r') SKIP(133) + if (lookahead != 0) ADVANCE(820); + END_STATE(); + case 424: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(230) + if (lookahead == '\r') SKIP(135) + END_STATE(); + case 425: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(197) + if (lookahead == '\r') SKIP(136) + if (lookahead != 0) ADVANCE(820); + END_STATE(); + case 426: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(248) + if (lookahead == '\r') SKIP(139) + if (lookahead != 0) ADVANCE(820); + END_STATE(); + case 427: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(244) + if (lookahead == '\r') SKIP(141) + if (lookahead != 0) ADVANCE(820); + END_STATE(); + case 428: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(689); + END_STATE(); + case 429: + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(820); + END_STATE(); + case 430: + if (lookahead != 0 && + lookahead != '\r') ADVANCE(676); + if (lookahead == '\r') ADVANCE(677); + END_STATE(); + case 431: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(580); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '&') ADVANCE(635); + if (lookahead == ')') ADVANCE(540); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(436) - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(447) + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); 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(431) 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 432: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(580); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '&') ADVANCE(635); + if (lookahead == ')') ADVANCE(540); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(437) - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') SKIP(448) + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(422) + lookahead == ' ') SKIP(432) END_STATE(); - case 423: - if (eof) ADVANCE(438); - if (lookahead == '\n') SKIP(421) + case 433: + if (eof) ADVANCE(449); + if (lookahead == '\n') SKIP(431) END_STATE(); - case 424: - if (eof) ADVANCE(438); - if (lookahead == '\n') SKIP(422) + case 434: + if (eof) ADVANCE(449); + if (lookahead == '\n') SKIP(432) 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 435: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(588); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(339); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(425) + lookahead == ' ') SKIP(435) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); 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 436: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(595); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(331); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(426) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(436) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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 437: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(596); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(349); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(359); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(427) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(437) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); 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 438: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(601); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); 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(665); + if (lookahead == '\\') ADVANCE(342); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(428) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(438) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(820); 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 439: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(602); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(350); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(361); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(429) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(439) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); + if (lookahead != 0) ADVANCE(820); 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 440: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(609); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(356); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(364); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(430) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(440) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); 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 441: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(612); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(405); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(431) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(441) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')') ADVANCE(820); 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 442: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(615); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(404); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(411); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(432) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + lookahead == ' ') SKIP(442) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); + END_STATE(); + case 443: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(623); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(682); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(413); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(443) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(684); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(746); + if (lookahead != 0) ADVANCE(820); 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 444: + if (eof) ADVANCE(449); + if (lookahead == '\n') ADVANCE(625); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(410); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(665); + if (lookahead == '\\') ADVANCE(416); + if (lookahead == '`') ADVANCE(734); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(433) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(444) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); 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 445: + if (eof) ADVANCE(449); + if (lookahead == '!') ADVANCE(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(518); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(508); + if (lookahead == '+') ADVANCE(648); + if (lookahead == ',') ADVANCE(459); + if (lookahead == '-') ADVANCE(646); + if (lookahead == '/') ADVANCE(514); + if (lookahead == '0') ADVANCE(806); + if (lookahead == ':') ADVANCE(645); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(465); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(343); + if (lookahead == ']') ADVANCE(565); + if (lookahead == '^') ADVANCE(636); + if (lookahead == '_') ADVANCE(808); + if (lookahead == '`') ADVANCE(734); + if (lookahead == 'e') ADVANCE(818); + if (lookahead == 'i') ADVANCE(817); + if (lookahead == '{') ADVANCE(555); + if (lookahead == '|') ADVANCE(548); + if (lookahead == '}') ADVANCE(696); + if (lookahead == '~') ADVANCE(650); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(434) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(445) + if (lookahead != 0) ADVANCE(820); 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 446: + if (eof) ADVANCE(449); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(740); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '-') ADVANCE(812); + if (lookahead == '0') ADVANCE(681); + if (lookahead == ';') ADVANCE(269); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '[') ADVANCE(563); + if (lookahead == '\\') ADVANCE(344); if (lookahead == ']' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(537); + lookahead == '}') ADVANCE(665); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '{') ADVANCE(555); + if (lookahead == '|') ADVANCE(547); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(435) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(446) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (lookahead != 0) ADVANCE(820); END_STATE(); - case 436: - if (eof) ADVANCE(438); + case 447: + if (eof) ADVANCE(449); if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(421) - if (lookahead == '\r') SKIP(423) + lookahead == ' ') SKIP(431) + if (lookahead == '\r') SKIP(433) END_STATE(); - case 437: - if (eof) ADVANCE(438); + case 448: + if (eof) ADVANCE(449); if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(422) - if (lookahead == '\r') SKIP(424) + lookahead == ' ') SKIP(432) + if (lookahead == '\r') SKIP(434) END_STATE(); - case 438: + case 449: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 439: + case 450: ACCEPT_TOKEN(anon_sym_in); END_STATE(); - case 440: + case 451: ACCEPT_TOKEN(anon_sym_in); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 441: + case 452: 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(757); END_STATE(); - case 442: + case 453: ACCEPT_TOKEN(anon_sym_LPAREN_LPAREN); END_STATE(); - case 443: + case 454: ACCEPT_TOKEN(anon_sym_RPAREN_RPAREN); END_STATE(); - case 444: + case 455: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 445: + case 456: ACCEPT_TOKEN(anon_sym_SEMI); - if (lookahead == '&') ADVANCE(544); - if (lookahead == ';') ADVANCE(543); + if (lookahead == '&') ADVANCE(553); + if (lookahead == ';') ADVANCE(552); END_STATE(); - case 446: + case 457: ACCEPT_TOKEN(anon_sym_SEMI); - if (lookahead == ';') ADVANCE(542); + if (lookahead == ';') ADVANCE(551); END_STATE(); - case 447: + case 458: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 448: + case 459: 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(728); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 449: + case 460: ACCEPT_TOKEN(anon_sym_COMMA); - if (lookahead == ',') ADVANCE(715); + if (lookahead == ',') ADVANCE(727); END_STATE(); - case 450: + case 461: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 451: + case 462: 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(489); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == '~') ADVANCE(569); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 452: + case 463: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(477); + if (lookahead == '=') ADVANCE(488); END_STATE(); - case 453: + case 464: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(477); - if (lookahead == '~') ADVANCE(559); + if (lookahead == '=') ADVANCE(488); + if (lookahead == '~') ADVANCE(568); END_STATE(); - case 454: + case 465: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 455: + case 466: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); - case 456: + case 467: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 457: + case 468: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); - case 458: + case 469: ACCEPT_TOKEN(anon_sym_DASH_DASH); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 459: + case 470: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 460: + case 471: ACCEPT_TOKEN(anon_sym_PLUS_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 461: + case 472: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 462: + case 473: ACCEPT_TOKEN(anon_sym_DASH_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 463: + case 474: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 464: + case 475: ACCEPT_TOKEN(anon_sym_STAR_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 465: + case 476: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 466: + case 477: ACCEPT_TOKEN(anon_sym_SLASH_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 467: + case 478: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); - case 468: + case 479: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 469: + case 480: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); - case 470: + case 481: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 471: + case 482: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); - case 472: + case 483: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); - case 473: + case 484: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); - case 474: + case 485: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); - case 475: + case 486: ACCEPT_TOKEN(anon_sym_CARET_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 476: + case 487: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); - case 477: + case 488: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); - case 478: + case 489: ACCEPT_TOKEN(anon_sym_EQ_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 479: + case 490: ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); - case 480: + case 491: ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 481: + case 492: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 482: + case 493: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 483: + case 494: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); - case 484: + case 495: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); - case 485: + case 496: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '-') ADVANCE(566); - if (lookahead == '<') ADVANCE(616); + if (lookahead == '-') ADVANCE(577); + if (lookahead == '<') ADVANCE(631); END_STATE(); - case 486: + case 497: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '-') ADVANCE(566); - if (lookahead == '<') ADVANCE(616); - if (lookahead == '=') ADVANCE(471); + if (lookahead == '-') ADVANCE(577); + if (lookahead == '<') ADVANCE(631); + if (lookahead == '=') ADVANCE(482); END_STATE(); - case 487: + case 498: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(471); + if (lookahead == '=') ADVANCE(482); END_STATE(); - case 488: + case 499: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); - case 489: + case 500: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(472); + if (lookahead == '=') ADVANCE(483); END_STATE(); - case 490: + case 501: 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(467); + if (lookahead == '=') ADVANCE(471); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 491: + case 502: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(455); - if (lookahead == '=') ADVANCE(459); + if (lookahead == '+') ADVANCE(466); + if (lookahead == '=') ADVANCE(470); END_STATE(); - case 492: + case 503: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); - case 493: + case 504: 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(469); + if (lookahead == '0') ADVANCE(681); + if (lookahead == '=') ADVANCE(473); + if (lookahead == '\\') ADVANCE(429); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 494: + case 505: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(457); - if (lookahead == '=') ADVANCE(461); + if (lookahead == '-') ADVANCE(468); + if (lookahead == '=') ADVANCE(472); END_STATE(); - case 495: + case 506: 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(681); + if (lookahead == '\\') ADVANCE(429); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 496: + case 507: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); - case 497: + case 508: 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(523); + if (lookahead == '=') ADVANCE(475); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 498: + case 509: 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(525); + if (lookahead == '=') ADVANCE(475); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 499: + case 510: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(511); - if (lookahead == '=') ADVANCE(463); + if (lookahead == '*') ADVANCE(522); + if (lookahead == '=') ADVANCE(474); END_STATE(); - case 500: + case 511: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(513); - if (lookahead == '=') ADVANCE(463); + if (lookahead == '*') ADVANCE(524); + if (lookahead == '=') ADVANCE(474); END_STATE(); - case 501: + case 512: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 502: + case 513: ACCEPT_TOKEN(anon_sym_SLASH); END_STATE(); - case 503: + case 514: 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(724); + if (lookahead == '%') ADVANCE(726); + if (lookahead == '/') ADVANCE(722); + if (lookahead == '=') ADVANCE(477); + if (lookahead == '\\') ADVANCE(429); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && @@ -12746,2567 +13728,2704 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ';' || '>' < lookahead) && (lookahead < '[' || ']' < lookahead) && lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 504: + case 515: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '#') ADVANCE(711); - if (lookahead == '%') ADVANCE(713); - if (lookahead == '/') ADVANCE(709); + if (lookahead == '#') ADVANCE(723); + if (lookahead == '%') ADVANCE(725); + if (lookahead == '/') ADVANCE(721); END_STATE(); - case 505: + case 516: 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(477); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 506: + case 517: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '=') ADVANCE(465); + if (lookahead == '=') ADVANCE(476); END_STATE(); - case 507: + case 518: 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(719); + if (lookahead == '=') ADVANCE(479); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_3(lookahead)) ADVANCE(820); END_STATE(); - case 508: + case 519: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '%') ADVANCE(706); + if (lookahead == '%') ADVANCE(718); END_STATE(); - case 509: + case 520: 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(479); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 510: + case 521: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(467); + if (lookahead == '=') ADVANCE(478); END_STATE(); - case 511: + case 522: ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); - case 512: + case 523: 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(481); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 513: + case 524: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(469); + if (lookahead == '=') ADVANCE(480); END_STATE(); - case 514: + case 525: ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 515: + case 526: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); + if (lookahead == '&') ADVANCE(572); END_STATE(); - case 516: + case 527: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); + if (lookahead == '&') ADVANCE(572); + if (lookahead == '(') ADVANCE(736); END_STATE(); - case 517: + case 528: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); - if (lookahead == '<') ADVANCE(486); - if (lookahead == '=') ADVANCE(481); + if (lookahead == '&') ADVANCE(572); + if (lookahead == '(') ADVANCE(736); + if (lookahead == '<') ADVANCE(497); + if (lookahead == '=') ADVANCE(492); END_STATE(); - case 518: + case 529: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); - if (lookahead == '<') ADVANCE(485); + if (lookahead == '&') ADVANCE(572); + if (lookahead == '(') ADVANCE(736); + if (lookahead == '<') ADVANCE(496); END_STATE(); - case 519: + case 530: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '<') ADVANCE(485); + if (lookahead == '&') ADVANCE(572); + if (lookahead == '<') ADVANCE(496); END_STATE(); - case 520: + case 531: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '(') ADVANCE(724); - if (lookahead == '<') ADVANCE(487); - if (lookahead == '=') ADVANCE(481); + if (lookahead == '(') ADVANCE(736); + if (lookahead == '<') ADVANCE(498); + if (lookahead == '=') ADVANCE(492); END_STATE(); - case 521: + case 532: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(487); - if (lookahead == '=') ADVANCE(481); + if (lookahead == '<') ADVANCE(498); + if (lookahead == '=') ADVANCE(492); END_STATE(); - case 522: + case 533: 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(573); + if (lookahead == '(') ADVANCE(737); + if (lookahead == '=') ADVANCE(493); + if (lookahead == '>') ADVANCE(500); + if (lookahead == '|') ADVANCE(574); END_STATE(); - case 523: + case 534: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') ADVANCE(564); - if (lookahead == '(') ADVANCE(725); - if (lookahead == '>') ADVANCE(488); - if (lookahead == '|') ADVANCE(565); + if (lookahead == '&') ADVANCE(573); + if (lookahead == '(') ADVANCE(737); + if (lookahead == '>') ADVANCE(499); + if (lookahead == '|') ADVANCE(574); END_STATE(); - case 524: + case 535: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '&') ADVANCE(564); - if (lookahead == '>') ADVANCE(488); - if (lookahead == '|') ADVANCE(565); + if (lookahead == '&') ADVANCE(573); + if (lookahead == '>') ADVANCE(499); + if (lookahead == '|') ADVANCE(574); END_STATE(); - case 525: + case 536: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '(') ADVANCE(725); - if (lookahead == '=') ADVANCE(482); - if (lookahead == '>') ADVANCE(489); + if (lookahead == '(') ADVANCE(737); + if (lookahead == '=') ADVANCE(493); + if (lookahead == '>') ADVANCE(500); END_STATE(); - case 526: + case 537: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(482); - if (lookahead == '>') ADVANCE(489); + if (lookahead == '=') ADVANCE(493); + if (lookahead == '>') ADVANCE(500); END_STATE(); - case 527: + case 538: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); - case 528: + case 539: ACCEPT_TOKEN(anon_sym_LPAREN); - if (lookahead == '(') ADVANCE(442); - END_STATE(); - case 529: - ACCEPT_TOKEN(anon_sym_RPAREN); + if (lookahead == '(') ADVANCE(453); END_STATE(); - case 530: + case 540: ACCEPT_TOKEN(anon_sym_RPAREN); - if (lookahead == ')') ADVANCE(443); END_STATE(); - case 531: + case 541: 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(541); END_STATE(); - case 532: + case 542: ACCEPT_TOKEN(anon_sym_esac); END_STATE(); - case 533: + case 543: ACCEPT_TOKEN(anon_sym_esac); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(429); 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(746); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 534: + case 544: ACCEPT_TOKEN(anon_sym_esac); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 535: + case 545: 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(751); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 536: + case 546: 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); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); case 547: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 548: - ACCEPT_TOKEN(anon_sym_PIPE_AMP); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '&') ADVANCE(557); + if (lookahead == '=') ADVANCE(487); + if (lookahead == '|') ADVANCE(495); END_STATE(); case 549: - ACCEPT_TOKEN(anon_sym_BANG); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '&') ADVANCE(557); + if (lookahead == '|') ADVANCE(495); 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); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(487); + if (lookahead == '|') ADVANCE(495); END_STATE(); case 551: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(479); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI); END_STATE(); case 552: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI); + if (lookahead == '&') ADVANCE(554); END_STATE(); case 553: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_SEMI_AMP); END_STATE(); case 554: - ACCEPT_TOKEN(anon_sym_LBRACK); - if (lookahead == '[') ADVANCE(557); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI_AMP); END_STATE(); case 555: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 556: - ACCEPT_TOKEN(anon_sym_RBRACK); - if (lookahead == ']') ADVANCE(558); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 557: - ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); + ACCEPT_TOKEN(anon_sym_PIPE_AMP); END_STATE(); case 558: - ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 559: - ACCEPT_TOKEN(anon_sym_EQ_TILDE); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(491); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); 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_BANG); + if (lookahead == '=') ADVANCE(490); END_STATE(); case 561: - ACCEPT_TOKEN(anon_sym_AMP_GT); - if (lookahead == '>') ADVANCE(562); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); case 562: - ACCEPT_TOKEN(anon_sym_AMP_GT_GT); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 563: - ACCEPT_TOKEN(anon_sym_LT_AMP); + ACCEPT_TOKEN(anon_sym_LBRACK); + if (lookahead == '[') ADVANCE(566); END_STATE(); case 564: - ACCEPT_TOKEN(anon_sym_GT_AMP); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 565: - ACCEPT_TOKEN(anon_sym_GT_PIPE); + ACCEPT_TOKEN(anon_sym_RBRACK); + if (lookahead == ']') ADVANCE(567); END_STATE(); case 566: - ACCEPT_TOKEN(anon_sym_LT_LT_DASH); + ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); 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_RBRACK_RBRACK); END_STATE(); case 568: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(568); - if (lookahead == '\\') ADVANCE(290); + ACCEPT_TOKEN(anon_sym_EQ_TILDE); END_STATE(); case 569: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(569); + ACCEPT_TOKEN(anon_sym_EQ_TILDE); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); case 570: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(570); - if (lookahead == '\\') ADVANCE(342); + ACCEPT_TOKEN(anon_sym_AMP_GT); + if (lookahead == '>') ADVANCE(571); END_STATE(); case 571: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(571); - if (lookahead == '\\') ADVANCE(308); + ACCEPT_TOKEN(anon_sym_AMP_GT_GT); 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_LT_AMP); + if (lookahead == '-') ADVANCE(575); END_STATE(); case 573: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(573); - if (lookahead == '\\') ADVANCE(325); + ACCEPT_TOKEN(anon_sym_GT_AMP); + if (lookahead == '-') ADVANCE(576); END_STATE(); case 574: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(574); - if (lookahead == '\\') ADVANCE(398); + ACCEPT_TOKEN(anon_sym_GT_PIPE); END_STATE(); case 575: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(575); - if (lookahead == '\\') ADVANCE(309); + ACCEPT_TOKEN(anon_sym_LT_AMP_DASH); END_STATE(); case 576: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(576); - if (lookahead == '\\') ADVANCE(292); + ACCEPT_TOKEN(anon_sym_GT_AMP_DASH); END_STATE(); case 577: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(577); - if (lookahead == '\\') ADVANCE(415); + ACCEPT_TOKEN(anon_sym_LT_LT_DASH); END_STATE(); case 578: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(578); - if (lookahead == '\\') ADVANCE(310); + if (lookahead == '+') ADVANCE(649); + if (lookahead == '-') ADVANCE(647); + if (lookahead == '\\') ADVANCE(347); + if (lookahead == '~') ADVANCE(650); END_STATE(); case 579: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(579); - if (lookahead == '\\') ADVANCE(293); + if (lookahead == '\\') ADVANCE(297); END_STATE(); case 580: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(580); - if (lookahead == '\\') ADVANCE(417); END_STATE(); case 581: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(581); - if (lookahead == '\\') ADVANCE(330); + if (lookahead == '\\') ADVANCE(353); END_STATE(); case 582: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(582); - if (lookahead == '\\') ADVANCE(294); + if (lookahead == '\\') ADVANCE(315); END_STATE(); case 583: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(583); - if (lookahead == '\\') ADVANCE(345); + if (lookahead == '\\') ADVANCE(299); END_STATE(); case 584: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(584); - if (lookahead == '\\') ADVANCE(311); + if (lookahead == '\\') ADVANCE(406); END_STATE(); case 585: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(585); - if (lookahead == '\\') ADVANCE(295); + if (lookahead == '\\') ADVANCE(316); END_STATE(); case 586: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(586); - if (lookahead == '\\') ADVANCE(346); + if (lookahead == '\\') ADVANCE(300); END_STATE(); case 587: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(587); - if (lookahead == '\\') ADVANCE(313); + if (lookahead == '\\') ADVANCE(356); END_STATE(); case 588: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(588); - if (lookahead == '\\') ADVANCE(326); + if (lookahead == '\\') ADVANCE(339); END_STATE(); case 589: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(589); - if (lookahead == '\\') ADVANCE(347); + if (lookahead == '\\') ADVANCE(330); END_STATE(); case 590: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(590); - if (lookahead == '\\') ADVANCE(317); + if (lookahead == '\\') ADVANCE(357); END_STATE(); case 591: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(591); - if (lookahead == '\\') ADVANCE(296); + if (lookahead == '\\') ADVANCE(317); END_STATE(); case 592: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(592); - if (lookahead == '\\') ADVANCE(348); + if (lookahead == '\\') ADVANCE(301); END_STATE(); case 593: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(593); - if (lookahead == '\\') ADVANCE(318); + if (lookahead == '\\') ADVANCE(358); END_STATE(); case 594: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(594); - if (lookahead == '\\') ADVANCE(297); + if (lookahead == '\\') ADVANCE(318); END_STATE(); case 595: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(595); - if (lookahead == '\\') ADVANCE(349); + if (lookahead == '\\') ADVANCE(331); END_STATE(); case 596: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(596); - if (lookahead == '\\') ADVANCE(327); + if (lookahead == '\\') ADVANCE(359); END_STATE(); case 597: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(597); - if (lookahead == '\\') ADVANCE(350); + if (lookahead == '\\') ADVANCE(319); END_STATE(); case 598: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(598); - if (lookahead == '\\') ADVANCE(298); + if (lookahead == '\\') ADVANCE(341); END_STATE(); case 599: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(599); - if (lookahead == '\\') ADVANCE(354); + if (lookahead == '\\') ADVANCE(360); END_STATE(); case 600: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(600); - if (lookahead == '\\') ADVANCE(300); + if (lookahead == '\\') ADVANCE(340); END_STATE(); case 601: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(601); - if (lookahead == '\\') ADVANCE(355); + if (lookahead == '\\') ADVANCE(342); END_STATE(); case 602: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(602); - if (lookahead == '\\') ADVANCE(312); + if (lookahead == '\\') ADVANCE(361); END_STATE(); case 603: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(603); - if (lookahead == '\\') ADVANCE(401); + if (lookahead == '\\') ADVANCE(324); END_STATE(); case 604: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(604); - if (lookahead == '\\') ADVANCE(356); + if (lookahead == '\\') ADVANCE(332); END_STATE(); case 605: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(605); - if (lookahead == '\\') ADVANCE(403); + if (lookahead == '\\') ADVANCE(362); END_STATE(); case 606: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(606); - if (lookahead == '\\') ADVANCE(400); + if (lookahead == '\\') ADVANCE(302); END_STATE(); case 607: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(607); - if (lookahead == '\\') ADVANCE(405); + if (lookahead == '\\') ADVANCE(363); END_STATE(); case 608: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(608); - if (lookahead == '\\') ADVANCE(402); + if (lookahead == '\\') ADVANCE(303); END_STATE(); case 609: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(609); - if (lookahead == '\\') ADVANCE(408); + if (lookahead == '\\') ADVANCE(364); END_STATE(); case 610: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(610); - if (lookahead == '\\') ADVANCE(404); + if (lookahead == '\\') ADVANCE(304); END_STATE(); case 611: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(611); - if (lookahead == '\\') ADVANCE(409); + if (lookahead == '\\') ADVANCE(408); END_STATE(); case 612: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(612); - if (lookahead == '\\') ADVANCE(410); + if (lookahead == '\\') ADVANCE(333); END_STATE(); case 613: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(613); - if (lookahead == '\\') ADVANCE(364); + if (lookahead == '\\') ADVANCE(409); END_STATE(); case 614: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(614); - if (lookahead == '\\') ADVANCE(369); + if (lookahead == '\\') ADVANCE(305); END_STATE(); case 615: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(615); - if (lookahead == '\\') ADVANCE(413); + if (lookahead == '\\') ADVANCE(411); 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(334); END_STATE(); case 617: - ACCEPT_TOKEN(anon_sym_AMP); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(617); + if (lookahead == '\\') ADVANCE(410); 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(307); 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(412); 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(336); END_STATE(); case 621: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(475); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == '^') ADVANCE(718); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(621); + if (lookahead == '\\') ADVANCE(414); 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(320); 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(413); 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(415); END_STATE(); case 625: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(625); + if (lookahead == '\\') ADVANCE(416); 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(373); END_STATE(); case 627: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(627); + if (lookahead == '\\') ADVANCE(376); 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(421); 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(381); 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(anon_sym_LT_LT_LT); END_STATE(); case 632: - ACCEPT_TOKEN(anon_sym_DASH2); - if (lookahead == '-') ADVANCE(637); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 633: - ACCEPT_TOKEN(anon_sym_PLUS2); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(494); + if (lookahead == '=') ADVANCE(484); END_STATE(); case 634: - ACCEPT_TOKEN(anon_sym_PLUS2); - if (lookahead == '+') ADVANCE(636); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(494); + if (lookahead == '=') ADVANCE(484); + if (lookahead == '>') ADVANCE(570); END_STATE(); case 635: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(494); + if (lookahead == '>') ADVANCE(570); END_STATE(); case 636: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS2); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(486); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == '^') ADVANCE(730); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); case 637: - ACCEPT_TOKEN(anon_sym_DASH_DASH2); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(486); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); case 638: - ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN_LPAREN); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(485); END_STATE(); case 639: - ACCEPT_TOKEN(aux_sym_brace_expression_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '^') ADVANCE(729); END_STATE(); case 640: - ACCEPT_TOKEN(anon_sym_DOT_DOT); + ACCEPT_TOKEN(anon_sym_QMARK); 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_QMARK); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); case 642: - ACCEPT_TOKEN(anon_sym_RBRACE2); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 643: - ACCEPT_TOKEN(aux_sym_concatenation_token1); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '+') ADVANCE(713); + if (lookahead == '-') ADVANCE(710); + if (lookahead == '=') ADVANCE(707); + if (lookahead == '?') ADVANCE(717); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); case 644: - ACCEPT_TOKEN(anon_sym_DOLLAR); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '+') ADVANCE(712); + if (lookahead == '-') ADVANCE(709); + if (lookahead == '=') ADVANCE(706); + if (lookahead == '?') ADVANCE(716); 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_COLON); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); 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_DASH2); 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_DASH2); + if (lookahead == '-') ADVANCE(652); END_STATE(); case 648: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '(') ADVANCE(719); - if (lookahead == '`') ADVANCE(723); + ACCEPT_TOKEN(anon_sym_PLUS2); 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_PLUS2); + if (lookahead == '+') ADVANCE(651); END_STATE(); case 650: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '{') ADVANCE(681); + ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 651: - ACCEPT_TOKEN(sym__special_character); + ACCEPT_TOKEN(anon_sym_PLUS_PLUS2); END_STATE(); case 652: - ACCEPT_TOKEN(sym__special_character); - if (lookahead == ']') ADVANCE(558); + ACCEPT_TOKEN(anon_sym_DASH_DASH2); END_STATE(); case 653: - ACCEPT_TOKEN(anon_sym_DQUOTE); + ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN_LPAREN); END_STATE(); case 654: + ACCEPT_TOKEN(aux_sym_brace_expression_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(654); + END_STATE(); + case 655: + ACCEPT_TOKEN(anon_sym_DOT_DOT); + END_STATE(); + case 656: + ACCEPT_TOKEN(anon_sym_DOT_DOT); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); + END_STATE(); + case 657: + ACCEPT_TOKEN(anon_sym_RBRACE2); + END_STATE(); + case 658: + ACCEPT_TOKEN(aux_sym_concatenation_token1); + END_STATE(); + case 659: + ACCEPT_TOKEN(anon_sym_DOLLAR); + END_STATE(); + case 660: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '\'') ADVANCE(271); + if (lookahead == '(') ADVANCE(732); + if (lookahead == '`') ADVANCE(735); + if (lookahead == '{') ADVANCE(695); + END_STATE(); + case 661: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '\'') ADVANCE(271); + if (lookahead == '(') ADVANCE(731); + if (lookahead == '`') ADVANCE(735); + if (lookahead == '{') ADVANCE(695); + END_STATE(); + case 662: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') ADVANCE(732); + if (lookahead == '`') ADVANCE(735); + if (lookahead == '{') ADVANCE(695); + END_STATE(); + case 663: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') ADVANCE(731); + if (lookahead == '`') ADVANCE(735); + END_STATE(); + case 664: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') ADVANCE(731); + if (lookahead == '`') ADVANCE(735); + if (lookahead == '{') ADVANCE(695); + END_STATE(); + case 665: + ACCEPT_TOKEN(sym__special_character); + END_STATE(); + case 666: + ACCEPT_TOKEN(sym__special_character); + if (lookahead == ']') ADVANCE(567); + END_STATE(); + case 667: + ACCEPT_TOKEN(anon_sym_DQUOTE); + END_STATE(); + case 668: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(660); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(674); + if (lookahead == '\\') ADVANCE(430); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(676); END_STATE(); - case 655: + case 669: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(662); - if (lookahead == '\\') ADVANCE(726); + if (lookahead == '\n') ADVANCE(676); + if (lookahead == '\\') ADVANCE(738); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(655); + lookahead != '`') ADVANCE(669); END_STATE(); - case 656: + case 670: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(658); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(672); + if (lookahead == '\\') ADVANCE(430); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(676); END_STATE(); - case 657: + case 671: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(659); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(673); + if (lookahead == '\\') ADVANCE(430); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(676); END_STATE(); - case 658: + case 672: 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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(327); + if (lookahead == '_') ADVANCE(810); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(658); + lookahead == ' ') ADVANCE(672); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(676); END_STATE(); - case 659: + case 673: 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(558); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(328); + if (lookahead == '_') ADVANCE(810); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(659); + lookahead == ' ') ADVANCE(673); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); if (lookahead != 0 && lookahead != '"' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(676); END_STATE(); - case 660: + case 674: 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(667); + if (lookahead == '#') ADVANCE(669); + if (lookahead == '$') ADVANCE(662); + if (lookahead == '(') ADVANCE(675); + if (lookahead == '\\') ADVANCE(399); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(660); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') ADVANCE(674); + if (lookahead != 0) ADVANCE(676); END_STATE(); - case 661: + case 675: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '(') ADVANCE(442); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '(') ADVANCE(453); + if (lookahead == '\\') ADVANCE(430); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(676); END_STATE(); - case 662: + case 676: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\\') ADVANCE(430); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(676); END_STATE(); - case 663: + case 677: ACCEPT_TOKEN(sym__string_content); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '\\' && - lookahead != '`') ADVANCE(662); - if (lookahead == '\\') ADVANCE(420); + lookahead != '`') ADVANCE(676); + if (lookahead == '\\') ADVANCE(430); END_STATE(); - case 664: + case 678: ACCEPT_TOKEN(sym_raw_string); END_STATE(); - case 665: + case 679: ACCEPT_TOKEN(sym_ansi_c_string); END_STATE(); - case 666: + case 680: ACCEPT_TOKEN(sym_ansi_c_string); - if (lookahead == '\'') ADVANCE(665); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(265); + if (lookahead == '\'') ADVANCE(679); + if (lookahead == '\\') ADVANCE(272); + if (lookahead != 0) ADVANCE(271); END_STATE(); - case 667: + case 681: 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(692); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == 'x') ADVANCE(819); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (!sym_word_character_set_5(lookahead)) ADVANCE(820); END_STATE(); - case 668: + case 682: 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(692); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == 'x') ADVANCE(745); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(684); 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(746); + if (!sym_word_character_set_6(lookahead)) ADVANCE(820); END_STATE(); - case 669: + case 683: 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(692); + if (lookahead == '\\') ADVANCE(429); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (!sym_word_character_set_5(lookahead)) ADVANCE(820); END_STATE(); - case 670: + case 684: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (lookahead == '#') ADVANCE(692); + if (lookahead == '\\') ADVANCE(429); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(684); 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(746); + if (!sym_word_character_set_6(lookahead)) ADVANCE(820); END_STATE(); - case 671: + case 685: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); + if (lookahead == '#') ADVANCE(692); if (lookahead == '\\') ADVANCE(16); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(685); 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(751); + if (!sym_word_character_set_6(lookahead)) ADVANCE(820); 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 686: 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(693); + if (lookahead == 'x') ADVANCE(756); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 674: + case 687: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '#') ADVANCE(693); + if (lookahead == 'x') ADVANCE(428); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(689); END_STATE(); - case 675: + case 688: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (lookahead == '#') ADVANCE(693); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 676: + case 689: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '#') ADVANCE(693); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(689); + END_STATE(); + case 690: + ACCEPT_TOKEN(aux_sym_number_token1); + if (lookahead == '\\') ADVANCE(429); 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(690); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 677: + case 691: 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(691); END_STATE(); - case 678: + case 692: ACCEPT_TOKEN(aux_sym_number_token2); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(429); 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(690); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 679: + case 693: 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(691); END_STATE(); - case 680: + case 694: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); - case 681: + case 695: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); - case 682: + case 696: ACCEPT_TOKEN(anon_sym_RBRACE3); END_STATE(); - case 683: + case 697: ACCEPT_TOKEN(anon_sym_BANG2); END_STATE(); - case 684: + case 698: 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(491); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 685: + case 699: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); - case 686: + case 700: ACCEPT_TOKEN(anon_sym_AT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 687: + case 701: ACCEPT_TOKEN(anon_sym_STAR2); END_STATE(); - case 688: + case 702: 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(523); + if (lookahead == '=') ADVANCE(475); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 689: + case 703: ACCEPT_TOKEN(anon_sym_POUND2); END_STATE(); - case 690: + case 704: ACCEPT_TOKEN(anon_sym_EQ2); END_STATE(); - case 691: + case 705: ACCEPT_TOKEN(anon_sym_EQ2); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 692: + case 706: ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); - case 693: + case 707: ACCEPT_TOKEN(anon_sym_COLON_EQ); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 694: + case 708: ACCEPT_TOKEN(anon_sym_DASH3); END_STATE(); - case 695: + case 709: ACCEPT_TOKEN(anon_sym_COLON_DASH); END_STATE(); - case 696: + case 710: ACCEPT_TOKEN(anon_sym_COLON_DASH); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 697: + case 711: ACCEPT_TOKEN(anon_sym_PLUS3); END_STATE(); - case 698: + case 712: ACCEPT_TOKEN(anon_sym_COLON_PLUS); END_STATE(); - case 699: + case 713: ACCEPT_TOKEN(anon_sym_COLON_PLUS); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 700: + case 714: ACCEPT_TOKEN(anon_sym_QMARK2); END_STATE(); - case 701: + case 715: ACCEPT_TOKEN(anon_sym_QMARK2); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 702: + case 716: ACCEPT_TOKEN(anon_sym_COLON_QMARK); END_STATE(); - case 703: + case 717: 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(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 706: + case 718: ACCEPT_TOKEN(anon_sym_PERCENT_PERCENT); END_STATE(); - case 707: + case 719: ACCEPT_TOKEN(anon_sym_PERCENT_PERCENT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 708: + case 720: ACCEPT_TOKEN(aux_sym__expansion_regex_token1); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(708); + lookahead == ' ') ADVANCE(720); END_STATE(); - case 709: + case 721: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); - case 710: + case 722: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 711: + case 723: ACCEPT_TOKEN(anon_sym_SLASH_POUND); END_STATE(); - case 712: + case 724: ACCEPT_TOKEN(anon_sym_SLASH_POUND); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 713: + case 725: ACCEPT_TOKEN(anon_sym_SLASH_PERCENT); END_STATE(); - case 714: + case 726: ACCEPT_TOKEN(anon_sym_SLASH_PERCENT); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 715: + case 727: ACCEPT_TOKEN(anon_sym_COMMA_COMMA); END_STATE(); - case 716: + case 728: ACCEPT_TOKEN(anon_sym_COMMA_COMMA); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 717: + case 729: ACCEPT_TOKEN(anon_sym_CARET_CARET); END_STATE(); - case 718: + case 730: ACCEPT_TOKEN(anon_sym_CARET_CARET); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 719: + case 731: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); END_STATE(); - case 720: + case 732: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); - if (lookahead == '(') ADVANCE(638); + if (lookahead == '(') ADVANCE(653); END_STATE(); - case 721: + case 733: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); - case 722: + case 734: ACCEPT_TOKEN(anon_sym_BQUOTE); - if (lookahead == '`') ADVANCE(643); + if (lookahead == '`') ADVANCE(658); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(285); + lookahead == ' ') ADVANCE(291); END_STATE(); - case 723: + case 735: ACCEPT_TOKEN(anon_sym_DOLLAR_BQUOTE); END_STATE(); - case 724: + case 736: ACCEPT_TOKEN(anon_sym_LT_LPAREN); END_STATE(); - case 725: + case 737: ACCEPT_TOKEN(anon_sym_GT_LPAREN); END_STATE(); - case 726: + case 738: ACCEPT_TOKEN(sym_comment); - if (lookahead == '\n') ADVANCE(662); - if (lookahead == '\r') ADVANCE(655); - if (lookahead != 0) ADVANCE(655); + if (lookahead == '\n') ADVANCE(676); + if (lookahead == '\r') ADVANCE(669); + if (lookahead != 0) ADVANCE(669); END_STATE(); - case 727: + case 739: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(729); + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(741); if (lookahead == '\t' || - (11 <= lookahead && lookahead <= '\r')) ADVANCE(728); + (11 <= lookahead && lookahead <= '\r')) ADVANCE(740); END_STATE(); - case 728: + case 740: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\n') ADVANCE(728); + lookahead != '\n') ADVANCE(740); END_STATE(); - case 729: + case 741: ACCEPT_TOKEN(sym__comment_word); - if (lookahead == '\\') ADVANCE(727); - if (!sym_word_character_set_1(lookahead)) ADVANCE(729); + if (lookahead == '\\') ADVANCE(739); + if (!sym_word_character_set_1(lookahead)) ADVANCE(741); END_STATE(); - case 730: + case 742: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'a') ADVANCE(731); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == 'a') ADVANCE(743); 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(746); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 731: + case 743: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 'c') ADVANCE(533); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == 'c') ADVANCE(543); 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(746); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 732: + case 744: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (lookahead == 's') ADVANCE(730); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == 's') ADVANCE(742); 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(746); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 733: + case 745: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (lookahead == '\\') ADVANCE(429); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(684); 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(746); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 734: + case 746: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '\\') ADVANCE(429); 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(746); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 735: + case 747: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'a') ADVANCE(736); + if (lookahead == 'a') ADVANCE(748); 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(751); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 736: + case 748: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'c') ADVANCE(535); + if (lookahead == 'c') ADVANCE(545); 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(751); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 737: + case 749: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 's') ADVANCE(735); + if (lookahead == 's') ADVANCE(747); 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(751); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 738: + case 750: 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(685); 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(751); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 739: + case 751: 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(751); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 740: + case 752: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'a') ADVANCE(741); + if (lookahead == 'a') ADVANCE(753); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 741: + case 753: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'c') ADVANCE(536); + if (lookahead == 'c') ADVANCE(546); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 742: + case 754: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'n') ADVANCE(441); + if (lookahead == 'n') ADVANCE(452); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 743: + case 755: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 's') ADVANCE(740); + if (lookahead == 's') ADVANCE(752); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 744: + case 756: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 745: + case 757: 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(757); END_STATE(); - case 746: + case 758: 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(579); + if (lookahead == '!') ADVANCE(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(501); + if (lookahead == '-') ADVANCE(504); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(297); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(548); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - (lookahead < '[' || '}' < lookahead)) ADVANCE(804); + (lookahead < '[' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 747: + case 759: 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(582); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(315); + if (lookahead == '_') ADVANCE(810); + if (lookahead == 'e') ADVANCE(755); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(134) + lookahead == ' ') SKIP(137) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 748: + case 760: 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(583); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(299); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(749); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(140) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(142) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - (lookahead < '[' || '}' < lookahead)) ADVANCE(804); + lookahead != ')' && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 749: + case 761: 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(585); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(316); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(142) + lookahead == ' ') SKIP(144) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 750: + case 762: 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(586); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(300); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(145) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 751: + case 763: 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(588); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(339); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(145) + lookahead == ' ') SKIP(147) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 752: + case 764: 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(589); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(330); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(749); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(146) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(148) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 753: + case 765: 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(591); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(317); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(148) + lookahead == ' ') SKIP(150) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 754: + case 766: 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(592); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(301); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(149) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(151) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && - lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 755: + case 767: 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(594); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(318); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(151) + lookahead == ' ') SKIP(153) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 756: + case 768: 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(595); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(331); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(152) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(154) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && + lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 757: + case 769: 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(597); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(319); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(154) + lookahead == ' ') SKIP(156) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 758: + case 770: 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(598); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(341); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(155) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(157) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 759: + case 771: 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(600); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(526); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(340); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(296); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(157) + lookahead == ' ') SKIP(159) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 760: + case 772: 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(601); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(342); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(158) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(160) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 761: + case 773: 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(603); + if (lookahead == '!') ADVANCE(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(632); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(324); + if (lookahead == '_') ADVANCE(810); + if (lookahead == 'i') ADVANCE(754); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(160) + lookahead == ' ') SKIP(162) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 762: + case 774: 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(604); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(332); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(161) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(163) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 763: + case 775: 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(606); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(302); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == 'e') ADVANCE(749); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(163) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(165) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 764: + case 776: 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(608); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(456); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(303); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(167) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); + END_STATE(); + case 777: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(610); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(304); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(169) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); + END_STATE(); + case 778: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(612); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(635); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(171) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); + END_STATE(); + case 779: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(614); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(305); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(173) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && (lookahead < ';' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 765: + case 780: 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(334); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(167) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(175) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < ';' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); + END_STATE(); + case 781: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(618); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(177) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); 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 == '\\') ADVANCE(312); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '\n') ADVANCE(620); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(336); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(296); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(179) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && + lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 767: + case 783: 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(622); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(632); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == ';') ADVANCE(457); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(320); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(184) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(181) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && - (lookahead < ';' || '}' < lookahead)) ADVANCE(804); + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 768: + case 784: 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(559); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '%') ADVANCE(520); + if (lookahead == '&') ADVANCE(634); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(509); + if (lookahead == '+') ADVANCE(501); + if (lookahead == '-') ADVANCE(504); + if (lookahead == '/') ADVANCE(516); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(528); + if (lookahead == '=') ADVANCE(462); + if (lookahead == '>') ADVANCE(533); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(298); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(637); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(548); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(191) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < ';' || '}' < lookahead)) ADVANCE(820); + END_STATE(); + case 785: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(527); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(314); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(198) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 769: + case 786: 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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(539); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(306); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(192) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(199) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && (lookahead < ';' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 770: + 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(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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '=') ADVANCE(814); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(335); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(193) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(200) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < ';' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); + END_STATE(); + case 788: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '!') ADVANCE(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(308); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(201) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != '[' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 771: + 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(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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(529); + if (lookahead == '>') ADVANCE(534); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(309); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(194) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(202) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 772: + 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(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(561); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(660); + if (lookahead == '\'') ADVANCE(270); + if (lookahead == '(') ADVANCE(274); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(512); + if (lookahead == '-') ADVANCE(506); + if (lookahead == '0') ADVANCE(805); + if (lookahead == '<') ADVANCE(275); + if (lookahead == '>') ADVANCE(276); + if (lookahead == '?') ADVANCE(641); + if (lookahead == '@') ADVANCE(804); + if (lookahead == '\\') ADVANCE(323); + if (lookahead == '_') ADVANCE(809); + if (lookahead == '`') ADVANCE(733); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(195) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(203) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(685); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(751); 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); - END_STATE(); - case 774: - 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 (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(206) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + (lookahead < '{' || '}' < lookahead)) ADVANCE(820); END_STATE(); - case 775: + case 791: 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(338); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(207) + lookahead == ' ') SKIP(214) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 776: + case 792: 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == ')') ADVANCE(279); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(311); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(208) + lookahead == ' ') SKIP(215) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 777: + case 793: 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == ':') ADVANCE(642); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(312); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(209) + lookahead == ' ') SKIP(216) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 778: + 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(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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(310); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(210) + lookahead == ' ') SKIP(217) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 779: + 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(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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == ']') ADVANCE(290); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(211) + lookahead == ' ') SKIP(218) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 780: + case 796: 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(560); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '%') ADVANCE(521); + if (lookahead == '&') ADVANCE(633); + if (lookahead == '*') ADVANCE(510); + if (lookahead == '+') ADVANCE(502); + if (lookahead == '-') ADVANCE(505); + if (lookahead == '/') ADVANCE(517); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '=') ADVANCE(464); + if (lookahead == '>') ADVANCE(537); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(313); + if (lookahead == '^') ADVANCE(638); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(550); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(222) + lookahead == ' ') SKIP(219) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 781: + case 797: 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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(321); + if (lookahead == ']') ADVANCE(564); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(223) + lookahead == ' ') SKIP(231) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 782: + case 798: 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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '&') ADVANCE(268); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '<') ADVANCE(530); + if (lookahead == '>') ADVANCE(535); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(322); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(549); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(224) + lookahead == ' ') SKIP(232) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 783: + case 799: 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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == ')') ADVANCE(540); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(325); + if (lookahead == '_') ADVANCE(810); + if (lookahead == '|') ADVANCE(547); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(225) + lookahead == ' ') SKIP(233) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 784: + 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(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(558); + if (lookahead == '"') ADVANCE(667); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(326); + if (lookahead == '_') ADVANCE(810); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(227) + lookahead == ' ') SKIP(235) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 785: + case 801: 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(558); + if (lookahead == '#') ADVANCE(694); + if (lookahead == '$') ADVANCE(659); + if (lookahead == '*') ADVANCE(507); + if (lookahead == '-') ADVANCE(503); + if (lookahead == '0') ADVANCE(807); + if (lookahead == '?') ADVANCE(640); + if (lookahead == '@') ADVANCE(803); + if (lookahead == '\\') ADVANCE(329); + if (lookahead == '_') ADVANCE(810); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(229) + lookahead == ' ') SKIP(238) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); END_STATE(); - case 786: + case 802: 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(802); END_STATE(); - case 787: + case 803: ACCEPT_TOKEN(anon_sym_AT2); END_STATE(); - case 788: + case 804: ACCEPT_TOKEN(anon_sym_AT2); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 789: + case 805: ACCEPT_TOKEN(anon_sym_0); - if (lookahead == '#') ADVANCE(678); + if (lookahead == '#') ADVANCE(692); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'x') ADVANCE(738); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (lookahead == 'x') ADVANCE(750); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(685); 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(751); + if (!sym_word_character_set_6(lookahead)) ADVANCE(820); END_STATE(); - case 790: + case 806: ACCEPT_TOKEN(anon_sym_0); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 791: + case 807: 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(757); END_STATE(); - case 792: + case 808: ACCEPT_TOKEN(anon_sym__); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 793: + case 809: 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(751); + if (!sym_word_character_set_4(lookahead)) ADVANCE(820); END_STATE(); - case 794: + case 810: 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(757); END_STATE(); - case 795: + case 811: ACCEPT_TOKEN(sym_word); - if (lookahead == '.') ADVANCE(641); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '.') ADVANCE(656); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 796: + case 812: 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(681); + if (lookahead == '\\') ADVANCE(429); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 797: + case 813: ACCEPT_TOKEN(sym_word); - if (lookahead == '=') ADVANCE(480); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); + if (lookahead == '=') ADVANCE(491); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 798: + case 814: 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(489); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == '~') ADVANCE(569); + if (!sym_word_character_set_2(lookahead)) ADVANCE(820); END_STATE(); - case 799: + case 815: 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(429); + if (lookahead == 'a') ADVANCE(816); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 800: + case 816: 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(429); + if (lookahead == 'c') ADVANCE(544); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 801: + case 817: 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(429); + if (lookahead == 'n') ADVANCE(451); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 802: + case 818: 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(429); + if (lookahead == 's') ADVANCE(815); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 803: + case 819: 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(429); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(683); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); - case 804: + case 820: ACCEPT_TOKEN(sym_word); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '\\') ADVANCE(429); + if (!sym_word_character_set_1(lookahead)) ADVANCE(820); END_STATE(); default: return false; @@ -15661,4596 +16780,5282 @@ 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}, + [1] = {.lex_state = 446, .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 = 446, .external_lex_state = 2}, + [10] = {.lex_state = 446, .external_lex_state = 2}, + [11] = {.lex_state = 446, .external_lex_state = 2}, + [12] = {.lex_state = 446, .external_lex_state = 2}, + [13] = {.lex_state = 446, .external_lex_state = 2}, + [14] = {.lex_state = 446, .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 = 208, .external_lex_state = 2}, + [19] = {.lex_state = 208, .external_lex_state = 2}, + [20] = {.lex_state = 446, .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 = 446, .external_lex_state = 2}, + [29] = {.lex_state = 446, .external_lex_state = 2}, + [30] = {.lex_state = 446, .external_lex_state = 2}, + [31] = {.lex_state = 446, .external_lex_state = 2}, + [32] = {.lex_state = 446, .external_lex_state = 2}, + [33] = {.lex_state = 446, .external_lex_state = 2}, + [34] = {.lex_state = 446, .external_lex_state = 2}, + [35] = {.lex_state = 446, .external_lex_state = 2}, + [36] = {.lex_state = 446, .external_lex_state = 2}, + [37] = {.lex_state = 446, .external_lex_state = 2}, + [38] = {.lex_state = 446, .external_lex_state = 2}, + [39] = {.lex_state = 446, .external_lex_state = 2}, + [40] = {.lex_state = 446, .external_lex_state = 2}, + [41] = {.lex_state = 446, .external_lex_state = 2}, + [42] = {.lex_state = 446, .external_lex_state = 2}, + [43] = {.lex_state = 446, .external_lex_state = 2}, + [44] = {.lex_state = 446, .external_lex_state = 2}, + [45] = {.lex_state = 446, .external_lex_state = 2}, + [46] = {.lex_state = 446, .external_lex_state = 2}, + [47] = {.lex_state = 446, .external_lex_state = 2}, + [48] = {.lex_state = 446, .external_lex_state = 2}, + [49] = {.lex_state = 446, .external_lex_state = 2}, + [50] = {.lex_state = 446, .external_lex_state = 2}, + [51] = {.lex_state = 446, .external_lex_state = 2}, + [52] = {.lex_state = 446, .external_lex_state = 2}, + [53] = {.lex_state = 446, .external_lex_state = 2}, + [54] = {.lex_state = 446, .external_lex_state = 2}, + [55] = {.lex_state = 446, .external_lex_state = 2}, + [56] = {.lex_state = 446, .external_lex_state = 2}, + [57] = {.lex_state = 446, .external_lex_state = 2}, + [58] = {.lex_state = 446, .external_lex_state = 2}, + [59] = {.lex_state = 446, .external_lex_state = 2}, + [60] = {.lex_state = 446, .external_lex_state = 2}, + [61] = {.lex_state = 446, .external_lex_state = 2}, + [62] = {.lex_state = 446, .external_lex_state = 2}, + [63] = {.lex_state = 446, .external_lex_state = 2}, + [64] = {.lex_state = 446, .external_lex_state = 2}, + [65] = {.lex_state = 446, .external_lex_state = 2}, + [66] = {.lex_state = 446, .external_lex_state = 2}, + [67] = {.lex_state = 446, .external_lex_state = 2}, + [68] = {.lex_state = 446, .external_lex_state = 2}, + [69] = {.lex_state = 446, .external_lex_state = 2}, + [70] = {.lex_state = 446, .external_lex_state = 2}, + [71] = {.lex_state = 446, .external_lex_state = 2}, + [72] = {.lex_state = 446, .external_lex_state = 2}, + [73] = {.lex_state = 446, .external_lex_state = 2}, + [74] = {.lex_state = 446, .external_lex_state = 2}, + [75] = {.lex_state = 446, .external_lex_state = 2}, + [76] = {.lex_state = 446, .external_lex_state = 2}, + [77] = {.lex_state = 446, .external_lex_state = 2}, + [78] = {.lex_state = 446, .external_lex_state = 2}, + [79] = {.lex_state = 446, .external_lex_state = 2}, + [80] = {.lex_state = 446, .external_lex_state = 2}, + [81] = {.lex_state = 446, .external_lex_state = 2}, + [82] = {.lex_state = 446, .external_lex_state = 2}, + [83] = {.lex_state = 446, .external_lex_state = 2}, + [84] = {.lex_state = 446, .external_lex_state = 2}, + [85] = {.lex_state = 446, .external_lex_state = 2}, + [86] = {.lex_state = 446, .external_lex_state = 2}, + [87] = {.lex_state = 446, .external_lex_state = 2}, + [88] = {.lex_state = 446, .external_lex_state = 2}, + [89] = {.lex_state = 446, .external_lex_state = 2}, + [90] = {.lex_state = 446, .external_lex_state = 2}, + [91] = {.lex_state = 209, .external_lex_state = 2}, + [92] = {.lex_state = 446, .external_lex_state = 2}, + [93] = {.lex_state = 446, .external_lex_state = 2}, + [94] = {.lex_state = 446, .external_lex_state = 2}, + [95] = {.lex_state = 446, .external_lex_state = 2}, + [96] = {.lex_state = 446, .external_lex_state = 2}, + [97] = {.lex_state = 446, .external_lex_state = 2}, + [98] = {.lex_state = 446, .external_lex_state = 2}, + [99] = {.lex_state = 446, .external_lex_state = 2}, + [100] = {.lex_state = 446, .external_lex_state = 2}, + [101] = {.lex_state = 446, .external_lex_state = 2}, + [102] = {.lex_state = 446, .external_lex_state = 2}, + [103] = {.lex_state = 446, .external_lex_state = 2}, + [104] = {.lex_state = 446, .external_lex_state = 2}, + [105] = {.lex_state = 446, .external_lex_state = 2}, + [106] = {.lex_state = 446, .external_lex_state = 2}, + [107] = {.lex_state = 446, .external_lex_state = 2}, + [108] = {.lex_state = 446, .external_lex_state = 2}, + [109] = {.lex_state = 446, .external_lex_state = 2}, + [110] = {.lex_state = 446, .external_lex_state = 2}, + [111] = {.lex_state = 446, .external_lex_state = 2}, + [112] = {.lex_state = 446, .external_lex_state = 2}, + [113] = {.lex_state = 446, .external_lex_state = 2}, + [114] = {.lex_state = 446, .external_lex_state = 2}, + [115] = {.lex_state = 446, .external_lex_state = 2}, + [116] = {.lex_state = 446, .external_lex_state = 2}, + [117] = {.lex_state = 446, .external_lex_state = 2}, + [118] = {.lex_state = 446, .external_lex_state = 2}, + [119] = {.lex_state = 446, .external_lex_state = 2}, + [120] = {.lex_state = 446, .external_lex_state = 2}, + [121] = {.lex_state = 446, .external_lex_state = 2}, + [122] = {.lex_state = 446, .external_lex_state = 2}, + [123] = {.lex_state = 446, .external_lex_state = 2}, + [124] = {.lex_state = 446, .external_lex_state = 2}, + [125] = {.lex_state = 446, .external_lex_state = 2}, + [126] = {.lex_state = 446, .external_lex_state = 2}, + [127] = {.lex_state = 446, .external_lex_state = 2}, + [128] = {.lex_state = 446, .external_lex_state = 2}, + [129] = {.lex_state = 446, .external_lex_state = 2}, + [130] = {.lex_state = 446, .external_lex_state = 2}, + [131] = {.lex_state = 446, .external_lex_state = 2}, + [132] = {.lex_state = 446, .external_lex_state = 2}, + [133] = {.lex_state = 446, .external_lex_state = 2}, + [134] = {.lex_state = 446, .external_lex_state = 2}, + [135] = {.lex_state = 446, .external_lex_state = 2}, + [136] = {.lex_state = 446, .external_lex_state = 2}, + [137] = {.lex_state = 446, .external_lex_state = 2}, + [138] = {.lex_state = 446, .external_lex_state = 2}, + [139] = {.lex_state = 446, .external_lex_state = 2}, + [140] = {.lex_state = 446, .external_lex_state = 2}, + [141] = {.lex_state = 446, .external_lex_state = 2}, + [142] = {.lex_state = 446, .external_lex_state = 2}, + [143] = {.lex_state = 446, .external_lex_state = 2}, + [144] = {.lex_state = 446, .external_lex_state = 2}, + [145] = {.lex_state = 446, .external_lex_state = 2}, + [146] = {.lex_state = 446, .external_lex_state = 2}, + [147] = {.lex_state = 446, .external_lex_state = 2}, + [148] = {.lex_state = 446, .external_lex_state = 2}, + [149] = {.lex_state = 446, .external_lex_state = 2}, + [150] = {.lex_state = 446, .external_lex_state = 2}, + [151] = {.lex_state = 446, .external_lex_state = 2}, + [152] = {.lex_state = 446, .external_lex_state = 2}, + [153] = {.lex_state = 446, .external_lex_state = 2}, + [154] = {.lex_state = 446, .external_lex_state = 2}, + [155] = {.lex_state = 446, .external_lex_state = 2}, + [156] = {.lex_state = 446, .external_lex_state = 2}, + [157] = {.lex_state = 446, .external_lex_state = 2}, + [158] = {.lex_state = 446, .external_lex_state = 2}, + [159] = {.lex_state = 446, .external_lex_state = 2}, + [160] = {.lex_state = 446, .external_lex_state = 2}, + [161] = {.lex_state = 446, .external_lex_state = 2}, + [162] = {.lex_state = 446, .external_lex_state = 2}, + [163] = {.lex_state = 446, .external_lex_state = 2}, + [164] = {.lex_state = 446, .external_lex_state = 2}, + [165] = {.lex_state = 446, .external_lex_state = 2}, + [166] = {.lex_state = 446, .external_lex_state = 2}, + [167] = {.lex_state = 446, .external_lex_state = 2}, + [168] = {.lex_state = 446, .external_lex_state = 2}, + [169] = {.lex_state = 446, .external_lex_state = 2}, + [170] = {.lex_state = 446, .external_lex_state = 2}, + [171] = {.lex_state = 446, .external_lex_state = 2}, + [172] = {.lex_state = 446, .external_lex_state = 2}, + [173] = {.lex_state = 446, .external_lex_state = 2}, + [174] = {.lex_state = 446, .external_lex_state = 2}, + [175] = {.lex_state = 446, .external_lex_state = 2}, + [176] = {.lex_state = 446, .external_lex_state = 2}, + [177] = {.lex_state = 446, .external_lex_state = 2}, + [178] = {.lex_state = 446, .external_lex_state = 2}, + [179] = {.lex_state = 446, .external_lex_state = 2}, + [180] = {.lex_state = 446, .external_lex_state = 2}, + [181] = {.lex_state = 446, .external_lex_state = 2}, + [182] = {.lex_state = 446, .external_lex_state = 2}, + [183] = {.lex_state = 446, .external_lex_state = 2}, + [184] = {.lex_state = 446, .external_lex_state = 2}, + [185] = {.lex_state = 446, .external_lex_state = 2}, + [186] = {.lex_state = 446, .external_lex_state = 2}, + [187] = {.lex_state = 446, .external_lex_state = 2}, + [188] = {.lex_state = 446, .external_lex_state = 2}, + [189] = {.lex_state = 446, .external_lex_state = 2}, + [190] = {.lex_state = 446, .external_lex_state = 2}, + [191] = {.lex_state = 446, .external_lex_state = 2}, + [192] = {.lex_state = 446, .external_lex_state = 2}, + [193] = {.lex_state = 446, .external_lex_state = 2}, + [194] = {.lex_state = 446, .external_lex_state = 2}, + [195] = {.lex_state = 446, .external_lex_state = 2}, + [196] = {.lex_state = 446, .external_lex_state = 2}, + [197] = {.lex_state = 446, .external_lex_state = 2}, + [198] = {.lex_state = 446, .external_lex_state = 2}, + [199] = {.lex_state = 446, .external_lex_state = 2}, + [200] = {.lex_state = 446, .external_lex_state = 2}, + [201] = {.lex_state = 446, .external_lex_state = 2}, + [202] = {.lex_state = 446, .external_lex_state = 2}, + [203] = {.lex_state = 446, .external_lex_state = 2}, + [204] = {.lex_state = 446, .external_lex_state = 2}, + [205] = {.lex_state = 446, .external_lex_state = 2}, + [206] = {.lex_state = 446, .external_lex_state = 2}, + [207] = {.lex_state = 446, .external_lex_state = 2}, + [208] = {.lex_state = 446, .external_lex_state = 2}, + [209] = {.lex_state = 446, .external_lex_state = 2}, + [210] = {.lex_state = 446, .external_lex_state = 2}, + [211] = {.lex_state = 446, .external_lex_state = 2}, + [212] = {.lex_state = 446, .external_lex_state = 2}, + [213] = {.lex_state = 209, .external_lex_state = 2}, + [214] = {.lex_state = 446, .external_lex_state = 2}, + [215] = {.lex_state = 446, .external_lex_state = 2}, + [216] = {.lex_state = 446, .external_lex_state = 2}, + [217] = {.lex_state = 446, .external_lex_state = 2}, + [218] = {.lex_state = 446, .external_lex_state = 2}, + [219] = {.lex_state = 446, .external_lex_state = 2}, + [220] = {.lex_state = 446, .external_lex_state = 2}, + [221] = {.lex_state = 446, .external_lex_state = 2}, + [222] = {.lex_state = 446, .external_lex_state = 2}, + [223] = {.lex_state = 446, .external_lex_state = 2}, + [224] = {.lex_state = 446, .external_lex_state = 2}, + [225] = {.lex_state = 209, .external_lex_state = 2}, + [226] = {.lex_state = 446, .external_lex_state = 2}, + [227] = {.lex_state = 446, .external_lex_state = 2}, + [228] = {.lex_state = 446, .external_lex_state = 2}, + [229] = {.lex_state = 446, .external_lex_state = 2}, + [230] = {.lex_state = 446, .external_lex_state = 2}, + [231] = {.lex_state = 446, .external_lex_state = 2}, + [232] = {.lex_state = 446, .external_lex_state = 2}, + [233] = {.lex_state = 446, .external_lex_state = 2}, + [234] = {.lex_state = 446, .external_lex_state = 2}, + [235] = {.lex_state = 446, .external_lex_state = 2}, + [236] = {.lex_state = 446, .external_lex_state = 2}, + [237] = {.lex_state = 446, .external_lex_state = 2}, + [238] = {.lex_state = 209, .external_lex_state = 2}, + [239] = {.lex_state = 446, .external_lex_state = 2}, + [240] = {.lex_state = 446, .external_lex_state = 2}, + [241] = {.lex_state = 446, .external_lex_state = 2}, + [242] = {.lex_state = 446, .external_lex_state = 2}, + [243] = {.lex_state = 209, .external_lex_state = 2}, + [244] = {.lex_state = 446, .external_lex_state = 2}, + [245] = {.lex_state = 446, .external_lex_state = 2}, + [246] = {.lex_state = 446, .external_lex_state = 2}, + [247] = {.lex_state = 446, .external_lex_state = 2}, + [248] = {.lex_state = 446, .external_lex_state = 2}, + [249] = {.lex_state = 446, .external_lex_state = 2}, + [250] = {.lex_state = 446, .external_lex_state = 2}, + [251] = {.lex_state = 446, .external_lex_state = 2}, + [252] = {.lex_state = 446, .external_lex_state = 2}, + [253] = {.lex_state = 446, .external_lex_state = 2}, + [254] = {.lex_state = 446, .external_lex_state = 2}, + [255] = {.lex_state = 209, .external_lex_state = 2}, + [256] = {.lex_state = 446, .external_lex_state = 2}, + [257] = {.lex_state = 446, .external_lex_state = 2}, + [258] = {.lex_state = 446, .external_lex_state = 2}, + [259] = {.lex_state = 446, .external_lex_state = 2}, + [260] = {.lex_state = 446, .external_lex_state = 2}, + [261] = {.lex_state = 446, .external_lex_state = 2}, + [262] = {.lex_state = 446, .external_lex_state = 2}, + [263] = {.lex_state = 446, .external_lex_state = 2}, + [264] = {.lex_state = 446, .external_lex_state = 2}, + [265] = {.lex_state = 446, .external_lex_state = 2}, + [266] = {.lex_state = 446, .external_lex_state = 2}, + [267] = {.lex_state = 446, .external_lex_state = 2}, + [268] = {.lex_state = 446, .external_lex_state = 2}, + [269] = {.lex_state = 446, .external_lex_state = 2}, + [270] = {.lex_state = 446, .external_lex_state = 2}, + [271] = {.lex_state = 446, .external_lex_state = 2}, + [272] = {.lex_state = 446, .external_lex_state = 2}, + [273] = {.lex_state = 446, .external_lex_state = 2}, + [274] = {.lex_state = 446, .external_lex_state = 2}, + [275] = {.lex_state = 446, .external_lex_state = 2}, + [276] = {.lex_state = 446, .external_lex_state = 2}, + [277] = {.lex_state = 446, .external_lex_state = 2}, + [278] = {.lex_state = 446, .external_lex_state = 2}, + [279] = {.lex_state = 446, .external_lex_state = 2}, + [280] = {.lex_state = 446, .external_lex_state = 2}, + [281] = {.lex_state = 446, .external_lex_state = 2}, + [282] = {.lex_state = 446, .external_lex_state = 2}, + [283] = {.lex_state = 446, .external_lex_state = 2}, + [284] = {.lex_state = 446, .external_lex_state = 2}, + [285] = {.lex_state = 446, .external_lex_state = 2}, + [286] = {.lex_state = 446, .external_lex_state = 2}, + [287] = {.lex_state = 446, .external_lex_state = 2}, + [288] = {.lex_state = 446, .external_lex_state = 2}, + [289] = {.lex_state = 446, .external_lex_state = 2}, + [290] = {.lex_state = 446, .external_lex_state = 2}, + [291] = {.lex_state = 446, .external_lex_state = 2}, + [292] = {.lex_state = 446, .external_lex_state = 2}, + [293] = {.lex_state = 446, .external_lex_state = 2}, + [294] = {.lex_state = 446, .external_lex_state = 2}, + [295] = {.lex_state = 446, .external_lex_state = 2}, + [296] = {.lex_state = 446, .external_lex_state = 2}, + [297] = {.lex_state = 446, .external_lex_state = 2}, + [298] = {.lex_state = 446, .external_lex_state = 2}, + [299] = {.lex_state = 446, .external_lex_state = 2}, + [300] = {.lex_state = 209, .external_lex_state = 2}, + [301] = {.lex_state = 446, .external_lex_state = 2}, + [302] = {.lex_state = 446, .external_lex_state = 2}, + [303] = {.lex_state = 446, .external_lex_state = 2}, + [304] = {.lex_state = 446, .external_lex_state = 2}, + [305] = {.lex_state = 446, .external_lex_state = 2}, + [306] = {.lex_state = 446, .external_lex_state = 2}, + [307] = {.lex_state = 446, .external_lex_state = 2}, + [308] = {.lex_state = 446, .external_lex_state = 2}, + [309] = {.lex_state = 446, .external_lex_state = 2}, + [310] = {.lex_state = 446, .external_lex_state = 2}, + [311] = {.lex_state = 446, .external_lex_state = 2}, + [312] = {.lex_state = 446, .external_lex_state = 2}, + [313] = {.lex_state = 446, .external_lex_state = 2}, + [314] = {.lex_state = 446, .external_lex_state = 2}, + [315] = {.lex_state = 446, .external_lex_state = 2}, + [316] = {.lex_state = 446, .external_lex_state = 2}, + [317] = {.lex_state = 446, .external_lex_state = 2}, + [318] = {.lex_state = 446, .external_lex_state = 2}, + [319] = {.lex_state = 446, .external_lex_state = 2}, + [320] = {.lex_state = 446, .external_lex_state = 2}, + [321] = {.lex_state = 446, .external_lex_state = 2}, + [322] = {.lex_state = 446, .external_lex_state = 2}, + [323] = {.lex_state = 446, .external_lex_state = 2}, + [324] = {.lex_state = 446, .external_lex_state = 2}, + [325] = {.lex_state = 446, .external_lex_state = 2}, + [326] = {.lex_state = 446, .external_lex_state = 2}, + [327] = {.lex_state = 446, .external_lex_state = 2}, + [328] = {.lex_state = 446, .external_lex_state = 2}, + [329] = {.lex_state = 446, .external_lex_state = 2}, + [330] = {.lex_state = 446, .external_lex_state = 2}, + [331] = {.lex_state = 446, .external_lex_state = 2}, + [332] = {.lex_state = 446, .external_lex_state = 2}, + [333] = {.lex_state = 446, .external_lex_state = 2}, + [334] = {.lex_state = 446, .external_lex_state = 2}, + [335] = {.lex_state = 446, .external_lex_state = 2}, + [336] = {.lex_state = 446, .external_lex_state = 2}, + [337] = {.lex_state = 446, .external_lex_state = 2}, + [338] = {.lex_state = 446, .external_lex_state = 2}, + [339] = {.lex_state = 446, .external_lex_state = 2}, + [340] = {.lex_state = 196, .external_lex_state = 6}, + [341] = {.lex_state = 196, .external_lex_state = 6}, + [342] = {.lex_state = 197, .external_lex_state = 7}, + [343] = {.lex_state = 196, .external_lex_state = 6}, + [344] = {.lex_state = 196, .external_lex_state = 6}, + [345] = {.lex_state = 195, .external_lex_state = 7}, + [346] = {.lex_state = 196, .external_lex_state = 6}, + [347] = {.lex_state = 196, .external_lex_state = 6}, + [348] = {.lex_state = 193, .external_lex_state = 7}, + [349] = {.lex_state = 196, .external_lex_state = 6}, + [350] = {.lex_state = 194, .external_lex_state = 7}, + [351] = {.lex_state = 193, .external_lex_state = 7}, + [352] = {.lex_state = 12, .external_lex_state = 8}, + [353] = {.lex_state = 12, .external_lex_state = 8}, + [354] = {.lex_state = 191, .external_lex_state = 9}, + [355] = {.lex_state = 191, .external_lex_state = 9}, + [356] = {.lex_state = 105, .external_lex_state = 4}, + [357] = {.lex_state = 105, .external_lex_state = 4}, + [358] = {.lex_state = 105, .external_lex_state = 4}, + [359] = {.lex_state = 105, .external_lex_state = 4}, + [360] = {.lex_state = 105, .external_lex_state = 4}, + [361] = {.lex_state = 105, .external_lex_state = 4}, + [362] = {.lex_state = 105, .external_lex_state = 4}, + [363] = {.lex_state = 105, .external_lex_state = 4}, + [364] = {.lex_state = 105, .external_lex_state = 4}, + [365] = {.lex_state = 105, .external_lex_state = 4}, + [366] = {.lex_state = 105, .external_lex_state = 4}, + [367] = {.lex_state = 105, .external_lex_state = 4}, + [368] = {.lex_state = 105, .external_lex_state = 4}, + [369] = {.lex_state = 105, .external_lex_state = 4}, + [370] = {.lex_state = 105, .external_lex_state = 4}, + [371] = {.lex_state = 105, .external_lex_state = 4}, + [372] = {.lex_state = 105, .external_lex_state = 4}, + [373] = {.lex_state = 105, .external_lex_state = 4}, + [374] = {.lex_state = 105, .external_lex_state = 4}, + [375] = {.lex_state = 105, .external_lex_state = 4}, + [376] = {.lex_state = 105, .external_lex_state = 4}, + [377] = {.lex_state = 105, .external_lex_state = 4}, + [378] = {.lex_state = 105, .external_lex_state = 4}, + [379] = {.lex_state = 105, .external_lex_state = 4}, + [380] = {.lex_state = 105, .external_lex_state = 4}, + [381] = {.lex_state = 143, .external_lex_state = 8}, + [382] = {.lex_state = 143, .external_lex_state = 8}, + [383] = {.lex_state = 143, .external_lex_state = 8}, + [384] = {.lex_state = 212, .external_lex_state = 5}, + [385] = {.lex_state = 212, .external_lex_state = 5}, + [386] = {.lex_state = 143, .external_lex_state = 8}, + [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 = 212, .external_lex_state = 5}, + [407] = {.lex_state = 212, .external_lex_state = 5}, + [408] = {.lex_state = 212, .external_lex_state = 5}, + [409] = {.lex_state = 212, .external_lex_state = 5}, + [410] = {.lex_state = 213, .external_lex_state = 9}, + [411] = {.lex_state = 213, .external_lex_state = 9}, + [412] = {.lex_state = 213, .external_lex_state = 9}, + [413] = {.lex_state = 213, .external_lex_state = 9}, + [414] = {.lex_state = 207, .external_lex_state = 2}, + [415] = {.lex_state = 207, .external_lex_state = 2}, + [416] = {.lex_state = 146, .external_lex_state = 8}, + [417] = {.lex_state = 146, .external_lex_state = 8}, + [418] = {.lex_state = 149, .external_lex_state = 8}, + [419] = {.lex_state = 149, .external_lex_state = 8}, + [420] = {.lex_state = 152, .external_lex_state = 10}, + [421] = {.lex_state = 152, .external_lex_state = 10}, + [422] = {.lex_state = 152, .external_lex_state = 10}, + [423] = {.lex_state = 437, .external_lex_state = 8}, + [424] = {.lex_state = 158, .external_lex_state = 10}, + [425] = {.lex_state = 146, .external_lex_state = 8}, + [426] = {.lex_state = 142, .external_lex_state = 8}, + [427] = {.lex_state = 437, .external_lex_state = 8}, + [428] = {.lex_state = 437, .external_lex_state = 8}, + [429] = {.lex_state = 158, .external_lex_state = 10}, + [430] = {.lex_state = 437, .external_lex_state = 8}, + [431] = {.lex_state = 142, .external_lex_state = 8}, + [432] = {.lex_state = 158, .external_lex_state = 10}, + [433] = {.lex_state = 146, .external_lex_state = 8}, + [434] = {.lex_state = 146, .external_lex_state = 8}, + [435] = {.lex_state = 437, .external_lex_state = 8}, + [436] = {.lex_state = 439, .external_lex_state = 10}, + [437] = {.lex_state = 439, .external_lex_state = 10}, + [438] = {.lex_state = 439, .external_lex_state = 10}, + [439] = {.lex_state = 437, .external_lex_state = 8}, + [440] = {.lex_state = 439, .external_lex_state = 10}, + [441] = {.lex_state = 145, .external_lex_state = 8}, + [442] = {.lex_state = 439, .external_lex_state = 10}, + [443] = {.lex_state = 149, .external_lex_state = 8}, + [444] = {.lex_state = 149, .external_lex_state = 8}, + [445] = {.lex_state = 148, .external_lex_state = 8}, + [446] = {.lex_state = 149, .external_lex_state = 8}, + [447] = {.lex_state = 148, .external_lex_state = 8}, + [448] = {.lex_state = 439, .external_lex_state = 10}, + [449] = {.lex_state = 437, .external_lex_state = 8}, + [450] = {.lex_state = 437, .external_lex_state = 8}, + [451] = {.lex_state = 145, .external_lex_state = 8}, + [452] = {.lex_state = 437, .external_lex_state = 8}, + [453] = {.lex_state = 437, .external_lex_state = 8}, + [454] = {.lex_state = 437, .external_lex_state = 8}, + [455] = {.lex_state = 164, .external_lex_state = 10}, + [456] = {.lex_state = 439, .external_lex_state = 10}, + [457] = {.lex_state = 151, .external_lex_state = 8}, + [458] = {.lex_state = 437, .external_lex_state = 8}, + [459] = {.lex_state = 436, .external_lex_state = 8}, + [460] = {.lex_state = 152, .external_lex_state = 11}, + [461] = {.lex_state = 164, .external_lex_state = 10}, + [462] = {.lex_state = 439, .external_lex_state = 10}, + [463] = {.lex_state = 439, .external_lex_state = 10}, + [464] = {.lex_state = 437, .external_lex_state = 8}, + [465] = {.lex_state = 157, .external_lex_state = 8}, + [466] = {.lex_state = 437, .external_lex_state = 8}, + [467] = {.lex_state = 439, .external_lex_state = 10}, + [468] = {.lex_state = 152, .external_lex_state = 11}, + [469] = {.lex_state = 164, .external_lex_state = 10}, + [470] = {.lex_state = 151, .external_lex_state = 8}, + [471] = {.lex_state = 436, .external_lex_state = 8}, + [472] = {.lex_state = 439, .external_lex_state = 10}, + [473] = {.lex_state = 152, .external_lex_state = 11}, + [474] = {.lex_state = 157, .external_lex_state = 8}, + [475] = {.lex_state = 438, .external_lex_state = 8}, + [476] = {.lex_state = 437, .external_lex_state = 8}, + [477] = {.lex_state = 438, .external_lex_state = 8}, + [478] = {.lex_state = 437, .external_lex_state = 8}, + [479] = {.lex_state = 166, .external_lex_state = 10}, + [480] = {.lex_state = 164, .external_lex_state = 10}, + [481] = {.lex_state = 166, .external_lex_state = 10}, + [482] = {.lex_state = 437, .external_lex_state = 8}, + [483] = {.lex_state = 437, .external_lex_state = 8}, + [484] = {.lex_state = 164, .external_lex_state = 10}, + [485] = {.lex_state = 437, .external_lex_state = 8}, + [486] = {.lex_state = 163, .external_lex_state = 8}, + [487] = {.lex_state = 164, .external_lex_state = 11}, + [488] = {.lex_state = 163, .external_lex_state = 8}, + [489] = {.lex_state = 164, .external_lex_state = 11}, + [490] = {.lex_state = 158, .external_lex_state = 11}, + [491] = {.lex_state = 165, .external_lex_state = 10}, + [492] = {.lex_state = 165, .external_lex_state = 10}, + [493] = {.lex_state = 165, .external_lex_state = 10}, + [494] = {.lex_state = 165, .external_lex_state = 10}, + [495] = {.lex_state = 158, .external_lex_state = 11}, + [496] = {.lex_state = 436, .external_lex_state = 8}, + [497] = {.lex_state = 436, .external_lex_state = 8}, + [498] = {.lex_state = 164, .external_lex_state = 11}, + [499] = {.lex_state = 164, .external_lex_state = 11}, + [500] = {.lex_state = 158, .external_lex_state = 11}, + [501] = {.lex_state = 164, .external_lex_state = 11}, + [502] = {.lex_state = 166, .external_lex_state = 10}, + [503] = {.lex_state = 166, .external_lex_state = 10}, + [504] = {.lex_state = 165, .external_lex_state = 11}, + [505] = {.lex_state = 166, .external_lex_state = 11}, + [506] = {.lex_state = 439, .external_lex_state = 11}, + [507] = {.lex_state = 438, .external_lex_state = 8}, + [508] = {.lex_state = 440, .external_lex_state = 10}, + [509] = {.lex_state = 166, .external_lex_state = 10}, + [510] = {.lex_state = 166, .external_lex_state = 11}, + [511] = {.lex_state = 440, .external_lex_state = 10}, + [512] = {.lex_state = 440, .external_lex_state = 10}, + [513] = {.lex_state = 149, .external_lex_state = 8}, + [514] = {.lex_state = 166, .external_lex_state = 11}, + [515] = {.lex_state = 164, .external_lex_state = 11}, + [516] = {.lex_state = 439, .external_lex_state = 11}, + [517] = {.lex_state = 439, .external_lex_state = 11}, + [518] = {.lex_state = 164, .external_lex_state = 11}, + [519] = {.lex_state = 440, .external_lex_state = 10}, + [520] = {.lex_state = 166, .external_lex_state = 11}, + [521] = {.lex_state = 439, .external_lex_state = 11}, + [522] = {.lex_state = 165, .external_lex_state = 11}, + [523] = {.lex_state = 446, .external_lex_state = 2}, + [524] = {.lex_state = 165, .external_lex_state = 11}, + [525] = {.lex_state = 165, .external_lex_state = 11}, + [526] = {.lex_state = 440, .external_lex_state = 10}, + [527] = {.lex_state = 167, .external_lex_state = 10}, + [528] = {.lex_state = 167, .external_lex_state = 10}, + [529] = {.lex_state = 167, .external_lex_state = 10}, + [530] = {.lex_state = 438, .external_lex_state = 8}, + [531] = {.lex_state = 439, .external_lex_state = 11}, + [532] = {.lex_state = 439, .external_lex_state = 11}, + [533] = {.lex_state = 167, .external_lex_state = 10}, + [534] = {.lex_state = 166, .external_lex_state = 11}, + [535] = {.lex_state = 149, .external_lex_state = 8}, + [536] = {.lex_state = 440, .external_lex_state = 10}, + [537] = {.lex_state = 440, .external_lex_state = 11}, + [538] = {.lex_state = 439, .external_lex_state = 11}, + [539] = {.lex_state = 440, .external_lex_state = 10}, + [540] = {.lex_state = 167, .external_lex_state = 11}, + [541] = {.lex_state = 167, .external_lex_state = 11}, + [542] = {.lex_state = 440, .external_lex_state = 10}, + [543] = {.lex_state = 167, .external_lex_state = 11}, + [544] = {.lex_state = 211, .external_lex_state = 12}, + [545] = {.lex_state = 446, .external_lex_state = 2}, + [546] = {.lex_state = 167, .external_lex_state = 11}, + [547] = {.lex_state = 440, .external_lex_state = 10}, + [548] = {.lex_state = 440, .external_lex_state = 11}, + [549] = {.lex_state = 440, .external_lex_state = 11}, + [550] = {.lex_state = 440, .external_lex_state = 11}, + [551] = {.lex_state = 439, .external_lex_state = 11}, + [552] = {.lex_state = 208, .external_lex_state = 2}, + [553] = {.lex_state = 440, .external_lex_state = 10}, + [554] = {.lex_state = 440, .external_lex_state = 11}, + [555] = {.lex_state = 440, .external_lex_state = 11}, + [556] = {.lex_state = 440, .external_lex_state = 10}, + [557] = {.lex_state = 439, .external_lex_state = 11}, + [558] = {.lex_state = 246, .external_lex_state = 13}, + [559] = {.lex_state = 169, .external_lex_state = 10}, + [560] = {.lex_state = 211, .external_lex_state = 12}, + [561] = {.lex_state = 169, .external_lex_state = 10}, + [562] = {.lex_state = 158, .external_lex_state = 10}, + [563] = {.lex_state = 169, .external_lex_state = 10}, + [564] = {.lex_state = 246, .external_lex_state = 13}, + [565] = {.lex_state = 440, .external_lex_state = 11}, + [566] = {.lex_state = 441, .external_lex_state = 10}, + [567] = {.lex_state = 211, .external_lex_state = 12}, + [568] = {.lex_state = 441, .external_lex_state = 10}, + [569] = {.lex_state = 166, .external_lex_state = 11}, + [570] = {.lex_state = 440, .external_lex_state = 11}, + [571] = {.lex_state = 440, .external_lex_state = 10}, + [572] = {.lex_state = 440, .external_lex_state = 10}, + [573] = {.lex_state = 440, .external_lex_state = 11}, + [574] = {.lex_state = 166, .external_lex_state = 11}, + [575] = {.lex_state = 158, .external_lex_state = 10}, + [576] = {.lex_state = 169, .external_lex_state = 10}, + [577] = {.lex_state = 441, .external_lex_state = 10}, + [578] = {.lex_state = 439, .external_lex_state = 11}, + [579] = {.lex_state = 211, .external_lex_state = 12}, + [580] = {.lex_state = 441, .external_lex_state = 10}, + [581] = {.lex_state = 211, .external_lex_state = 12}, + [582] = {.lex_state = 211, .external_lex_state = 12}, + [583] = {.lex_state = 211, .external_lex_state = 12}, + [584] = {.lex_state = 440, .external_lex_state = 11}, + [585] = {.lex_state = 439, .external_lex_state = 11}, + [586] = {.lex_state = 208, .external_lex_state = 2}, + [587] = {.lex_state = 158, .external_lex_state = 10}, + [588] = {.lex_state = 446, .external_lex_state = 2}, + [589] = {.lex_state = 169, .external_lex_state = 11}, + [590] = {.lex_state = 242, .external_lex_state = 2}, + [591] = {.lex_state = 211, .external_lex_state = 12}, + [592] = {.lex_state = 211, .external_lex_state = 12}, + [593] = {.lex_state = 440, .external_lex_state = 11}, + [594] = {.lex_state = 440, .external_lex_state = 11}, + [595] = {.lex_state = 441, .external_lex_state = 11}, + [596] = {.lex_state = 149, .external_lex_state = 8}, + [597] = {.lex_state = 440, .external_lex_state = 11}, + [598] = {.lex_state = 242, .external_lex_state = 2}, + [599] = {.lex_state = 149, .external_lex_state = 8}, + [600] = {.lex_state = 211, .external_lex_state = 12}, + [601] = {.lex_state = 211, .external_lex_state = 12}, + [602] = {.lex_state = 211, .external_lex_state = 12}, + [603] = {.lex_state = 441, .external_lex_state = 10}, + [604] = {.lex_state = 251, .external_lex_state = 14}, + [605] = {.lex_state = 440, .external_lex_state = 11}, + [606] = {.lex_state = 169, .external_lex_state = 11}, + [607] = {.lex_state = 441, .external_lex_state = 10}, + [608] = {.lex_state = 242, .external_lex_state = 2}, + [609] = {.lex_state = 440, .external_lex_state = 11}, + [610] = {.lex_state = 441, .external_lex_state = 10}, + [611] = {.lex_state = 169, .external_lex_state = 11}, + [612] = {.lex_state = 441, .external_lex_state = 10}, + [613] = {.lex_state = 173, .external_lex_state = 8}, + [614] = {.lex_state = 173, .external_lex_state = 8}, + [615] = {.lex_state = 242, .external_lex_state = 2}, + [616] = {.lex_state = 149, .external_lex_state = 8}, + [617] = {.lex_state = 440, .external_lex_state = 11}, + [618] = {.lex_state = 251, .external_lex_state = 14}, + [619] = {.lex_state = 441, .external_lex_state = 11}, + [620] = {.lex_state = 440, .external_lex_state = 10}, + [621] = {.lex_state = 440, .external_lex_state = 11}, + [622] = {.lex_state = 440, .external_lex_state = 11}, + [623] = {.lex_state = 440, .external_lex_state = 10}, + [624] = {.lex_state = 440, .external_lex_state = 11}, + [625] = {.lex_state = 242, .external_lex_state = 2}, + [626] = {.lex_state = 440, .external_lex_state = 11}, + [627] = {.lex_state = 242, .external_lex_state = 2}, + [628] = {.lex_state = 211, .external_lex_state = 12}, + [629] = {.lex_state = 440, .external_lex_state = 11}, + [630] = {.lex_state = 440, .external_lex_state = 11}, + [631] = {.lex_state = 441, .external_lex_state = 11}, + [632] = {.lex_state = 441, .external_lex_state = 11}, + [633] = {.lex_state = 242, .external_lex_state = 2}, + [634] = {.lex_state = 242, .external_lex_state = 2}, + [635] = {.lex_state = 169, .external_lex_state = 11}, + [636] = {.lex_state = 440, .external_lex_state = 11}, + [637] = {.lex_state = 251, .external_lex_state = 14}, + [638] = {.lex_state = 164, .external_lex_state = 10}, + [639] = {.lex_state = 441, .external_lex_state = 11}, + [640] = {.lex_state = 441, .external_lex_state = 11}, + [641] = {.lex_state = 440, .external_lex_state = 11}, + [642] = {.lex_state = 441, .external_lex_state = 11}, + [643] = {.lex_state = 441, .external_lex_state = 11}, + [644] = {.lex_state = 440, .external_lex_state = 11}, + [645] = {.lex_state = 164, .external_lex_state = 10}, + [646] = {.lex_state = 175, .external_lex_state = 8}, + [647] = {.lex_state = 175, .external_lex_state = 8}, + [648] = {.lex_state = 199, .external_lex_state = 13}, + [649] = {.lex_state = 164, .external_lex_state = 10}, + [650] = {.lex_state = 199, .external_lex_state = 13}, + [651] = {.lex_state = 440, .external_lex_state = 11}, + [652] = {.lex_state = 164, .external_lex_state = 10}, + [653] = {.lex_state = 246, .external_lex_state = 13}, + [654] = {.lex_state = 246, .external_lex_state = 13}, + [655] = {.lex_state = 246, .external_lex_state = 13}, + [656] = {.lex_state = 440, .external_lex_state = 11}, + [657] = {.lex_state = 158, .external_lex_state = 11}, + [658] = {.lex_state = 170, .external_lex_state = 4}, + [659] = {.lex_state = 166, .external_lex_state = 10}, + [660] = {.lex_state = 446, .external_lex_state = 2}, + [661] = {.lex_state = 166, .external_lex_state = 10}, + [662] = {.lex_state = 158, .external_lex_state = 11}, + [663] = {.lex_state = 170, .external_lex_state = 4}, + [664] = {.lex_state = 170, .external_lex_state = 4}, + [665] = {.lex_state = 200, .external_lex_state = 13}, + [666] = {.lex_state = 170, .external_lex_state = 4}, + [667] = {.lex_state = 249, .external_lex_state = 15}, + [668] = {.lex_state = 166, .external_lex_state = 10}, + [669] = {.lex_state = 249, .external_lex_state = 15}, + [670] = {.lex_state = 446, .external_lex_state = 2}, + [671] = {.lex_state = 166, .external_lex_state = 10}, + [672] = {.lex_state = 200, .external_lex_state = 13}, + [673] = {.lex_state = 170, .external_lex_state = 4}, + [674] = {.lex_state = 446, .external_lex_state = 2}, + [675] = {.lex_state = 166, .external_lex_state = 10}, + [676] = {.lex_state = 209, .external_lex_state = 2}, + [677] = {.lex_state = 249, .external_lex_state = 15}, + [678] = {.lex_state = 158, .external_lex_state = 11}, + [679] = {.lex_state = 170, .external_lex_state = 4}, + [680] = {.lex_state = 170, .external_lex_state = 4}, + [681] = {.lex_state = 166, .external_lex_state = 10}, + [682] = {.lex_state = 166, .external_lex_state = 10}, + [683] = {.lex_state = 177, .external_lex_state = 10}, + [684] = {.lex_state = 446, .external_lex_state = 2}, + [685] = {.lex_state = 440, .external_lex_state = 10}, + [686] = {.lex_state = 245, .external_lex_state = 14}, + [687] = {.lex_state = 251, .external_lex_state = 16}, + [688] = {.lex_state = 440, .external_lex_state = 10}, + [689] = {.lex_state = 245, .external_lex_state = 14}, + [690] = {.lex_state = 170, .external_lex_state = 4}, + [691] = {.lex_state = 170, .external_lex_state = 4}, + [692] = {.lex_state = 170, .external_lex_state = 4}, + [693] = {.lex_state = 172, .external_lex_state = 4}, + [694] = {.lex_state = 170, .external_lex_state = 4}, + [695] = {.lex_state = 249, .external_lex_state = 15}, + [696] = {.lex_state = 172, .external_lex_state = 4}, + [697] = {.lex_state = 170, .external_lex_state = 4}, + [698] = {.lex_state = 177, .external_lex_state = 10}, + [699] = {.lex_state = 172, .external_lex_state = 4}, + [700] = {.lex_state = 170, .external_lex_state = 4}, + [701] = {.lex_state = 170, .external_lex_state = 4}, + [702] = {.lex_state = 177, .external_lex_state = 10}, + [703] = {.lex_state = 170, .external_lex_state = 4}, + [704] = {.lex_state = 177, .external_lex_state = 10}, + [705] = {.lex_state = 440, .external_lex_state = 10}, + [706] = {.lex_state = 170, .external_lex_state = 4}, + [707] = {.lex_state = 249, .external_lex_state = 15}, + [708] = {.lex_state = 170, .external_lex_state = 4}, + [709] = {.lex_state = 440, .external_lex_state = 10}, + [710] = {.lex_state = 249, .external_lex_state = 17}, + [711] = {.lex_state = 440, .external_lex_state = 10}, + [712] = {.lex_state = 166, .external_lex_state = 11}, + [713] = {.lex_state = 251, .external_lex_state = 16}, + [714] = {.lex_state = 249, .external_lex_state = 17}, + [715] = {.lex_state = 249, .external_lex_state = 17}, + [716] = {.lex_state = 170, .external_lex_state = 4}, + [717] = {.lex_state = 170, .external_lex_state = 4}, + [718] = {.lex_state = 170, .external_lex_state = 4}, + [719] = {.lex_state = 170, .external_lex_state = 4}, + [720] = {.lex_state = 440, .external_lex_state = 10}, + [721] = {.lex_state = 166, .external_lex_state = 10}, + [722] = {.lex_state = 170, .external_lex_state = 4}, + [723] = {.lex_state = 166, .external_lex_state = 11}, + [724] = {.lex_state = 166, .external_lex_state = 11}, + [725] = {.lex_state = 172, .external_lex_state = 4}, + [726] = {.lex_state = 440, .external_lex_state = 10}, + [727] = {.lex_state = 245, .external_lex_state = 14}, + [728] = {.lex_state = 172, .external_lex_state = 4}, + [729] = {.lex_state = 170, .external_lex_state = 4}, + [730] = {.lex_state = 166, .external_lex_state = 11}, + [731] = {.lex_state = 201, .external_lex_state = 15}, + [732] = {.lex_state = 170, .external_lex_state = 4}, + [733] = {.lex_state = 170, .external_lex_state = 4}, + [734] = {.lex_state = 170, .external_lex_state = 4}, + [735] = {.lex_state = 170, .external_lex_state = 4}, + [736] = {.lex_state = 446, .external_lex_state = 2}, + [737] = {.lex_state = 172, .external_lex_state = 4}, + [738] = {.lex_state = 446, .external_lex_state = 2}, + [739] = {.lex_state = 170, .external_lex_state = 4}, + [740] = {.lex_state = 170, .external_lex_state = 4}, + [741] = {.lex_state = 249, .external_lex_state = 17}, + [742] = {.lex_state = 440, .external_lex_state = 10}, + [743] = {.lex_state = 166, .external_lex_state = 11}, + [744] = {.lex_state = 166, .external_lex_state = 10}, + [745] = {.lex_state = 251, .external_lex_state = 16}, + [746] = {.lex_state = 170, .external_lex_state = 4}, + [747] = {.lex_state = 170, .external_lex_state = 4}, + [748] = {.lex_state = 201, .external_lex_state = 15}, + [749] = {.lex_state = 249, .external_lex_state = 17}, + [750] = {.lex_state = 172, .external_lex_state = 4}, + [751] = {.lex_state = 170, .external_lex_state = 4}, + [752] = {.lex_state = 170, .external_lex_state = 4}, + [753] = {.lex_state = 442, .external_lex_state = 4}, + [754] = {.lex_state = 442, .external_lex_state = 4}, + [755] = {.lex_state = 172, .external_lex_state = 4}, + [756] = {.lex_state = 172, .external_lex_state = 4}, + [757] = {.lex_state = 172, .external_lex_state = 4}, + [758] = {.lex_state = 172, .external_lex_state = 4}, + [759] = {.lex_state = 442, .external_lex_state = 4}, + [760] = {.lex_state = 172, .external_lex_state = 4}, + [761] = {.lex_state = 202, .external_lex_state = 14}, + [762] = {.lex_state = 166, .external_lex_state = 11}, + [763] = {.lex_state = 442, .external_lex_state = 4}, + [764] = {.lex_state = 202, .external_lex_state = 14}, + [765] = {.lex_state = 442, .external_lex_state = 4}, + [766] = {.lex_state = 202, .external_lex_state = 14}, + [767] = {.lex_state = 442, .external_lex_state = 4}, + [768] = {.lex_state = 440, .external_lex_state = 10}, + [769] = {.lex_state = 172, .external_lex_state = 4}, + [770] = {.lex_state = 172, .external_lex_state = 4}, + [771] = {.lex_state = 172, .external_lex_state = 4}, + [772] = {.lex_state = 201, .external_lex_state = 17}, + [773] = {.lex_state = 201, .external_lex_state = 17}, + [774] = {.lex_state = 440, .external_lex_state = 10}, + [775] = {.lex_state = 172, .external_lex_state = 4}, + [776] = {.lex_state = 176, .external_lex_state = 18}, + [777] = {.lex_state = 172, .external_lex_state = 4}, + [778] = {.lex_state = 176, .external_lex_state = 18}, + [779] = {.lex_state = 245, .external_lex_state = 16}, + [780] = {.lex_state = 172, .external_lex_state = 4}, + [781] = {.lex_state = 146, .external_lex_state = 8}, + [782] = {.lex_state = 172, .external_lex_state = 4}, + [783] = {.lex_state = 172, .external_lex_state = 4}, + [784] = {.lex_state = 245, .external_lex_state = 16}, + [785] = {.lex_state = 249, .external_lex_state = 17}, + [786] = {.lex_state = 245, .external_lex_state = 16}, + [787] = {.lex_state = 176, .external_lex_state = 18}, + [788] = {.lex_state = 172, .external_lex_state = 4}, + [789] = {.lex_state = 172, .external_lex_state = 4}, + [790] = {.lex_state = 172, .external_lex_state = 4}, + [791] = {.lex_state = 176, .external_lex_state = 18}, + [792] = {.lex_state = 172, .external_lex_state = 4}, + [793] = {.lex_state = 440, .external_lex_state = 10}, + [794] = {.lex_state = 442, .external_lex_state = 4}, + [795] = {.lex_state = 249, .external_lex_state = 17}, + [796] = {.lex_state = 176, .external_lex_state = 18}, + [797] = {.lex_state = 172, .external_lex_state = 4}, + [798] = {.lex_state = 440, .external_lex_state = 10}, + [799] = {.lex_state = 440, .external_lex_state = 10}, + [800] = {.lex_state = 202, .external_lex_state = 14}, + [801] = {.lex_state = 172, .external_lex_state = 4}, + [802] = {.lex_state = 245, .external_lex_state = 16}, + [803] = {.lex_state = 172, .external_lex_state = 4}, + [804] = {.lex_state = 442, .external_lex_state = 4}, + [805] = {.lex_state = 172, .external_lex_state = 4}, + [806] = {.lex_state = 172, .external_lex_state = 4}, + [807] = {.lex_state = 177, .external_lex_state = 11}, + [808] = {.lex_state = 146, .external_lex_state = 8}, + [809] = {.lex_state = 177, .external_lex_state = 11}, + [810] = {.lex_state = 442, .external_lex_state = 4}, + [811] = {.lex_state = 176, .external_lex_state = 18}, + [812] = {.lex_state = 176, .external_lex_state = 18}, + [813] = {.lex_state = 442, .external_lex_state = 4}, + [814] = {.lex_state = 177, .external_lex_state = 11}, + [815] = {.lex_state = 177, .external_lex_state = 11}, + [816] = {.lex_state = 442, .external_lex_state = 4}, + [817] = {.lex_state = 442, .external_lex_state = 4}, + [818] = {.lex_state = 172, .external_lex_state = 4}, + [819] = {.lex_state = 172, .external_lex_state = 4}, + [820] = {.lex_state = 440, .external_lex_state = 10}, + [821] = {.lex_state = 440, .external_lex_state = 10}, + [822] = {.lex_state = 245, .external_lex_state = 16}, + [823] = {.lex_state = 166, .external_lex_state = 11}, + [824] = {.lex_state = 440, .external_lex_state = 10}, + [825] = {.lex_state = 440, .external_lex_state = 10}, + [826] = {.lex_state = 176, .external_lex_state = 18}, + [827] = {.lex_state = 245, .external_lex_state = 14}, + [828] = {.lex_state = 440, .external_lex_state = 10}, + [829] = {.lex_state = 245, .external_lex_state = 14}, + [830] = {.lex_state = 442, .external_lex_state = 4}, + [831] = {.lex_state = 172, .external_lex_state = 4}, + [832] = {.lex_state = 172, .external_lex_state = 4}, + [833] = {.lex_state = 442, .external_lex_state = 4}, + [834] = {.lex_state = 442, .external_lex_state = 4}, + [835] = {.lex_state = 176, .external_lex_state = 19}, + [836] = {.lex_state = 442, .external_lex_state = 4}, + [837] = {.lex_state = 149, .external_lex_state = 8}, + [838] = {.lex_state = 176, .external_lex_state = 18}, + [839] = {.lex_state = 442, .external_lex_state = 4}, [840] = {.lex_state = 176, .external_lex_state = 19}, - [841] = {.lex_state = 432, .external_lex_state = 19}, - [842] = {.lex_state = 431, .external_lex_state = 3}, - [843] = {.lex_state = 178, .external_lex_state = 19}, - [844] = {.lex_state = 175, .external_lex_state = 19}, - [845] = {.lex_state = 173, .external_lex_state = 20}, - [846] = {.lex_state = 173, .external_lex_state = 20}, - [847] = {.lex_state = 175, .external_lex_state = 20}, - [848] = {.lex_state = 431, .external_lex_state = 3}, - [849] = {.lex_state = 150, .external_lex_state = 10}, - [850] = {.lex_state = 175, .external_lex_state = 19}, - [851] = {.lex_state = 173, .external_lex_state = 20}, - [852] = {.lex_state = 150, .external_lex_state = 10}, - [853] = {.lex_state = 431, .external_lex_state = 3}, - [854] = {.lex_state = 173, .external_lex_state = 20}, - [855] = {.lex_state = 175, .external_lex_state = 19}, - [856] = {.lex_state = 175, .external_lex_state = 19}, - [857] = {.lex_state = 431, .external_lex_state = 3}, - [858] = {.lex_state = 173, .external_lex_state = 20}, - [859] = {.lex_state = 431, .external_lex_state = 3}, - [860] = {.lex_state = 178, .external_lex_state = 19}, - [861] = {.lex_state = 431, .external_lex_state = 3}, - [862] = {.lex_state = 175, .external_lex_state = 19}, - [863] = {.lex_state = 431, .external_lex_state = 3}, - [864] = {.lex_state = 431, .external_lex_state = 3}, - [865] = {.lex_state = 234, .external_lex_state = 2}, - [866] = {.lex_state = 431, .external_lex_state = 3}, - [867] = {.lex_state = 431, .external_lex_state = 3}, - [868] = {.lex_state = 173, .external_lex_state = 20}, - [869] = {.lex_state = 173, .external_lex_state = 20}, - [870] = {.lex_state = 431, .external_lex_state = 3}, - [871] = {.lex_state = 431, .external_lex_state = 3}, - [872] = {.lex_state = 431, .external_lex_state = 3}, - [873] = {.lex_state = 173, .external_lex_state = 20}, - [874] = {.lex_state = 431, .external_lex_state = 3}, - [875] = {.lex_state = 431, .external_lex_state = 3}, - [876] = {.lex_state = 153, .external_lex_state = 8}, - [877] = {.lex_state = 234, .external_lex_state = 2}, - [878] = {.lex_state = 173, .external_lex_state = 20}, - [879] = {.lex_state = 176, .external_lex_state = 19}, - [880] = {.lex_state = 175, .external_lex_state = 20}, - [881] = {.lex_state = 173, .external_lex_state = 20}, - [882] = {.lex_state = 432, .external_lex_state = 19}, - [883] = {.lex_state = 176, .external_lex_state = 19}, - [884] = {.lex_state = 176, .external_lex_state = 19}, - [885] = {.lex_state = 431, .external_lex_state = 3}, - [886] = {.lex_state = 432, .external_lex_state = 19}, - [887] = {.lex_state = 176, .external_lex_state = 19}, - [888] = {.lex_state = 175, .external_lex_state = 20}, - [889] = {.lex_state = 173, .external_lex_state = 20}, - [890] = {.lex_state = 175, .external_lex_state = 20}, - [891] = {.lex_state = 175, .external_lex_state = 19}, - [892] = {.lex_state = 431, .external_lex_state = 3}, - [893] = {.lex_state = 431, .external_lex_state = 3}, - [894] = {.lex_state = 176, .external_lex_state = 19}, - [895] = {.lex_state = 431, .external_lex_state = 3}, - [896] = {.lex_state = 431, .external_lex_state = 3}, - [897] = {.lex_state = 234, .external_lex_state = 2}, - [898] = {.lex_state = 173, .external_lex_state = 20}, - [899] = {.lex_state = 234, .external_lex_state = 2}, - [900] = {.lex_state = 175, .external_lex_state = 19}, - [901] = {.lex_state = 176, .external_lex_state = 19}, - [902] = {.lex_state = 175, .external_lex_state = 19}, - [903] = {.lex_state = 431, .external_lex_state = 3}, - [904] = {.lex_state = 431, .external_lex_state = 3}, - [905] = {.lex_state = 150, .external_lex_state = 10}, - [906] = {.lex_state = 175, .external_lex_state = 20}, - [907] = {.lex_state = 175, .external_lex_state = 19}, - [908] = {.lex_state = 159, .external_lex_state = 8}, - [909] = {.lex_state = 178, .external_lex_state = 19}, - [910] = {.lex_state = 153, .external_lex_state = 8}, - [911] = {.lex_state = 178, .external_lex_state = 19}, - [912] = {.lex_state = 175, .external_lex_state = 19}, - [913] = {.lex_state = 176, .external_lex_state = 19}, - [914] = {.lex_state = 178, .external_lex_state = 19}, - [915] = {.lex_state = 178, .external_lex_state = 19}, - [916] = {.lex_state = 176, .external_lex_state = 19}, - [917] = {.lex_state = 432, .external_lex_state = 19}, - [918] = {.lex_state = 431, .external_lex_state = 3}, - [919] = {.lex_state = 432, .external_lex_state = 20}, - [920] = {.lex_state = 433, .external_lex_state = 19}, - [921] = {.lex_state = 432, .external_lex_state = 19}, - [922] = {.lex_state = 432, .external_lex_state = 19}, - [923] = {.lex_state = 432, .external_lex_state = 19}, - [924] = {.lex_state = 432, .external_lex_state = 19}, - [925] = {.lex_state = 432, .external_lex_state = 19}, - [926] = {.lex_state = 432, .external_lex_state = 20}, - [927] = {.lex_state = 178, .external_lex_state = 19}, - [928] = {.lex_state = 433, .external_lex_state = 19}, - [929] = {.lex_state = 433, .external_lex_state = 19}, - [930] = {.lex_state = 429, .external_lex_state = 8}, - [931] = {.lex_state = 432, .external_lex_state = 19}, - [932] = {.lex_state = 432, .external_lex_state = 19}, - [933] = {.lex_state = 432, .external_lex_state = 20}, - [934] = {.lex_state = 432, .external_lex_state = 19}, - [935] = {.lex_state = 432, .external_lex_state = 19}, - [936] = {.lex_state = 178, .external_lex_state = 19}, - [937] = {.lex_state = 432, .external_lex_state = 20}, - [938] = {.lex_state = 432, .external_lex_state = 19}, - [939] = {.lex_state = 432, .external_lex_state = 20}, - [940] = {.lex_state = 166, .external_lex_state = 10}, - [941] = {.lex_state = 432, .external_lex_state = 19}, - [942] = {.lex_state = 178, .external_lex_state = 19}, - [943] = {.lex_state = 432, .external_lex_state = 19}, - [944] = {.lex_state = 432, .external_lex_state = 19}, - [945] = {.lex_state = 178, .external_lex_state = 19}, - [946] = {.lex_state = 433, .external_lex_state = 19}, - [947] = {.lex_state = 432, .external_lex_state = 19}, - [948] = {.lex_state = 432, .external_lex_state = 19}, - [949] = {.lex_state = 432, .external_lex_state = 19}, - [950] = {.lex_state = 178, .external_lex_state = 19}, - [951] = {.lex_state = 432, .external_lex_state = 19}, - [952] = {.lex_state = 432, .external_lex_state = 19}, - [953] = {.lex_state = 433, .external_lex_state = 19}, - [954] = {.lex_state = 433, .external_lex_state = 19}, - [955] = {.lex_state = 166, .external_lex_state = 10}, - [956] = {.lex_state = 432, .external_lex_state = 19}, - [957] = {.lex_state = 432, .external_lex_state = 19}, - [958] = {.lex_state = 166, .external_lex_state = 10}, - [959] = {.lex_state = 168, .external_lex_state = 10}, - [960] = {.lex_state = 168, .external_lex_state = 10}, - [961] = {.lex_state = 202, .external_lex_state = 21}, - [962] = {.lex_state = 433, .external_lex_state = 19}, - [963] = {.lex_state = 432, .external_lex_state = 20}, - [964] = {.lex_state = 432, .external_lex_state = 20}, - [965] = {.lex_state = 429, .external_lex_state = 8}, - [966] = {.lex_state = 429, .external_lex_state = 8}, - [967] = {.lex_state = 433, .external_lex_state = 19}, - [968] = {.lex_state = 433, .external_lex_state = 19}, - [969] = {.lex_state = 150, .external_lex_state = 10}, - [970] = {.lex_state = 433, .external_lex_state = 19}, - [971] = {.lex_state = 433, .external_lex_state = 19}, - [972] = {.lex_state = 175, .external_lex_state = 20}, - [973] = {.lex_state = 175, .external_lex_state = 20}, - [974] = {.lex_state = 150, .external_lex_state = 10}, - [975] = {.lex_state = 175, .external_lex_state = 20}, - [976] = {.lex_state = 159, .external_lex_state = 8}, - [977] = {.lex_state = 178, .external_lex_state = 19}, - [978] = {.lex_state = 202, .external_lex_state = 21}, - [979] = {.lex_state = 202, .external_lex_state = 21}, - [980] = {.lex_state = 175, .external_lex_state = 20}, - [981] = {.lex_state = 178, .external_lex_state = 19}, - [982] = {.lex_state = 175, .external_lex_state = 20}, - [983] = {.lex_state = 150, .external_lex_state = 11}, - [984] = {.lex_state = 429, .external_lex_state = 8}, - [985] = {.lex_state = 432, .external_lex_state = 19}, - [986] = {.lex_state = 166, .external_lex_state = 10}, - [987] = {.lex_state = 159, .external_lex_state = 8}, - [988] = {.lex_state = 178, .external_lex_state = 19}, - [989] = {.lex_state = 156, .external_lex_state = 10}, - [990] = {.lex_state = 175, .external_lex_state = 20}, - [991] = {.lex_state = 156, .external_lex_state = 10}, - [992] = {.lex_state = 168, .external_lex_state = 10}, + [841] = {.lex_state = 176, .external_lex_state = 18}, + [842] = {.lex_state = 442, .external_lex_state = 4}, + [843] = {.lex_state = 176, .external_lex_state = 18}, + [844] = {.lex_state = 178, .external_lex_state = 18}, + [845] = {.lex_state = 202, .external_lex_state = 16}, + [846] = {.lex_state = 202, .external_lex_state = 16}, + [847] = {.lex_state = 442, .external_lex_state = 4}, + [848] = {.lex_state = 176, .external_lex_state = 18}, + [849] = {.lex_state = 442, .external_lex_state = 4}, + [850] = {.lex_state = 442, .external_lex_state = 4}, + [851] = {.lex_state = 442, .external_lex_state = 4}, + [852] = {.lex_state = 176, .external_lex_state = 18}, + [853] = {.lex_state = 176, .external_lex_state = 18}, + [854] = {.lex_state = 176, .external_lex_state = 18}, + [855] = {.lex_state = 442, .external_lex_state = 4}, + [856] = {.lex_state = 178, .external_lex_state = 18}, + [857] = {.lex_state = 178, .external_lex_state = 18}, + [858] = {.lex_state = 176, .external_lex_state = 18}, + [859] = {.lex_state = 442, .external_lex_state = 4}, + [860] = {.lex_state = 442, .external_lex_state = 4}, + [861] = {.lex_state = 149, .external_lex_state = 8}, + [862] = {.lex_state = 180, .external_lex_state = 18}, + [863] = {.lex_state = 180, .external_lex_state = 18}, + [864] = {.lex_state = 442, .external_lex_state = 4}, + [865] = {.lex_state = 176, .external_lex_state = 18}, + [866] = {.lex_state = 146, .external_lex_state = 8}, + [867] = {.lex_state = 442, .external_lex_state = 4}, + [868] = {.lex_state = 180, .external_lex_state = 18}, + [869] = {.lex_state = 442, .external_lex_state = 4}, + [870] = {.lex_state = 442, .external_lex_state = 4}, + [871] = {.lex_state = 180, .external_lex_state = 18}, + [872] = {.lex_state = 180, .external_lex_state = 18}, + [873] = {.lex_state = 176, .external_lex_state = 18}, + [874] = {.lex_state = 176, .external_lex_state = 18}, + [875] = {.lex_state = 176, .external_lex_state = 18}, + [876] = {.lex_state = 202, .external_lex_state = 16}, + [877] = {.lex_state = 442, .external_lex_state = 4}, + [878] = {.lex_state = 442, .external_lex_state = 4}, + [879] = {.lex_state = 245, .external_lex_state = 16}, + [880] = {.lex_state = 442, .external_lex_state = 4}, + [881] = {.lex_state = 442, .external_lex_state = 4}, + [882] = {.lex_state = 245, .external_lex_state = 16}, + [883] = {.lex_state = 176, .external_lex_state = 18}, + [884] = {.lex_state = 176, .external_lex_state = 18}, + [885] = {.lex_state = 178, .external_lex_state = 18}, + [886] = {.lex_state = 442, .external_lex_state = 4}, + [887] = {.lex_state = 176, .external_lex_state = 18}, + [888] = {.lex_state = 442, .external_lex_state = 4}, + [889] = {.lex_state = 442, .external_lex_state = 4}, + [890] = {.lex_state = 442, .external_lex_state = 4}, + [891] = {.lex_state = 180, .external_lex_state = 18}, + [892] = {.lex_state = 442, .external_lex_state = 4}, + [893] = {.lex_state = 442, .external_lex_state = 4}, + [894] = {.lex_state = 442, .external_lex_state = 4}, + [895] = {.lex_state = 442, .external_lex_state = 4}, + [896] = {.lex_state = 442, .external_lex_state = 4}, + [897] = {.lex_state = 180, .external_lex_state = 18}, + [898] = {.lex_state = 442, .external_lex_state = 4}, + [899] = {.lex_state = 180, .external_lex_state = 18}, + [900] = {.lex_state = 180, .external_lex_state = 18}, + [901] = {.lex_state = 442, .external_lex_state = 4}, + [902] = {.lex_state = 442, .external_lex_state = 4}, + [903] = {.lex_state = 146, .external_lex_state = 8}, + [904] = {.lex_state = 442, .external_lex_state = 4}, + [905] = {.lex_state = 217, .external_lex_state = 20}, + [906] = {.lex_state = 146, .external_lex_state = 8}, + [907] = {.lex_state = 442, .external_lex_state = 4}, + [908] = {.lex_state = 442, .external_lex_state = 4}, + [909] = {.lex_state = 442, .external_lex_state = 4}, + [910] = {.lex_state = 442, .external_lex_state = 4}, + [911] = {.lex_state = 176, .external_lex_state = 18}, + [912] = {.lex_state = 178, .external_lex_state = 18}, + [913] = {.lex_state = 202, .external_lex_state = 16}, + [914] = {.lex_state = 442, .external_lex_state = 4}, + [915] = {.lex_state = 442, .external_lex_state = 4}, + [916] = {.lex_state = 442, .external_lex_state = 4}, + [917] = {.lex_state = 442, .external_lex_state = 4}, + [918] = {.lex_state = 176, .external_lex_state = 19}, + [919] = {.lex_state = 442, .external_lex_state = 4}, + [920] = {.lex_state = 176, .external_lex_state = 19}, + [921] = {.lex_state = 442, .external_lex_state = 4}, + [922] = {.lex_state = 217, .external_lex_state = 20}, + [923] = {.lex_state = 178, .external_lex_state = 18}, + [924] = {.lex_state = 442, .external_lex_state = 4}, + [925] = {.lex_state = 178, .external_lex_state = 18}, + [926] = {.lex_state = 178, .external_lex_state = 18}, + [927] = {.lex_state = 442, .external_lex_state = 4}, + [928] = {.lex_state = 442, .external_lex_state = 4}, + [929] = {.lex_state = 176, .external_lex_state = 18}, + [930] = {.lex_state = 442, .external_lex_state = 4}, + [931] = {.lex_state = 442, .external_lex_state = 4}, + [932] = {.lex_state = 442, .external_lex_state = 4}, + [933] = {.lex_state = 442, .external_lex_state = 4}, + [934] = {.lex_state = 442, .external_lex_state = 4}, + [935] = {.lex_state = 442, .external_lex_state = 4}, + [936] = {.lex_state = 442, .external_lex_state = 4}, + [937] = {.lex_state = 442, .external_lex_state = 4}, + [938] = {.lex_state = 176, .external_lex_state = 18}, + [939] = {.lex_state = 442, .external_lex_state = 4}, + [940] = {.lex_state = 146, .external_lex_state = 8}, + [941] = {.lex_state = 442, .external_lex_state = 4}, + [942] = {.lex_state = 176, .external_lex_state = 19}, + [943] = {.lex_state = 176, .external_lex_state = 19}, + [944] = {.lex_state = 442, .external_lex_state = 4}, + [945] = {.lex_state = 180, .external_lex_state = 18}, + [946] = {.lex_state = 442, .external_lex_state = 4}, + [947] = {.lex_state = 442, .external_lex_state = 4}, + [948] = {.lex_state = 442, .external_lex_state = 4}, + [949] = {.lex_state = 176, .external_lex_state = 18}, + [950] = {.lex_state = 149, .external_lex_state = 8}, + [951] = {.lex_state = 178, .external_lex_state = 18}, + [952] = {.lex_state = 180, .external_lex_state = 18}, + [953] = {.lex_state = 443, .external_lex_state = 18}, + [954] = {.lex_state = 437, .external_lex_state = 8}, + [955] = {.lex_state = 176, .external_lex_state = 19}, + [956] = {.lex_state = 176, .external_lex_state = 19}, + [957] = {.lex_state = 178, .external_lex_state = 18}, + [958] = {.lex_state = 146, .external_lex_state = 8}, + [959] = {.lex_state = 443, .external_lex_state = 18}, + [960] = {.lex_state = 183, .external_lex_state = 18}, + [961] = {.lex_state = 183, .external_lex_state = 18}, + [962] = {.lex_state = 217, .external_lex_state = 21}, + [963] = {.lex_state = 215, .external_lex_state = 22}, + [964] = {.lex_state = 443, .external_lex_state = 18}, + [965] = {.lex_state = 176, .external_lex_state = 19}, + [966] = {.lex_state = 442, .external_lex_state = 4}, + [967] = {.lex_state = 178, .external_lex_state = 18}, + [968] = {.lex_state = 178, .external_lex_state = 18}, + [969] = {.lex_state = 178, .external_lex_state = 18}, + [970] = {.lex_state = 442, .external_lex_state = 4}, + [971] = {.lex_state = 443, .external_lex_state = 18}, + [972] = {.lex_state = 180, .external_lex_state = 18}, + [973] = {.lex_state = 180, .external_lex_state = 18}, + [974] = {.lex_state = 180, .external_lex_state = 18}, + [975] = {.lex_state = 152, .external_lex_state = 10}, + [976] = {.lex_state = 443, .external_lex_state = 18}, + [977] = {.lex_state = 180, .external_lex_state = 18}, + [978] = {.lex_state = 215, .external_lex_state = 22}, + [979] = {.lex_state = 183, .external_lex_state = 18}, + [980] = {.lex_state = 243, .external_lex_state = 2}, + [981] = {.lex_state = 443, .external_lex_state = 18}, + [982] = {.lex_state = 178, .external_lex_state = 18}, + [983] = {.lex_state = 443, .external_lex_state = 18}, + [984] = {.lex_state = 178, .external_lex_state = 18}, + [985] = {.lex_state = 214, .external_lex_state = 22}, + [986] = {.lex_state = 443, .external_lex_state = 18}, + [987] = {.lex_state = 183, .external_lex_state = 18}, + [988] = {.lex_state = 443, .external_lex_state = 18}, + [989] = {.lex_state = 443, .external_lex_state = 18}, + [990] = {.lex_state = 178, .external_lex_state = 18}, + [991] = {.lex_state = 443, .external_lex_state = 18}, + [992] = {.lex_state = 243, .external_lex_state = 2}, [993] = {.lex_state = 178, .external_lex_state = 19}, - [994] = {.lex_state = 175, .external_lex_state = 20}, - [995] = {.lex_state = 178, .external_lex_state = 19}, - [996] = {.lex_state = 159, .external_lex_state = 8}, - [997] = {.lex_state = 202, .external_lex_state = 21}, - [998] = {.lex_state = 432, .external_lex_state = 19}, - [999] = {.lex_state = 429, .external_lex_state = 8}, - [1000] = {.lex_state = 432, .external_lex_state = 19}, - [1001] = {.lex_state = 432, .external_lex_state = 19}, - [1002] = {.lex_state = 150, .external_lex_state = 10}, - [1003] = {.lex_state = 150, .external_lex_state = 10}, - [1004] = {.lex_state = 429, .external_lex_state = 8}, - [1005] = {.lex_state = 432, .external_lex_state = 19}, - [1006] = {.lex_state = 432, .external_lex_state = 20}, - [1007] = {.lex_state = 432, .external_lex_state = 20}, - [1008] = {.lex_state = 432, .external_lex_state = 19}, - [1009] = {.lex_state = 432, .external_lex_state = 20}, - [1010] = {.lex_state = 178, .external_lex_state = 19}, - [1011] = {.lex_state = 175, .external_lex_state = 20}, - [1012] = {.lex_state = 178, .external_lex_state = 19}, - [1013] = {.lex_state = 175, .external_lex_state = 20}, - [1014] = {.lex_state = 202, .external_lex_state = 21}, - [1015] = {.lex_state = 432, .external_lex_state = 19}, - [1016] = {.lex_state = 432, .external_lex_state = 20}, - [1017] = {.lex_state = 432, .external_lex_state = 19}, - [1018] = {.lex_state = 175, .external_lex_state = 20}, - [1019] = {.lex_state = 432, .external_lex_state = 19}, - [1020] = {.lex_state = 178, .external_lex_state = 19}, - [1021] = {.lex_state = 178, .external_lex_state = 19}, - [1022] = {.lex_state = 202, .external_lex_state = 21}, - [1023] = {.lex_state = 202, .external_lex_state = 21}, - [1024] = {.lex_state = 432, .external_lex_state = 19}, - [1025] = {.lex_state = 432, .external_lex_state = 19}, - [1026] = {.lex_state = 432, .external_lex_state = 19}, - [1027] = {.lex_state = 432, .external_lex_state = 19}, - [1028] = {.lex_state = 432, .external_lex_state = 19}, - [1029] = {.lex_state = 202, .external_lex_state = 21}, - [1030] = {.lex_state = 156, .external_lex_state = 10}, - [1031] = {.lex_state = 175, .external_lex_state = 20}, - [1032] = {.lex_state = 175, .external_lex_state = 20}, - [1033] = {.lex_state = 175, .external_lex_state = 20}, - [1034] = {.lex_state = 432, .external_lex_state = 19}, - [1035] = {.lex_state = 432, .external_lex_state = 19}, - [1036] = {.lex_state = 175, .external_lex_state = 20}, - [1037] = {.lex_state = 175, .external_lex_state = 20}, - [1038] = {.lex_state = 150, .external_lex_state = 11}, - [1039] = {.lex_state = 178, .external_lex_state = 19}, - [1040] = {.lex_state = 178, .external_lex_state = 19}, - [1041] = {.lex_state = 175, .external_lex_state = 20}, - [1042] = {.lex_state = 175, .external_lex_state = 20}, - [1043] = {.lex_state = 433, .external_lex_state = 19}, - [1044] = {.lex_state = 429, .external_lex_state = 8}, - [1045] = {.lex_state = 433, .external_lex_state = 19}, - [1046] = {.lex_state = 178, .external_lex_state = 19}, - [1047] = {.lex_state = 433, .external_lex_state = 19}, - [1048] = {.lex_state = 178, .external_lex_state = 19}, - [1049] = {.lex_state = 432, .external_lex_state = 19}, - [1050] = {.lex_state = 433, .external_lex_state = 19}, - [1051] = {.lex_state = 159, .external_lex_state = 8}, + [994] = {.lex_state = 442, .external_lex_state = 4}, + [995] = {.lex_state = 146, .external_lex_state = 8}, + [996] = {.lex_state = 442, .external_lex_state = 4}, + [997] = {.lex_state = 180, .external_lex_state = 19}, + [998] = {.lex_state = 176, .external_lex_state = 19}, + [999] = {.lex_state = 180, .external_lex_state = 18}, + [1000] = {.lex_state = 443, .external_lex_state = 18}, + [1001] = {.lex_state = 183, .external_lex_state = 18}, + [1002] = {.lex_state = 149, .external_lex_state = 8}, + [1003] = {.lex_state = 176, .external_lex_state = 19}, + [1004] = {.lex_state = 176, .external_lex_state = 19}, + [1005] = {.lex_state = 178, .external_lex_state = 18}, + [1006] = {.lex_state = 183, .external_lex_state = 18}, + [1007] = {.lex_state = 437, .external_lex_state = 8}, + [1008] = {.lex_state = 243, .external_lex_state = 2}, + [1009] = {.lex_state = 243, .external_lex_state = 2}, + [1010] = {.lex_state = 218, .external_lex_state = 22}, + [1011] = {.lex_state = 218, .external_lex_state = 22}, + [1012] = {.lex_state = 180, .external_lex_state = 18}, + [1013] = {.lex_state = 180, .external_lex_state = 18}, + [1014] = {.lex_state = 437, .external_lex_state = 8}, + [1015] = {.lex_state = 180, .external_lex_state = 18}, + [1016] = {.lex_state = 180, .external_lex_state = 19}, + [1017] = {.lex_state = 443, .external_lex_state = 18}, + [1018] = {.lex_state = 178, .external_lex_state = 18}, + [1019] = {.lex_state = 183, .external_lex_state = 18}, + [1020] = {.lex_state = 178, .external_lex_state = 18}, + [1021] = {.lex_state = 180, .external_lex_state = 19}, + [1022] = {.lex_state = 178, .external_lex_state = 18}, + [1023] = {.lex_state = 176, .external_lex_state = 19}, + [1024] = {.lex_state = 180, .external_lex_state = 18}, + [1025] = {.lex_state = 178, .external_lex_state = 19}, + [1026] = {.lex_state = 220, .external_lex_state = 22}, + [1027] = {.lex_state = 442, .external_lex_state = 4}, + [1028] = {.lex_state = 176, .external_lex_state = 19}, + [1029] = {.lex_state = 180, .external_lex_state = 19}, + [1030] = {.lex_state = 180, .external_lex_state = 19}, + [1031] = {.lex_state = 178, .external_lex_state = 19}, + [1032] = {.lex_state = 180, .external_lex_state = 18}, + [1033] = {.lex_state = 180, .external_lex_state = 18}, + [1034] = {.lex_state = 183, .external_lex_state = 18}, + [1035] = {.lex_state = 443, .external_lex_state = 18}, + [1036] = {.lex_state = 183, .external_lex_state = 18}, + [1037] = {.lex_state = 243, .external_lex_state = 2}, + [1038] = {.lex_state = 149, .external_lex_state = 8}, + [1039] = {.lex_state = 243, .external_lex_state = 2}, + [1040] = {.lex_state = 178, .external_lex_state = 18}, + [1041] = {.lex_state = 176, .external_lex_state = 19}, + [1042] = {.lex_state = 178, .external_lex_state = 18}, + [1043] = {.lex_state = 180, .external_lex_state = 18}, + [1044] = {.lex_state = 176, .external_lex_state = 19}, + [1045] = {.lex_state = 180, .external_lex_state = 18}, + [1046] = {.lex_state = 180, .external_lex_state = 18}, + [1047] = {.lex_state = 442, .external_lex_state = 4}, + [1048] = {.lex_state = 176, .external_lex_state = 19}, + [1049] = {.lex_state = 243, .external_lex_state = 2}, + [1050] = {.lex_state = 176, .external_lex_state = 19}, + [1051] = {.lex_state = 178, .external_lex_state = 18}, [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}, + [1053] = {.lex_state = 178, .external_lex_state = 19}, + [1054] = {.lex_state = 178, .external_lex_state = 18}, + [1055] = {.lex_state = 180, .external_lex_state = 18}, + [1056] = {.lex_state = 178, .external_lex_state = 18}, + [1057] = {.lex_state = 437, .external_lex_state = 8}, + [1058] = {.lex_state = 152, .external_lex_state = 10}, + [1059] = {.lex_state = 243, .external_lex_state = 2}, + [1060] = {.lex_state = 176, .external_lex_state = 19}, + [1061] = {.lex_state = 176, .external_lex_state = 19}, + [1062] = {.lex_state = 443, .external_lex_state = 18}, + [1063] = {.lex_state = 176, .external_lex_state = 19}, + [1064] = {.lex_state = 152, .external_lex_state = 10}, + [1065] = {.lex_state = 176, .external_lex_state = 19}, + [1066] = {.lex_state = 176, .external_lex_state = 19}, + [1067] = {.lex_state = 180, .external_lex_state = 18}, + [1068] = {.lex_state = 180, .external_lex_state = 19}, + [1069] = {.lex_state = 180, .external_lex_state = 18}, + [1070] = {.lex_state = 442, .external_lex_state = 4}, + [1071] = {.lex_state = 180, .external_lex_state = 18}, + [1072] = {.lex_state = 216, .external_lex_state = 22}, + [1073] = {.lex_state = 216, .external_lex_state = 22}, + [1074] = {.lex_state = 178, .external_lex_state = 19}, + [1075] = {.lex_state = 183, .external_lex_state = 18}, + [1076] = {.lex_state = 214, .external_lex_state = 22}, + [1077] = {.lex_state = 176, .external_lex_state = 19}, + [1078] = {.lex_state = 176, .external_lex_state = 19}, + [1079] = {.lex_state = 149, .external_lex_state = 8}, + [1080] = {.lex_state = 443, .external_lex_state = 18}, + [1081] = {.lex_state = 178, .external_lex_state = 18}, + [1082] = {.lex_state = 217, .external_lex_state = 21}, + [1083] = {.lex_state = 178, .external_lex_state = 18}, + [1084] = {.lex_state = 183, .external_lex_state = 18}, + [1085] = {.lex_state = 183, .external_lex_state = 19}, + [1086] = {.lex_state = 444, .external_lex_state = 18}, + [1087] = {.lex_state = 444, .external_lex_state = 18}, + [1088] = {.lex_state = 437, .external_lex_state = 8}, + [1089] = {.lex_state = 443, .external_lex_state = 18}, + [1090] = {.lex_state = 152, .external_lex_state = 10}, + [1091] = {.lex_state = 180, .external_lex_state = 19}, + [1092] = {.lex_state = 443, .external_lex_state = 18}, + [1093] = {.lex_state = 443, .external_lex_state = 18}, + [1094] = {.lex_state = 444, .external_lex_state = 18}, + [1095] = {.lex_state = 443, .external_lex_state = 18}, + [1096] = {.lex_state = 180, .external_lex_state = 19}, + [1097] = {.lex_state = 444, .external_lex_state = 18}, + [1098] = {.lex_state = 164, .external_lex_state = 10}, + [1099] = {.lex_state = 178, .external_lex_state = 19}, + [1100] = {.lex_state = 178, .external_lex_state = 19}, + [1101] = {.lex_state = 164, .external_lex_state = 10}, + [1102] = {.lex_state = 164, .external_lex_state = 10}, + [1103] = {.lex_state = 444, .external_lex_state = 18}, + [1104] = {.lex_state = 443, .external_lex_state = 18}, + [1105] = {.lex_state = 443, .external_lex_state = 18}, + [1106] = {.lex_state = 443, .external_lex_state = 18}, + [1107] = {.lex_state = 443, .external_lex_state = 18}, + [1108] = {.lex_state = 443, .external_lex_state = 18}, + [1109] = {.lex_state = 443, .external_lex_state = 19}, + [1110] = {.lex_state = 443, .external_lex_state = 19}, + [1111] = {.lex_state = 164, .external_lex_state = 10}, + [1112] = {.lex_state = 180, .external_lex_state = 19}, + [1113] = {.lex_state = 443, .external_lex_state = 19}, + [1114] = {.lex_state = 180, .external_lex_state = 19}, + [1115] = {.lex_state = 443, .external_lex_state = 19}, + [1116] = {.lex_state = 443, .external_lex_state = 19}, + [1117] = {.lex_state = 443, .external_lex_state = 18}, + [1118] = {.lex_state = 178, .external_lex_state = 19}, + [1119] = {.lex_state = 443, .external_lex_state = 18}, + [1120] = {.lex_state = 443, .external_lex_state = 18}, + [1121] = {.lex_state = 443, .external_lex_state = 18}, + [1122] = {.lex_state = 443, .external_lex_state = 18}, + [1123] = {.lex_state = 443, .external_lex_state = 18}, + [1124] = {.lex_state = 443, .external_lex_state = 18}, + [1125] = {.lex_state = 183, .external_lex_state = 18}, + [1126] = {.lex_state = 443, .external_lex_state = 18}, + [1127] = {.lex_state = 443, .external_lex_state = 18}, + [1128] = {.lex_state = 443, .external_lex_state = 18}, + [1129] = {.lex_state = 180, .external_lex_state = 19}, + [1130] = {.lex_state = 183, .external_lex_state = 18}, + [1131] = {.lex_state = 180, .external_lex_state = 19}, + [1132] = {.lex_state = 443, .external_lex_state = 18}, + [1133] = {.lex_state = 443, .external_lex_state = 18}, + [1134] = {.lex_state = 443, .external_lex_state = 18}, + [1135] = {.lex_state = 443, .external_lex_state = 18}, + [1136] = {.lex_state = 443, .external_lex_state = 18}, + [1137] = {.lex_state = 443, .external_lex_state = 18}, + [1138] = {.lex_state = 178, .external_lex_state = 19}, + [1139] = {.lex_state = 180, .external_lex_state = 19}, + [1140] = {.lex_state = 183, .external_lex_state = 18}, + [1141] = {.lex_state = 183, .external_lex_state = 18}, + [1142] = {.lex_state = 178, .external_lex_state = 19}, + [1143] = {.lex_state = 164, .external_lex_state = 10}, + [1144] = {.lex_state = 443, .external_lex_state = 19}, + [1145] = {.lex_state = 443, .external_lex_state = 18}, + [1146] = {.lex_state = 443, .external_lex_state = 18}, + [1147] = {.lex_state = 443, .external_lex_state = 18}, + [1148] = {.lex_state = 443, .external_lex_state = 18}, + [1149] = {.lex_state = 443, .external_lex_state = 18}, + [1150] = {.lex_state = 443, .external_lex_state = 18}, + [1151] = {.lex_state = 443, .external_lex_state = 18}, + [1152] = {.lex_state = 444, .external_lex_state = 18}, + [1153] = {.lex_state = 180, .external_lex_state = 19}, + [1154] = {.lex_state = 443, .external_lex_state = 18}, + [1155] = {.lex_state = 152, .external_lex_state = 10}, + [1156] = {.lex_state = 437, .external_lex_state = 8}, + [1157] = {.lex_state = 180, .external_lex_state = 19}, + [1158] = {.lex_state = 180, .external_lex_state = 19}, + [1159] = {.lex_state = 180, .external_lex_state = 19}, + [1160] = {.lex_state = 180, .external_lex_state = 19}, + [1161] = {.lex_state = 180, .external_lex_state = 19}, + [1162] = {.lex_state = 443, .external_lex_state = 19}, + [1163] = {.lex_state = 152, .external_lex_state = 11}, + [1164] = {.lex_state = 444, .external_lex_state = 18}, + [1165] = {.lex_state = 166, .external_lex_state = 10}, + [1166] = {.lex_state = 180, .external_lex_state = 19}, + [1167] = {.lex_state = 444, .external_lex_state = 18}, + [1168] = {.lex_state = 183, .external_lex_state = 18}, + [1169] = {.lex_state = 443, .external_lex_state = 18}, + [1170] = {.lex_state = 166, .external_lex_state = 10}, + [1171] = {.lex_state = 437, .external_lex_state = 8}, + [1172] = {.lex_state = 166, .external_lex_state = 10}, + [1173] = {.lex_state = 180, .external_lex_state = 19}, + [1174] = {.lex_state = 166, .external_lex_state = 10}, + [1175] = {.lex_state = 444, .external_lex_state = 18}, + [1176] = {.lex_state = 444, .external_lex_state = 18}, + [1177] = {.lex_state = 183, .external_lex_state = 18}, + [1178] = {.lex_state = 149, .external_lex_state = 8}, + [1179] = {.lex_state = 437, .external_lex_state = 8}, + [1180] = {.lex_state = 437, .external_lex_state = 8}, + [1181] = {.lex_state = 443, .external_lex_state = 19}, + [1182] = {.lex_state = 443, .external_lex_state = 19}, + [1183] = {.lex_state = 183, .external_lex_state = 18}, + [1184] = {.lex_state = 444, .external_lex_state = 18}, + [1185] = {.lex_state = 183, .external_lex_state = 19}, + [1186] = {.lex_state = 183, .external_lex_state = 18}, + [1187] = {.lex_state = 178, .external_lex_state = 19}, + [1188] = {.lex_state = 444, .external_lex_state = 18}, + [1189] = {.lex_state = 178, .external_lex_state = 19}, + [1190] = {.lex_state = 443, .external_lex_state = 18}, + [1191] = {.lex_state = 152, .external_lex_state = 10}, + [1192] = {.lex_state = 183, .external_lex_state = 18}, + [1193] = {.lex_state = 178, .external_lex_state = 19}, + [1194] = {.lex_state = 158, .external_lex_state = 10}, + [1195] = {.lex_state = 443, .external_lex_state = 18}, + [1196] = {.lex_state = 437, .external_lex_state = 8}, + [1197] = {.lex_state = 149, .external_lex_state = 8}, + [1198] = {.lex_state = 183, .external_lex_state = 18}, + [1199] = {.lex_state = 180, .external_lex_state = 19}, + [1200] = {.lex_state = 180, .external_lex_state = 19}, + [1201] = {.lex_state = 183, .external_lex_state = 18}, + [1202] = {.lex_state = 444, .external_lex_state = 18}, + [1203] = {.lex_state = 152, .external_lex_state = 10}, + [1204] = {.lex_state = 183, .external_lex_state = 18}, + [1205] = {.lex_state = 180, .external_lex_state = 19}, + [1206] = {.lex_state = 444, .external_lex_state = 18}, + [1207] = {.lex_state = 158, .external_lex_state = 10}, + [1208] = {.lex_state = 444, .external_lex_state = 18}, + [1209] = {.lex_state = 444, .external_lex_state = 18}, + [1210] = {.lex_state = 443, .external_lex_state = 19}, + [1211] = {.lex_state = 443, .external_lex_state = 19}, + [1212] = {.lex_state = 444, .external_lex_state = 18}, + [1213] = {.lex_state = 443, .external_lex_state = 19}, + [1214] = {.lex_state = 443, .external_lex_state = 18}, + [1215] = {.lex_state = 444, .external_lex_state = 18}, + [1216] = {.lex_state = 180, .external_lex_state = 19}, + [1217] = {.lex_state = 178, .external_lex_state = 19}, + [1218] = {.lex_state = 183, .external_lex_state = 18}, + [1219] = {.lex_state = 178, .external_lex_state = 19}, + [1220] = {.lex_state = 178, .external_lex_state = 19}, + [1221] = {.lex_state = 178, .external_lex_state = 19}, + [1222] = {.lex_state = 178, .external_lex_state = 19}, + [1223] = {.lex_state = 443, .external_lex_state = 18}, + [1224] = {.lex_state = 183, .external_lex_state = 18}, + [1225] = {.lex_state = 443, .external_lex_state = 18}, + [1226] = {.lex_state = 443, .external_lex_state = 18}, + [1227] = {.lex_state = 183, .external_lex_state = 18}, + [1228] = {.lex_state = 183, .external_lex_state = 19}, + [1229] = {.lex_state = 158, .external_lex_state = 10}, + [1230] = {.lex_state = 178, .external_lex_state = 19}, + [1231] = {.lex_state = 183, .external_lex_state = 19}, + [1232] = {.lex_state = 222, .external_lex_state = 20}, + [1233] = {.lex_state = 178, .external_lex_state = 19}, + [1234] = {.lex_state = 183, .external_lex_state = 18}, + [1235] = {.lex_state = 183, .external_lex_state = 18}, + [1236] = {.lex_state = 183, .external_lex_state = 18}, + [1237] = {.lex_state = 219, .external_lex_state = 22}, + [1238] = {.lex_state = 152, .external_lex_state = 11}, + [1239] = {.lex_state = 219, .external_lex_state = 22}, + [1240] = {.lex_state = 178, .external_lex_state = 19}, + [1241] = {.lex_state = 178, .external_lex_state = 19}, + [1242] = {.lex_state = 444, .external_lex_state = 18}, + [1243] = {.lex_state = 183, .external_lex_state = 19}, + [1244] = {.lex_state = 178, .external_lex_state = 19}, + [1245] = {.lex_state = 444, .external_lex_state = 18}, + [1246] = {.lex_state = 178, .external_lex_state = 19}, + [1247] = {.lex_state = 183, .external_lex_state = 19}, + [1248] = {.lex_state = 437, .external_lex_state = 8}, + [1249] = {.lex_state = 443, .external_lex_state = 18}, + [1250] = {.lex_state = 443, .external_lex_state = 18}, + [1251] = {.lex_state = 443, .external_lex_state = 18}, + [1252] = {.lex_state = 443, .external_lex_state = 18}, + [1253] = {.lex_state = 437, .external_lex_state = 8}, + [1254] = {.lex_state = 443, .external_lex_state = 18}, + [1255] = {.lex_state = 443, .external_lex_state = 19}, + [1256] = {.lex_state = 164, .external_lex_state = 10}, + [1257] = {.lex_state = 183, .external_lex_state = 19}, + [1258] = {.lex_state = 444, .external_lex_state = 18}, + [1259] = {.lex_state = 185, .external_lex_state = 23}, + [1260] = {.lex_state = 444, .external_lex_state = 18}, + [1261] = {.lex_state = 444, .external_lex_state = 18}, + [1262] = {.lex_state = 443, .external_lex_state = 19}, + [1263] = {.lex_state = 183, .external_lex_state = 19}, + [1264] = {.lex_state = 210, .external_lex_state = 24}, + [1265] = {.lex_state = 443, .external_lex_state = 19}, + [1266] = {.lex_state = 443, .external_lex_state = 19}, + [1267] = {.lex_state = 443, .external_lex_state = 19}, + [1268] = {.lex_state = 443, .external_lex_state = 19}, + [1269] = {.lex_state = 444, .external_lex_state = 18}, + [1270] = {.lex_state = 444, .external_lex_state = 18}, + [1271] = {.lex_state = 444, .external_lex_state = 18}, + [1272] = {.lex_state = 444, .external_lex_state = 18}, + [1273] = {.lex_state = 439, .external_lex_state = 10}, + [1274] = {.lex_state = 444, .external_lex_state = 18}, + [1275] = {.lex_state = 444, .external_lex_state = 19}, + [1276] = {.lex_state = 444, .external_lex_state = 18}, + [1277] = {.lex_state = 164, .external_lex_state = 10}, + [1278] = {.lex_state = 444, .external_lex_state = 18}, + [1279] = {.lex_state = 444, .external_lex_state = 18}, + [1280] = {.lex_state = 164, .external_lex_state = 10}, + [1281] = {.lex_state = 210, .external_lex_state = 24}, + [1282] = {.lex_state = 185, .external_lex_state = 23}, + [1283] = {.lex_state = 443, .external_lex_state = 19}, + [1284] = {.lex_state = 444, .external_lex_state = 18}, + [1285] = {.lex_state = 164, .external_lex_state = 10}, + [1286] = {.lex_state = 444, .external_lex_state = 18}, + [1287] = {.lex_state = 444, .external_lex_state = 18}, + [1288] = {.lex_state = 444, .external_lex_state = 18}, + [1289] = {.lex_state = 185, .external_lex_state = 23}, + [1290] = {.lex_state = 444, .external_lex_state = 18}, + [1291] = {.lex_state = 166, .external_lex_state = 10}, + [1292] = {.lex_state = 444, .external_lex_state = 18}, + [1293] = {.lex_state = 443, .external_lex_state = 19}, + [1294] = {.lex_state = 166, .external_lex_state = 10}, + [1295] = {.lex_state = 210, .external_lex_state = 24}, + [1296] = {.lex_state = 183, .external_lex_state = 19}, + [1297] = {.lex_state = 444, .external_lex_state = 18}, + [1298] = {.lex_state = 183, .external_lex_state = 19}, + [1299] = {.lex_state = 444, .external_lex_state = 18}, + [1300] = {.lex_state = 444, .external_lex_state = 18}, + [1301] = {.lex_state = 164, .external_lex_state = 10}, + [1302] = {.lex_state = 444, .external_lex_state = 18}, + [1303] = {.lex_state = 437, .external_lex_state = 8}, + [1304] = {.lex_state = 164, .external_lex_state = 10}, + [1305] = {.lex_state = 158, .external_lex_state = 10}, + [1306] = {.lex_state = 245, .external_lex_state = 14}, + [1307] = {.lex_state = 183, .external_lex_state = 19}, + [1308] = {.lex_state = 183, .external_lex_state = 19}, + [1309] = {.lex_state = 444, .external_lex_state = 18}, + [1310] = {.lex_state = 183, .external_lex_state = 19}, + [1311] = {.lex_state = 166, .external_lex_state = 10}, + [1312] = {.lex_state = 443, .external_lex_state = 19}, + [1313] = {.lex_state = 443, .external_lex_state = 19}, + [1314] = {.lex_state = 443, .external_lex_state = 19}, + [1315] = {.lex_state = 443, .external_lex_state = 19}, + [1316] = {.lex_state = 443, .external_lex_state = 19}, + [1317] = {.lex_state = 443, .external_lex_state = 19}, + [1318] = {.lex_state = 443, .external_lex_state = 19}, + [1319] = {.lex_state = 443, .external_lex_state = 19}, + [1320] = {.lex_state = 443, .external_lex_state = 19}, + [1321] = {.lex_state = 443, .external_lex_state = 19}, + [1322] = {.lex_state = 444, .external_lex_state = 18}, + [1323] = {.lex_state = 172, .external_lex_state = 4}, + [1324] = {.lex_state = 444, .external_lex_state = 18}, + [1325] = {.lex_state = 443, .external_lex_state = 19}, + [1326] = {.lex_state = 183, .external_lex_state = 19}, + [1327] = {.lex_state = 443, .external_lex_state = 19}, + [1328] = {.lex_state = 443, .external_lex_state = 19}, + [1329] = {.lex_state = 164, .external_lex_state = 11}, + [1330] = {.lex_state = 444, .external_lex_state = 18}, + [1331] = {.lex_state = 443, .external_lex_state = 19}, + [1332] = {.lex_state = 164, .external_lex_state = 10}, + [1333] = {.lex_state = 443, .external_lex_state = 19}, + [1334] = {.lex_state = 439, .external_lex_state = 10}, + [1335] = {.lex_state = 183, .external_lex_state = 19}, + [1336] = {.lex_state = 443, .external_lex_state = 19}, + [1337] = {.lex_state = 443, .external_lex_state = 19}, + [1338] = {.lex_state = 443, .external_lex_state = 19}, + [1339] = {.lex_state = 443, .external_lex_state = 19}, + [1340] = {.lex_state = 443, .external_lex_state = 19}, + [1341] = {.lex_state = 444, .external_lex_state = 18}, + [1342] = {.lex_state = 443, .external_lex_state = 19}, + [1343] = {.lex_state = 183, .external_lex_state = 19}, + [1344] = {.lex_state = 443, .external_lex_state = 19}, + [1345] = {.lex_state = 183, .external_lex_state = 19}, + [1346] = {.lex_state = 158, .external_lex_state = 10}, + [1347] = {.lex_state = 444, .external_lex_state = 18}, + [1348] = {.lex_state = 443, .external_lex_state = 19}, + [1349] = {.lex_state = 444, .external_lex_state = 19}, + [1350] = {.lex_state = 444, .external_lex_state = 19}, + [1351] = {.lex_state = 210, .external_lex_state = 24}, + [1352] = {.lex_state = 158, .external_lex_state = 10}, + [1353] = {.lex_state = 444, .external_lex_state = 18}, + [1354] = {.lex_state = 444, .external_lex_state = 19}, + [1355] = {.lex_state = 443, .external_lex_state = 19}, + [1356] = {.lex_state = 443, .external_lex_state = 19}, + [1357] = {.lex_state = 172, .external_lex_state = 4}, + [1358] = {.lex_state = 183, .external_lex_state = 19}, + [1359] = {.lex_state = 183, .external_lex_state = 19}, + [1360] = {.lex_state = 444, .external_lex_state = 19}, + [1361] = {.lex_state = 222, .external_lex_state = 21}, + [1362] = {.lex_state = 166, .external_lex_state = 10}, + [1363] = {.lex_state = 444, .external_lex_state = 18}, + [1364] = {.lex_state = 439, .external_lex_state = 10}, + [1365] = {.lex_state = 444, .external_lex_state = 19}, + [1366] = {.lex_state = 172, .external_lex_state = 4}, + [1367] = {.lex_state = 444, .external_lex_state = 19}, + [1368] = {.lex_state = 444, .external_lex_state = 19}, + [1369] = {.lex_state = 439, .external_lex_state = 10}, + [1370] = {.lex_state = 444, .external_lex_state = 18}, + [1371] = {.lex_state = 164, .external_lex_state = 10}, + [1372] = {.lex_state = 443, .external_lex_state = 19}, + [1373] = {.lex_state = 444, .external_lex_state = 18}, + [1374] = {.lex_state = 444, .external_lex_state = 19}, + [1375] = {.lex_state = 444, .external_lex_state = 18}, + [1376] = {.lex_state = 437, .external_lex_state = 8}, + [1377] = {.lex_state = 444, .external_lex_state = 18}, + [1378] = {.lex_state = 444, .external_lex_state = 18}, + [1379] = {.lex_state = 158, .external_lex_state = 11}, + [1380] = {.lex_state = 444, .external_lex_state = 18}, + [1381] = {.lex_state = 183, .external_lex_state = 19}, + [1382] = {.lex_state = 444, .external_lex_state = 18}, + [1383] = {.lex_state = 444, .external_lex_state = 18}, + [1384] = {.lex_state = 439, .external_lex_state = 10}, + [1385] = {.lex_state = 444, .external_lex_state = 18}, + [1386] = {.lex_state = 443, .external_lex_state = 19}, + [1387] = {.lex_state = 444, .external_lex_state = 18}, + [1388] = {.lex_state = 444, .external_lex_state = 18}, + [1389] = {.lex_state = 444, .external_lex_state = 19}, + [1390] = {.lex_state = 444, .external_lex_state = 18}, + [1391] = {.lex_state = 444, .external_lex_state = 18}, + [1392] = {.lex_state = 166, .external_lex_state = 10}, + [1393] = {.lex_state = 444, .external_lex_state = 18}, + [1394] = {.lex_state = 183, .external_lex_state = 19}, + [1395] = {.lex_state = 210, .external_lex_state = 24}, + [1396] = {.lex_state = 245, .external_lex_state = 14}, + [1397] = {.lex_state = 443, .external_lex_state = 19}, + [1398] = {.lex_state = 245, .external_lex_state = 14}, + [1399] = {.lex_state = 443, .external_lex_state = 19}, + [1400] = {.lex_state = 172, .external_lex_state = 4}, + [1401] = {.lex_state = 210, .external_lex_state = 24}, + [1402] = {.lex_state = 437, .external_lex_state = 8}, + [1403] = {.lex_state = 158, .external_lex_state = 11}, + [1404] = {.lex_state = 439, .external_lex_state = 10}, + [1405] = {.lex_state = 183, .external_lex_state = 19}, + [1406] = {.lex_state = 444, .external_lex_state = 18}, + [1407] = {.lex_state = 437, .external_lex_state = 8}, + [1408] = {.lex_state = 444, .external_lex_state = 19}, + [1409] = {.lex_state = 183, .external_lex_state = 19}, + [1410] = {.lex_state = 158, .external_lex_state = 10}, + [1411] = {.lex_state = 443, .external_lex_state = 19}, + [1412] = {.lex_state = 444, .external_lex_state = 18}, + [1413] = {.lex_state = 164, .external_lex_state = 11}, + [1414] = {.lex_state = 443, .external_lex_state = 19}, + [1415] = {.lex_state = 152, .external_lex_state = 11}, + [1416] = {.lex_state = 444, .external_lex_state = 19}, + [1417] = {.lex_state = 443, .external_lex_state = 19}, + [1418] = {.lex_state = 210, .external_lex_state = 24}, + [1419] = {.lex_state = 172, .external_lex_state = 4}, + [1420] = {.lex_state = 444, .external_lex_state = 18}, + [1421] = {.lex_state = 443, .external_lex_state = 19}, + [1422] = {.lex_state = 443, .external_lex_state = 19}, + [1423] = {.lex_state = 172, .external_lex_state = 4}, + [1424] = {.lex_state = 222, .external_lex_state = 22}, + [1425] = {.lex_state = 443, .external_lex_state = 19}, + [1426] = {.lex_state = 183, .external_lex_state = 19}, + [1427] = {.lex_state = 183, .external_lex_state = 19}, + [1428] = {.lex_state = 444, .external_lex_state = 18}, + [1429] = {.lex_state = 444, .external_lex_state = 19}, + [1430] = {.lex_state = 440, .external_lex_state = 10}, + [1431] = {.lex_state = 440, .external_lex_state = 10}, + [1432] = {.lex_state = 444, .external_lex_state = 19}, + [1433] = {.lex_state = 444, .external_lex_state = 19}, + [1434] = {.lex_state = 444, .external_lex_state = 19}, + [1435] = {.lex_state = 444, .external_lex_state = 19}, + [1436] = {.lex_state = 444, .external_lex_state = 19}, + [1437] = {.lex_state = 444, .external_lex_state = 19}, + [1438] = {.lex_state = 247, .external_lex_state = 25}, + [1439] = {.lex_state = 247, .external_lex_state = 25}, + [1440] = {.lex_state = 440, .external_lex_state = 10}, + [1441] = {.lex_state = 247, .external_lex_state = 25}, + [1442] = {.lex_state = 210, .external_lex_state = 26}, + [1443] = {.lex_state = 166, .external_lex_state = 11}, + [1444] = {.lex_state = 439, .external_lex_state = 11}, + [1445] = {.lex_state = 210, .external_lex_state = 26}, + [1446] = {.lex_state = 439, .external_lex_state = 10}, + [1447] = {.lex_state = 439, .external_lex_state = 11}, + [1448] = {.lex_state = 158, .external_lex_state = 11}, + [1449] = {.lex_state = 444, .external_lex_state = 19}, + [1450] = {.lex_state = 444, .external_lex_state = 19}, + [1451] = {.lex_state = 210, .external_lex_state = 27}, + [1452] = {.lex_state = 440, .external_lex_state = 10}, + [1453] = {.lex_state = 444, .external_lex_state = 19}, + [1454] = {.lex_state = 210, .external_lex_state = 26}, + [1455] = {.lex_state = 444, .external_lex_state = 19}, + [1456] = {.lex_state = 444, .external_lex_state = 19}, + [1457] = {.lex_state = 444, .external_lex_state = 19}, + [1458] = {.lex_state = 444, .external_lex_state = 19}, + [1459] = {.lex_state = 444, .external_lex_state = 19}, + [1460] = {.lex_state = 164, .external_lex_state = 11}, + [1461] = {.lex_state = 185, .external_lex_state = 23}, + [1462] = {.lex_state = 185, .external_lex_state = 23}, + [1463] = {.lex_state = 166, .external_lex_state = 10}, + [1464] = {.lex_state = 444, .external_lex_state = 19}, + [1465] = {.lex_state = 444, .external_lex_state = 19}, + [1466] = {.lex_state = 440, .external_lex_state = 10}, + [1467] = {.lex_state = 440, .external_lex_state = 10}, + [1468] = {.lex_state = 444, .external_lex_state = 19}, + [1469] = {.lex_state = 172, .external_lex_state = 4}, + [1470] = {.lex_state = 444, .external_lex_state = 19}, + [1471] = {.lex_state = 166, .external_lex_state = 10}, + [1472] = {.lex_state = 172, .external_lex_state = 4}, + [1473] = {.lex_state = 440, .external_lex_state = 10}, + [1474] = {.lex_state = 444, .external_lex_state = 19}, + [1475] = {.lex_state = 210, .external_lex_state = 26}, + [1476] = {.lex_state = 440, .external_lex_state = 10}, + [1477] = {.lex_state = 439, .external_lex_state = 11}, + [1478] = {.lex_state = 444, .external_lex_state = 19}, + [1479] = {.lex_state = 166, .external_lex_state = 11}, + [1480] = {.lex_state = 166, .external_lex_state = 10}, + [1481] = {.lex_state = 172, .external_lex_state = 4}, + [1482] = {.lex_state = 166, .external_lex_state = 10}, + [1483] = {.lex_state = 444, .external_lex_state = 19}, + [1484] = {.lex_state = 439, .external_lex_state = 10}, + [1485] = {.lex_state = 172, .external_lex_state = 4}, + [1486] = {.lex_state = 444, .external_lex_state = 19}, + [1487] = {.lex_state = 166, .external_lex_state = 10}, + [1488] = {.lex_state = 439, .external_lex_state = 10}, + [1489] = {.lex_state = 444, .external_lex_state = 19}, + [1490] = {.lex_state = 444, .external_lex_state = 19}, + [1491] = {.lex_state = 444, .external_lex_state = 19}, + [1492] = {.lex_state = 444, .external_lex_state = 19}, + [1493] = {.lex_state = 444, .external_lex_state = 19}, + [1494] = {.lex_state = 444, .external_lex_state = 19}, + [1495] = {.lex_state = 444, .external_lex_state = 19}, + [1496] = {.lex_state = 444, .external_lex_state = 19}, + [1497] = {.lex_state = 439, .external_lex_state = 10}, + [1498] = {.lex_state = 172, .external_lex_state = 4}, + [1499] = {.lex_state = 439, .external_lex_state = 10}, + [1500] = {.lex_state = 172, .external_lex_state = 4}, + [1501] = {.lex_state = 172, .external_lex_state = 4}, + [1502] = {.lex_state = 444, .external_lex_state = 19}, + [1503] = {.lex_state = 210, .external_lex_state = 27}, + [1504] = {.lex_state = 210, .external_lex_state = 26}, + [1505] = {.lex_state = 439, .external_lex_state = 10}, + [1506] = {.lex_state = 440, .external_lex_state = 10}, + [1507] = {.lex_state = 247, .external_lex_state = 25}, + [1508] = {.lex_state = 210, .external_lex_state = 26}, + [1509] = {.lex_state = 439, .external_lex_state = 11}, + [1510] = {.lex_state = 444, .external_lex_state = 19}, + [1511] = {.lex_state = 444, .external_lex_state = 19}, + [1512] = {.lex_state = 440, .external_lex_state = 10}, + [1513] = {.lex_state = 444, .external_lex_state = 19}, + [1514] = {.lex_state = 210, .external_lex_state = 26}, + [1515] = {.lex_state = 444, .external_lex_state = 19}, + [1516] = {.lex_state = 444, .external_lex_state = 19}, + [1517] = {.lex_state = 179, .external_lex_state = 23}, + [1518] = {.lex_state = 439, .external_lex_state = 10}, + [1519] = {.lex_state = 444, .external_lex_state = 19}, + [1520] = {.lex_state = 247, .external_lex_state = 25}, + [1521] = {.lex_state = 166, .external_lex_state = 10}, + [1522] = {.lex_state = 166, .external_lex_state = 10}, + [1523] = {.lex_state = 166, .external_lex_state = 10}, + [1524] = {.lex_state = 439, .external_lex_state = 10}, + [1525] = {.lex_state = 444, .external_lex_state = 19}, + [1526] = {.lex_state = 210, .external_lex_state = 27}, + [1527] = {.lex_state = 444, .external_lex_state = 19}, + [1528] = {.lex_state = 444, .external_lex_state = 19}, + [1529] = {.lex_state = 444, .external_lex_state = 19}, + [1530] = {.lex_state = 247, .external_lex_state = 25}, + [1531] = {.lex_state = 179, .external_lex_state = 23}, + [1532] = {.lex_state = 444, .external_lex_state = 19}, + [1533] = {.lex_state = 247, .external_lex_state = 25}, + [1534] = {.lex_state = 247, .external_lex_state = 25}, + [1535] = {.lex_state = 440, .external_lex_state = 10}, + [1536] = {.lex_state = 247, .external_lex_state = 25}, + [1537] = {.lex_state = 178, .external_lex_state = 18}, + [1538] = {.lex_state = 210, .external_lex_state = 27}, + [1539] = {.lex_state = 440, .external_lex_state = 10}, + [1540] = {.lex_state = 440, .external_lex_state = 10}, + [1541] = {.lex_state = 210, .external_lex_state = 27}, + [1542] = {.lex_state = 210, .external_lex_state = 27}, + [1543] = {.lex_state = 247, .external_lex_state = 25}, + [1544] = {.lex_state = 440, .external_lex_state = 10}, + [1545] = {.lex_state = 178, .external_lex_state = 18}, + [1546] = {.lex_state = 440, .external_lex_state = 10}, + [1547] = {.lex_state = 247, .external_lex_state = 25}, + [1548] = {.lex_state = 440, .external_lex_state = 10}, + [1549] = {.lex_state = 247, .external_lex_state = 25}, + [1550] = {.lex_state = 440, .external_lex_state = 10}, + [1551] = {.lex_state = 440, .external_lex_state = 10}, + [1552] = {.lex_state = 210, .external_lex_state = 27}, + [1553] = {.lex_state = 440, .external_lex_state = 10}, + [1554] = {.lex_state = 440, .external_lex_state = 10}, + [1555] = {.lex_state = 440, .external_lex_state = 10}, + [1556] = {.lex_state = 247, .external_lex_state = 25}, + [1557] = {.lex_state = 440, .external_lex_state = 10}, + [1558] = {.lex_state = 247, .external_lex_state = 25}, + [1559] = {.lex_state = 210, .external_lex_state = 27}, + [1560] = {.lex_state = 210, .external_lex_state = 27}, + [1561] = {.lex_state = 247, .external_lex_state = 25}, + [1562] = {.lex_state = 440, .external_lex_state = 10}, + [1563] = {.lex_state = 440, .external_lex_state = 11}, + [1564] = {.lex_state = 210, .external_lex_state = 27}, + [1565] = {.lex_state = 210, .external_lex_state = 27}, + [1566] = {.lex_state = 210, .external_lex_state = 27}, + [1567] = {.lex_state = 440, .external_lex_state = 10}, + [1568] = {.lex_state = 178, .external_lex_state = 18}, + [1569] = {.lex_state = 210, .external_lex_state = 27}, + [1570] = {.lex_state = 440, .external_lex_state = 10}, + [1571] = {.lex_state = 210, .external_lex_state = 27}, + [1572] = {.lex_state = 210, .external_lex_state = 27}, + [1573] = {.lex_state = 247, .external_lex_state = 25}, + [1574] = {.lex_state = 440, .external_lex_state = 10}, + [1575] = {.lex_state = 178, .external_lex_state = 18}, + [1576] = {.lex_state = 210, .external_lex_state = 27}, + [1577] = {.lex_state = 210, .external_lex_state = 27}, + [1578] = {.lex_state = 440, .external_lex_state = 10}, + [1579] = {.lex_state = 210, .external_lex_state = 27}, + [1580] = {.lex_state = 440, .external_lex_state = 10}, + [1581] = {.lex_state = 440, .external_lex_state = 10}, + [1582] = {.lex_state = 440, .external_lex_state = 11}, + [1583] = {.lex_state = 440, .external_lex_state = 10}, + [1584] = {.lex_state = 440, .external_lex_state = 10}, + [1585] = {.lex_state = 210, .external_lex_state = 27}, + [1586] = {.lex_state = 243, .external_lex_state = 2}, + [1587] = {.lex_state = 440, .external_lex_state = 10}, + [1588] = {.lex_state = 247, .external_lex_state = 25}, + [1589] = {.lex_state = 210, .external_lex_state = 27}, + [1590] = {.lex_state = 440, .external_lex_state = 10}, + [1591] = {.lex_state = 440, .external_lex_state = 10}, + [1592] = {.lex_state = 210, .external_lex_state = 27}, + [1593] = {.lex_state = 440, .external_lex_state = 10}, + [1594] = {.lex_state = 210, .external_lex_state = 27}, + [1595] = {.lex_state = 247, .external_lex_state = 25}, + [1596] = {.lex_state = 440, .external_lex_state = 11}, + [1597] = {.lex_state = 247, .external_lex_state = 25}, + [1598] = {.lex_state = 440, .external_lex_state = 10}, + [1599] = {.lex_state = 247, .external_lex_state = 25}, + [1600] = {.lex_state = 440, .external_lex_state = 10}, + [1601] = {.lex_state = 440, .external_lex_state = 10}, + [1602] = {.lex_state = 440, .external_lex_state = 10}, + [1603] = {.lex_state = 210, .external_lex_state = 27}, + [1604] = {.lex_state = 440, .external_lex_state = 10}, + [1605] = {.lex_state = 247, .external_lex_state = 25}, + [1606] = {.lex_state = 440, .external_lex_state = 10}, + [1607] = {.lex_state = 440, .external_lex_state = 10}, + [1608] = {.lex_state = 210, .external_lex_state = 27}, + [1609] = {.lex_state = 247, .external_lex_state = 25}, + [1610] = {.lex_state = 440, .external_lex_state = 10}, + [1611] = {.lex_state = 210, .external_lex_state = 27}, + [1612] = {.lex_state = 243, .external_lex_state = 2}, + [1613] = {.lex_state = 440, .external_lex_state = 10}, + [1614] = {.lex_state = 210, .external_lex_state = 27}, + [1615] = {.lex_state = 178, .external_lex_state = 18}, + [1616] = {.lex_state = 440, .external_lex_state = 10}, + [1617] = {.lex_state = 440, .external_lex_state = 10}, + [1618] = {.lex_state = 210, .external_lex_state = 27}, + [1619] = {.lex_state = 210, .external_lex_state = 27}, + [1620] = {.lex_state = 439, .external_lex_state = 11}, + [1621] = {.lex_state = 440, .external_lex_state = 10}, + [1622] = {.lex_state = 247, .external_lex_state = 25}, + [1623] = {.lex_state = 210, .external_lex_state = 27}, + [1624] = {.lex_state = 210, .external_lex_state = 27}, + [1625] = {.lex_state = 210, .external_lex_state = 27}, + [1626] = {.lex_state = 178, .external_lex_state = 18}, + [1627] = {.lex_state = 210, .external_lex_state = 27}, + [1628] = {.lex_state = 210, .external_lex_state = 27}, + [1629] = {.lex_state = 210, .external_lex_state = 27}, + [1630] = {.lex_state = 210, .external_lex_state = 27}, + [1631] = {.lex_state = 210, .external_lex_state = 27}, + [1632] = {.lex_state = 440, .external_lex_state = 10}, + [1633] = {.lex_state = 247, .external_lex_state = 25}, + [1634] = {.lex_state = 440, .external_lex_state = 10}, + [1635] = {.lex_state = 210, .external_lex_state = 27}, + [1636] = {.lex_state = 440, .external_lex_state = 10}, + [1637] = {.lex_state = 440, .external_lex_state = 10}, + [1638] = {.lex_state = 210, .external_lex_state = 27}, + [1639] = {.lex_state = 440, .external_lex_state = 10}, + [1640] = {.lex_state = 440, .external_lex_state = 10}, + [1641] = {.lex_state = 440, .external_lex_state = 10}, + [1642] = {.lex_state = 440, .external_lex_state = 10}, + [1643] = {.lex_state = 247, .external_lex_state = 25}, + [1644] = {.lex_state = 210, .external_lex_state = 27}, + [1645] = {.lex_state = 440, .external_lex_state = 10}, + [1646] = {.lex_state = 440, .external_lex_state = 10}, + [1647] = {.lex_state = 440, .external_lex_state = 10}, + [1648] = {.lex_state = 440, .external_lex_state = 10}, + [1649] = {.lex_state = 247, .external_lex_state = 25}, + [1650] = {.lex_state = 440, .external_lex_state = 10}, + [1651] = {.lex_state = 440, .external_lex_state = 10}, + [1652] = {.lex_state = 247, .external_lex_state = 25}, + [1653] = {.lex_state = 440, .external_lex_state = 10}, + [1654] = {.lex_state = 178, .external_lex_state = 18}, + [1655] = {.lex_state = 247, .external_lex_state = 25}, + [1656] = {.lex_state = 247, .external_lex_state = 25}, + [1657] = {.lex_state = 210, .external_lex_state = 27}, + [1658] = {.lex_state = 440, .external_lex_state = 10}, + [1659] = {.lex_state = 439, .external_lex_state = 11}, + [1660] = {.lex_state = 166, .external_lex_state = 11}, + [1661] = {.lex_state = 247, .external_lex_state = 25}, + [1662] = {.lex_state = 440, .external_lex_state = 10}, + [1663] = {.lex_state = 247, .external_lex_state = 25}, + [1664] = {.lex_state = 440, .external_lex_state = 10}, + [1665] = {.lex_state = 440, .external_lex_state = 10}, + [1666] = {.lex_state = 440, .external_lex_state = 10}, + [1667] = {.lex_state = 247, .external_lex_state = 25}, + [1668] = {.lex_state = 440, .external_lex_state = 10}, + [1669] = {.lex_state = 210, .external_lex_state = 27}, + [1670] = {.lex_state = 440, .external_lex_state = 10}, + [1671] = {.lex_state = 210, .external_lex_state = 27}, + [1672] = {.lex_state = 440, .external_lex_state = 10}, + [1673] = {.lex_state = 440, .external_lex_state = 10}, + [1674] = {.lex_state = 210, .external_lex_state = 27}, + [1675] = {.lex_state = 440, .external_lex_state = 10}, + [1676] = {.lex_state = 440, .external_lex_state = 10}, + [1677] = {.lex_state = 210, .external_lex_state = 27}, + [1678] = {.lex_state = 440, .external_lex_state = 10}, + [1679] = {.lex_state = 247, .external_lex_state = 25}, + [1680] = {.lex_state = 440, .external_lex_state = 10}, + [1681] = {.lex_state = 440, .external_lex_state = 10}, + [1682] = {.lex_state = 210, .external_lex_state = 27}, + [1683] = {.lex_state = 440, .external_lex_state = 10}, + [1684] = {.lex_state = 440, .external_lex_state = 11}, + [1685] = {.lex_state = 210, .external_lex_state = 27}, + [1686] = {.lex_state = 440, .external_lex_state = 10}, + [1687] = {.lex_state = 210, .external_lex_state = 27}, + [1688] = {.lex_state = 440, .external_lex_state = 10}, + [1689] = {.lex_state = 440, .external_lex_state = 10}, + [1690] = {.lex_state = 440, .external_lex_state = 10}, + [1691] = {.lex_state = 210, .external_lex_state = 27}, + [1692] = {.lex_state = 440, .external_lex_state = 10}, + [1693] = {.lex_state = 440, .external_lex_state = 10}, + [1694] = {.lex_state = 210, .external_lex_state = 27}, + [1695] = {.lex_state = 440, .external_lex_state = 10}, + [1696] = {.lex_state = 243, .external_lex_state = 2}, + [1697] = {.lex_state = 210, .external_lex_state = 27}, + [1698] = {.lex_state = 440, .external_lex_state = 10}, + [1699] = {.lex_state = 440, .external_lex_state = 10}, + [1700] = {.lex_state = 440, .external_lex_state = 10}, + [1701] = {.lex_state = 440, .external_lex_state = 10}, + [1702] = {.lex_state = 178, .external_lex_state = 19}, + [1703] = {.lex_state = 252, .external_lex_state = 28}, + [1704] = {.lex_state = 198, .external_lex_state = 2}, + [1705] = {.lex_state = 440, .external_lex_state = 11}, + [1706] = {.lex_state = 183, .external_lex_state = 18}, + [1707] = {.lex_state = 252, .external_lex_state = 28}, + [1708] = {.lex_state = 183, .external_lex_state = 18}, + [1709] = {.lex_state = 183, .external_lex_state = 18}, + [1710] = {.lex_state = 198, .external_lex_state = 2}, + [1711] = {.lex_state = 225, .external_lex_state = 29}, + [1712] = {.lex_state = 178, .external_lex_state = 19}, + [1713] = {.lex_state = 246, .external_lex_state = 13}, + [1714] = {.lex_state = 440, .external_lex_state = 11}, + [1715] = {.lex_state = 250, .external_lex_state = 30}, + [1716] = {.lex_state = 243, .external_lex_state = 2}, + [1717] = {.lex_state = 183, .external_lex_state = 18}, + [1718] = {.lex_state = 250, .external_lex_state = 30}, + [1719] = {.lex_state = 183, .external_lex_state = 18}, + [1720] = {.lex_state = 225, .external_lex_state = 29}, + [1721] = {.lex_state = 225, .external_lex_state = 29}, + [1722] = {.lex_state = 183, .external_lex_state = 18}, + [1723] = {.lex_state = 183, .external_lex_state = 18}, + [1724] = {.lex_state = 225, .external_lex_state = 29}, + [1725] = {.lex_state = 225, .external_lex_state = 29}, + [1726] = {.lex_state = 178, .external_lex_state = 19}, + [1727] = {.lex_state = 225, .external_lex_state = 29}, + [1728] = {.lex_state = 225, .external_lex_state = 29}, + [1729] = {.lex_state = 440, .external_lex_state = 10}, + [1730] = {.lex_state = 252, .external_lex_state = 28}, + [1731] = {.lex_state = 252, .external_lex_state = 28}, + [1732] = {.lex_state = 178, .external_lex_state = 19}, + [1733] = {.lex_state = 252, .external_lex_state = 28}, + [1734] = {.lex_state = 246, .external_lex_state = 13}, + [1735] = {.lex_state = 250, .external_lex_state = 30}, + [1736] = {.lex_state = 250, .external_lex_state = 30}, + [1737] = {.lex_state = 183, .external_lex_state = 18}, + [1738] = {.lex_state = 250, .external_lex_state = 30}, + [1739] = {.lex_state = 250, .external_lex_state = 30}, + [1740] = {.lex_state = 183, .external_lex_state = 18}, + [1741] = {.lex_state = 250, .external_lex_state = 30}, + [1742] = {.lex_state = 178, .external_lex_state = 19}, + [1743] = {.lex_state = 243, .external_lex_state = 2}, + [1744] = {.lex_state = 250, .external_lex_state = 30}, + [1745] = {.lex_state = 225, .external_lex_state = 29}, + [1746] = {.lex_state = 225, .external_lex_state = 29}, + [1747] = {.lex_state = 225, .external_lex_state = 29}, + [1748] = {.lex_state = 225, .external_lex_state = 29}, + [1749] = {.lex_state = 225, .external_lex_state = 29}, + [1750] = {.lex_state = 440, .external_lex_state = 10}, + [1751] = {.lex_state = 252, .external_lex_state = 28}, + [1752] = {.lex_state = 225, .external_lex_state = 29}, + [1753] = {.lex_state = 252, .external_lex_state = 28}, + [1754] = {.lex_state = 252, .external_lex_state = 28}, + [1755] = {.lex_state = 183, .external_lex_state = 19}, + [1756] = {.lex_state = 248, .external_lex_state = 28}, + [1757] = {.lex_state = 183, .external_lex_state = 19}, + [1758] = {.lex_state = 183, .external_lex_state = 19}, + [1759] = {.lex_state = 225, .external_lex_state = 29}, + [1760] = {.lex_state = 225, .external_lex_state = 29}, + [1761] = {.lex_state = 186, .external_lex_state = 31}, + [1762] = {.lex_state = 186, .external_lex_state = 31}, + [1763] = {.lex_state = 223, .external_lex_state = 29}, + [1764] = {.lex_state = 248, .external_lex_state = 28}, + [1765] = {.lex_state = 248, .external_lex_state = 28}, + [1766] = {.lex_state = 186, .external_lex_state = 31}, + [1767] = {.lex_state = 186, .external_lex_state = 31}, + [1768] = {.lex_state = 248, .external_lex_state = 28}, + [1769] = {.lex_state = 250, .external_lex_state = 32}, + [1770] = {.lex_state = 183, .external_lex_state = 19}, + [1771] = {.lex_state = 223, .external_lex_state = 29}, + [1772] = {.lex_state = 250, .external_lex_state = 32}, + [1773] = {.lex_state = 250, .external_lex_state = 32}, + [1774] = {.lex_state = 252, .external_lex_state = 28}, + [1775] = {.lex_state = 252, .external_lex_state = 28}, + [1776] = {.lex_state = 252, .external_lex_state = 28}, + [1777] = {.lex_state = 248, .external_lex_state = 28}, + [1778] = {.lex_state = 246, .external_lex_state = 13}, + [1779] = {.lex_state = 183, .external_lex_state = 19}, + [1780] = {.lex_state = 252, .external_lex_state = 28}, + [1781] = {.lex_state = 252, .external_lex_state = 28}, + [1782] = {.lex_state = 252, .external_lex_state = 28}, + [1783] = {.lex_state = 252, .external_lex_state = 28}, + [1784] = {.lex_state = 252, .external_lex_state = 33}, + [1785] = {.lex_state = 252, .external_lex_state = 28}, + [1786] = {.lex_state = 250, .external_lex_state = 30}, + [1787] = {.lex_state = 250, .external_lex_state = 30}, + [1788] = {.lex_state = 250, .external_lex_state = 30}, + [1789] = {.lex_state = 252, .external_lex_state = 28}, + [1790] = {.lex_state = 252, .external_lex_state = 28}, + [1791] = {.lex_state = 252, .external_lex_state = 28}, + [1792] = {.lex_state = 248, .external_lex_state = 28}, + [1793] = {.lex_state = 252, .external_lex_state = 28}, + [1794] = {.lex_state = 248, .external_lex_state = 28}, + [1795] = {.lex_state = 252, .external_lex_state = 28}, + [1796] = {.lex_state = 250, .external_lex_state = 32}, + [1797] = {.lex_state = 250, .external_lex_state = 30}, + [1798] = {.lex_state = 186, .external_lex_state = 31}, + [1799] = {.lex_state = 186, .external_lex_state = 31}, + [1800] = {.lex_state = 227, .external_lex_state = 20}, + [1801] = {.lex_state = 252, .external_lex_state = 28}, + [1802] = {.lex_state = 252, .external_lex_state = 33}, + [1803] = {.lex_state = 226, .external_lex_state = 29}, + [1804] = {.lex_state = 186, .external_lex_state = 31}, + [1805] = {.lex_state = 186, .external_lex_state = 31}, + [1806] = {.lex_state = 250, .external_lex_state = 30}, + [1807] = {.lex_state = 252, .external_lex_state = 33}, + [1808] = {.lex_state = 250, .external_lex_state = 30}, + [1809] = {.lex_state = 250, .external_lex_state = 30}, + [1810] = {.lex_state = 252, .external_lex_state = 33}, + [1811] = {.lex_state = 252, .external_lex_state = 28}, + [1812] = {.lex_state = 250, .external_lex_state = 30}, + [1813] = {.lex_state = 252, .external_lex_state = 28}, + [1814] = {.lex_state = 225, .external_lex_state = 29}, + [1815] = {.lex_state = 250, .external_lex_state = 30}, + [1816] = {.lex_state = 252, .external_lex_state = 28}, + [1817] = {.lex_state = 252, .external_lex_state = 28}, + [1818] = {.lex_state = 225, .external_lex_state = 29}, + [1819] = {.lex_state = 250, .external_lex_state = 30}, + [1820] = {.lex_state = 225, .external_lex_state = 29}, + [1821] = {.lex_state = 250, .external_lex_state = 30}, + [1822] = {.lex_state = 252, .external_lex_state = 28}, + [1823] = {.lex_state = 186, .external_lex_state = 31}, + [1824] = {.lex_state = 186, .external_lex_state = 31}, + [1825] = {.lex_state = 186, .external_lex_state = 31}, + [1826] = {.lex_state = 250, .external_lex_state = 30}, + [1827] = {.lex_state = 186, .external_lex_state = 31}, + [1828] = {.lex_state = 225, .external_lex_state = 29}, + [1829] = {.lex_state = 250, .external_lex_state = 30}, + [1830] = {.lex_state = 225, .external_lex_state = 29}, + [1831] = {.lex_state = 250, .external_lex_state = 30}, + [1832] = {.lex_state = 225, .external_lex_state = 29}, + [1833] = {.lex_state = 225, .external_lex_state = 29}, + [1834] = {.lex_state = 246, .external_lex_state = 13}, + [1835] = {.lex_state = 227, .external_lex_state = 20}, + [1836] = {.lex_state = 250, .external_lex_state = 30}, + [1837] = {.lex_state = 252, .external_lex_state = 33}, + [1838] = {.lex_state = 252, .external_lex_state = 33}, + [1839] = {.lex_state = 250, .external_lex_state = 32}, + [1840] = {.lex_state = 250, .external_lex_state = 32}, + [1841] = {.lex_state = 250, .external_lex_state = 30}, + [1842] = {.lex_state = 246, .external_lex_state = 13}, + [1843] = {.lex_state = 248, .external_lex_state = 28}, + [1844] = {.lex_state = 248, .external_lex_state = 28}, + [1845] = {.lex_state = 250, .external_lex_state = 30}, + [1846] = {.lex_state = 250, .external_lex_state = 30}, + [1847] = {.lex_state = 246, .external_lex_state = 13}, + [1848] = {.lex_state = 250, .external_lex_state = 30}, + [1849] = {.lex_state = 248, .external_lex_state = 28}, + [1850] = {.lex_state = 225, .external_lex_state = 29}, + [1851] = {.lex_state = 252, .external_lex_state = 33}, + [1852] = {.lex_state = 252, .external_lex_state = 33}, + [1853] = {.lex_state = 225, .external_lex_state = 29}, + [1854] = {.lex_state = 226, .external_lex_state = 22}, + [1855] = {.lex_state = 223, .external_lex_state = 29}, + [1856] = {.lex_state = 225, .external_lex_state = 29}, + [1857] = {.lex_state = 222, .external_lex_state = 20}, + [1858] = {.lex_state = 248, .external_lex_state = 33}, + [1859] = {.lex_state = 225, .external_lex_state = 29}, + [1860] = {.lex_state = 227, .external_lex_state = 20}, + [1861] = {.lex_state = 248, .external_lex_state = 28}, + [1862] = {.lex_state = 222, .external_lex_state = 20}, + [1863] = {.lex_state = 220, .external_lex_state = 34}, + [1864] = {.lex_state = 248, .external_lex_state = 28}, + [1865] = {.lex_state = 248, .external_lex_state = 28}, + [1866] = {.lex_state = 252, .external_lex_state = 33}, + [1867] = {.lex_state = 252, .external_lex_state = 33}, + [1868] = {.lex_state = 252, .external_lex_state = 33}, + [1869] = {.lex_state = 248, .external_lex_state = 28}, + [1870] = {.lex_state = 248, .external_lex_state = 28}, + [1871] = {.lex_state = 250, .external_lex_state = 32}, + [1872] = {.lex_state = 220, .external_lex_state = 34}, + [1873] = {.lex_state = 225, .external_lex_state = 29}, + [1874] = {.lex_state = 220, .external_lex_state = 34}, + [1875] = {.lex_state = 250, .external_lex_state = 32}, + [1876] = {.lex_state = 250, .external_lex_state = 32}, + [1877] = {.lex_state = 223, .external_lex_state = 29}, + [1878] = {.lex_state = 225, .external_lex_state = 29}, + [1879] = {.lex_state = 227, .external_lex_state = 20}, + [1880] = {.lex_state = 248, .external_lex_state = 28}, + [1881] = {.lex_state = 250, .external_lex_state = 32}, + [1882] = {.lex_state = 227, .external_lex_state = 20}, + [1883] = {.lex_state = 225, .external_lex_state = 29}, + [1884] = {.lex_state = 225, .external_lex_state = 29}, + [1885] = {.lex_state = 222, .external_lex_state = 20}, + [1886] = {.lex_state = 248, .external_lex_state = 28}, + [1887] = {.lex_state = 248, .external_lex_state = 28}, + [1888] = {.lex_state = 252, .external_lex_state = 33}, + [1889] = {.lex_state = 250, .external_lex_state = 32}, + [1890] = {.lex_state = 252, .external_lex_state = 33}, + [1891] = {.lex_state = 252, .external_lex_state = 33}, + [1892] = {.lex_state = 252, .external_lex_state = 33}, + [1893] = {.lex_state = 250, .external_lex_state = 32}, + [1894] = {.lex_state = 248, .external_lex_state = 28}, + [1895] = {.lex_state = 252, .external_lex_state = 33}, + [1896] = {.lex_state = 248, .external_lex_state = 28}, + [1897] = {.lex_state = 252, .external_lex_state = 33}, + [1898] = {.lex_state = 220, .external_lex_state = 34}, + [1899] = {.lex_state = 252, .external_lex_state = 33}, + [1900] = {.lex_state = 252, .external_lex_state = 33}, + [1901] = {.lex_state = 249, .external_lex_state = 15}, + [1902] = {.lex_state = 252, .external_lex_state = 33}, + [1903] = {.lex_state = 250, .external_lex_state = 32}, + [1904] = {.lex_state = 249, .external_lex_state = 15}, + [1905] = {.lex_state = 251, .external_lex_state = 14}, + [1906] = {.lex_state = 250, .external_lex_state = 32}, + [1907] = {.lex_state = 250, .external_lex_state = 32}, + [1908] = {.lex_state = 250, .external_lex_state = 32}, + [1909] = {.lex_state = 250, .external_lex_state = 32}, + [1910] = {.lex_state = 249, .external_lex_state = 15}, + [1911] = {.lex_state = 222, .external_lex_state = 20}, + [1912] = {.lex_state = 223, .external_lex_state = 29}, + [1913] = {.lex_state = 250, .external_lex_state = 32}, + [1914] = {.lex_state = 227, .external_lex_state = 20}, + [1915] = {.lex_state = 227, .external_lex_state = 20}, + [1916] = {.lex_state = 252, .external_lex_state = 33}, + [1917] = {.lex_state = 222, .external_lex_state = 20}, + [1918] = {.lex_state = 248, .external_lex_state = 28}, + [1919] = {.lex_state = 250, .external_lex_state = 32}, + [1920] = {.lex_state = 248, .external_lex_state = 33}, + [1921] = {.lex_state = 252, .external_lex_state = 33}, + [1922] = {.lex_state = 227, .external_lex_state = 20}, + [1923] = {.lex_state = 248, .external_lex_state = 33}, + [1924] = {.lex_state = 248, .external_lex_state = 28}, + [1925] = {.lex_state = 250, .external_lex_state = 32}, + [1926] = {.lex_state = 248, .external_lex_state = 33}, + [1927] = {.lex_state = 250, .external_lex_state = 32}, + [1928] = {.lex_state = 252, .external_lex_state = 33}, + [1929] = {.lex_state = 252, .external_lex_state = 33}, + [1930] = {.lex_state = 225, .external_lex_state = 29}, + [1931] = {.lex_state = 222, .external_lex_state = 20}, + [1932] = {.lex_state = 252, .external_lex_state = 33}, + [1933] = {.lex_state = 223, .external_lex_state = 29}, + [1934] = {.lex_state = 227, .external_lex_state = 20}, + [1935] = {.lex_state = 223, .external_lex_state = 29}, + [1936] = {.lex_state = 223, .external_lex_state = 29}, + [1937] = {.lex_state = 251, .external_lex_state = 14}, + [1938] = {.lex_state = 227, .external_lex_state = 20}, + [1939] = {.lex_state = 225, .external_lex_state = 29}, + [1940] = {.lex_state = 226, .external_lex_state = 22}, + [1941] = {.lex_state = 246, .external_lex_state = 13}, + [1942] = {.lex_state = 248, .external_lex_state = 28}, + [1943] = {.lex_state = 248, .external_lex_state = 28}, + [1944] = {.lex_state = 248, .external_lex_state = 33}, + [1945] = {.lex_state = 249, .external_lex_state = 15}, + [1946] = {.lex_state = 220, .external_lex_state = 34}, + [1947] = {.lex_state = 250, .external_lex_state = 32}, + [1948] = {.lex_state = 248, .external_lex_state = 33}, + [1949] = {.lex_state = 220, .external_lex_state = 34}, + [1950] = {.lex_state = 220, .external_lex_state = 34}, + [1951] = {.lex_state = 250, .external_lex_state = 32}, + [1952] = {.lex_state = 248, .external_lex_state = 28}, + [1953] = {.lex_state = 137, .external_lex_state = 35}, + [1954] = {.lex_state = 223, .external_lex_state = 29}, + [1955] = {.lex_state = 246, .external_lex_state = 13}, + [1956] = {.lex_state = 220, .external_lex_state = 34}, + [1957] = {.lex_state = 220, .external_lex_state = 34}, + [1958] = {.lex_state = 227, .external_lex_state = 20}, + [1959] = {.lex_state = 250, .external_lex_state = 32}, + [1960] = {.lex_state = 251, .external_lex_state = 14}, + [1961] = {.lex_state = 250, .external_lex_state = 32}, + [1962] = {.lex_state = 222, .external_lex_state = 20}, + [1963] = {.lex_state = 227, .external_lex_state = 20}, + [1964] = {.lex_state = 248, .external_lex_state = 28}, + [1965] = {.lex_state = 227, .external_lex_state = 20}, + [1966] = {.lex_state = 248, .external_lex_state = 28}, + [1967] = {.lex_state = 248, .external_lex_state = 28}, + [1968] = {.lex_state = 227, .external_lex_state = 20}, + [1969] = {.lex_state = 248, .external_lex_state = 28}, + [1970] = {.lex_state = 137, .external_lex_state = 35}, + [1971] = {.lex_state = 223, .external_lex_state = 29}, + [1972] = {.lex_state = 227, .external_lex_state = 20}, + [1973] = {.lex_state = 245, .external_lex_state = 14}, + [1974] = {.lex_state = 220, .external_lex_state = 36}, + [1975] = {.lex_state = 227, .external_lex_state = 20}, + [1976] = {.lex_state = 220, .external_lex_state = 36}, + [1977] = {.lex_state = 137, .external_lex_state = 37}, + [1978] = {.lex_state = 220, .external_lex_state = 38}, + [1979] = {.lex_state = 222, .external_lex_state = 21}, + [1980] = {.lex_state = 223, .external_lex_state = 29}, + [1981] = {.lex_state = 220, .external_lex_state = 22}, + [1982] = {.lex_state = 223, .external_lex_state = 22}, + [1983] = {.lex_state = 225, .external_lex_state = 22}, + [1984] = {.lex_state = 225, .external_lex_state = 29}, + [1985] = {.lex_state = 223, .external_lex_state = 29}, + [1986] = {.lex_state = 249, .external_lex_state = 15}, + [1987] = {.lex_state = 220, .external_lex_state = 22}, + [1988] = {.lex_state = 144, .external_lex_state = 35}, + [1989] = {.lex_state = 144, .external_lex_state = 35}, + [1990] = {.lex_state = 220, .external_lex_state = 36}, + [1991] = {.lex_state = 220, .external_lex_state = 36}, + [1992] = {.lex_state = 222, .external_lex_state = 20}, + [1993] = {.lex_state = 227, .external_lex_state = 20}, + [1994] = {.lex_state = 223, .external_lex_state = 29}, + [1995] = {.lex_state = 227, .external_lex_state = 20}, + [1996] = {.lex_state = 227, .external_lex_state = 20}, + [1997] = {.lex_state = 245, .external_lex_state = 14}, + [1998] = {.lex_state = 227, .external_lex_state = 20}, + [1999] = {.lex_state = 223, .external_lex_state = 22}, + [2000] = {.lex_state = 248, .external_lex_state = 33}, + [2001] = {.lex_state = 249, .external_lex_state = 17}, + [2002] = {.lex_state = 223, .external_lex_state = 29}, + [2003] = {.lex_state = 220, .external_lex_state = 22}, + [2004] = {.lex_state = 220, .external_lex_state = 22}, + [2005] = {.lex_state = 251, .external_lex_state = 16}, + [2006] = {.lex_state = 251, .external_lex_state = 14}, + [2007] = {.lex_state = 245, .external_lex_state = 14}, + [2008] = {.lex_state = 227, .external_lex_state = 20}, + [2009] = {.lex_state = 248, .external_lex_state = 33}, + [2010] = {.lex_state = 249, .external_lex_state = 15}, + [2011] = {.lex_state = 227, .external_lex_state = 20}, + [2012] = {.lex_state = 227, .external_lex_state = 20}, + [2013] = {.lex_state = 248, .external_lex_state = 33}, + [2014] = {.lex_state = 249, .external_lex_state = 17}, + [2015] = {.lex_state = 245, .external_lex_state = 14}, + [2016] = {.lex_state = 226, .external_lex_state = 22}, + [2017] = {.lex_state = 248, .external_lex_state = 33}, + [2018] = {.lex_state = 220, .external_lex_state = 22}, + [2019] = {.lex_state = 220, .external_lex_state = 22}, + [2020] = {.lex_state = 248, .external_lex_state = 33}, + [2021] = {.lex_state = 248, .external_lex_state = 33}, + [2022] = {.lex_state = 225, .external_lex_state = 22}, + [2023] = {.lex_state = 223, .external_lex_state = 29}, + [2024] = {.lex_state = 225, .external_lex_state = 29}, + [2025] = {.lex_state = 225, .external_lex_state = 29}, + [2026] = {.lex_state = 223, .external_lex_state = 29}, + [2027] = {.lex_state = 223, .external_lex_state = 29}, + [2028] = {.lex_state = 223, .external_lex_state = 29}, + [2029] = {.lex_state = 137, .external_lex_state = 37}, + [2030] = {.lex_state = 248, .external_lex_state = 33}, + [2031] = {.lex_state = 248, .external_lex_state = 33}, + [2032] = {.lex_state = 222, .external_lex_state = 39}, + [2033] = {.lex_state = 248, .external_lex_state = 33}, + [2034] = {.lex_state = 222, .external_lex_state = 39}, + [2035] = {.lex_state = 248, .external_lex_state = 33}, + [2036] = {.lex_state = 223, .external_lex_state = 29}, + [2037] = {.lex_state = 248, .external_lex_state = 33}, + [2038] = {.lex_state = 227, .external_lex_state = 20}, + [2039] = {.lex_state = 223, .external_lex_state = 29}, + [2040] = {.lex_state = 251, .external_lex_state = 14}, + [2041] = {.lex_state = 222, .external_lex_state = 39}, + [2042] = {.lex_state = 222, .external_lex_state = 39}, + [2043] = {.lex_state = 222, .external_lex_state = 39}, + [2044] = {.lex_state = 223, .external_lex_state = 29}, + [2045] = {.lex_state = 251, .external_lex_state = 14}, + [2046] = {.lex_state = 227, .external_lex_state = 20}, + [2047] = {.lex_state = 227, .external_lex_state = 20}, + [2048] = {.lex_state = 227, .external_lex_state = 20}, + [2049] = {.lex_state = 248, .external_lex_state = 33}, + [2050] = {.lex_state = 248, .external_lex_state = 33}, + [2051] = {.lex_state = 227, .external_lex_state = 20}, + [2052] = {.lex_state = 248, .external_lex_state = 33}, + [2053] = {.lex_state = 223, .external_lex_state = 29}, + [2054] = {.lex_state = 248, .external_lex_state = 33}, + [2055] = {.lex_state = 223, .external_lex_state = 29}, + [2056] = {.lex_state = 245, .external_lex_state = 14}, + [2057] = {.lex_state = 223, .external_lex_state = 29}, + [2058] = {.lex_state = 223, .external_lex_state = 29}, + [2059] = {.lex_state = 223, .external_lex_state = 29}, + [2060] = {.lex_state = 248, .external_lex_state = 33}, + [2061] = {.lex_state = 222, .external_lex_state = 21}, + [2062] = {.lex_state = 222, .external_lex_state = 39}, + [2063] = {.lex_state = 251, .external_lex_state = 16}, + [2064] = {.lex_state = 223, .external_lex_state = 29}, + [2065] = {.lex_state = 248, .external_lex_state = 33}, + [2066] = {.lex_state = 248, .external_lex_state = 33}, + [2067] = {.lex_state = 227, .external_lex_state = 20}, + [2068] = {.lex_state = 251, .external_lex_state = 14}, + [2069] = {.lex_state = 249, .external_lex_state = 15}, + [2070] = {.lex_state = 222, .external_lex_state = 39}, + [2071] = {.lex_state = 227, .external_lex_state = 20}, + [2072] = {.lex_state = 248, .external_lex_state = 33}, + [2073] = {.lex_state = 222, .external_lex_state = 39}, + [2074] = {.lex_state = 249, .external_lex_state = 15}, + [2075] = {.lex_state = 227, .external_lex_state = 20}, + [2076] = {.lex_state = 222, .external_lex_state = 39}, + [2077] = {.lex_state = 223, .external_lex_state = 29}, + [2078] = {.lex_state = 227, .external_lex_state = 20}, + [2079] = {.lex_state = 227, .external_lex_state = 20}, + [2080] = {.lex_state = 222, .external_lex_state = 20}, + [2081] = {.lex_state = 435, .external_lex_state = 35}, + [2082] = {.lex_state = 220, .external_lex_state = 38}, + [2083] = {.lex_state = 220, .external_lex_state = 38}, + [2084] = {.lex_state = 220, .external_lex_state = 38}, + [2085] = {.lex_state = 220, .external_lex_state = 38}, + [2086] = {.lex_state = 220, .external_lex_state = 38}, + [2087] = {.lex_state = 220, .external_lex_state = 38}, + [2088] = {.lex_state = 220, .external_lex_state = 38}, + [2089] = {.lex_state = 220, .external_lex_state = 38}, + [2090] = {.lex_state = 220, .external_lex_state = 38}, + [2091] = {.lex_state = 220, .external_lex_state = 38}, + [2092] = {.lex_state = 220, .external_lex_state = 38}, + [2093] = {.lex_state = 220, .external_lex_state = 38}, + [2094] = {.lex_state = 220, .external_lex_state = 38}, + [2095] = {.lex_state = 245, .external_lex_state = 16}, + [2096] = {.lex_state = 220, .external_lex_state = 38}, + [2097] = {.lex_state = 251, .external_lex_state = 16}, + [2098] = {.lex_state = 220, .external_lex_state = 38}, + [2099] = {.lex_state = 220, .external_lex_state = 38}, + [2100] = {.lex_state = 220, .external_lex_state = 38}, + [2101] = {.lex_state = 220, .external_lex_state = 38}, + [2102] = {.lex_state = 220, .external_lex_state = 38}, + [2103] = {.lex_state = 220, .external_lex_state = 38}, + [2104] = {.lex_state = 222, .external_lex_state = 34}, + [2105] = {.lex_state = 220, .external_lex_state = 38}, + [2106] = {.lex_state = 220, .external_lex_state = 38}, + [2107] = {.lex_state = 220, .external_lex_state = 38}, + [2108] = {.lex_state = 220, .external_lex_state = 38}, + [2109] = {.lex_state = 220, .external_lex_state = 38}, + [2110] = {.lex_state = 220, .external_lex_state = 38}, + [2111] = {.lex_state = 220, .external_lex_state = 38}, + [2112] = {.lex_state = 220, .external_lex_state = 38}, + [2113] = {.lex_state = 222, .external_lex_state = 20}, + [2114] = {.lex_state = 220, .external_lex_state = 38}, + [2115] = {.lex_state = 222, .external_lex_state = 20}, + [2116] = {.lex_state = 220, .external_lex_state = 38}, + [2117] = {.lex_state = 220, .external_lex_state = 38}, + [2118] = {.lex_state = 222, .external_lex_state = 20}, + [2119] = {.lex_state = 150, .external_lex_state = 35}, + [2120] = {.lex_state = 220, .external_lex_state = 38}, + [2121] = {.lex_state = 245, .external_lex_state = 14}, + [2122] = {.lex_state = 220, .external_lex_state = 38}, + [2123] = {.lex_state = 220, .external_lex_state = 38}, + [2124] = {.lex_state = 220, .external_lex_state = 38}, + [2125] = {.lex_state = 150, .external_lex_state = 35}, + [2126] = {.lex_state = 222, .external_lex_state = 20}, + [2127] = {.lex_state = 220, .external_lex_state = 38}, + [2128] = {.lex_state = 220, .external_lex_state = 38}, + [2129] = {.lex_state = 220, .external_lex_state = 38}, + [2130] = {.lex_state = 222, .external_lex_state = 34}, + [2131] = {.lex_state = 222, .external_lex_state = 34}, + [2132] = {.lex_state = 220, .external_lex_state = 38}, + [2133] = {.lex_state = 220, .external_lex_state = 38}, + [2134] = {.lex_state = 220, .external_lex_state = 38}, + [2135] = {.lex_state = 222, .external_lex_state = 34}, + [2136] = {.lex_state = 220, .external_lex_state = 38}, + [2137] = {.lex_state = 222, .external_lex_state = 34}, + [2138] = {.lex_state = 245, .external_lex_state = 16}, + [2139] = {.lex_state = 245, .external_lex_state = 14}, + [2140] = {.lex_state = 220, .external_lex_state = 38}, + [2141] = {.lex_state = 220, .external_lex_state = 38}, + [2142] = {.lex_state = 220, .external_lex_state = 38}, + [2143] = {.lex_state = 220, .external_lex_state = 38}, + [2144] = {.lex_state = 222, .external_lex_state = 34}, + [2145] = {.lex_state = 435, .external_lex_state = 35}, + [2146] = {.lex_state = 220, .external_lex_state = 38}, + [2147] = {.lex_state = 222, .external_lex_state = 34}, + [2148] = {.lex_state = 245, .external_lex_state = 14}, + [2149] = {.lex_state = 222, .external_lex_state = 34}, + [2150] = {.lex_state = 153, .external_lex_state = 35}, + [2151] = {.lex_state = 153, .external_lex_state = 35}, + [2152] = {.lex_state = 222, .external_lex_state = 40}, + [2153] = {.lex_state = 220, .external_lex_state = 38}, + [2154] = {.lex_state = 222, .external_lex_state = 40}, + [2155] = {.lex_state = 220, .external_lex_state = 38}, + [2156] = {.lex_state = 222, .external_lex_state = 40}, + [2157] = {.lex_state = 220, .external_lex_state = 38}, + [2158] = {.lex_state = 245, .external_lex_state = 14}, + [2159] = {.lex_state = 222, .external_lex_state = 34}, + [2160] = {.lex_state = 220, .external_lex_state = 38}, + [2161] = {.lex_state = 222, .external_lex_state = 20}, + [2162] = {.lex_state = 222, .external_lex_state = 20}, + [2163] = {.lex_state = 222, .external_lex_state = 20}, + [2164] = {.lex_state = 220, .external_lex_state = 38}, + [2165] = {.lex_state = 222, .external_lex_state = 40}, + [2166] = {.lex_state = 222, .external_lex_state = 40}, + [2167] = {.lex_state = 220, .external_lex_state = 38}, + [2168] = {.lex_state = 220, .external_lex_state = 38}, + [2169] = {.lex_state = 222, .external_lex_state = 20}, + [2170] = {.lex_state = 222, .external_lex_state = 40}, + [2171] = {.lex_state = 245, .external_lex_state = 14}, + [2172] = {.lex_state = 222, .external_lex_state = 40}, + [2173] = {.lex_state = 249, .external_lex_state = 17}, + [2174] = {.lex_state = 222, .external_lex_state = 20}, + [2175] = {.lex_state = 220, .external_lex_state = 38}, + [2176] = {.lex_state = 222, .external_lex_state = 40}, + [2177] = {.lex_state = 222, .external_lex_state = 40}, + [2178] = {.lex_state = 222, .external_lex_state = 20}, + [2179] = {.lex_state = 220, .external_lex_state = 38}, + [2180] = {.lex_state = 220, .external_lex_state = 38}, + [2181] = {.lex_state = 220, .external_lex_state = 38}, + [2182] = {.lex_state = 245, .external_lex_state = 14}, + [2183] = {.lex_state = 245, .external_lex_state = 14}, + [2184] = {.lex_state = 222, .external_lex_state = 20}, + [2185] = {.lex_state = 220, .external_lex_state = 38}, + [2186] = {.lex_state = 220, .external_lex_state = 38}, + [2187] = {.lex_state = 220, .external_lex_state = 38}, + [2188] = {.lex_state = 220, .external_lex_state = 38}, + [2189] = {.lex_state = 220, .external_lex_state = 38}, + [2190] = {.lex_state = 220, .external_lex_state = 38}, + [2191] = {.lex_state = 222, .external_lex_state = 20}, + [2192] = {.lex_state = 144, .external_lex_state = 37}, + [2193] = {.lex_state = 225, .external_lex_state = 22}, + [2194] = {.lex_state = 220, .external_lex_state = 38}, + [2195] = {.lex_state = 245, .external_lex_state = 14}, + [2196] = {.lex_state = 144, .external_lex_state = 37}, + [2197] = {.lex_state = 223, .external_lex_state = 22}, + [2198] = {.lex_state = 220, .external_lex_state = 38}, + [2199] = {.lex_state = 220, .external_lex_state = 38}, + [2200] = {.lex_state = 220, .external_lex_state = 38}, + [2201] = {.lex_state = 220, .external_lex_state = 38}, + [2202] = {.lex_state = 220, .external_lex_state = 38}, + [2203] = {.lex_state = 220, .external_lex_state = 38}, + [2204] = {.lex_state = 220, .external_lex_state = 38}, + [2205] = {.lex_state = 220, .external_lex_state = 38}, + [2206] = {.lex_state = 222, .external_lex_state = 21}, + [2207] = {.lex_state = 220, .external_lex_state = 38}, + [2208] = {.lex_state = 222, .external_lex_state = 36}, + [2209] = {.lex_state = 435, .external_lex_state = 35}, + [2210] = {.lex_state = 220, .external_lex_state = 22}, + [2211] = {.lex_state = 435, .external_lex_state = 37}, + [2212] = {.lex_state = 220, .external_lex_state = 22}, + [2213] = {.lex_state = 222, .external_lex_state = 21}, + [2214] = {.lex_state = 222, .external_lex_state = 21}, + [2215] = {.lex_state = 435, .external_lex_state = 37}, + [2216] = {.lex_state = 222, .external_lex_state = 21}, + [2217] = {.lex_state = 220, .external_lex_state = 22}, + [2218] = {.lex_state = 254, .external_lex_state = 24}, + [2219] = {.lex_state = 222, .external_lex_state = 22}, + [2220] = {.lex_state = 220, .external_lex_state = 22}, + [2221] = {.lex_state = 254, .external_lex_state = 24}, + [2222] = {.lex_state = 220, .external_lex_state = 22}, + [2223] = {.lex_state = 220, .external_lex_state = 22}, + [2224] = {.lex_state = 150, .external_lex_state = 37}, + [2225] = {.lex_state = 150, .external_lex_state = 37}, + [2226] = {.lex_state = 245, .external_lex_state = 16}, + [2227] = {.lex_state = 222, .external_lex_state = 21}, + [2228] = {.lex_state = 254, .external_lex_state = 24}, + [2229] = {.lex_state = 254, .external_lex_state = 24}, + [2230] = {.lex_state = 220, .external_lex_state = 22}, + [2231] = {.lex_state = 220, .external_lex_state = 22}, + [2232] = {.lex_state = 220, .external_lex_state = 22}, + [2233] = {.lex_state = 220, .external_lex_state = 22}, + [2234] = {.lex_state = 222, .external_lex_state = 22}, + [2235] = {.lex_state = 254, .external_lex_state = 24}, + [2236] = {.lex_state = 254, .external_lex_state = 24}, + [2237] = {.lex_state = 222, .external_lex_state = 21}, + [2238] = {.lex_state = 254, .external_lex_state = 24}, + [2239] = {.lex_state = 222, .external_lex_state = 21}, + [2240] = {.lex_state = 222, .external_lex_state = 21}, + [2241] = {.lex_state = 222, .external_lex_state = 21}, + [2242] = {.lex_state = 220, .external_lex_state = 22}, + [2243] = {.lex_state = 222, .external_lex_state = 22}, + [2244] = {.lex_state = 254, .external_lex_state = 24}, + [2245] = {.lex_state = 153, .external_lex_state = 37}, + [2246] = {.lex_state = 222, .external_lex_state = 21}, + [2247] = {.lex_state = 220, .external_lex_state = 22}, + [2248] = {.lex_state = 153, .external_lex_state = 37}, + [2249] = {.lex_state = 220, .external_lex_state = 38}, + [2250] = {.lex_state = 222, .external_lex_state = 22}, + [2251] = {.lex_state = 222, .external_lex_state = 22}, + [2252] = {.lex_state = 220, .external_lex_state = 22}, + [2253] = {.lex_state = 220, .external_lex_state = 22}, + [2254] = {.lex_state = 222, .external_lex_state = 21}, + [2255] = {.lex_state = 220, .external_lex_state = 22}, + [2256] = {.lex_state = 220, .external_lex_state = 22}, + [2257] = {.lex_state = 222, .external_lex_state = 22}, + [2258] = {.lex_state = 220, .external_lex_state = 22}, + [2259] = {.lex_state = 222, .external_lex_state = 22}, + [2260] = {.lex_state = 222, .external_lex_state = 22}, + [2261] = {.lex_state = 222, .external_lex_state = 36}, + [2262] = {.lex_state = 222, .external_lex_state = 22}, + [2263] = {.lex_state = 220, .external_lex_state = 22}, + [2264] = {.lex_state = 222, .external_lex_state = 22}, + [2265] = {.lex_state = 222, .external_lex_state = 22}, + [2266] = {.lex_state = 435, .external_lex_state = 35}, + [2267] = {.lex_state = 222, .external_lex_state = 36}, + [2268] = {.lex_state = 222, .external_lex_state = 21}, + [2269] = {.lex_state = 220, .external_lex_state = 22}, + [2270] = {.lex_state = 222, .external_lex_state = 22}, + [2271] = {.lex_state = 220, .external_lex_state = 22}, + [2272] = {.lex_state = 224, .external_lex_state = 38}, + [2273] = {.lex_state = 222, .external_lex_state = 22}, + [2274] = {.lex_state = 222, .external_lex_state = 21}, + [2275] = {.lex_state = 220, .external_lex_state = 22}, + [2276] = {.lex_state = 220, .external_lex_state = 22}, + [2277] = {.lex_state = 254, .external_lex_state = 24}, + [2278] = {.lex_state = 254, .external_lex_state = 24}, + [2279] = {.lex_state = 254, .external_lex_state = 24}, + [2280] = {.lex_state = 222, .external_lex_state = 22}, + [2281] = {.lex_state = 254, .external_lex_state = 24}, + [2282] = {.lex_state = 222, .external_lex_state = 36}, + [2283] = {.lex_state = 222, .external_lex_state = 38}, + [2284] = {.lex_state = 222, .external_lex_state = 38}, + [2285] = {.lex_state = 222, .external_lex_state = 38}, + [2286] = {.lex_state = 222, .external_lex_state = 38}, + [2287] = {.lex_state = 220, .external_lex_state = 22}, + [2288] = {.lex_state = 220, .external_lex_state = 38}, + [2289] = {.lex_state = 222, .external_lex_state = 38}, + [2290] = {.lex_state = 222, .external_lex_state = 38}, + [2291] = {.lex_state = 222, .external_lex_state = 38}, + [2292] = {.lex_state = 222, .external_lex_state = 38}, + [2293] = {.lex_state = 222, .external_lex_state = 38}, + [2294] = {.lex_state = 222, .external_lex_state = 38}, + [2295] = {.lex_state = 222, .external_lex_state = 38}, + [2296] = {.lex_state = 222, .external_lex_state = 38}, + [2297] = {.lex_state = 222, .external_lex_state = 38}, + [2298] = {.lex_state = 220, .external_lex_state = 22}, + [2299] = {.lex_state = 222, .external_lex_state = 38}, + [2300] = {.lex_state = 222, .external_lex_state = 38}, + [2301] = {.lex_state = 187, .external_lex_state = 41}, + [2302] = {.lex_state = 222, .external_lex_state = 38}, + [2303] = {.lex_state = 187, .external_lex_state = 41}, + [2304] = {.lex_state = 187, .external_lex_state = 41}, + [2305] = {.lex_state = 222, .external_lex_state = 38}, + [2306] = {.lex_state = 220, .external_lex_state = 22}, + [2307] = {.lex_state = 245, .external_lex_state = 24}, + [2308] = {.lex_state = 222, .external_lex_state = 38}, + [2309] = {.lex_state = 220, .external_lex_state = 38}, + [2310] = {.lex_state = 245, .external_lex_state = 24}, + [2311] = {.lex_state = 187, .external_lex_state = 41}, + [2312] = {.lex_state = 245, .external_lex_state = 24}, + [2313] = {.lex_state = 222, .external_lex_state = 38}, + [2314] = {.lex_state = 222, .external_lex_state = 38}, + [2315] = {.lex_state = 245, .external_lex_state = 24}, + [2316] = {.lex_state = 222, .external_lex_state = 38}, + [2317] = {.lex_state = 245, .external_lex_state = 24}, + [2318] = {.lex_state = 245, .external_lex_state = 24}, + [2319] = {.lex_state = 245, .external_lex_state = 24}, + [2320] = {.lex_state = 222, .external_lex_state = 38}, + [2321] = {.lex_state = 222, .external_lex_state = 38}, + [2322] = {.lex_state = 245, .external_lex_state = 24}, + [2323] = {.lex_state = 220, .external_lex_state = 22}, + [2324] = {.lex_state = 245, .external_lex_state = 24}, + [2325] = {.lex_state = 245, .external_lex_state = 24}, + [2326] = {.lex_state = 222, .external_lex_state = 38}, + [2327] = {.lex_state = 245, .external_lex_state = 24}, + [2328] = {.lex_state = 245, .external_lex_state = 24}, + [2329] = {.lex_state = 222, .external_lex_state = 38}, + [2330] = {.lex_state = 222, .external_lex_state = 38}, + [2331] = {.lex_state = 222, .external_lex_state = 38}, + [2332] = {.lex_state = 245, .external_lex_state = 24}, + [2333] = {.lex_state = 435, .external_lex_state = 37}, + [2334] = {.lex_state = 245, .external_lex_state = 24}, + [2335] = {.lex_state = 435, .external_lex_state = 37}, + [2336] = {.lex_state = 245, .external_lex_state = 24}, + [2337] = {.lex_state = 222, .external_lex_state = 38}, + [2338] = {.lex_state = 245, .external_lex_state = 24}, + [2339] = {.lex_state = 245, .external_lex_state = 24}, + [2340] = {.lex_state = 187, .external_lex_state = 41}, + [2341] = {.lex_state = 187, .external_lex_state = 41}, + [2342] = {.lex_state = 245, .external_lex_state = 24}, + [2343] = {.lex_state = 187, .external_lex_state = 41}, + [2344] = {.lex_state = 187, .external_lex_state = 41}, + [2345] = {.lex_state = 243, .external_lex_state = 2}, + [2346] = {.lex_state = 187, .external_lex_state = 41}, + [2347] = {.lex_state = 187, .external_lex_state = 41}, + [2348] = {.lex_state = 188, .external_lex_state = 42}, + [2349] = {.lex_state = 245, .external_lex_state = 24}, + [2350] = {.lex_state = 188, .external_lex_state = 42}, + [2351] = {.lex_state = 253, .external_lex_state = 43}, + [2352] = {.lex_state = 188, .external_lex_state = 42}, + [2353] = {.lex_state = 187, .external_lex_state = 41}, + [2354] = {.lex_state = 187, .external_lex_state = 41}, + [2355] = {.lex_state = 253, .external_lex_state = 43}, + [2356] = {.lex_state = 187, .external_lex_state = 41}, + [2357] = {.lex_state = 187, .external_lex_state = 41}, + [2358] = {.lex_state = 187, .external_lex_state = 41}, + [2359] = {.lex_state = 187, .external_lex_state = 41}, + [2360] = {.lex_state = 187, .external_lex_state = 41}, + [2361] = {.lex_state = 187, .external_lex_state = 41}, + [2362] = {.lex_state = 187, .external_lex_state = 41}, + [2363] = {.lex_state = 187, .external_lex_state = 41}, + [2364] = {.lex_state = 69, .external_lex_state = 44}, + [2365] = {.lex_state = 187, .external_lex_state = 41}, + [2366] = {.lex_state = 188, .external_lex_state = 42}, + [2367] = {.lex_state = 187, .external_lex_state = 41}, + [2368] = {.lex_state = 187, .external_lex_state = 41}, + [2369] = {.lex_state = 187, .external_lex_state = 41}, + [2370] = {.lex_state = 262, .external_lex_state = 45}, + [2371] = {.lex_state = 187, .external_lex_state = 41}, + [2372] = {.lex_state = 259, .external_lex_state = 46}, + [2373] = {.lex_state = 69, .external_lex_state = 44}, + [2374] = {.lex_state = 244, .external_lex_state = 47}, + [2375] = {.lex_state = 244, .external_lex_state = 47}, + [2376] = {.lex_state = 259, .external_lex_state = 46}, + [2377] = {.lex_state = 69, .external_lex_state = 44}, + [2378] = {.lex_state = 259, .external_lex_state = 46}, + [2379] = {.lex_state = 259, .external_lex_state = 46}, + [2380] = {.lex_state = 259, .external_lex_state = 46}, + [2381] = {.lex_state = 259, .external_lex_state = 46}, + [2382] = {.lex_state = 69, .external_lex_state = 44}, + [2383] = {.lex_state = 244, .external_lex_state = 47}, + [2384] = {.lex_state = 69, .external_lex_state = 44}, + [2385] = {.lex_state = 259, .external_lex_state = 46}, + [2386] = {.lex_state = 244, .external_lex_state = 47}, + [2387] = {.lex_state = 259, .external_lex_state = 46}, + [2388] = {.lex_state = 156, .external_lex_state = 35}, + [2389] = {.lex_state = 181, .external_lex_state = 42}, + [2390] = {.lex_state = 69, .external_lex_state = 44}, + [2391] = {.lex_state = 259, .external_lex_state = 46}, + [2392] = {.lex_state = 69, .external_lex_state = 44}, + [2393] = {.lex_state = 259, .external_lex_state = 46}, + [2394] = {.lex_state = 156, .external_lex_state = 35}, + [2395] = {.lex_state = 262, .external_lex_state = 45}, + [2396] = {.lex_state = 69, .external_lex_state = 44}, + [2397] = {.lex_state = 181, .external_lex_state = 42}, + [2398] = {.lex_state = 259, .external_lex_state = 46}, + [2399] = {.lex_state = 259, .external_lex_state = 46}, + [2400] = {.lex_state = 259, .external_lex_state = 46}, + [2401] = {.lex_state = 69, .external_lex_state = 44}, + [2402] = {.lex_state = 262, .external_lex_state = 45}, + [2403] = {.lex_state = 259, .external_lex_state = 46}, + [2404] = {.lex_state = 259, .external_lex_state = 46}, + [2405] = {.lex_state = 69, .external_lex_state = 44}, + [2406] = {.lex_state = 259, .external_lex_state = 46}, + [2407] = {.lex_state = 259, .external_lex_state = 46}, + [2408] = {.lex_state = 69, .external_lex_state = 44}, + [2409] = {.lex_state = 259, .external_lex_state = 46}, + [2410] = {.lex_state = 185, .external_lex_state = 23}, + [2411] = {.lex_state = 259, .external_lex_state = 46}, + [2412] = {.lex_state = 262, .external_lex_state = 45}, + [2413] = {.lex_state = 69, .external_lex_state = 44}, + [2414] = {.lex_state = 69, .external_lex_state = 44}, + [2415] = {.lex_state = 244, .external_lex_state = 47}, + [2416] = {.lex_state = 262, .external_lex_state = 45}, + [2417] = {.lex_state = 185, .external_lex_state = 23}, + [2418] = {.lex_state = 244, .external_lex_state = 47}, + [2419] = {.lex_state = 69, .external_lex_state = 44}, + [2420] = {.lex_state = 69, .external_lex_state = 44}, + [2421] = {.lex_state = 69, .external_lex_state = 44}, + [2422] = {.lex_state = 69, .external_lex_state = 44}, + [2423] = {.lex_state = 69, .external_lex_state = 44}, + [2424] = {.lex_state = 69, .external_lex_state = 44}, + [2425] = {.lex_state = 244, .external_lex_state = 47}, + [2426] = {.lex_state = 69, .external_lex_state = 44}, + [2427] = {.lex_state = 244, .external_lex_state = 47}, + [2428] = {.lex_state = 244, .external_lex_state = 47}, + [2429] = {.lex_state = 259, .external_lex_state = 46}, + [2430] = {.lex_state = 259, .external_lex_state = 46}, + [2431] = {.lex_state = 244, .external_lex_state = 47}, + [2432] = {.lex_state = 69, .external_lex_state = 44}, + [2433] = {.lex_state = 259, .external_lex_state = 46}, + [2434] = {.lex_state = 69, .external_lex_state = 44}, + [2435] = {.lex_state = 259, .external_lex_state = 46}, + [2436] = {.lex_state = 228, .external_lex_state = 38}, + [2437] = {.lex_state = 244, .external_lex_state = 47}, + [2438] = {.lex_state = 244, .external_lex_state = 47}, + [2439] = {.lex_state = 244, .external_lex_state = 47}, + [2440] = {.lex_state = 244, .external_lex_state = 47}, + [2441] = {.lex_state = 244, .external_lex_state = 47}, + [2442] = {.lex_state = 156, .external_lex_state = 37}, + [2443] = {.lex_state = 185, .external_lex_state = 23}, + [2444] = {.lex_state = 244, .external_lex_state = 47}, + [2445] = {.lex_state = 156, .external_lex_state = 37}, + [2446] = {.lex_state = 244, .external_lex_state = 47}, + [2447] = {.lex_state = 244, .external_lex_state = 47}, + [2448] = {.lex_state = 244, .external_lex_state = 47}, + [2449] = {.lex_state = 244, .external_lex_state = 47}, + [2450] = {.lex_state = 244, .external_lex_state = 47}, + [2451] = {.lex_state = 244, .external_lex_state = 47}, + [2452] = {.lex_state = 244, .external_lex_state = 47}, + [2453] = {.lex_state = 231, .external_lex_state = 48}, + [2454] = {.lex_state = 244, .external_lex_state = 47}, + [2455] = {.lex_state = 232, .external_lex_state = 49}, + [2456] = {.lex_state = 231, .external_lex_state = 48}, + [2457] = {.lex_state = 232, .external_lex_state = 49}, + [2458] = {.lex_state = 244, .external_lex_state = 47}, + [2459] = {.lex_state = 244, .external_lex_state = 47}, + [2460] = {.lex_state = 244, .external_lex_state = 47}, + [2461] = {.lex_state = 244, .external_lex_state = 47}, + [2462] = {.lex_state = 244, .external_lex_state = 47}, + [2463] = {.lex_state = 230, .external_lex_state = 38}, + [2464] = {.lex_state = 245, .external_lex_state = 27}, + [2465] = {.lex_state = 228, .external_lex_state = 38}, + [2466] = {.lex_state = 243, .external_lex_state = 2}, + [2467] = {.lex_state = 243, .external_lex_state = 2}, + [2468] = {.lex_state = 243, .external_lex_state = 2}, + [2469] = {.lex_state = 228, .external_lex_state = 38}, + [2470] = {.lex_state = 228, .external_lex_state = 38}, + [2471] = {.lex_state = 245, .external_lex_state = 27}, + [2472] = {.lex_state = 245, .external_lex_state = 27}, + [2473] = {.lex_state = 245, .external_lex_state = 27}, + [2474] = {.lex_state = 245, .external_lex_state = 27}, + [2475] = {.lex_state = 230, .external_lex_state = 38}, + [2476] = {.lex_state = 262, .external_lex_state = 50}, + [2477] = {.lex_state = 228, .external_lex_state = 38}, + [2478] = {.lex_state = 245, .external_lex_state = 27}, + [2479] = {.lex_state = 245, .external_lex_state = 27}, + [2480] = {.lex_state = 245, .external_lex_state = 27}, + [2481] = {.lex_state = 228, .external_lex_state = 38}, + [2482] = {.lex_state = 245, .external_lex_state = 27}, + [2483] = {.lex_state = 230, .external_lex_state = 38}, + [2484] = {.lex_state = 245, .external_lex_state = 27}, + [2485] = {.lex_state = 245, .external_lex_state = 27}, + [2486] = {.lex_state = 245, .external_lex_state = 27}, + [2487] = {.lex_state = 245, .external_lex_state = 27}, + [2488] = {.lex_state = 245, .external_lex_state = 27}, + [2489] = {.lex_state = 245, .external_lex_state = 27}, + [2490] = {.lex_state = 228, .external_lex_state = 38}, + [2491] = {.lex_state = 230, .external_lex_state = 38}, + [2492] = {.lex_state = 230, .external_lex_state = 38}, + [2493] = {.lex_state = 230, .external_lex_state = 38}, + [2494] = {.lex_state = 245, .external_lex_state = 27}, + [2495] = {.lex_state = 228, .external_lex_state = 38}, + [2496] = {.lex_state = 228, .external_lex_state = 38}, + [2497] = {.lex_state = 245, .external_lex_state = 27}, + [2498] = {.lex_state = 230, .external_lex_state = 38}, + [2499] = {.lex_state = 228, .external_lex_state = 38}, + [2500] = {.lex_state = 230, .external_lex_state = 38}, + [2501] = {.lex_state = 230, .external_lex_state = 38}, + [2502] = {.lex_state = 245, .external_lex_state = 27}, + [2503] = {.lex_state = 230, .external_lex_state = 38}, + [2504] = {.lex_state = 230, .external_lex_state = 38}, + [2505] = {.lex_state = 245, .external_lex_state = 27}, + [2506] = {.lex_state = 245, .external_lex_state = 24}, + [2507] = {.lex_state = 245, .external_lex_state = 27}, + [2508] = {.lex_state = 228, .external_lex_state = 38}, + [2509] = {.lex_state = 245, .external_lex_state = 27}, + [2510] = {.lex_state = 245, .external_lex_state = 27}, + [2511] = {.lex_state = 230, .external_lex_state = 38}, + [2512] = {.lex_state = 245, .external_lex_state = 27}, + [2513] = {.lex_state = 245, .external_lex_state = 27}, + [2514] = {.lex_state = 245, .external_lex_state = 24}, + [2515] = {.lex_state = 243, .external_lex_state = 2}, + [2516] = {.lex_state = 228, .external_lex_state = 38}, + [2517] = {.lex_state = 230, .external_lex_state = 38}, + [2518] = {.lex_state = 230, .external_lex_state = 38}, + [2519] = {.lex_state = 228, .external_lex_state = 38}, + [2520] = {.lex_state = 245, .external_lex_state = 27}, + [2521] = {.lex_state = 245, .external_lex_state = 27}, + [2522] = {.lex_state = 228, .external_lex_state = 38}, + [2523] = {.lex_state = 230, .external_lex_state = 38}, + [2524] = {.lex_state = 228, .external_lex_state = 38}, + [2525] = {.lex_state = 245, .external_lex_state = 27}, + [2526] = {.lex_state = 228, .external_lex_state = 38}, + [2527] = {.lex_state = 245, .external_lex_state = 24}, + [2528] = {.lex_state = 230, .external_lex_state = 38}, + [2529] = {.lex_state = 230, .external_lex_state = 38}, + [2530] = {.lex_state = 230, .external_lex_state = 38}, + [2531] = {.lex_state = 228, .external_lex_state = 38}, + [2532] = {.lex_state = 230, .external_lex_state = 38}, + [2533] = {.lex_state = 245, .external_lex_state = 27}, + [2534] = {.lex_state = 228, .external_lex_state = 38}, + [2535] = {.lex_state = 230, .external_lex_state = 38}, + [2536] = {.lex_state = 245, .external_lex_state = 27}, + [2537] = {.lex_state = 228, .external_lex_state = 38}, + [2538] = {.lex_state = 230, .external_lex_state = 38}, + [2539] = {.lex_state = 228, .external_lex_state = 38}, + [2540] = {.lex_state = 228, .external_lex_state = 38}, + [2541] = {.lex_state = 245, .external_lex_state = 27}, + [2542] = {.lex_state = 245, .external_lex_state = 27}, + [2543] = {.lex_state = 230, .external_lex_state = 38}, + [2544] = {.lex_state = 245, .external_lex_state = 27}, + [2545] = {.lex_state = 243, .external_lex_state = 2}, + [2546] = {.lex_state = 232, .external_lex_state = 51}, + [2547] = {.lex_state = 232, .external_lex_state = 51}, + [2548] = {.lex_state = 228, .external_lex_state = 38}, + [2549] = {.lex_state = 245, .external_lex_state = 27}, + [2550] = {.lex_state = 245, .external_lex_state = 52}, + [2551] = {.lex_state = 245, .external_lex_state = 27}, + [2552] = {.lex_state = 260, .external_lex_state = 53}, + [2553] = {.lex_state = 236, .external_lex_state = 54}, + [2554] = {.lex_state = 260, .external_lex_state = 53}, + [2555] = {.lex_state = 245, .external_lex_state = 27}, + [2556] = {.lex_state = 236, .external_lex_state = 54}, + [2557] = {.lex_state = 236, .external_lex_state = 54}, + [2558] = {.lex_state = 236, .external_lex_state = 54}, + [2559] = {.lex_state = 245, .external_lex_state = 27}, + [2560] = {.lex_state = 245, .external_lex_state = 27}, + [2561] = {.lex_state = 245, .external_lex_state = 27}, + [2562] = {.lex_state = 236, .external_lex_state = 54}, + [2563] = {.lex_state = 243, .external_lex_state = 2}, + [2564] = {.lex_state = 260, .external_lex_state = 53}, + [2565] = {.lex_state = 260, .external_lex_state = 53}, + [2566] = {.lex_state = 245, .external_lex_state = 27}, + [2567] = {.lex_state = 245, .external_lex_state = 27}, + [2568] = {.lex_state = 236, .external_lex_state = 54}, + [2569] = {.lex_state = 236, .external_lex_state = 54}, + [2570] = {.lex_state = 236, .external_lex_state = 54}, + [2571] = {.lex_state = 236, .external_lex_state = 54}, + [2572] = {.lex_state = 245, .external_lex_state = 27}, + [2573] = {.lex_state = 236, .external_lex_state = 54}, + [2574] = {.lex_state = 243, .external_lex_state = 2}, + [2575] = {.lex_state = 245, .external_lex_state = 52}, + [2576] = {.lex_state = 236, .external_lex_state = 54}, + [2577] = {.lex_state = 236, .external_lex_state = 54}, + [2578] = {.lex_state = 236, .external_lex_state = 54}, + [2579] = {.lex_state = 245, .external_lex_state = 27}, + [2580] = {.lex_state = 245, .external_lex_state = 27}, + [2581] = {.lex_state = 236, .external_lex_state = 54}, + [2582] = {.lex_state = 236, .external_lex_state = 54}, + [2583] = {.lex_state = 245, .external_lex_state = 27}, + [2584] = {.lex_state = 236, .external_lex_state = 54}, + [2585] = {.lex_state = 72, .external_lex_state = 55}, + [2586] = {.lex_state = 245, .external_lex_state = 27}, + [2587] = {.lex_state = 245, .external_lex_state = 27}, + [2588] = {.lex_state = 236, .external_lex_state = 54}, + [2589] = {.lex_state = 236, .external_lex_state = 54}, + [2590] = {.lex_state = 245, .external_lex_state = 27}, + [2591] = {.lex_state = 236, .external_lex_state = 54}, + [2592] = {.lex_state = 236, .external_lex_state = 54}, + [2593] = {.lex_state = 236, .external_lex_state = 54}, + [2594] = {.lex_state = 245, .external_lex_state = 52}, + [2595] = {.lex_state = 236, .external_lex_state = 54}, + [2596] = {.lex_state = 236, .external_lex_state = 54}, + [2597] = {.lex_state = 236, .external_lex_state = 54}, + [2598] = {.lex_state = 245, .external_lex_state = 27}, + [2599] = {.lex_state = 245, .external_lex_state = 27}, + [2600] = {.lex_state = 236, .external_lex_state = 54}, + [2601] = {.lex_state = 245, .external_lex_state = 27}, + [2602] = {.lex_state = 245, .external_lex_state = 27}, + [2603] = {.lex_state = 245, .external_lex_state = 27}, + [2604] = {.lex_state = 245, .external_lex_state = 27}, + [2605] = {.lex_state = 236, .external_lex_state = 54}, + [2606] = {.lex_state = 245, .external_lex_state = 27}, + [2607] = {.lex_state = 245, .external_lex_state = 27}, + [2608] = {.lex_state = 245, .external_lex_state = 27}, + [2609] = {.lex_state = 260, .external_lex_state = 53}, + [2610] = {.lex_state = 245, .external_lex_state = 27}, + [2611] = {.lex_state = 236, .external_lex_state = 54}, + [2612] = {.lex_state = 236, .external_lex_state = 54}, + [2613] = {.lex_state = 260, .external_lex_state = 53}, + [2614] = {.lex_state = 245, .external_lex_state = 27}, + [2615] = {.lex_state = 236, .external_lex_state = 54}, + [2616] = {.lex_state = 245, .external_lex_state = 52}, + [2617] = {.lex_state = 245, .external_lex_state = 27}, + [2618] = {.lex_state = 245, .external_lex_state = 27}, + [2619] = {.lex_state = 236, .external_lex_state = 54}, + [2620] = {.lex_state = 245, .external_lex_state = 27}, + [2621] = {.lex_state = 245, .external_lex_state = 27}, + [2622] = {.lex_state = 236, .external_lex_state = 54}, + [2623] = {.lex_state = 245, .external_lex_state = 27}, + [2624] = {.lex_state = 245, .external_lex_state = 27}, + [2625] = {.lex_state = 236, .external_lex_state = 54}, + [2626] = {.lex_state = 243, .external_lex_state = 2}, + [2627] = {.lex_state = 245, .external_lex_state = 27}, + [2628] = {.lex_state = 245, .external_lex_state = 27}, + [2629] = {.lex_state = 245, .external_lex_state = 27}, + [2630] = {.lex_state = 245, .external_lex_state = 27}, + [2631] = {.lex_state = 245, .external_lex_state = 27}, + [2632] = {.lex_state = 245, .external_lex_state = 27}, + [2633] = {.lex_state = 245, .external_lex_state = 27}, + [2634] = {.lex_state = 236, .external_lex_state = 54}, + [2635] = {.lex_state = 236, .external_lex_state = 54}, + [2636] = {.lex_state = 245, .external_lex_state = 27}, + [2637] = {.lex_state = 236, .external_lex_state = 54}, + [2638] = {.lex_state = 236, .external_lex_state = 54}, + [2639] = {.lex_state = 236, .external_lex_state = 54}, + [2640] = {.lex_state = 245, .external_lex_state = 27}, + [2641] = {.lex_state = 245, .external_lex_state = 27}, + [2642] = {.lex_state = 236, .external_lex_state = 54}, + [2643] = {.lex_state = 236, .external_lex_state = 54}, + [2644] = {.lex_state = 245, .external_lex_state = 27}, + [2645] = {.lex_state = 245, .external_lex_state = 27}, + [2646] = {.lex_state = 236, .external_lex_state = 54}, + [2647] = {.lex_state = 236, .external_lex_state = 54}, + [2648] = {.lex_state = 236, .external_lex_state = 54}, + [2649] = {.lex_state = 236, .external_lex_state = 54}, + [2650] = {.lex_state = 245, .external_lex_state = 27}, + [2651] = {.lex_state = 236, .external_lex_state = 54}, + [2652] = {.lex_state = 245, .external_lex_state = 52}, + [2653] = {.lex_state = 245, .external_lex_state = 27}, + [2654] = {.lex_state = 245, .external_lex_state = 27}, + [2655] = {.lex_state = 236, .external_lex_state = 54}, + [2656] = {.lex_state = 236, .external_lex_state = 54}, + [2657] = {.lex_state = 236, .external_lex_state = 54}, + [2658] = {.lex_state = 236, .external_lex_state = 54}, + [2659] = {.lex_state = 236, .external_lex_state = 54}, + [2660] = {.lex_state = 236, .external_lex_state = 54}, + [2661] = {.lex_state = 243, .external_lex_state = 2}, + [2662] = {.lex_state = 236, .external_lex_state = 54}, + [2663] = {.lex_state = 243, .external_lex_state = 2}, + [2664] = {.lex_state = 236, .external_lex_state = 54}, + [2665] = {.lex_state = 245, .external_lex_state = 27}, + [2666] = {.lex_state = 243, .external_lex_state = 2}, + [2667] = {.lex_state = 245, .external_lex_state = 27}, + [2668] = {.lex_state = 245, .external_lex_state = 27}, + [2669] = {.lex_state = 236, .external_lex_state = 54}, + [2670] = {.lex_state = 245, .external_lex_state = 27}, + [2671] = {.lex_state = 245, .external_lex_state = 27}, + [2672] = {.lex_state = 245, .external_lex_state = 27}, + [2673] = {.lex_state = 236, .external_lex_state = 54}, + [2674] = {.lex_state = 260, .external_lex_state = 53}, + [2675] = {.lex_state = 245, .external_lex_state = 27}, + [2676] = {.lex_state = 245, .external_lex_state = 27}, + [2677] = {.lex_state = 245, .external_lex_state = 52}, + [2678] = {.lex_state = 245, .external_lex_state = 27}, + [2679] = {.lex_state = 236, .external_lex_state = 54}, + [2680] = {.lex_state = 236, .external_lex_state = 54}, + [2681] = {.lex_state = 245, .external_lex_state = 27}, + [2682] = {.lex_state = 203, .external_lex_state = 27}, + [2683] = {.lex_state = 236, .external_lex_state = 54}, + [2684] = {.lex_state = 245, .external_lex_state = 27}, + [2685] = {.lex_state = 245, .external_lex_state = 52}, + [2686] = {.lex_state = 236, .external_lex_state = 54}, + [2687] = {.lex_state = 203, .external_lex_state = 27}, + [2688] = {.lex_state = 243, .external_lex_state = 2}, + [2689] = {.lex_state = 245, .external_lex_state = 27}, + [2690] = {.lex_state = 236, .external_lex_state = 54}, + [2691] = {.lex_state = 260, .external_lex_state = 53}, + [2692] = {.lex_state = 236, .external_lex_state = 54}, + [2693] = {.lex_state = 245, .external_lex_state = 27}, + [2694] = {.lex_state = 236, .external_lex_state = 54}, + [2695] = {.lex_state = 260, .external_lex_state = 53}, + [2696] = {.lex_state = 260, .external_lex_state = 53}, + [2697] = {.lex_state = 259, .external_lex_state = 56}, + [2698] = {.lex_state = 259, .external_lex_state = 56}, + [2699] = {.lex_state = 259, .external_lex_state = 56}, + [2700] = {.lex_state = 259, .external_lex_state = 56}, + [2701] = {.lex_state = 259, .external_lex_state = 56}, + [2702] = {.lex_state = 259, .external_lex_state = 56}, + [2703] = {.lex_state = 259, .external_lex_state = 56}, + [2704] = {.lex_state = 259, .external_lex_state = 56}, + [2705] = {.lex_state = 259, .external_lex_state = 56}, + [2706] = {.lex_state = 259, .external_lex_state = 56}, + [2707] = {.lex_state = 259, .external_lex_state = 56}, + [2708] = {.lex_state = 431, .external_lex_state = 55}, + [2709] = {.lex_state = 259, .external_lex_state = 56}, + [2710] = {.lex_state = 259, .external_lex_state = 56}, + [2711] = {.lex_state = 259, .external_lex_state = 56}, + [2712] = {.lex_state = 259, .external_lex_state = 56}, + [2713] = {.lex_state = 259, .external_lex_state = 56}, + [2714] = {.lex_state = 259, .external_lex_state = 56}, + [2715] = {.lex_state = 259, .external_lex_state = 56}, + [2716] = {.lex_state = 259, .external_lex_state = 56}, + [2717] = {.lex_state = 259, .external_lex_state = 56}, + [2718] = {.lex_state = 259, .external_lex_state = 56}, + [2719] = {.lex_state = 259, .external_lex_state = 56}, + [2720] = {.lex_state = 259, .external_lex_state = 56}, + [2721] = {.lex_state = 259, .external_lex_state = 56}, + [2722] = {.lex_state = 259, .external_lex_state = 56}, + [2723] = {.lex_state = 259, .external_lex_state = 56}, + [2724] = {.lex_state = 259, .external_lex_state = 56}, + [2725] = {.lex_state = 259, .external_lex_state = 56}, + [2726] = {.lex_state = 245, .external_lex_state = 27}, + [2727] = {.lex_state = 259, .external_lex_state = 56}, + [2728] = {.lex_state = 72, .external_lex_state = 57}, + [2729] = {.lex_state = 259, .external_lex_state = 56}, + [2730] = {.lex_state = 72, .external_lex_state = 55}, + [2731] = {.lex_state = 259, .external_lex_state = 56}, + [2732] = {.lex_state = 72, .external_lex_state = 55}, + [2733] = {.lex_state = 259, .external_lex_state = 56}, + [2734] = {.lex_state = 259, .external_lex_state = 56}, + [2735] = {.lex_state = 259, .external_lex_state = 56}, + [2736] = {.lex_state = 259, .external_lex_state = 56}, + [2737] = {.lex_state = 259, .external_lex_state = 56}, + [2738] = {.lex_state = 259, .external_lex_state = 56}, + [2739] = {.lex_state = 259, .external_lex_state = 56}, + [2740] = {.lex_state = 72, .external_lex_state = 55}, + [2741] = {.lex_state = 259, .external_lex_state = 56}, + [2742] = {.lex_state = 259, .external_lex_state = 56}, + [2743] = {.lex_state = 259, .external_lex_state = 56}, + [2744] = {.lex_state = 259, .external_lex_state = 56}, + [2745] = {.lex_state = 259, .external_lex_state = 56}, + [2746] = {.lex_state = 259, .external_lex_state = 56}, + [2747] = {.lex_state = 259, .external_lex_state = 56}, + [2748] = {.lex_state = 259, .external_lex_state = 56}, + [2749] = {.lex_state = 72, .external_lex_state = 55}, + [2750] = {.lex_state = 259, .external_lex_state = 56}, + [2751] = {.lex_state = 259, .external_lex_state = 56}, + [2752] = {.lex_state = 259, .external_lex_state = 56}, + [2753] = {.lex_state = 259, .external_lex_state = 56}, + [2754] = {.lex_state = 259, .external_lex_state = 56}, + [2755] = {.lex_state = 259, .external_lex_state = 56}, + [2756] = {.lex_state = 259, .external_lex_state = 56}, + [2757] = {.lex_state = 259, .external_lex_state = 56}, + [2758] = {.lex_state = 259, .external_lex_state = 56}, + [2759] = {.lex_state = 259, .external_lex_state = 56}, + [2760] = {.lex_state = 72, .external_lex_state = 37}, + [2761] = {.lex_state = 259, .external_lex_state = 56}, + [2762] = {.lex_state = 259, .external_lex_state = 56}, + [2763] = {.lex_state = 259, .external_lex_state = 56}, + [2764] = {.lex_state = 259, .external_lex_state = 56}, + [2765] = {.lex_state = 259, .external_lex_state = 56}, + [2766] = {.lex_state = 259, .external_lex_state = 56}, + [2767] = {.lex_state = 259, .external_lex_state = 56}, + [2768] = {.lex_state = 259, .external_lex_state = 56}, + [2769] = {.lex_state = 259, .external_lex_state = 56}, + [2770] = {.lex_state = 259, .external_lex_state = 56}, + [2771] = {.lex_state = 259, .external_lex_state = 56}, + [2772] = {.lex_state = 259, .external_lex_state = 56}, + [2773] = {.lex_state = 259, .external_lex_state = 56}, + [2774] = {.lex_state = 259, .external_lex_state = 56}, + [2775] = {.lex_state = 259, .external_lex_state = 56}, + [2776] = {.lex_state = 259, .external_lex_state = 56}, + [2777] = {.lex_state = 72, .external_lex_state = 37}, + [2778] = {.lex_state = 259, .external_lex_state = 56}, + [2779] = {.lex_state = 259, .external_lex_state = 56}, + [2780] = {.lex_state = 259, .external_lex_state = 56}, + [2781] = {.lex_state = 259, .external_lex_state = 56}, + [2782] = {.lex_state = 72, .external_lex_state = 35}, + [2783] = {.lex_state = 259, .external_lex_state = 56}, + [2784] = {.lex_state = 259, .external_lex_state = 56}, + [2785] = {.lex_state = 259, .external_lex_state = 56}, + [2786] = {.lex_state = 259, .external_lex_state = 56}, + [2787] = {.lex_state = 259, .external_lex_state = 56}, + [2788] = {.lex_state = 259, .external_lex_state = 56}, + [2789] = {.lex_state = 259, .external_lex_state = 56}, + [2790] = {.lex_state = 262, .external_lex_state = 58}, + [2791] = {.lex_state = 245, .external_lex_state = 27}, + [2792] = {.lex_state = 259, .external_lex_state = 56}, + [2793] = {.lex_state = 259, .external_lex_state = 56}, + [2794] = {.lex_state = 259, .external_lex_state = 56}, + [2795] = {.lex_state = 259, .external_lex_state = 56}, + [2796] = {.lex_state = 70, .external_lex_state = 59}, + [2797] = {.lex_state = 259, .external_lex_state = 56}, + [2798] = {.lex_state = 259, .external_lex_state = 56}, + [2799] = {.lex_state = 259, .external_lex_state = 56}, + [2800] = {.lex_state = 72, .external_lex_state = 35}, + [2801] = {.lex_state = 259, .external_lex_state = 56}, + [2802] = {.lex_state = 259, .external_lex_state = 56}, + [2803] = {.lex_state = 259, .external_lex_state = 56}, + [2804] = {.lex_state = 259, .external_lex_state = 56}, + [2805] = {.lex_state = 259, .external_lex_state = 56}, + [2806] = {.lex_state = 259, .external_lex_state = 56}, + [2807] = {.lex_state = 259, .external_lex_state = 56}, + [2808] = {.lex_state = 259, .external_lex_state = 56}, + [2809] = {.lex_state = 259, .external_lex_state = 56}, + [2810] = {.lex_state = 259, .external_lex_state = 56}, + [2811] = {.lex_state = 259, .external_lex_state = 56}, + [2812] = {.lex_state = 259, .external_lex_state = 56}, + [2813] = {.lex_state = 259, .external_lex_state = 56}, + [2814] = {.lex_state = 259, .external_lex_state = 56}, + [2815] = {.lex_state = 259, .external_lex_state = 56}, + [2816] = {.lex_state = 259, .external_lex_state = 56}, + [2817] = {.lex_state = 259, .external_lex_state = 56}, + [2818] = {.lex_state = 259, .external_lex_state = 56}, + [2819] = {.lex_state = 259, .external_lex_state = 56}, + [2820] = {.lex_state = 259, .external_lex_state = 56}, + [2821] = {.lex_state = 259, .external_lex_state = 56}, + [2822] = {.lex_state = 259, .external_lex_state = 56}, + [2823] = {.lex_state = 259, .external_lex_state = 56}, + [2824] = {.lex_state = 259, .external_lex_state = 56}, + [2825] = {.lex_state = 259, .external_lex_state = 56}, + [2826] = {.lex_state = 259, .external_lex_state = 56}, + [2827] = {.lex_state = 259, .external_lex_state = 56}, + [2828] = {.lex_state = 259, .external_lex_state = 56}, + [2829] = {.lex_state = 259, .external_lex_state = 56}, + [2830] = {.lex_state = 259, .external_lex_state = 56}, + [2831] = {.lex_state = 70, .external_lex_state = 59}, + [2832] = {.lex_state = 259, .external_lex_state = 56}, + [2833] = {.lex_state = 259, .external_lex_state = 56}, + [2834] = {.lex_state = 259, .external_lex_state = 56}, + [2835] = {.lex_state = 259, .external_lex_state = 56}, + [2836] = {.lex_state = 259, .external_lex_state = 56}, + [2837] = {.lex_state = 259, .external_lex_state = 56}, + [2838] = {.lex_state = 259, .external_lex_state = 56}, + [2839] = {.lex_state = 259, .external_lex_state = 56}, + [2840] = {.lex_state = 259, .external_lex_state = 56}, + [2841] = {.lex_state = 259, .external_lex_state = 56}, + [2842] = {.lex_state = 259, .external_lex_state = 56}, + [2843] = {.lex_state = 259, .external_lex_state = 56}, + [2844] = {.lex_state = 259, .external_lex_state = 56}, + [2845] = {.lex_state = 259, .external_lex_state = 56}, + [2846] = {.lex_state = 259, .external_lex_state = 56}, + [2847] = {.lex_state = 259, .external_lex_state = 56}, + [2848] = {.lex_state = 72, .external_lex_state = 55}, + [2849] = {.lex_state = 259, .external_lex_state = 56}, + [2850] = {.lex_state = 72, .external_lex_state = 55}, + [2851] = {.lex_state = 259, .external_lex_state = 56}, + [2852] = {.lex_state = 259, .external_lex_state = 56}, + [2853] = {.lex_state = 259, .external_lex_state = 56}, + [2854] = {.lex_state = 259, .external_lex_state = 56}, + [2855] = {.lex_state = 259, .external_lex_state = 56}, + [2856] = {.lex_state = 259, .external_lex_state = 56}, + [2857] = {.lex_state = 259, .external_lex_state = 56}, + [2858] = {.lex_state = 72, .external_lex_state = 37}, + [2859] = {.lex_state = 259, .external_lex_state = 56}, + [2860] = {.lex_state = 259, .external_lex_state = 56}, + [2861] = {.lex_state = 259, .external_lex_state = 56}, + [2862] = {.lex_state = 259, .external_lex_state = 56}, + [2863] = {.lex_state = 259, .external_lex_state = 56}, + [2864] = {.lex_state = 259, .external_lex_state = 56}, + [2865] = {.lex_state = 259, .external_lex_state = 56}, + [2866] = {.lex_state = 259, .external_lex_state = 56}, + [2867] = {.lex_state = 72, .external_lex_state = 37}, + [2868] = {.lex_state = 259, .external_lex_state = 56}, + [2869] = {.lex_state = 72, .external_lex_state = 37}, + [2870] = {.lex_state = 259, .external_lex_state = 56}, + [2871] = {.lex_state = 259, .external_lex_state = 56}, + [2872] = {.lex_state = 259, .external_lex_state = 56}, + [2873] = {.lex_state = 259, .external_lex_state = 56}, + [2874] = {.lex_state = 259, .external_lex_state = 56}, + [2875] = {.lex_state = 259, .external_lex_state = 56}, + [2876] = {.lex_state = 259, .external_lex_state = 56}, + [2877] = {.lex_state = 259, .external_lex_state = 56}, + [2878] = {.lex_state = 259, .external_lex_state = 56}, + [2879] = {.lex_state = 259, .external_lex_state = 56}, + [2880] = {.lex_state = 259, .external_lex_state = 56}, + [2881] = {.lex_state = 259, .external_lex_state = 56}, + [2882] = {.lex_state = 259, .external_lex_state = 56}, + [2883] = {.lex_state = 259, .external_lex_state = 56}, + [2884] = {.lex_state = 259, .external_lex_state = 56}, + [2885] = {.lex_state = 259, .external_lex_state = 56}, + [2886] = {.lex_state = 259, .external_lex_state = 56}, + [2887] = {.lex_state = 259, .external_lex_state = 56}, + [2888] = {.lex_state = 259, .external_lex_state = 56}, + [2889] = {.lex_state = 245, .external_lex_state = 27}, + [2890] = {.lex_state = 259, .external_lex_state = 56}, + [2891] = {.lex_state = 70, .external_lex_state = 59}, + [2892] = {.lex_state = 259, .external_lex_state = 56}, + [2893] = {.lex_state = 259, .external_lex_state = 56}, + [2894] = {.lex_state = 259, .external_lex_state = 56}, + [2895] = {.lex_state = 259, .external_lex_state = 56}, + [2896] = {.lex_state = 259, .external_lex_state = 56}, + [2897] = {.lex_state = 259, .external_lex_state = 56}, + [2898] = {.lex_state = 259, .external_lex_state = 56}, + [2899] = {.lex_state = 259, .external_lex_state = 56}, + [2900] = {.lex_state = 259, .external_lex_state = 56}, + [2901] = {.lex_state = 259, .external_lex_state = 56}, + [2902] = {.lex_state = 259, .external_lex_state = 56}, + [2903] = {.lex_state = 259, .external_lex_state = 56}, + [2904] = {.lex_state = 259, .external_lex_state = 56}, + [2905] = {.lex_state = 259, .external_lex_state = 56}, + [2906] = {.lex_state = 259, .external_lex_state = 56}, + [2907] = {.lex_state = 259, .external_lex_state = 56}, + [2908] = {.lex_state = 259, .external_lex_state = 56}, + [2909] = {.lex_state = 259, .external_lex_state = 56}, + [2910] = {.lex_state = 259, .external_lex_state = 56}, + [2911] = {.lex_state = 259, .external_lex_state = 56}, + [2912] = {.lex_state = 259, .external_lex_state = 56}, + [2913] = {.lex_state = 259, .external_lex_state = 56}, + [2914] = {.lex_state = 259, .external_lex_state = 56}, + [2915] = {.lex_state = 259, .external_lex_state = 56}, + [2916] = {.lex_state = 259, .external_lex_state = 56}, + [2917] = {.lex_state = 259, .external_lex_state = 56}, + [2918] = {.lex_state = 259, .external_lex_state = 56}, + [2919] = {.lex_state = 72, .external_lex_state = 37}, + [2920] = {.lex_state = 431, .external_lex_state = 55}, + [2921] = {.lex_state = 72, .external_lex_state = 55}, + [2922] = {.lex_state = 72, .external_lex_state = 55}, + [2923] = {.lex_state = 72, .external_lex_state = 55}, + [2924] = {.lex_state = 431, .external_lex_state = 55}, + [2925] = {.lex_state = 72, .external_lex_state = 55}, + [2926] = {.lex_state = 72, .external_lex_state = 37}, + [2927] = {.lex_state = 72, .external_lex_state = 55}, + [2928] = {.lex_state = 72, .external_lex_state = 55}, + [2929] = {.lex_state = 72, .external_lex_state = 55}, + [2930] = {.lex_state = 431, .external_lex_state = 55}, + [2931] = {.lex_state = 72, .external_lex_state = 37}, + [2932] = {.lex_state = 72, .external_lex_state = 57}, + [2933] = {.lex_state = 72, .external_lex_state = 55}, + [2934] = {.lex_state = 72, .external_lex_state = 55}, + [2935] = {.lex_state = 72, .external_lex_state = 35}, + [2936] = {.lex_state = 431, .external_lex_state = 55}, + [2937] = {.lex_state = 431, .external_lex_state = 55}, + [2938] = {.lex_state = 431, .external_lex_state = 55}, + [2939] = {.lex_state = 431, .external_lex_state = 55}, + [2940] = {.lex_state = 431, .external_lex_state = 55}, + [2941] = {.lex_state = 72, .external_lex_state = 35}, + [2942] = {.lex_state = 431, .external_lex_state = 55}, + [2943] = {.lex_state = 431, .external_lex_state = 55}, + [2944] = {.lex_state = 431, .external_lex_state = 55}, + [2945] = {.lex_state = 72, .external_lex_state = 37}, + [2946] = {.lex_state = 432, .external_lex_state = 35}, + [2947] = {.lex_state = 70, .external_lex_state = 59}, + [2948] = {.lex_state = 431, .external_lex_state = 55}, + [2949] = {.lex_state = 70, .external_lex_state = 59}, + [2950] = {.lex_state = 72, .external_lex_state = 57}, + [2951] = {.lex_state = 72, .external_lex_state = 55}, + [2952] = {.lex_state = 72, .external_lex_state = 55}, + [2953] = {.lex_state = 431, .external_lex_state = 55}, + [2954] = {.lex_state = 72, .external_lex_state = 57}, + [2955] = {.lex_state = 72, .external_lex_state = 55}, + [2956] = {.lex_state = 431, .external_lex_state = 55}, + [2957] = {.lex_state = 72, .external_lex_state = 57}, + [2958] = {.lex_state = 72, .external_lex_state = 37}, + [2959] = {.lex_state = 72, .external_lex_state = 55}, + [2960] = {.lex_state = 72, .external_lex_state = 57}, + [2961] = {.lex_state = 431, .external_lex_state = 55}, + [2962] = {.lex_state = 432, .external_lex_state = 35}, + [2963] = {.lex_state = 72, .external_lex_state = 55}, + [2964] = {.lex_state = 431, .external_lex_state = 55}, + [2965] = {.lex_state = 72, .external_lex_state = 55}, + [2966] = {.lex_state = 431, .external_lex_state = 55}, + [2967] = {.lex_state = 431, .external_lex_state = 55}, + [2968] = {.lex_state = 431, .external_lex_state = 55}, + [2969] = {.lex_state = 72, .external_lex_state = 55}, + [2970] = {.lex_state = 431, .external_lex_state = 55}, + [2971] = {.lex_state = 70, .external_lex_state = 59}, + [2972] = {.lex_state = 72, .external_lex_state = 35}, + [2973] = {.lex_state = 72, .external_lex_state = 55}, + [2974] = {.lex_state = 72, .external_lex_state = 37}, + [2975] = {.lex_state = 72, .external_lex_state = 55}, + [2976] = {.lex_state = 72, .external_lex_state = 55}, + [2977] = {.lex_state = 72, .external_lex_state = 55}, + [2978] = {.lex_state = 72, .external_lex_state = 35}, + [2979] = {.lex_state = 431, .external_lex_state = 57}, + [2980] = {.lex_state = 72, .external_lex_state = 37}, + [2981] = {.lex_state = 72, .external_lex_state = 57}, + [2982] = {.lex_state = 72, .external_lex_state = 57}, + [2983] = {.lex_state = 72, .external_lex_state = 55}, + [2984] = {.lex_state = 72, .external_lex_state = 55}, + [2985] = {.lex_state = 72, .external_lex_state = 55}, + [2986] = {.lex_state = 72, .external_lex_state = 57}, + [2987] = {.lex_state = 431, .external_lex_state = 55}, + [2988] = {.lex_state = 431, .external_lex_state = 55}, + [2989] = {.lex_state = 72, .external_lex_state = 37}, + [2990] = {.lex_state = 72, .external_lex_state = 57}, + [2991] = {.lex_state = 431, .external_lex_state = 57}, + [2992] = {.lex_state = 159, .external_lex_state = 60}, + [2993] = {.lex_state = 159, .external_lex_state = 60}, + [2994] = {.lex_state = 72, .external_lex_state = 57}, + [2995] = {.lex_state = 72, .external_lex_state = 57}, + [2996] = {.lex_state = 262, .external_lex_state = 61}, + [2997] = {.lex_state = 262, .external_lex_state = 61}, + [2998] = {.lex_state = 72, .external_lex_state = 57}, + [2999] = {.lex_state = 432, .external_lex_state = 37}, + [3000] = {.lex_state = 72, .external_lex_state = 57}, + [3001] = {.lex_state = 72, .external_lex_state = 57}, + [3002] = {.lex_state = 432, .external_lex_state = 37}, + [3003] = {.lex_state = 431, .external_lex_state = 55}, + [3004] = {.lex_state = 72, .external_lex_state = 57}, + [3005] = {.lex_state = 72, .external_lex_state = 57}, + [3006] = {.lex_state = 432, .external_lex_state = 37}, + [3007] = {.lex_state = 72, .external_lex_state = 57}, + [3008] = {.lex_state = 72, .external_lex_state = 57}, + [3009] = {.lex_state = 72, .external_lex_state = 57}, + [3010] = {.lex_state = 72, .external_lex_state = 57}, + [3011] = {.lex_state = 431, .external_lex_state = 55}, + [3012] = {.lex_state = 431, .external_lex_state = 57}, + [3013] = {.lex_state = 431, .external_lex_state = 55}, + [3014] = {.lex_state = 432, .external_lex_state = 37}, + [3015] = {.lex_state = 431, .external_lex_state = 37}, + [3016] = {.lex_state = 262, .external_lex_state = 61}, + [3017] = {.lex_state = 431, .external_lex_state = 37}, + [3018] = {.lex_state = 431, .external_lex_state = 57}, + [3019] = {.lex_state = 262, .external_lex_state = 61}, + [3020] = {.lex_state = 432, .external_lex_state = 35}, + [3021] = {.lex_state = 431, .external_lex_state = 55}, + [3022] = {.lex_state = 432, .external_lex_state = 35}, + [3023] = {.lex_state = 431, .external_lex_state = 57}, + [3024] = {.lex_state = 431, .external_lex_state = 55}, + [3025] = {.lex_state = 431, .external_lex_state = 57}, + [3026] = {.lex_state = 431, .external_lex_state = 57}, + [3027] = {.lex_state = 432, .external_lex_state = 37}, + [3028] = {.lex_state = 432, .external_lex_state = 37}, + [3029] = {.lex_state = 431, .external_lex_state = 57}, + [3030] = {.lex_state = 431, .external_lex_state = 55}, + [3031] = {.lex_state = 72, .external_lex_state = 57}, + [3032] = {.lex_state = 72, .external_lex_state = 57}, + [3033] = {.lex_state = 431, .external_lex_state = 57}, + [3034] = {.lex_state = 431, .external_lex_state = 57}, + [3035] = {.lex_state = 431, .external_lex_state = 35}, + [3036] = {.lex_state = 431, .external_lex_state = 35}, + [3037] = {.lex_state = 431, .external_lex_state = 55}, + [3038] = {.lex_state = 431, .external_lex_state = 37}, + [3039] = {.lex_state = 432, .external_lex_state = 35}, + [3040] = {.lex_state = 431, .external_lex_state = 57}, + [3041] = {.lex_state = 431, .external_lex_state = 37}, + [3042] = {.lex_state = 431, .external_lex_state = 37}, + [3043] = {.lex_state = 431, .external_lex_state = 37}, + [3044] = {.lex_state = 431, .external_lex_state = 37}, + [3045] = {.lex_state = 431, .external_lex_state = 37}, + [3046] = {.lex_state = 72, .external_lex_state = 37}, + [3047] = {.lex_state = 431, .external_lex_state = 37}, + [3048] = {.lex_state = 431, .external_lex_state = 57}, + [3049] = {.lex_state = 432, .external_lex_state = 37}, + [3050] = {.lex_state = 72, .external_lex_state = 57}, + [3051] = {.lex_state = 72, .external_lex_state = 57}, + [3052] = {.lex_state = 431, .external_lex_state = 35}, + [3053] = {.lex_state = 431, .external_lex_state = 55}, + [3054] = {.lex_state = 72, .external_lex_state = 35}, + [3055] = {.lex_state = 72, .external_lex_state = 37}, + [3056] = {.lex_state = 431, .external_lex_state = 37}, + [3057] = {.lex_state = 432, .external_lex_state = 37}, + [3058] = {.lex_state = 431, .external_lex_state = 37}, + [3059] = {.lex_state = 72, .external_lex_state = 57}, + [3060] = {.lex_state = 72, .external_lex_state = 37}, + [3061] = {.lex_state = 431, .external_lex_state = 57}, + [3062] = {.lex_state = 72, .external_lex_state = 57}, + [3063] = {.lex_state = 431, .external_lex_state = 55}, + [3064] = {.lex_state = 432, .external_lex_state = 37}, + [3065] = {.lex_state = 431, .external_lex_state = 55}, + [3066] = {.lex_state = 72, .external_lex_state = 37}, + [3067] = {.lex_state = 431, .external_lex_state = 57}, + [3068] = {.lex_state = 431, .external_lex_state = 57}, + [3069] = {.lex_state = 72, .external_lex_state = 57}, + [3070] = {.lex_state = 431, .external_lex_state = 57}, + [3071] = {.lex_state = 72, .external_lex_state = 57}, + [3072] = {.lex_state = 431, .external_lex_state = 57}, + [3073] = {.lex_state = 72, .external_lex_state = 57}, + [3074] = {.lex_state = 431, .external_lex_state = 57}, + [3075] = {.lex_state = 431, .external_lex_state = 55}, + [3076] = {.lex_state = 72, .external_lex_state = 57}, + [3077] = {.lex_state = 431, .external_lex_state = 55}, + [3078] = {.lex_state = 431, .external_lex_state = 55}, + [3079] = {.lex_state = 431, .external_lex_state = 57}, + [3080] = {.lex_state = 431, .external_lex_state = 57}, + [3081] = {.lex_state = 431, .external_lex_state = 57}, + [3082] = {.lex_state = 431, .external_lex_state = 57}, + [3083] = {.lex_state = 72, .external_lex_state = 57}, + [3084] = {.lex_state = 431, .external_lex_state = 57}, + [3085] = {.lex_state = 72, .external_lex_state = 57}, + [3086] = {.lex_state = 72, .external_lex_state = 57}, + [3087] = {.lex_state = 431, .external_lex_state = 37}, + [3088] = {.lex_state = 431, .external_lex_state = 35}, + [3089] = {.lex_state = 431, .external_lex_state = 57}, + [3090] = {.lex_state = 432, .external_lex_state = 35}, + [3091] = {.lex_state = 431, .external_lex_state = 37}, + [3092] = {.lex_state = 431, .external_lex_state = 57}, + [3093] = {.lex_state = 431, .external_lex_state = 57}, + [3094] = {.lex_state = 431, .external_lex_state = 57}, + [3095] = {.lex_state = 431, .external_lex_state = 57}, + [3096] = {.lex_state = 432, .external_lex_state = 35}, + [3097] = {.lex_state = 432, .external_lex_state = 35}, + [3098] = {.lex_state = 431, .external_lex_state = 57}, + [3099] = {.lex_state = 431, .external_lex_state = 55}, + [3100] = {.lex_state = 72, .external_lex_state = 35}, + [3101] = {.lex_state = 431, .external_lex_state = 37}, + [3102] = {.lex_state = 432, .external_lex_state = 37}, + [3103] = {.lex_state = 431, .external_lex_state = 57}, + [3104] = {.lex_state = 431, .external_lex_state = 37}, + [3105] = {.lex_state = 431, .external_lex_state = 57}, + [3106] = {.lex_state = 431, .external_lex_state = 37}, + [3107] = {.lex_state = 431, .external_lex_state = 37}, + [3108] = {.lex_state = 431, .external_lex_state = 57}, + [3109] = {.lex_state = 431, .external_lex_state = 57}, + [3110] = {.lex_state = 431, .external_lex_state = 55}, + [3111] = {.lex_state = 431, .external_lex_state = 55}, + [3112] = {.lex_state = 72, .external_lex_state = 35}, + [3113] = {.lex_state = 431, .external_lex_state = 37}, + [3114] = {.lex_state = 431, .external_lex_state = 35}, + [3115] = {.lex_state = 431, .external_lex_state = 57}, + [3116] = {.lex_state = 72, .external_lex_state = 37}, + [3117] = {.lex_state = 72, .external_lex_state = 37}, + [3118] = {.lex_state = 72, .external_lex_state = 37}, + [3119] = {.lex_state = 262, .external_lex_state = 45}, + [3120] = {.lex_state = 262, .external_lex_state = 45}, + [3121] = {.lex_state = 431, .external_lex_state = 57}, + [3122] = {.lex_state = 72, .external_lex_state = 37}, + [3123] = {.lex_state = 431, .external_lex_state = 35}, + [3124] = {.lex_state = 72, .external_lex_state = 35}, + [3125] = {.lex_state = 431, .external_lex_state = 57}, + [3126] = {.lex_state = 431, .external_lex_state = 57}, + [3127] = {.lex_state = 431, .external_lex_state = 57}, + [3128] = {.lex_state = 262, .external_lex_state = 45}, + [3129] = {.lex_state = 262, .external_lex_state = 45}, + [3130] = {.lex_state = 431, .external_lex_state = 57}, + [3131] = {.lex_state = 431, .external_lex_state = 57}, + [3132] = {.lex_state = 72, .external_lex_state = 37}, + [3133] = {.lex_state = 431, .external_lex_state = 57}, + [3134] = {.lex_state = 431, .external_lex_state = 57}, + [3135] = {.lex_state = 431, .external_lex_state = 37}, + [3136] = {.lex_state = 72, .external_lex_state = 37}, + [3137] = {.lex_state = 431, .external_lex_state = 55}, + [3138] = {.lex_state = 431, .external_lex_state = 37}, + [3139] = {.lex_state = 255}, + [3140] = {.lex_state = 432, .external_lex_state = 37}, + [3141] = {.lex_state = 241, .external_lex_state = 62}, + [3142] = {.lex_state = 241, .external_lex_state = 62}, + [3143] = {.lex_state = 432, .external_lex_state = 37}, + [3144] = {.lex_state = 241, .external_lex_state = 62}, + [3145] = {.lex_state = 241, .external_lex_state = 62}, + [3146] = {.lex_state = 432, .external_lex_state = 37}, + [3147] = {.lex_state = 241, .external_lex_state = 62}, + [3148] = {.lex_state = 241, .external_lex_state = 62}, + [3149] = {.lex_state = 431, .external_lex_state = 37}, + [3150] = {.lex_state = 241, .external_lex_state = 62}, + [3151] = {.lex_state = 432, .external_lex_state = 37}, + [3152] = {.lex_state = 241, .external_lex_state = 62}, + [3153] = {.lex_state = 241, .external_lex_state = 62}, + [3154] = {.lex_state = 432, .external_lex_state = 37}, + [3155] = {.lex_state = 241, .external_lex_state = 62}, + [3156] = {.lex_state = 241, .external_lex_state = 62}, + [3157] = {.lex_state = 432, .external_lex_state = 37}, + [3158] = {.lex_state = 432, .external_lex_state = 37}, + [3159] = {.lex_state = 255}, + [3160] = {.lex_state = 255}, + [3161] = {.lex_state = 241, .external_lex_state = 62}, + [3162] = {.lex_state = 432, .external_lex_state = 37}, + [3163] = {.lex_state = 241, .external_lex_state = 62}, + [3164] = {.lex_state = 241, .external_lex_state = 62}, + [3165] = {.lex_state = 432, .external_lex_state = 37}, + [3166] = {.lex_state = 241, .external_lex_state = 62}, + [3167] = {.lex_state = 241, .external_lex_state = 62}, + [3168] = {.lex_state = 189, .external_lex_state = 63}, + [3169] = {.lex_state = 432, .external_lex_state = 37}, + [3170] = {.lex_state = 432, .external_lex_state = 37}, + [3171] = {.lex_state = 189, .external_lex_state = 63}, + [3172] = {.lex_state = 241, .external_lex_state = 62}, + [3173] = {.lex_state = 431, .external_lex_state = 37}, + [3174] = {.lex_state = 241, .external_lex_state = 62}, + [3175] = {.lex_state = 431, .external_lex_state = 37}, + [3176] = {.lex_state = 241, .external_lex_state = 62}, + [3177] = {.lex_state = 432, .external_lex_state = 37}, + [3178] = {.lex_state = 241, .external_lex_state = 62}, + [3179] = {.lex_state = 189, .external_lex_state = 63}, + [3180] = {.lex_state = 189, .external_lex_state = 63}, + [3181] = {.lex_state = 432, .external_lex_state = 37}, + [3182] = {.lex_state = 72, .external_lex_state = 37}, + [3183] = {.lex_state = 72, .external_lex_state = 37}, + [3184] = {.lex_state = 241, .external_lex_state = 62}, + [3185] = {.lex_state = 432, .external_lex_state = 37}, + [3186] = {.lex_state = 432, .external_lex_state = 37}, + [3187] = {.lex_state = 241, .external_lex_state = 62}, + [3188] = {.lex_state = 431, .external_lex_state = 57}, + [3189] = {.lex_state = 241, .external_lex_state = 62}, + [3190] = {.lex_state = 432, .external_lex_state = 37}, + [3191] = {.lex_state = 431, .external_lex_state = 57}, + [3192] = {.lex_state = 431, .external_lex_state = 57}, + [3193] = {.lex_state = 431, .external_lex_state = 57}, + [3194] = {.lex_state = 241, .external_lex_state = 62}, + [3195] = {.lex_state = 432, .external_lex_state = 37}, + [3196] = {.lex_state = 241, .external_lex_state = 62}, + [3197] = {.lex_state = 432, .external_lex_state = 37}, + [3198] = {.lex_state = 241, .external_lex_state = 62}, + [3199] = {.lex_state = 241, .external_lex_state = 62}, + [3200] = {.lex_state = 241, .external_lex_state = 62}, + [3201] = {.lex_state = 189, .external_lex_state = 63}, + [3202] = {.lex_state = 431, .external_lex_state = 37}, + [3203] = {.lex_state = 241, .external_lex_state = 62}, + [3204] = {.lex_state = 432, .external_lex_state = 37}, + [3205] = {.lex_state = 241, .external_lex_state = 62}, + [3206] = {.lex_state = 241, .external_lex_state = 62}, + [3207] = {.lex_state = 432, .external_lex_state = 37}, + [3208] = {.lex_state = 432, .external_lex_state = 37}, + [3209] = {.lex_state = 241, .external_lex_state = 62}, + [3210] = {.lex_state = 432, .external_lex_state = 37}, + [3211] = {.lex_state = 72, .external_lex_state = 37}, + [3212] = {.lex_state = 72, .external_lex_state = 37}, + [3213] = {.lex_state = 72, .external_lex_state = 37}, + [3214] = {.lex_state = 432, .external_lex_state = 37}, + [3215] = {.lex_state = 241, .external_lex_state = 62}, + [3216] = {.lex_state = 241, .external_lex_state = 62}, + [3217] = {.lex_state = 255}, + [3218] = {.lex_state = 241, .external_lex_state = 62}, + [3219] = {.lex_state = 189, .external_lex_state = 63}, + [3220] = {.lex_state = 241, .external_lex_state = 62}, + [3221] = {.lex_state = 432, .external_lex_state = 37}, + [3222] = {.lex_state = 241, .external_lex_state = 62}, + [3223] = {.lex_state = 432, .external_lex_state = 37}, + [3224] = {.lex_state = 432, .external_lex_state = 37}, + [3225] = {.lex_state = 432, .external_lex_state = 37}, + [3226] = {.lex_state = 255}, + [3227] = {.lex_state = 241, .external_lex_state = 62}, + [3228] = {.lex_state = 255}, + [3229] = {.lex_state = 241, .external_lex_state = 62}, + [3230] = {.lex_state = 241, .external_lex_state = 62}, + [3231] = {.lex_state = 432, .external_lex_state = 37}, + [3232] = {.lex_state = 432, .external_lex_state = 37}, + [3233] = {.lex_state = 432, .external_lex_state = 37}, + [3234] = {.lex_state = 432, .external_lex_state = 37}, + [3235] = {.lex_state = 255}, + [3236] = {.lex_state = 432, .external_lex_state = 37}, + [3237] = {.lex_state = 241, .external_lex_state = 62}, + [3238] = {.lex_state = 255}, + [3239] = {.lex_state = 432, .external_lex_state = 37}, + [3240] = {.lex_state = 72, .external_lex_state = 37}, + [3241] = {.lex_state = 72, .external_lex_state = 37}, + [3242] = {.lex_state = 72, .external_lex_state = 37}, + [3243] = {.lex_state = 72, .external_lex_state = 37}, + [3244] = {.lex_state = 241, .external_lex_state = 62}, + [3245] = {.lex_state = 241, .external_lex_state = 62}, + [3246] = {.lex_state = 432, .external_lex_state = 37}, + [3247] = {.lex_state = 241, .external_lex_state = 62}, + [3248] = {.lex_state = 72, .external_lex_state = 37}, + [3249] = {.lex_state = 432, .external_lex_state = 37}, + [3250] = {.lex_state = 241, .external_lex_state = 62}, + [3251] = {.lex_state = 72, .external_lex_state = 37}, + [3252] = {.lex_state = 241, .external_lex_state = 62}, + [3253] = {.lex_state = 241, .external_lex_state = 62}, + [3254] = {.lex_state = 72, .external_lex_state = 37}, + [3255] = {.lex_state = 432, .external_lex_state = 37}, + [3256] = {.lex_state = 72, .external_lex_state = 37}, + [3257] = {.lex_state = 72, .external_lex_state = 37}, + [3258] = {.lex_state = 72, .external_lex_state = 37}, + [3259] = {.lex_state = 72, .external_lex_state = 37}, + [3260] = {.lex_state = 72, .external_lex_state = 37}, + [3261] = {.lex_state = 72, .external_lex_state = 37}, + [3262] = {.lex_state = 72, .external_lex_state = 37}, + [3263] = {.lex_state = 72, .external_lex_state = 37}, + [3264] = {.lex_state = 241, .external_lex_state = 62}, + [3265] = {.lex_state = 432, .external_lex_state = 37}, + [3266] = {.lex_state = 72, .external_lex_state = 37}, + [3267] = {.lex_state = 241, .external_lex_state = 62}, + [3268] = {.lex_state = 432, .external_lex_state = 37}, + [3269] = {.lex_state = 241, .external_lex_state = 62}, + [3270] = {.lex_state = 241, .external_lex_state = 62}, + [3271] = {.lex_state = 72, .external_lex_state = 37}, + [3272] = {.lex_state = 241, .external_lex_state = 62}, + [3273] = {.lex_state = 255}, + [3274] = {.lex_state = 241, .external_lex_state = 62}, + [3275] = {.lex_state = 72, .external_lex_state = 37}, + [3276] = {.lex_state = 72, .external_lex_state = 37}, + [3277] = {.lex_state = 72, .external_lex_state = 37}, + [3278] = {.lex_state = 432, .external_lex_state = 37}, + [3279] = {.lex_state = 72, .external_lex_state = 37}, + [3280] = {.lex_state = 432, .external_lex_state = 37}, + [3281] = {.lex_state = 72, .external_lex_state = 37}, + [3282] = {.lex_state = 72, .external_lex_state = 37}, + [3283] = {.lex_state = 432, .external_lex_state = 37}, + [3284] = {.lex_state = 72, .external_lex_state = 37}, + [3285] = {.lex_state = 72, .external_lex_state = 37}, + [3286] = {.lex_state = 432, .external_lex_state = 37}, + [3287] = {.lex_state = 432, .external_lex_state = 37}, + [3288] = {.lex_state = 432, .external_lex_state = 37}, + [3289] = {.lex_state = 72, .external_lex_state = 37}, + [3290] = {.lex_state = 72, .external_lex_state = 37}, + [3291] = {.lex_state = 72, .external_lex_state = 37}, + [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 = 432, .external_lex_state = 37}, + [3296] = {.lex_state = 72, .external_lex_state = 37}, + [3297] = {.lex_state = 72, .external_lex_state = 37}, + [3298] = {.lex_state = 432, .external_lex_state = 37}, + [3299] = {.lex_state = 72, .external_lex_state = 37}, + [3300] = {.lex_state = 72, .external_lex_state = 37}, + [3301] = {.lex_state = 241, .external_lex_state = 62}, + [3302] = {.lex_state = 72, .external_lex_state = 37}, + [3303] = {.lex_state = 72, .external_lex_state = 37}, + [3304] = {.lex_state = 72, .external_lex_state = 37}, + [3305] = {.lex_state = 72, .external_lex_state = 37}, + [3306] = {.lex_state = 72, .external_lex_state = 37}, + [3307] = {.lex_state = 72, .external_lex_state = 37}, + [3308] = {.lex_state = 432, .external_lex_state = 37}, + [3309] = {.lex_state = 432, .external_lex_state = 37}, + [3310] = {.lex_state = 241, .external_lex_state = 62}, + [3311] = {.lex_state = 432, .external_lex_state = 37}, + [3312] = {.lex_state = 72, .external_lex_state = 37}, + [3313] = {.lex_state = 72, .external_lex_state = 37}, + [3314] = {.lex_state = 72, .external_lex_state = 37}, + [3315] = {.lex_state = 432, .external_lex_state = 37}, + [3316] = {.lex_state = 432, .external_lex_state = 37}, + [3317] = {.lex_state = 432, .external_lex_state = 37}, + [3318] = {.lex_state = 72, .external_lex_state = 37}, + [3319] = {.lex_state = 241, .external_lex_state = 62}, + [3320] = {.lex_state = 72, .external_lex_state = 37}, + [3321] = {.lex_state = 72, .external_lex_state = 37}, + [3322] = {.lex_state = 241, .external_lex_state = 62}, + [3323] = {.lex_state = 72, .external_lex_state = 37}, + [3324] = {.lex_state = 72, .external_lex_state = 37}, + [3325] = {.lex_state = 72, .external_lex_state = 37}, + [3326] = {.lex_state = 432, .external_lex_state = 37}, + [3327] = {.lex_state = 241, .external_lex_state = 62}, + [3328] = {.lex_state = 432, .external_lex_state = 37}, + [3329] = {.lex_state = 432, .external_lex_state = 37}, + [3330] = {.lex_state = 431, .external_lex_state = 57}, + [3331] = {.lex_state = 241, .external_lex_state = 62}, + [3332] = {.lex_state = 431, .external_lex_state = 57}, + [3333] = {.lex_state = 72, .external_lex_state = 37}, + [3334] = {.lex_state = 241, .external_lex_state = 62}, + [3335] = {.lex_state = 189, .external_lex_state = 63}, + [3336] = {.lex_state = 189, .external_lex_state = 63}, + [3337] = {.lex_state = 432, .external_lex_state = 37}, + [3338] = {.lex_state = 189, .external_lex_state = 63}, + [3339] = {.lex_state = 189, .external_lex_state = 63}, + [3340] = {.lex_state = 189, .external_lex_state = 63}, + [3341] = {.lex_state = 431, .external_lex_state = 37}, + [3342] = {.lex_state = 432, .external_lex_state = 37}, + [3343] = {.lex_state = 189, .external_lex_state = 63}, + [3344] = {.lex_state = 431, .external_lex_state = 37}, + [3345] = {.lex_state = 431, .external_lex_state = 37}, + [3346] = {.lex_state = 255}, + [3347] = {.lex_state = 431, .external_lex_state = 37}, + [3348] = {.lex_state = 431, .external_lex_state = 37}, + [3349] = {.lex_state = 189, .external_lex_state = 63}, + [3350] = {.lex_state = 189, .external_lex_state = 63}, + [3351] = {.lex_state = 72, .external_lex_state = 55}, + [3352] = {.lex_state = 189, .external_lex_state = 63}, + [3353] = {.lex_state = 189, .external_lex_state = 63}, + [3354] = {.lex_state = 189, .external_lex_state = 63}, + [3355] = {.lex_state = 255}, + [3356] = {.lex_state = 255}, + [3357] = {.lex_state = 431, .external_lex_state = 37}, + [3358] = {.lex_state = 255}, + [3359] = {.lex_state = 255}, + [3360] = {.lex_state = 255}, + [3361] = {.lex_state = 431, .external_lex_state = 37}, + [3362] = {.lex_state = 189, .external_lex_state = 63}, + [3363] = {.lex_state = 255}, + [3364] = {.lex_state = 432, .external_lex_state = 37}, + [3365] = {.lex_state = 431, .external_lex_state = 37}, + [3366] = {.lex_state = 189, .external_lex_state = 63}, + [3367] = {.lex_state = 189, .external_lex_state = 63}, + [3368] = {.lex_state = 189, .external_lex_state = 63}, + [3369] = {.lex_state = 255}, + [3370] = {.lex_state = 189, .external_lex_state = 63}, + [3371] = {.lex_state = 189, .external_lex_state = 63}, + [3372] = {.lex_state = 189, .external_lex_state = 63}, + [3373] = {.lex_state = 255}, + [3374] = {.lex_state = 189, .external_lex_state = 63}, + [3375] = {.lex_state = 236, .external_lex_state = 48}, + [3376] = {.lex_state = 72, .external_lex_state = 37}, + [3377] = {.lex_state = 72, .external_lex_state = 37}, + [3378] = {.lex_state = 72, .external_lex_state = 37}, + [3379] = {.lex_state = 72, .external_lex_state = 37}, + [3380] = {.lex_state = 431, .external_lex_state = 37}, + [3381] = {.lex_state = 431, .external_lex_state = 37}, + [3382] = {.lex_state = 431, .external_lex_state = 37}, + [3383] = {.lex_state = 72, .external_lex_state = 37}, + [3384] = {.lex_state = 236, .external_lex_state = 48}, + [3385] = {.lex_state = 72, .external_lex_state = 55}, + [3386] = {.lex_state = 188, .external_lex_state = 42}, + [3387] = {.lex_state = 236, .external_lex_state = 48}, + [3388] = {.lex_state = 188, .external_lex_state = 42}, + [3389] = {.lex_state = 72, .external_lex_state = 35}, + [3390] = {.lex_state = 72, .external_lex_state = 55}, + [3391] = {.lex_state = 264, .external_lex_state = 64}, + [3392] = {.lex_state = 72, .external_lex_state = 55}, + [3393] = {.lex_state = 72, .external_lex_state = 57}, + [3394] = {.lex_state = 72, .external_lex_state = 35}, + [3395] = {.lex_state = 72, .external_lex_state = 55}, + [3396] = {.lex_state = 236, .external_lex_state = 48}, + [3397] = {.lex_state = 72, .external_lex_state = 37}, + [3398] = {.lex_state = 265, .external_lex_state = 65}, + [3399] = {.lex_state = 236, .external_lex_state = 48}, + [3400] = {.lex_state = 236, .external_lex_state = 51}, + [3401] = {.lex_state = 255}, + [3402] = {.lex_state = 264, .external_lex_state = 65}, + [3403] = {.lex_state = 264, .external_lex_state = 64}, + [3404] = {.lex_state = 248, .external_lex_state = 66}, + [3405] = {.lex_state = 236, .external_lex_state = 51}, + [3406] = {.lex_state = 236, .external_lex_state = 49}, + [3407] = {.lex_state = 255}, + [3408] = {.lex_state = 72, .external_lex_state = 57}, + [3409] = {.lex_state = 255}, + [3410] = {.lex_state = 255}, + [3411] = {.lex_state = 264, .external_lex_state = 64}, + [3412] = {.lex_state = 264, .external_lex_state = 64}, + [3413] = {.lex_state = 255}, + [3414] = {.lex_state = 72, .external_lex_state = 57}, + [3415] = {.lex_state = 72, .external_lex_state = 57}, + [3416] = {.lex_state = 264, .external_lex_state = 65}, + [3417] = {.lex_state = 188, .external_lex_state = 42}, + [3418] = {.lex_state = 264, .external_lex_state = 65}, + [3419] = {.lex_state = 248, .external_lex_state = 66}, + [3420] = {.lex_state = 72, .external_lex_state = 57}, + [3421] = {.lex_state = 255}, + [3422] = {.lex_state = 236, .external_lex_state = 51}, + [3423] = {.lex_state = 265, .external_lex_state = 67}, + [3424] = {.lex_state = 248, .external_lex_state = 66}, + [3425] = {.lex_state = 236, .external_lex_state = 51}, + [3426] = {.lex_state = 236, .external_lex_state = 49}, + [3427] = {.lex_state = 248, .external_lex_state = 66}, + [3428] = {.lex_state = 264, .external_lex_state = 65}, + [3429] = {.lex_state = 264, .external_lex_state = 64}, + [3430] = {.lex_state = 264, .external_lex_state = 64}, + [3431] = {.lex_state = 248, .external_lex_state = 66}, + [3432] = {.lex_state = 248, .external_lex_state = 66}, + [3433] = {.lex_state = 236, .external_lex_state = 51}, + [3434] = {.lex_state = 264, .external_lex_state = 64}, + [3435] = {.lex_state = 264, .external_lex_state = 64}, + [3436] = {.lex_state = 72, .external_lex_state = 57}, + [3437] = {.lex_state = 264, .external_lex_state = 65}, + [3438] = {.lex_state = 72, .external_lex_state = 57}, + [3439] = {.lex_state = 248, .external_lex_state = 66}, + [3440] = {.lex_state = 248, .external_lex_state = 66}, + [3441] = {.lex_state = 264, .external_lex_state = 65}, + [3442] = {.lex_state = 254, .external_lex_state = 24}, + [3443] = {.lex_state = 254, .external_lex_state = 24}, + [3444] = {.lex_state = 264, .external_lex_state = 64}, + [3445] = {.lex_state = 254, .external_lex_state = 24}, + [3446] = {.lex_state = 264, .external_lex_state = 64}, + [3447] = {.lex_state = 236, .external_lex_state = 48}, + [3448] = {.lex_state = 264, .external_lex_state = 64}, + [3449] = {.lex_state = 254, .external_lex_state = 24}, + [3450] = {.lex_state = 264, .external_lex_state = 64}, + [3451] = {.lex_state = 72, .external_lex_state = 37}, + [3452] = {.lex_state = 264, .external_lex_state = 65}, + [3453] = {.lex_state = 264, .external_lex_state = 64}, + [3454] = {.lex_state = 254, .external_lex_state = 24}, + [3455] = {.lex_state = 72, .external_lex_state = 37}, + [3456] = {.lex_state = 264, .external_lex_state = 67}, + [3457] = {.lex_state = 248, .external_lex_state = 66}, + [3458] = {.lex_state = 254, .external_lex_state = 24}, + [3459] = {.lex_state = 264, .external_lex_state = 64}, + [3460] = {.lex_state = 264, .external_lex_state = 64}, + [3461] = {.lex_state = 248, .external_lex_state = 66}, + [3462] = {.lex_state = 254, .external_lex_state = 24}, + [3463] = {.lex_state = 264, .external_lex_state = 65}, + [3464] = {.lex_state = 254, .external_lex_state = 24}, + [3465] = {.lex_state = 264, .external_lex_state = 64}, + [3466] = {.lex_state = 264, .external_lex_state = 65}, + [3467] = {.lex_state = 264, .external_lex_state = 65}, + [3468] = {.lex_state = 248, .external_lex_state = 66}, + [3469] = {.lex_state = 264, .external_lex_state = 64}, + [3470] = {.lex_state = 264, .external_lex_state = 67}, + [3471] = {.lex_state = 264, .external_lex_state = 64}, + [3472] = {.lex_state = 254, .external_lex_state = 24}, + [3473] = {.lex_state = 248, .external_lex_state = 66}, + [3474] = {.lex_state = 264, .external_lex_state = 67}, + [3475] = {.lex_state = 264, .external_lex_state = 67}, + [3476] = {.lex_state = 248, .external_lex_state = 66}, + [3477] = {.lex_state = 248, .external_lex_state = 66}, + [3478] = {.lex_state = 264, .external_lex_state = 64}, + [3479] = {.lex_state = 236, .external_lex_state = 48}, + [3480] = {.lex_state = 254, .external_lex_state = 24}, + [3481] = {.lex_state = 264, .external_lex_state = 65}, + [3482] = {.lex_state = 254, .external_lex_state = 24}, + [3483] = {.lex_state = 248, .external_lex_state = 66}, + [3484] = {.lex_state = 255, .external_lex_state = 49}, + [3485] = {.lex_state = 248, .external_lex_state = 66}, + [3486] = {.lex_state = 248, .external_lex_state = 66}, + [3487] = {.lex_state = 248, .external_lex_state = 66}, + [3488] = {.lex_state = 254, .external_lex_state = 24}, + [3489] = {.lex_state = 236, .external_lex_state = 48}, + [3490] = {.lex_state = 264, .external_lex_state = 65}, + [3491] = {.lex_state = 264, .external_lex_state = 64}, + [3492] = {.lex_state = 264, .external_lex_state = 65}, + [3493] = {.lex_state = 236, .external_lex_state = 48}, + [3494] = {.lex_state = 248, .external_lex_state = 66}, + [3495] = {.lex_state = 254, .external_lex_state = 24}, + [3496] = {.lex_state = 264, .external_lex_state = 64}, + [3497] = {.lex_state = 254, .external_lex_state = 24}, + [3498] = {.lex_state = 264, .external_lex_state = 65}, + [3499] = {.lex_state = 264, .external_lex_state = 64}, + [3500] = {.lex_state = 254, .external_lex_state = 24}, + [3501] = {.lex_state = 264, .external_lex_state = 65}, + [3502] = {.lex_state = 254, .external_lex_state = 24}, + [3503] = {.lex_state = 248, .external_lex_state = 66}, + [3504] = {.lex_state = 248, .external_lex_state = 66}, + [3505] = {.lex_state = 248, .external_lex_state = 66}, + [3506] = {.lex_state = 264, .external_lex_state = 65}, + [3507] = {.lex_state = 254, .external_lex_state = 24}, + [3508] = {.lex_state = 248, .external_lex_state = 66}, + [3509] = {.lex_state = 264, .external_lex_state = 65}, + [3510] = {.lex_state = 248, .external_lex_state = 66}, + [3511] = {.lex_state = 254, .external_lex_state = 24}, + [3512] = {.lex_state = 254, .external_lex_state = 24}, + [3513] = {.lex_state = 264, .external_lex_state = 65}, + [3514] = {.lex_state = 264, .external_lex_state = 65}, + [3515] = {.lex_state = 264, .external_lex_state = 65}, + [3516] = {.lex_state = 264, .external_lex_state = 65}, + [3517] = {.lex_state = 255, .external_lex_state = 49}, + [3518] = {.lex_state = 254, .external_lex_state = 24}, + [3519] = {.lex_state = 236, .external_lex_state = 48}, + [3520] = {.lex_state = 254, .external_lex_state = 24}, + [3521] = {.lex_state = 264, .external_lex_state = 65}, + [3522] = {.lex_state = 254, .external_lex_state = 24}, + [3523] = {.lex_state = 264, .external_lex_state = 64}, + [3524] = {.lex_state = 254, .external_lex_state = 24}, + [3525] = {.lex_state = 264, .external_lex_state = 65}, + [3526] = {.lex_state = 248, .external_lex_state = 66}, + [3527] = {.lex_state = 264, .external_lex_state = 64}, + [3528] = {.lex_state = 264, .external_lex_state = 67}, + [3529] = {.lex_state = 264, .external_lex_state = 67}, + [3530] = {.lex_state = 264, .external_lex_state = 64}, + [3531] = {.lex_state = 254, .external_lex_state = 24}, + [3532] = {.lex_state = 264, .external_lex_state = 67}, + [3533] = {.lex_state = 264, .external_lex_state = 65}, + [3534] = {.lex_state = 264, .external_lex_state = 64}, + [3535] = {.lex_state = 264, .external_lex_state = 64}, + [3536] = {.lex_state = 245, .external_lex_state = 24}, + [3537] = {.lex_state = 245, .external_lex_state = 24}, + [3538] = {.lex_state = 73, .external_lex_state = 60}, + [3539] = {.lex_state = 245, .external_lex_state = 24}, + [3540] = {.lex_state = 245, .external_lex_state = 24}, + [3541] = {.lex_state = 245, .external_lex_state = 24}, + [3542] = {.lex_state = 245, .external_lex_state = 24}, + [3543] = {.lex_state = 73, .external_lex_state = 60}, + [3544] = {.lex_state = 264, .external_lex_state = 67}, + [3545] = {.lex_state = 245, .external_lex_state = 24}, + [3546] = {.lex_state = 255, .external_lex_state = 51}, + [3547] = {.lex_state = 245, .external_lex_state = 24}, + [3548] = {.lex_state = 236, .external_lex_state = 51}, + [3549] = {.lex_state = 245, .external_lex_state = 24}, + [3550] = {.lex_state = 245, .external_lex_state = 24}, + [3551] = {.lex_state = 245, .external_lex_state = 24}, + [3552] = {.lex_state = 264, .external_lex_state = 67}, + [3553] = {.lex_state = 264, .external_lex_state = 67}, + [3554] = {.lex_state = 264, .external_lex_state = 67}, + [3555] = {.lex_state = 245, .external_lex_state = 24}, + [3556] = {.lex_state = 245, .external_lex_state = 27}, + [3557] = {.lex_state = 245, .external_lex_state = 24}, + [3558] = {.lex_state = 245, .external_lex_state = 24}, + [3559] = {.lex_state = 245, .external_lex_state = 24}, + [3560] = {.lex_state = 245, .external_lex_state = 24}, + [3561] = {.lex_state = 245, .external_lex_state = 24}, + [3562] = {.lex_state = 245, .external_lex_state = 24}, + [3563] = {.lex_state = 245, .external_lex_state = 24}, + [3564] = {.lex_state = 73, .external_lex_state = 60}, + [3565] = {.lex_state = 255, .external_lex_state = 51}, + [3566] = {.lex_state = 245, .external_lex_state = 24}, + [3567] = {.lex_state = 73, .external_lex_state = 60}, + [3568] = {.lex_state = 72, .external_lex_state = 37}, + [3569] = {.lex_state = 72, .external_lex_state = 37}, + [3570] = {.lex_state = 264, .external_lex_state = 67}, + [3571] = {.lex_state = 264, .external_lex_state = 67}, + [3572] = {.lex_state = 264, .external_lex_state = 67}, + [3573] = {.lex_state = 73, .external_lex_state = 60}, + [3574] = {.lex_state = 264, .external_lex_state = 67}, + [3575] = {.lex_state = 264, .external_lex_state = 67}, + [3576] = {.lex_state = 264, .external_lex_state = 67}, + [3577] = {.lex_state = 255, .external_lex_state = 49}, + [3578] = {.lex_state = 236, .external_lex_state = 48}, + [3579] = {.lex_state = 245, .external_lex_state = 24}, + [3580] = {.lex_state = 245, .external_lex_state = 24}, + [3581] = {.lex_state = 73, .external_lex_state = 60}, + [3582] = {.lex_state = 72, .external_lex_state = 37}, + [3583] = {.lex_state = 245, .external_lex_state = 24}, + [3584] = {.lex_state = 245, .external_lex_state = 24}, + [3585] = {.lex_state = 245, .external_lex_state = 24}, + [3586] = {.lex_state = 245, .external_lex_state = 24}, + [3587] = {.lex_state = 245, .external_lex_state = 24}, + [3588] = {.lex_state = 245, .external_lex_state = 24}, + [3589] = {.lex_state = 264, .external_lex_state = 67}, + [3590] = {.lex_state = 245, .external_lex_state = 24}, + [3591] = {.lex_state = 245, .external_lex_state = 24}, + [3592] = {.lex_state = 264, .external_lex_state = 67}, + [3593] = {.lex_state = 245, .external_lex_state = 24}, + [3594] = {.lex_state = 245, .external_lex_state = 24}, + [3595] = {.lex_state = 245, .external_lex_state = 24}, + [3596] = {.lex_state = 245, .external_lex_state = 24}, + [3597] = {.lex_state = 73, .external_lex_state = 60}, + [3598] = {.lex_state = 245, .external_lex_state = 24}, + [3599] = {.lex_state = 255, .external_lex_state = 51}, + [3600] = {.lex_state = 73, .external_lex_state = 60}, + [3601] = {.lex_state = 245, .external_lex_state = 24}, + [3602] = {.lex_state = 245, .external_lex_state = 27}, + [3603] = {.lex_state = 245, .external_lex_state = 24}, + [3604] = {.lex_state = 245, .external_lex_state = 24}, + [3605] = {.lex_state = 245, .external_lex_state = 24}, + [3606] = {.lex_state = 245, .external_lex_state = 24}, + [3607] = {.lex_state = 245, .external_lex_state = 24}, + [3608] = {.lex_state = 245, .external_lex_state = 24}, + [3609] = {.lex_state = 245, .external_lex_state = 24}, + [3610] = {.lex_state = 264, .external_lex_state = 67}, + [3611] = {.lex_state = 245, .external_lex_state = 24}, + [3612] = {.lex_state = 245, .external_lex_state = 24}, + [3613] = {.lex_state = 245, .external_lex_state = 24}, + [3614] = {.lex_state = 264, .external_lex_state = 67}, + [3615] = {.lex_state = 236, .external_lex_state = 51}, + [3616] = {.lex_state = 245, .external_lex_state = 24}, + [3617] = {.lex_state = 245, .external_lex_state = 24}, + [3618] = {.lex_state = 264, .external_lex_state = 67}, + [3619] = {.lex_state = 245, .external_lex_state = 24}, + [3620] = {.lex_state = 264, .external_lex_state = 67}, + [3621] = {.lex_state = 264, .external_lex_state = 67}, + [3622] = {.lex_state = 245, .external_lex_state = 24}, + [3623] = {.lex_state = 245, .external_lex_state = 24}, + [3624] = {.lex_state = 245, .external_lex_state = 24}, + [3625] = {.lex_state = 245, .external_lex_state = 24}, + [3626] = {.lex_state = 245, .external_lex_state = 24}, + [3627] = {.lex_state = 245, .external_lex_state = 24}, + [3628] = {.lex_state = 245, .external_lex_state = 24}, + [3629] = {.lex_state = 245, .external_lex_state = 24}, + [3630] = {.lex_state = 245, .external_lex_state = 24}, + [3631] = {.lex_state = 245, .external_lex_state = 24}, + [3632] = {.lex_state = 264, .external_lex_state = 67}, + [3633] = {.lex_state = 245, .external_lex_state = 24}, + [3634] = {.lex_state = 245, .external_lex_state = 24}, + [3635] = {.lex_state = 245, .external_lex_state = 24}, + [3636] = {.lex_state = 245, .external_lex_state = 24}, + [3637] = {.lex_state = 245, .external_lex_state = 24}, + [3638] = {.lex_state = 264, .external_lex_state = 67}, + [3639] = {.lex_state = 236, .external_lex_state = 48}, + [3640] = {.lex_state = 236, .external_lex_state = 48}, + [3641] = {.lex_state = 236, .external_lex_state = 51}, + [3642] = {.lex_state = 236, .external_lex_state = 48}, + [3643] = {.lex_state = 236, .external_lex_state = 48}, + [3644] = {.lex_state = 236, .external_lex_state = 49}, + [3645] = {.lex_state = 236, .external_lex_state = 51}, + [3646] = {.lex_state = 236, .external_lex_state = 48}, + [3647] = {.lex_state = 236, .external_lex_state = 48}, + [3648] = {.lex_state = 236, .external_lex_state = 51}, + [3649] = {.lex_state = 236, .external_lex_state = 48}, + [3650] = {.lex_state = 245, .external_lex_state = 27}, + [3651] = {.lex_state = 236, .external_lex_state = 48}, + [3652] = {.lex_state = 236, .external_lex_state = 49}, + [3653] = {.lex_state = 236, .external_lex_state = 48}, + [3654] = {.lex_state = 257, .external_lex_state = 68}, + [3655] = {.lex_state = 255, .external_lex_state = 51}, + [3656] = {.lex_state = 236, .external_lex_state = 49}, + [3657] = {.lex_state = 236, .external_lex_state = 48}, + [3658] = {.lex_state = 236, .external_lex_state = 48}, + [3659] = {.lex_state = 236, .external_lex_state = 48}, + [3660] = {.lex_state = 236, .external_lex_state = 48}, + [3661] = {.lex_state = 236, .external_lex_state = 48}, + [3662] = {.lex_state = 236, .external_lex_state = 48}, + [3663] = {.lex_state = 236, .external_lex_state = 48}, + [3664] = {.lex_state = 236, .external_lex_state = 48}, + [3665] = {.lex_state = 236, .external_lex_state = 48}, + [3666] = {.lex_state = 236, .external_lex_state = 51}, + [3667] = {.lex_state = 236, .external_lex_state = 51}, + [3668] = {.lex_state = 236, .external_lex_state = 51}, + [3669] = {.lex_state = 236, .external_lex_state = 51}, + [3670] = {.lex_state = 236, .external_lex_state = 51}, + [3671] = {.lex_state = 236, .external_lex_state = 51}, + [3672] = {.lex_state = 236, .external_lex_state = 51}, + [3673] = {.lex_state = 236, .external_lex_state = 51}, + [3674] = {.lex_state = 73, .external_lex_state = 69}, + [3675] = {.lex_state = 236, .external_lex_state = 51}, + [3676] = {.lex_state = 236, .external_lex_state = 51}, + [3677] = {.lex_state = 236, .external_lex_state = 51}, + [3678] = {.lex_state = 236, .external_lex_state = 51}, + [3679] = {.lex_state = 236, .external_lex_state = 51}, + [3680] = {.lex_state = 236, .external_lex_state = 51}, + [3681] = {.lex_state = 71, .external_lex_state = 70}, + [3682] = {.lex_state = 236, .external_lex_state = 51}, + [3683] = {.lex_state = 236, .external_lex_state = 51}, + [3684] = {.lex_state = 236, .external_lex_state = 51}, + [3685] = {.lex_state = 236, .external_lex_state = 51}, + [3686] = {.lex_state = 236, .external_lex_state = 51}, + [3687] = {.lex_state = 236, .external_lex_state = 51}, + [3688] = {.lex_state = 236, .external_lex_state = 51}, + [3689] = {.lex_state = 236, .external_lex_state = 51}, + [3690] = {.lex_state = 236, .external_lex_state = 51}, + [3691] = {.lex_state = 236, .external_lex_state = 51}, + [3692] = {.lex_state = 236, .external_lex_state = 51}, + [3693] = {.lex_state = 236, .external_lex_state = 51}, + [3694] = {.lex_state = 236, .external_lex_state = 51}, + [3695] = {.lex_state = 236, .external_lex_state = 51}, + [3696] = {.lex_state = 236, .external_lex_state = 51}, + [3697] = {.lex_state = 236, .external_lex_state = 51}, + [3698] = {.lex_state = 236, .external_lex_state = 51}, + [3699] = {.lex_state = 236, .external_lex_state = 51}, + [3700] = {.lex_state = 236, .external_lex_state = 51}, + [3701] = {.lex_state = 236, .external_lex_state = 51}, + [3702] = {.lex_state = 236, .external_lex_state = 51}, + [3703] = {.lex_state = 236, .external_lex_state = 51}, + [3704] = {.lex_state = 236, .external_lex_state = 51}, + [3705] = {.lex_state = 236, .external_lex_state = 51}, + [3706] = {.lex_state = 236, .external_lex_state = 51}, + [3707] = {.lex_state = 236, .external_lex_state = 51}, + [3708] = {.lex_state = 236, .external_lex_state = 51}, + [3709] = {.lex_state = 236, .external_lex_state = 51}, + [3710] = {.lex_state = 236, .external_lex_state = 51}, + [3711] = {.lex_state = 236, .external_lex_state = 51}, + [3712] = {.lex_state = 236, .external_lex_state = 51}, + [3713] = {.lex_state = 236, .external_lex_state = 51}, + [3714] = {.lex_state = 236, .external_lex_state = 51}, + [3715] = {.lex_state = 236, .external_lex_state = 51}, + [3716] = {.lex_state = 236, .external_lex_state = 51}, + [3717] = {.lex_state = 236, .external_lex_state = 51}, + [3718] = {.lex_state = 236, .external_lex_state = 51}, + [3719] = {.lex_state = 162, .external_lex_state = 59}, + [3720] = {.lex_state = 162, .external_lex_state = 59}, + [3721] = {.lex_state = 236, .external_lex_state = 51}, + [3722] = {.lex_state = 236, .external_lex_state = 51}, + [3723] = {.lex_state = 73, .external_lex_state = 60}, + [3724] = {.lex_state = 73, .external_lex_state = 60}, + [3725] = {.lex_state = 73, .external_lex_state = 69}, + [3726] = {.lex_state = 73, .external_lex_state = 60}, + [3727] = {.lex_state = 73, .external_lex_state = 69}, + [3728] = {.lex_state = 73, .external_lex_state = 69}, + [3729] = {.lex_state = 73, .external_lex_state = 60}, + [3730] = {.lex_state = 73, .external_lex_state = 69}, + [3731] = {.lex_state = 73, .external_lex_state = 60}, + [3732] = {.lex_state = 73, .external_lex_state = 60}, + [3733] = {.lex_state = 257, .external_lex_state = 71}, + [3734] = {.lex_state = 73, .external_lex_state = 69}, + [3735] = {.lex_state = 73, .external_lex_state = 69}, + [3736] = {.lex_state = 73, .external_lex_state = 60}, + [3737] = {.lex_state = 73, .external_lex_state = 69}, + [3738] = {.lex_state = 73, .external_lex_state = 60}, + [3739] = {.lex_state = 73, .external_lex_state = 69}, + [3740] = {.lex_state = 73, .external_lex_state = 60}, + [3741] = {.lex_state = 73, .external_lex_state = 69}, + [3742] = {.lex_state = 73, .external_lex_state = 60}, + [3743] = {.lex_state = 73, .external_lex_state = 69}, + [3744] = {.lex_state = 73, .external_lex_state = 69}, + [3745] = {.lex_state = 73, .external_lex_state = 69}, + [3746] = {.lex_state = 73, .external_lex_state = 69}, + [3747] = {.lex_state = 73, .external_lex_state = 69}, + [3748] = {.lex_state = 73, .external_lex_state = 69}, + [3749] = {.lex_state = 240, .external_lex_state = 54}, + [3750] = {.lex_state = 240, .external_lex_state = 54}, + [3751] = {.lex_state = 73, .external_lex_state = 69}, + [3752] = {.lex_state = 73, .external_lex_state = 69}, + [3753] = {.lex_state = 73, .external_lex_state = 60}, + [3754] = {.lex_state = 73, .external_lex_state = 69}, + [3755] = {.lex_state = 73, .external_lex_state = 69}, + [3756] = {.lex_state = 73, .external_lex_state = 69}, + [3757] = {.lex_state = 73, .external_lex_state = 69}, + [3758] = {.lex_state = 73, .external_lex_state = 69}, + [3759] = {.lex_state = 73, .external_lex_state = 60}, + [3760] = {.lex_state = 73, .external_lex_state = 69}, + [3761] = {.lex_state = 73, .external_lex_state = 69}, + [3762] = {.lex_state = 73, .external_lex_state = 69}, + [3763] = {.lex_state = 73, .external_lex_state = 69}, + [3764] = {.lex_state = 233}, + [3765] = {.lex_state = 233}, + [3766] = {.lex_state = 73, .external_lex_state = 60}, + [3767] = {.lex_state = 261}, + [3768] = {.lex_state = 261}, + [3769] = {.lex_state = 261}, + [3770] = {.lex_state = 261}, + [3771] = {.lex_state = 261}, + [3772] = {.lex_state = 261}, + [3773] = {.lex_state = 261}, + [3774] = {.lex_state = 261}, + [3775] = {.lex_state = 261}, + [3776] = {.lex_state = 261}, + [3777] = {.lex_state = 261}, + [3778] = {.lex_state = 261}, + [3779] = {.lex_state = 261}, + [3780] = {.lex_state = 261}, + [3781] = {.lex_state = 261}, + [3782] = {.lex_state = 261}, + [3783] = {.lex_state = 261}, + [3784] = {.lex_state = 261}, + [3785] = {.lex_state = 261}, + [3786] = {.lex_state = 261}, + [3787] = {.lex_state = 261}, + [3788] = {.lex_state = 261}, + [3789] = {.lex_state = 261}, + [3790] = {.lex_state = 261}, + [3791] = {.lex_state = 261}, + [3792] = {.lex_state = 261}, + [3793] = {.lex_state = 261}, + [3794] = {.lex_state = 261}, + [3795] = {.lex_state = 261}, + [3796] = {.lex_state = 261}, + [3797] = {.lex_state = 261}, + [3798] = {.lex_state = 261}, + [3799] = {.lex_state = 261}, + [3800] = {.lex_state = 261}, + [3801] = {.lex_state = 261}, + [3802] = {.lex_state = 261}, + [3803] = {.lex_state = 261}, + [3804] = {.lex_state = 261}, + [3805] = {.lex_state = 261}, + [3806] = {.lex_state = 261}, + [3807] = {.lex_state = 261}, + [3808] = {.lex_state = 261}, + [3809] = {.lex_state = 261}, + [3810] = {.lex_state = 261}, + [3811] = {.lex_state = 261}, + [3812] = {.lex_state = 261}, + [3813] = {.lex_state = 261}, + [3814] = {.lex_state = 261}, + [3815] = {.lex_state = 261}, + [3816] = {.lex_state = 261}, + [3817] = {.lex_state = 261}, + [3818] = {.lex_state = 261}, + [3819] = {.lex_state = 261}, + [3820] = {.lex_state = 261}, + [3821] = {.lex_state = 261}, + [3822] = {.lex_state = 261}, + [3823] = {.lex_state = 261}, + [3824] = {.lex_state = 261}, + [3825] = {.lex_state = 261}, + [3826] = {.lex_state = 261}, + [3827] = {.lex_state = 261}, + [3828] = {.lex_state = 261}, + [3829] = {.lex_state = 261}, + [3830] = {.lex_state = 261}, + [3831] = {.lex_state = 261}, + [3832] = {.lex_state = 261}, + [3833] = {.lex_state = 261}, + [3834] = {.lex_state = 261}, + [3835] = {.lex_state = 261}, + [3836] = {.lex_state = 261}, + [3837] = {.lex_state = 261}, + [3838] = {.lex_state = 261}, + [3839] = {.lex_state = 261}, + [3840] = {.lex_state = 261}, + [3841] = {.lex_state = 261}, + [3842] = {.lex_state = 261}, + [3843] = {.lex_state = 261}, + [3844] = {.lex_state = 73, .external_lex_state = 60}, + [3845] = {.lex_state = 261}, + [3846] = {.lex_state = 261}, + [3847] = {.lex_state = 261}, + [3848] = {.lex_state = 261}, + [3849] = {.lex_state = 261}, + [3850] = {.lex_state = 261}, + [3851] = {.lex_state = 261}, + [3852] = {.lex_state = 261}, + [3853] = {.lex_state = 261}, + [3854] = {.lex_state = 261}, + [3855] = {.lex_state = 261}, + [3856] = {.lex_state = 261}, + [3857] = {.lex_state = 261}, + [3858] = {.lex_state = 261}, + [3859] = {.lex_state = 73, .external_lex_state = 60}, + [3860] = {.lex_state = 261}, + [3861] = {.lex_state = 261}, + [3862] = {.lex_state = 261}, + [3863] = {.lex_state = 261}, + [3864] = {.lex_state = 261}, + [3865] = {.lex_state = 261}, + [3866] = {.lex_state = 261}, + [3867] = {.lex_state = 261}, + [3868] = {.lex_state = 261}, + [3869] = {.lex_state = 261}, + [3870] = {.lex_state = 261}, + [3871] = {.lex_state = 261}, + [3872] = {.lex_state = 261}, + [3873] = {.lex_state = 261}, + [3874] = {.lex_state = 261}, + [3875] = {.lex_state = 261}, + [3876] = {.lex_state = 261}, + [3877] = {.lex_state = 261}, + [3878] = {.lex_state = 261}, + [3879] = {.lex_state = 261}, + [3880] = {.lex_state = 261}, + [3881] = {.lex_state = 261}, + [3882] = {.lex_state = 261}, + [3883] = {.lex_state = 261}, + [3884] = {.lex_state = 261}, + [3885] = {.lex_state = 261}, + [3886] = {.lex_state = 235}, + [3887] = {.lex_state = 234}, + [3888] = {.lex_state = 234}, + [3889] = {.lex_state = 234}, + [3890] = {.lex_state = 234}, + [3891] = {.lex_state = 234}, + [3892] = {.lex_state = 234}, + [3893] = {.lex_state = 234}, + [3894] = {.lex_state = 235}, + [3895] = {.lex_state = 235}, + [3896] = {.lex_state = 234}, + [3897] = {.lex_state = 235}, + [3898] = {.lex_state = 234}, + [3899] = {.lex_state = 235}, + [3900] = {.lex_state = 234}, + [3901] = {.lex_state = 235}, + [3902] = {.lex_state = 234}, + [3903] = {.lex_state = 234}, + [3904] = {.lex_state = 235}, + [3905] = {.lex_state = 234}, + [3906] = {.lex_state = 234}, + [3907] = {.lex_state = 234}, + [3908] = {.lex_state = 235}, + [3909] = {.lex_state = 235}, + [3910] = {.lex_state = 234}, + [3911] = {.lex_state = 234}, + [3912] = {.lex_state = 234}, + [3913] = {.lex_state = 236, .external_lex_state = 72}, + [3914] = {.lex_state = 234}, + [3915] = {.lex_state = 234}, + [3916] = {.lex_state = 235}, + [3917] = {.lex_state = 234}, + [3918] = {.lex_state = 235}, + [3919] = {.lex_state = 234}, + [3920] = {.lex_state = 234}, + [3921] = {.lex_state = 235}, + [3922] = {.lex_state = 234}, + [3923] = {.lex_state = 234}, + [3924] = {.lex_state = 235}, + [3925] = {.lex_state = 234}, + [3926] = {.lex_state = 234}, + [3927] = {.lex_state = 234}, + [3928] = {.lex_state = 235}, + [3929] = {.lex_state = 234}, + [3930] = {.lex_state = 235}, + [3931] = {.lex_state = 235}, + [3932] = {.lex_state = 234}, + [3933] = {.lex_state = 235}, + [3934] = {.lex_state = 234}, + [3935] = {.lex_state = 235}, + [3936] = {.lex_state = 234}, + [3937] = {.lex_state = 234}, + [3938] = {.lex_state = 234}, + [3939] = {.lex_state = 236, .external_lex_state = 72}, + [3940] = {.lex_state = 234}, + [3941] = {.lex_state = 234}, + [3942] = {.lex_state = 234}, + [3943] = {.lex_state = 234}, + [3944] = {.lex_state = 234}, + [3945] = {.lex_state = 234}, + [3946] = {.lex_state = 235}, + [3947] = {.lex_state = 234}, + [3948] = {.lex_state = 234}, + [3949] = {.lex_state = 234}, + [3950] = {.lex_state = 234}, + [3951] = {.lex_state = 234}, + [3952] = {.lex_state = 235}, + [3953] = {.lex_state = 234}, + [3954] = {.lex_state = 235}, + [3955] = {.lex_state = 235}, + [3956] = {.lex_state = 234}, + [3957] = {.lex_state = 234}, + [3958] = {.lex_state = 234}, + [3959] = {.lex_state = 234}, + [3960] = {.lex_state = 234}, + [3961] = {.lex_state = 235}, + [3962] = {.lex_state = 234}, + [3963] = {.lex_state = 234}, + [3964] = {.lex_state = 235}, + [3965] = {.lex_state = 234}, + [3966] = {.lex_state = 234}, + [3967] = {.lex_state = 234}, + [3968] = {.lex_state = 236, .external_lex_state = 72}, + [3969] = {.lex_state = 235}, + [3970] = {.lex_state = 235}, + [3971] = {.lex_state = 234}, + [3972] = {.lex_state = 234}, + [3973] = {.lex_state = 234}, + [3974] = {.lex_state = 234}, + [3975] = {.lex_state = 234}, + [3976] = {.lex_state = 234}, + [3977] = {.lex_state = 236, .external_lex_state = 72}, + [3978] = {.lex_state = 234}, + [3979] = {.lex_state = 236, .external_lex_state = 72}, + [3980] = {.lex_state = 235}, + [3981] = {.lex_state = 235}, + [3982] = {.lex_state = 234}, + [3983] = {.lex_state = 234}, + [3984] = {.lex_state = 235}, + [3985] = {.lex_state = 234}, + [3986] = {.lex_state = 235}, + [3987] = {.lex_state = 234}, + [3988] = {.lex_state = 235}, + [3989] = {.lex_state = 234}, + [3990] = {.lex_state = 236, .external_lex_state = 72}, + [3991] = {.lex_state = 234}, + [3992] = {.lex_state = 234}, + [3993] = {.lex_state = 234}, + [3994] = {.lex_state = 234}, + [3995] = {.lex_state = 234}, + [3996] = {.lex_state = 234}, + [3997] = {.lex_state = 234}, + [3998] = {.lex_state = 234}, + [3999] = {.lex_state = 234}, + [4000] = {.lex_state = 234}, + [4001] = {.lex_state = 235}, + [4002] = {.lex_state = 234}, + [4003] = {.lex_state = 235}, + [4004] = {.lex_state = 235}, + [4005] = {.lex_state = 234}, + [4006] = {.lex_state = 235}, + [4007] = {.lex_state = 234}, + [4008] = {.lex_state = 234}, + [4009] = {.lex_state = 234}, + [4010] = {.lex_state = 234}, + [4011] = {.lex_state = 234}, + [4012] = {.lex_state = 234}, + [4013] = {.lex_state = 235}, + [4014] = {.lex_state = 236, .external_lex_state = 72}, + [4015] = {.lex_state = 234}, + [4016] = {.lex_state = 234}, + [4017] = {.lex_state = 234}, + [4018] = {.lex_state = 235}, + [4019] = {.lex_state = 235}, + [4020] = {.lex_state = 235}, + [4021] = {.lex_state = 234}, + [4022] = {.lex_state = 234}, + [4023] = {.lex_state = 235}, + [4024] = {.lex_state = 235}, + [4025] = {.lex_state = 234}, + [4026] = {.lex_state = 234}, + [4027] = {.lex_state = 235}, + [4028] = {.lex_state = 234}, + [4029] = {.lex_state = 235}, + [4030] = {.lex_state = 234}, + [4031] = {.lex_state = 234}, + [4032] = {.lex_state = 234}, + [4033] = {.lex_state = 234}, + [4034] = {.lex_state = 234}, + [4035] = {.lex_state = 236, .external_lex_state = 72}, + [4036] = {.lex_state = 234}, + [4037] = {.lex_state = 235}, + [4038] = {.lex_state = 234}, + [4039] = {.lex_state = 234}, + [4040] = {.lex_state = 234}, + [4041] = {.lex_state = 234}, + [4042] = {.lex_state = 234}, + [4043] = {.lex_state = 235}, + [4044] = {.lex_state = 234}, + [4045] = {.lex_state = 234}, + [4046] = {.lex_state = 234}, + [4047] = {.lex_state = 235}, + [4048] = {.lex_state = 234}, + [4049] = {.lex_state = 234}, + [4050] = {.lex_state = 236, .external_lex_state = 72}, + [4051] = {.lex_state = 234}, + [4052] = {.lex_state = 234}, + [4053] = {.lex_state = 234}, + [4054] = {.lex_state = 235}, + [4055] = {.lex_state = 234}, + [4056] = {.lex_state = 234}, + [4057] = {.lex_state = 234}, + [4058] = {.lex_state = 237}, + [4059] = {.lex_state = 238}, + [4060] = {.lex_state = 257, .external_lex_state = 73}, + [4061] = {.lex_state = 238}, + [4062] = {.lex_state = 238}, + [4063] = {.lex_state = 238}, + [4064] = {.lex_state = 220, .external_lex_state = 74}, + [4065] = {.lex_state = 220, .external_lex_state = 74}, + [4066] = {.lex_state = 238}, + [4067] = {.lex_state = 238}, + [4068] = {.lex_state = 238}, + [4069] = {.lex_state = 220, .external_lex_state = 74}, + [4070] = {.lex_state = 257}, + [4071] = {.lex_state = 261, .external_lex_state = 75}, + [4072] = {.lex_state = 257}, + [4073] = {.lex_state = 257}, + [4074] = {.lex_state = 257}, + [4075] = {.lex_state = 257}, + [4076] = {.lex_state = 257}, + [4077] = {.lex_state = 257}, + [4078] = {.lex_state = 261, .external_lex_state = 75}, + [4079] = {.lex_state = 257}, + [4080] = {.lex_state = 257}, + [4081] = {.lex_state = 264}, + [4082] = {.lex_state = 257}, + [4083] = {.lex_state = 261, .external_lex_state = 75}, + [4084] = {.lex_state = 257}, + [4085] = {.lex_state = 261, .external_lex_state = 75}, + [4086] = {.lex_state = 257}, + [4087] = {.lex_state = 257}, + [4088] = {.lex_state = 261, .external_lex_state = 75}, + [4089] = {.lex_state = 261, .external_lex_state = 75}, + [4090] = {.lex_state = 257}, [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}, + [4092] = {.lex_state = 261, .external_lex_state = 75}, + [4093] = {.lex_state = 261, .external_lex_state = 75}, + [4094] = {.lex_state = 257}, + [4095] = {.lex_state = 257}, + [4096] = {.lex_state = 261, .external_lex_state = 75}, + [4097] = {.lex_state = 261, .external_lex_state = 75}, + [4098] = {.lex_state = 261, .external_lex_state = 75}, + [4099] = {.lex_state = 257}, + [4100] = {.lex_state = 257}, + [4101] = {.lex_state = 257}, + [4102] = {.lex_state = 71, .external_lex_state = 70}, + [4103] = {.lex_state = 71, .external_lex_state = 70}, + [4104] = {.lex_state = 74, .external_lex_state = 76}, + [4105] = {.lex_state = 256, .external_lex_state = 77}, + [4106] = {.lex_state = 261}, + [4107] = {.lex_state = 71, .external_lex_state = 70}, + [4108] = {.lex_state = 261}, + [4109] = {.lex_state = 446}, + [4110] = {.lex_state = 446}, + [4111] = {.lex_state = 446}, + [4112] = {.lex_state = 446}, + [4113] = {.lex_state = 446}, + [4114] = {.lex_state = 446}, + [4115] = {.lex_state = 446}, + [4116] = {.lex_state = 446}, + [4117] = {.lex_state = 446}, + [4118] = {.lex_state = 446}, + [4119] = {.lex_state = 446}, + [4120] = {.lex_state = 446}, + [4121] = {.lex_state = 446}, + [4122] = {.lex_state = 74, .external_lex_state = 76}, + [4123] = {.lex_state = 74, .external_lex_state = 76}, + [4124] = {.lex_state = 74, .external_lex_state = 76}, + [4125] = {.lex_state = 74, .external_lex_state = 76}, + [4126] = {.lex_state = 446}, + [4127] = {.lex_state = 446}, + [4128] = {.lex_state = 446}, + [4129] = {.lex_state = 446}, + [4130] = {.lex_state = 74, .external_lex_state = 76}, + [4131] = {.lex_state = 446}, + [4132] = {.lex_state = 446}, + [4133] = {.lex_state = 446}, + [4134] = {.lex_state = 446}, + [4135] = {.lex_state = 446}, + [4136] = {.lex_state = 446}, + [4137] = {.lex_state = 74, .external_lex_state = 76}, + [4138] = {.lex_state = 74, .external_lex_state = 76}, + [4139] = {.lex_state = 446}, + [4140] = {.lex_state = 74, .external_lex_state = 76}, + [4141] = {.lex_state = 74, .external_lex_state = 76}, + [4142] = {.lex_state = 74, .external_lex_state = 76}, + [4143] = {.lex_state = 220, .external_lex_state = 74}, + [4144] = {.lex_state = 74, .external_lex_state = 76}, + [4145] = {.lex_state = 74, .external_lex_state = 59}, + [4146] = {.lex_state = 74, .external_lex_state = 76}, + [4147] = {.lex_state = 74, .external_lex_state = 76}, + [4148] = {.lex_state = 74, .external_lex_state = 76}, + [4149] = {.lex_state = 74, .external_lex_state = 76}, + [4150] = {.lex_state = 74, .external_lex_state = 76}, + [4151] = {.lex_state = 220, .external_lex_state = 74}, + [4152] = {.lex_state = 74, .external_lex_state = 76}, + [4153] = {.lex_state = 74, .external_lex_state = 76}, + [4154] = {.lex_state = 74, .external_lex_state = 59}, + [4155] = {.lex_state = 74, .external_lex_state = 59}, + [4156] = {.lex_state = 74, .external_lex_state = 76}, + [4157] = {.lex_state = 74, .external_lex_state = 76}, + [4158] = {.lex_state = 74, .external_lex_state = 76}, + [4159] = {.lex_state = 220, .external_lex_state = 74}, + [4160] = {.lex_state = 220, .external_lex_state = 74}, + [4161] = {.lex_state = 74, .external_lex_state = 76}, + [4162] = {.lex_state = 220, .external_lex_state = 74}, + [4163] = {.lex_state = 74, .external_lex_state = 76}, + [4164] = {.lex_state = 74, .external_lex_state = 76}, + [4165] = {.lex_state = 74, .external_lex_state = 59}, + [4166] = {.lex_state = 74, .external_lex_state = 76}, + [4167] = {.lex_state = 220, .external_lex_state = 74}, + [4168] = {.lex_state = 220, .external_lex_state = 74}, + [4169] = {.lex_state = 74, .external_lex_state = 76}, + [4170] = {.lex_state = 74, .external_lex_state = 76}, + [4171] = {.lex_state = 258, .external_lex_state = 78}, + [4172] = {.lex_state = 74, .external_lex_state = 76}, + [4173] = {.lex_state = 266, .external_lex_state = 79}, + [4174] = {.lex_state = 244, .external_lex_state = 75}, + [4175] = {.lex_state = 264}, + [4176] = {.lex_state = 264}, + [4177] = {.lex_state = 70, .external_lex_state = 59}, + [4178] = {.lex_state = 264}, + [4179] = {.lex_state = 70, .external_lex_state = 59}, + [4180] = {.lex_state = 244, .external_lex_state = 75}, + [4181] = {.lex_state = 244, .external_lex_state = 75}, + [4182] = {.lex_state = 70, .external_lex_state = 59}, + [4183] = {.lex_state = 70, .external_lex_state = 59}, + [4184] = {.lex_state = 70, .external_lex_state = 59}, + [4185] = {.lex_state = 264}, + [4186] = {.lex_state = 244, .external_lex_state = 75}, + [4187] = {.lex_state = 70, .external_lex_state = 59}, + [4188] = {.lex_state = 244, .external_lex_state = 75}, + [4189] = {.lex_state = 244, .external_lex_state = 75}, + [4190] = {.lex_state = 266, .external_lex_state = 79}, + [4191] = {.lex_state = 264}, + [4192] = {.lex_state = 70, .external_lex_state = 59}, + [4193] = {.lex_state = 70, .external_lex_state = 59}, + [4194] = {.lex_state = 244, .external_lex_state = 75}, + [4195] = {.lex_state = 264}, + [4196] = {.lex_state = 244, .external_lex_state = 75}, + [4197] = {.lex_state = 244, .external_lex_state = 75}, + [4198] = {.lex_state = 74, .external_lex_state = 59}, + [4199] = {.lex_state = 74, .external_lex_state = 59}, + [4200] = {.lex_state = 446, .external_lex_state = 80}, + [4201] = {.lex_state = 243}, + [4202] = {.lex_state = 244, .external_lex_state = 75}, + [4203] = {.lex_state = 446, .external_lex_state = 80}, + [4204] = {.lex_state = 74, .external_lex_state = 59}, + [4205] = {.lex_state = 244, .external_lex_state = 75}, + [4206] = {.lex_state = 74, .external_lex_state = 59}, + [4207] = {.lex_state = 446, .external_lex_state = 80}, + [4208] = {.lex_state = 446, .external_lex_state = 80}, + [4209] = {.lex_state = 74, .external_lex_state = 59}, + [4210] = {.lex_state = 446, .external_lex_state = 80}, + [4211] = {.lex_state = 266, .external_lex_state = 81}, + [4212] = {.lex_state = 266, .external_lex_state = 81}, + [4213] = {.lex_state = 266, .external_lex_state = 81}, + [4214] = {.lex_state = 244, .external_lex_state = 75}, + [4215] = {.lex_state = 243}, + [4216] = {.lex_state = 244, .external_lex_state = 75}, + [4217] = {.lex_state = 244, .external_lex_state = 75}, + [4218] = {.lex_state = 446, .external_lex_state = 80}, + [4219] = {.lex_state = 446, .external_lex_state = 80}, + [4220] = {.lex_state = 446, .external_lex_state = 80}, + [4221] = {.lex_state = 446, .external_lex_state = 80}, + [4222] = {.lex_state = 266, .external_lex_state = 81}, + [4223] = {.lex_state = 266, .external_lex_state = 81}, + [4224] = {.lex_state = 266, .external_lex_state = 81}, + [4225] = {.lex_state = 243}, + [4226] = {.lex_state = 264}, + [4227] = {.lex_state = 70, .external_lex_state = 59}, + [4228] = {.lex_state = 446, .external_lex_state = 80}, + [4229] = {.lex_state = 220, .external_lex_state = 82}, + [4230] = {.lex_state = 220, .external_lex_state = 82}, + [4231] = {.lex_state = 220, .external_lex_state = 82}, + [4232] = {.lex_state = 220, .external_lex_state = 82}, + [4233] = {.lex_state = 220, .external_lex_state = 82}, + [4234] = {.lex_state = 243}, + [4235] = {.lex_state = 74, .external_lex_state = 59}, + [4236] = {.lex_state = 446, .external_lex_state = 80}, + [4237] = {.lex_state = 446, .external_lex_state = 80}, + [4238] = {.lex_state = 446, .external_lex_state = 80}, + [4239] = {.lex_state = 446, .external_lex_state = 80}, + [4240] = {.lex_state = 446, .external_lex_state = 80}, + [4241] = {.lex_state = 446, .external_lex_state = 80}, + [4242] = {.lex_state = 220, .external_lex_state = 82}, + [4243] = {.lex_state = 74, .external_lex_state = 59}, + [4244] = {.lex_state = 446, .external_lex_state = 80}, + [4245] = {.lex_state = 446, .external_lex_state = 80}, + [4246] = {.lex_state = 220, .external_lex_state = 83}, + [4247] = {.lex_state = 446, .external_lex_state = 80}, + [4248] = {.lex_state = 220, .external_lex_state = 83}, + [4249] = {.lex_state = 257}, + [4250] = {.lex_state = 220, .external_lex_state = 83}, + [4251] = {.lex_state = 220, .external_lex_state = 83}, + [4252] = {.lex_state = 446, .external_lex_state = 80}, + [4253] = {.lex_state = 446, .external_lex_state = 80}, + [4254] = {.lex_state = 266, .external_lex_state = 79}, + [4255] = {.lex_state = 266, .external_lex_state = 79}, + [4256] = {.lex_state = 266, .external_lex_state = 79}, + [4257] = {.lex_state = 446, .external_lex_state = 80}, + [4258] = {.lex_state = 220, .external_lex_state = 82}, + [4259] = {.lex_state = 220, .external_lex_state = 82}, + [4260] = {.lex_state = 257}, + [4261] = {.lex_state = 446, .external_lex_state = 80}, + [4262] = {.lex_state = 446, .external_lex_state = 80}, + [4263] = {.lex_state = 446, .external_lex_state = 80}, + [4264] = {.lex_state = 446, .external_lex_state = 80}, + [4265] = {.lex_state = 446, .external_lex_state = 80}, + [4266] = {.lex_state = 446, .external_lex_state = 80}, + [4267] = {.lex_state = 446, .external_lex_state = 80}, + [4268] = {.lex_state = 446, .external_lex_state = 80}, + [4269] = {.lex_state = 446, .external_lex_state = 80}, + [4270] = {.lex_state = 446, .external_lex_state = 80}, + [4271] = {.lex_state = 220, .external_lex_state = 82}, + [4272] = {.lex_state = 446, .external_lex_state = 80}, + [4273] = {.lex_state = 257}, + [4274] = {.lex_state = 446, .external_lex_state = 80}, + [4275] = {.lex_state = 220, .external_lex_state = 82}, + [4276] = {.lex_state = 446, .external_lex_state = 80}, + [4277] = {.lex_state = 446, .external_lex_state = 80}, + [4278] = {.lex_state = 446, .external_lex_state = 80}, + [4279] = {.lex_state = 220, .external_lex_state = 82}, + [4280] = {.lex_state = 446, .external_lex_state = 80}, + [4281] = {.lex_state = 446, .external_lex_state = 80}, + [4282] = {.lex_state = 446, .external_lex_state = 80}, + [4283] = {.lex_state = 220, .external_lex_state = 82}, + [4284] = {.lex_state = 220, .external_lex_state = 82}, + [4285] = {.lex_state = 266, .external_lex_state = 81}, + [4286] = {.lex_state = 220}, + [4287] = {.lex_state = 244, .external_lex_state = 75}, [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}, + [4289] = {.lex_state = 70, .external_lex_state = 59}, + [4290] = {.lex_state = 257}, + [4291] = {.lex_state = 266, .external_lex_state = 81}, + [4292] = {.lex_state = 220, .external_lex_state = 82}, + [4293] = {.lex_state = 266, .external_lex_state = 81}, + [4294] = {.lex_state = 220, .external_lex_state = 82}, + [4295] = {.lex_state = 220, .external_lex_state = 82}, + [4296] = {.lex_state = 220, .external_lex_state = 82}, + [4297] = {.lex_state = 220, .external_lex_state = 82}, + [4298] = {.lex_state = 266, .external_lex_state = 81}, + [4299] = {.lex_state = 266, .external_lex_state = 81}, + [4300] = {.lex_state = 266, .external_lex_state = 81}, + [4301] = {.lex_state = 220, .external_lex_state = 82}, + [4302] = {.lex_state = 220}, + [4303] = {.lex_state = 220, .external_lex_state = 82}, + [4304] = {.lex_state = 266, .external_lex_state = 81}, + [4305] = {.lex_state = 224, .external_lex_state = 81}, + [4306] = {.lex_state = 220, .external_lex_state = 82}, + [4307] = {.lex_state = 266, .external_lex_state = 81}, + [4308] = {.lex_state = 256, .external_lex_state = 73}, + [4309] = {.lex_state = 266, .external_lex_state = 81}, + [4310] = {.lex_state = 256, .external_lex_state = 73}, + [4311] = {.lex_state = 266, .external_lex_state = 81}, + [4312] = {.lex_state = 70, .external_lex_state = 59}, + [4313] = {.lex_state = 257}, + [4314] = {.lex_state = 70, .external_lex_state = 59}, + [4315] = {.lex_state = 266, .external_lex_state = 81}, + [4316] = {.lex_state = 266, .external_lex_state = 81}, + [4317] = {.lex_state = 244, .external_lex_state = 75}, + [4318] = {.lex_state = 256, .external_lex_state = 73}, + [4319] = {.lex_state = 256, .external_lex_state = 73}, + [4320] = {.lex_state = 256, .external_lex_state = 73}, + [4321] = {.lex_state = 256, .external_lex_state = 73}, + [4322] = {.lex_state = 244, .external_lex_state = 75}, + [4323] = {.lex_state = 244, .external_lex_state = 75}, + [4324] = {.lex_state = 244, .external_lex_state = 75}, + [4325] = {.lex_state = 244, .external_lex_state = 75}, + [4326] = {.lex_state = 220}, + [4327] = {.lex_state = 244, .external_lex_state = 75}, + [4328] = {.lex_state = 220}, + [4329] = {.lex_state = 244, .external_lex_state = 75}, + [4330] = {.lex_state = 243}, + [4331] = {.lex_state = 220}, + [4332] = {.lex_state = 244, .external_lex_state = 75}, + [4333] = {.lex_state = 244, .external_lex_state = 75}, + [4334] = {.lex_state = 244, .external_lex_state = 75}, + [4335] = {.lex_state = 256, .external_lex_state = 73}, + [4336] = {.lex_state = 266, .external_lex_state = 81}, + [4337] = {.lex_state = 244, .external_lex_state = 75}, + [4338] = {.lex_state = 244, .external_lex_state = 75}, + [4339] = {.lex_state = 243}, + [4340] = {.lex_state = 244, .external_lex_state = 75}, + [4341] = {.lex_state = 244, .external_lex_state = 75}, + [4342] = {.lex_state = 244, .external_lex_state = 75}, + [4343] = {.lex_state = 220}, + [4344] = {.lex_state = 220}, + [4345] = {.lex_state = 244, .external_lex_state = 75}, + [4346] = {.lex_state = 220}, + [4347] = {.lex_state = 220}, + [4348] = {.lex_state = 220}, + [4349] = {.lex_state = 244, .external_lex_state = 75}, + [4350] = {.lex_state = 220}, + [4351] = {.lex_state = 220}, + [4352] = {.lex_state = 244, .external_lex_state = 75}, + [4353] = {.lex_state = 446}, + [4354] = {.lex_state = 220}, + [4355] = {.lex_state = 266}, + [4356] = {.lex_state = 266}, + [4357] = {.lex_state = 220}, + [4358] = {.lex_state = 446}, + [4359] = {.lex_state = 220}, + [4360] = {.lex_state = 446}, + [4361] = {.lex_state = 220}, + [4362] = {.lex_state = 243}, + [4363] = {.lex_state = 220}, + [4364] = {.lex_state = 446}, + [4365] = {.lex_state = 446}, + [4366] = {.lex_state = 220}, + [4367] = {.lex_state = 220}, + [4368] = {.lex_state = 266}, + [4369] = {.lex_state = 266}, + [4370] = {.lex_state = 256, .external_lex_state = 73}, + [4371] = {.lex_state = 256, .external_lex_state = 73}, + [4372] = {.lex_state = 220}, + [4373] = {.lex_state = 256, .external_lex_state = 73}, + [4374] = {.lex_state = 220}, + [4375] = {.lex_state = 220}, + [4376] = {.lex_state = 266}, + [4377] = {.lex_state = 446}, + [4378] = {.lex_state = 220}, + [4379] = {.lex_state = 220}, + [4380] = {.lex_state = 220}, + [4381] = {.lex_state = 220}, + [4382] = {.lex_state = 220}, + [4383] = {.lex_state = 266}, + [4384] = {.lex_state = 266}, + [4385] = {.lex_state = 220}, + [4386] = {.lex_state = 266}, + [4387] = {.lex_state = 220}, + [4388] = {.lex_state = 220}, + [4389] = {.lex_state = 256, .external_lex_state = 73}, + [4390] = {.lex_state = 256, .external_lex_state = 73}, + [4391] = {.lex_state = 256, .external_lex_state = 73}, + [4392] = {.lex_state = 220}, + [4393] = {.lex_state = 446, .external_lex_state = 84}, + [4394] = {.lex_state = 220}, + [4395] = {.lex_state = 446, .external_lex_state = 84}, + [4396] = {.lex_state = 266}, + [4397] = {.lex_state = 220}, + [4398] = {.lex_state = 446, .external_lex_state = 84}, + [4399] = {.lex_state = 446, .external_lex_state = 84}, + [4400] = {.lex_state = 446, .external_lex_state = 84}, + [4401] = {.lex_state = 446, .external_lex_state = 84}, + [4402] = {.lex_state = 446}, + [4403] = {.lex_state = 446}, + [4404] = {.lex_state = 446}, + [4405] = {.lex_state = 446}, + [4406] = {.lex_state = 446}, + [4407] = {.lex_state = 446, .external_lex_state = 84}, + [4408] = {.lex_state = 220}, + [4409] = {.lex_state = 446}, + [4410] = {.lex_state = 266}, + [4411] = {.lex_state = 446, .external_lex_state = 84}, + [4412] = {.lex_state = 220}, + [4413] = {.lex_state = 220}, + [4414] = {.lex_state = 220}, + [4415] = {.lex_state = 266}, + [4416] = {.lex_state = 220}, + [4417] = {.lex_state = 266}, + [4418] = {.lex_state = 220}, + [4419] = {.lex_state = 266}, + [4420] = {.lex_state = 220}, + [4421] = {.lex_state = 446, .external_lex_state = 84}, + [4422] = {.lex_state = 220}, + [4423] = {.lex_state = 222}, + [4424] = {.lex_state = 220}, + [4425] = {.lex_state = 220}, + [4426] = {.lex_state = 220}, + [4427] = {.lex_state = 220}, + [4428] = {.lex_state = 266}, + [4429] = {.lex_state = 255}, + [4430] = {.lex_state = 220}, + [4431] = {.lex_state = 222}, + [4432] = {.lex_state = 220}, + [4433] = {.lex_state = 220}, + [4434] = {.lex_state = 222}, + [4435] = {.lex_state = 266}, + [4436] = {.lex_state = 220}, + [4437] = {.lex_state = 446}, + [4438] = {.lex_state = 266}, + [4439] = {.lex_state = 220}, + [4440] = {.lex_state = 220}, + [4441] = {.lex_state = 266}, + [4442] = {.lex_state = 266}, + [4443] = {.lex_state = 220}, + [4444] = {.lex_state = 446}, + [4445] = {.lex_state = 220}, + [4446] = {.lex_state = 220}, + [4447] = {.lex_state = 220}, + [4448] = {.lex_state = 222}, + [4449] = {.lex_state = 446}, + [4450] = {.lex_state = 220}, + [4451] = {.lex_state = 222}, + [4452] = {.lex_state = 266}, + [4453] = {.lex_state = 220}, + [4454] = {.lex_state = 220}, + [4455] = {.lex_state = 446}, + [4456] = {.lex_state = 266}, + [4457] = {.lex_state = 446}, + [4458] = {.lex_state = 446}, + [4459] = {.lex_state = 266}, + [4460] = {.lex_state = 446}, + [4461] = {.lex_state = 446}, + [4462] = {.lex_state = 220}, + [4463] = {.lex_state = 255, .external_lex_state = 75}, + [4464] = {.lex_state = 446}, + [4465] = {.lex_state = 255, .external_lex_state = 75}, + [4466] = {.lex_state = 446}, + [4467] = {.lex_state = 220}, + [4468] = {.lex_state = 220}, + [4469] = {.lex_state = 220}, + [4470] = {.lex_state = 222}, + [4471] = {.lex_state = 446}, + [4472] = {.lex_state = 220}, + [4473] = {.lex_state = 220}, + [4474] = {.lex_state = 446}, + [4475] = {.lex_state = 266}, + [4476] = {.lex_state = 220}, + [4477] = {.lex_state = 220}, + [4478] = {.lex_state = 220}, + [4479] = {.lex_state = 220}, + [4480] = {.lex_state = 220}, + [4481] = {.lex_state = 446}, + [4482] = {.lex_state = 446}, + [4483] = {.lex_state = 446}, + [4484] = {.lex_state = 220}, + [4485] = {.lex_state = 220}, + [4486] = {.lex_state = 446}, + [4487] = {.lex_state = 220}, + [4488] = {.lex_state = 220}, + [4489] = {.lex_state = 446}, + [4490] = {.lex_state = 222}, + [4491] = {.lex_state = 446}, + [4492] = {.lex_state = 220}, + [4493] = {.lex_state = 220}, + [4494] = {.lex_state = 446}, + [4495] = {.lex_state = 255, .external_lex_state = 75}, + [4496] = {.lex_state = 266}, + [4497] = {.lex_state = 220}, + [4498] = {.lex_state = 255, .external_lex_state = 75}, + [4499] = {.lex_state = 220}, + [4500] = {.lex_state = 256, .external_lex_state = 73}, + [4501] = {.lex_state = 220}, + [4502] = {.lex_state = 192, .external_lex_state = 75}, + [4503] = {.lex_state = 446}, + [4504] = {.lex_state = 220}, + [4505] = {.lex_state = 220}, + [4506] = {.lex_state = 446}, + [4507] = {.lex_state = 255}, + [4508] = {.lex_state = 446}, + [4509] = {.lex_state = 220, .external_lex_state = 73}, + [4510] = {.lex_state = 446}, + [4511] = {.lex_state = 446}, + [4512] = {.lex_state = 255}, + [4513] = {.lex_state = 446}, + [4514] = {.lex_state = 256, .external_lex_state = 73}, + [4515] = {.lex_state = 255}, + [4516] = {.lex_state = 446}, + [4517] = {.lex_state = 446}, + [4518] = {.lex_state = 446}, + [4519] = {.lex_state = 446}, + [4520] = {.lex_state = 446}, + [4521] = {.lex_state = 446}, + [4522] = {.lex_state = 255}, + [4523] = {.lex_state = 264}, + [4524] = {.lex_state = 446}, + [4525] = {.lex_state = 446}, + [4526] = {.lex_state = 446}, + [4527] = {.lex_state = 446}, + [4528] = {.lex_state = 255}, + [4529] = {.lex_state = 446}, + [4530] = {.lex_state = 446}, + [4531] = {.lex_state = 446}, + [4532] = {.lex_state = 255}, + [4533] = {.lex_state = 446}, + [4534] = {.lex_state = 222}, + [4535] = {.lex_state = 255}, + [4536] = {.lex_state = 264}, + [4537] = {.lex_state = 220, .external_lex_state = 78}, + [4538] = {.lex_state = 446}, + [4539] = {.lex_state = 255}, + [4540] = {.lex_state = 446}, + [4541] = {.lex_state = 446}, + [4542] = {.lex_state = 446}, + [4543] = {.lex_state = 264}, + [4544] = {.lex_state = 220, .external_lex_state = 73}, + [4545] = {.lex_state = 446}, + [4546] = {.lex_state = 256, .external_lex_state = 73}, + [4547] = {.lex_state = 264}, + [4548] = {.lex_state = 255}, + [4549] = {.lex_state = 264}, + [4550] = {.lex_state = 255}, + [4551] = {.lex_state = 256, .external_lex_state = 73}, + [4552] = {.lex_state = 446}, + [4553] = {.lex_state = 446}, + [4554] = {.lex_state = 256, .external_lex_state = 73}, + [4555] = {.lex_state = 222}, + [4556] = {.lex_state = 256, .external_lex_state = 73}, + [4557] = {.lex_state = 446}, + [4558] = {.lex_state = 255}, + [4559] = {.lex_state = 256, .external_lex_state = 73}, + [4560] = {.lex_state = 264}, + [4561] = {.lex_state = 446}, + [4562] = {.lex_state = 446}, + [4563] = {.lex_state = 255}, + [4564] = {.lex_state = 446}, + [4565] = {.lex_state = 446}, + [4566] = {.lex_state = 222}, + [4567] = {.lex_state = 255}, + [4568] = {.lex_state = 446}, + [4569] = {.lex_state = 222}, + [4570] = {.lex_state = 222}, + [4571] = {.lex_state = 446}, + [4572] = {.lex_state = 446}, + [4573] = {.lex_state = 220}, + [4574] = {.lex_state = 220}, + [4575] = {.lex_state = 255}, + [4576] = {.lex_state = 220}, + [4577] = {.lex_state = 446}, + [4578] = {.lex_state = 220, .external_lex_state = 73}, + [4579] = {.lex_state = 255}, + [4580] = {.lex_state = 446}, + [4581] = {.lex_state = 446}, + [4582] = {.lex_state = 255}, + [4583] = {.lex_state = 255}, + [4584] = {.lex_state = 255}, + [4585] = {.lex_state = 256, .external_lex_state = 73}, + [4586] = {.lex_state = 446}, + [4587] = {.lex_state = 446}, + [4588] = {.lex_state = 255}, + [4589] = {.lex_state = 446}, + [4590] = {.lex_state = 255}, + [4591] = {.lex_state = 255}, + [4592] = {.lex_state = 446}, + [4593] = {.lex_state = 192, .external_lex_state = 75}, + [4594] = {.lex_state = 255}, + [4595] = {.lex_state = 446}, + [4596] = {.lex_state = 255}, + [4597] = {.lex_state = 192, .external_lex_state = 75}, + [4598] = {.lex_state = 255}, + [4599] = {.lex_state = 256, .external_lex_state = 73}, + [4600] = {.lex_state = 446}, + [4601] = {.lex_state = 256, .external_lex_state = 73}, + [4602] = {.lex_state = 446}, + [4603] = {.lex_state = 446}, + [4604] = {.lex_state = 256, .external_lex_state = 73}, + [4605] = {.lex_state = 256, .external_lex_state = 73}, + [4606] = {.lex_state = 255}, + [4607] = {.lex_state = 256, .external_lex_state = 73}, + [4608] = {.lex_state = 446}, + [4609] = {.lex_state = 446}, + [4610] = {.lex_state = 446}, + [4611] = {.lex_state = 446}, + [4612] = {.lex_state = 256, .external_lex_state = 73}, + [4613] = {.lex_state = 446}, + [4614] = {.lex_state = 255}, + [4615] = {.lex_state = 255}, + [4616] = {.lex_state = 446}, + [4617] = {.lex_state = 446}, + [4618] = {.lex_state = 446}, + [4619] = {.lex_state = 222}, + [4620] = {.lex_state = 446}, + [4621] = {.lex_state = 446}, + [4622] = {.lex_state = 446}, + [4623] = {.lex_state = 220, .external_lex_state = 73}, + [4624] = {.lex_state = 446}, + [4625] = {.lex_state = 446}, + [4626] = {.lex_state = 446}, + [4627] = {.lex_state = 446}, + [4628] = {.lex_state = 220}, + [4629] = {.lex_state = 220, .external_lex_state = 73}, + [4630] = {.lex_state = 220, .external_lex_state = 73}, + [4631] = {.lex_state = 446}, + [4632] = {.lex_state = 446}, + [4633] = {.lex_state = 220}, + [4634] = {.lex_state = 220, .external_lex_state = 73}, + [4635] = {.lex_state = 220}, + [4636] = {.lex_state = 228}, + [4637] = {.lex_state = 446}, + [4638] = {.lex_state = 446}, + [4639] = {.lex_state = 446}, + [4640] = {.lex_state = 446}, + [4641] = {.lex_state = 446}, + [4642] = {.lex_state = 446}, + [4643] = {.lex_state = 446}, + [4644] = {.lex_state = 220, .external_lex_state = 73}, + [4645] = {.lex_state = 446}, + [4646] = {.lex_state = 220}, + [4647] = {.lex_state = 446}, + [4648] = {.lex_state = 228}, + [4649] = {.lex_state = 446}, + [4650] = {.lex_state = 228}, + [4651] = {.lex_state = 446}, + [4652] = {.lex_state = 446}, + [4653] = {.lex_state = 105, .external_lex_state = 59}, + [4654] = {.lex_state = 220}, + [4655] = {.lex_state = 105, .external_lex_state = 59}, + [4656] = {.lex_state = 446}, + [4657] = {.lex_state = 446}, + [4658] = {.lex_state = 446}, + [4659] = {.lex_state = 446}, + [4660] = {.lex_state = 220, .external_lex_state = 73}, + [4661] = {.lex_state = 446}, + [4662] = {.lex_state = 220}, + [4663] = {.lex_state = 105, .external_lex_state = 59}, + [4664] = {.lex_state = 105, .external_lex_state = 59}, + [4665] = {.lex_state = 228}, + [4666] = {.lex_state = 220, .external_lex_state = 73}, + [4667] = {.lex_state = 105, .external_lex_state = 59}, + [4668] = {.lex_state = 105, .external_lex_state = 59}, + [4669] = {.lex_state = 105, .external_lex_state = 59}, + [4670] = {.lex_state = 220}, + [4671] = {.lex_state = 228}, + [4672] = {.lex_state = 220}, + [4673] = {.lex_state = 446}, + [4674] = {.lex_state = 446}, + [4675] = {.lex_state = 446}, + [4676] = {.lex_state = 446, .external_lex_state = 85}, + [4677] = {.lex_state = 220, .external_lex_state = 73}, + [4678] = {.lex_state = 220}, + [4679] = {.lex_state = 220, .external_lex_state = 73}, + [4680] = {.lex_state = 446}, + [4681] = {.lex_state = 446}, + [4682] = {.lex_state = 446}, + [4683] = {.lex_state = 446, .external_lex_state = 85}, + [4684] = {.lex_state = 446}, + [4685] = {.lex_state = 446}, + [4686] = {.lex_state = 220}, + [4687] = {.lex_state = 446}, + [4688] = {.lex_state = 220, .external_lex_state = 73}, + [4689] = {.lex_state = 446}, + [4690] = {.lex_state = 228}, + [4691] = {.lex_state = 105, .external_lex_state = 59}, + [4692] = {.lex_state = 105, .external_lex_state = 59}, + [4693] = {.lex_state = 264}, + [4694] = {.lex_state = 220}, + [4695] = {.lex_state = 446}, + [4696] = {.lex_state = 228}, + [4697] = {.lex_state = 446}, + [4698] = {.lex_state = 446}, + [4699] = {.lex_state = 220, .external_lex_state = 73}, + [4700] = {.lex_state = 446}, + [4701] = {.lex_state = 446}, + [4702] = {.lex_state = 220}, + [4703] = {.lex_state = 446}, + [4704] = {.lex_state = 446}, + [4705] = {.lex_state = 446}, + [4706] = {.lex_state = 220, .external_lex_state = 73}, + [4707] = {.lex_state = 446}, + [4708] = {.lex_state = 446}, + [4709] = {.lex_state = 446}, + [4710] = {.lex_state = 220}, + [4711] = {.lex_state = 228}, + [4712] = {.lex_state = 220, .external_lex_state = 73}, + [4713] = {.lex_state = 220, .external_lex_state = 73}, + [4714] = {.lex_state = 220}, + [4715] = {.lex_state = 220, .external_lex_state = 73}, + [4716] = {.lex_state = 228}, + [4717] = {.lex_state = 446}, + [4718] = {.lex_state = 220}, + [4719] = {.lex_state = 446}, + [4720] = {.lex_state = 228}, + [4721] = {.lex_state = 446}, + [4722] = {.lex_state = 446}, + [4723] = {.lex_state = 446}, + [4724] = {.lex_state = 446}, + [4725] = {.lex_state = 446}, + [4726] = {.lex_state = 220}, + [4727] = {.lex_state = 228}, + [4728] = {.lex_state = 446}, + [4729] = {.lex_state = 446}, + [4730] = {.lex_state = 220}, + [4731] = {.lex_state = 446}, + [4732] = {.lex_state = 220, .external_lex_state = 73}, + [4733] = {.lex_state = 220, .external_lex_state = 73}, + [4734] = {.lex_state = 220}, + [4735] = {.lex_state = 220, .external_lex_state = 73}, + [4736] = {.lex_state = 220, .external_lex_state = 73}, + [4737] = {.lex_state = 220, .external_lex_state = 73}, + [4738] = {.lex_state = 228}, + [4739] = {.lex_state = 446}, + [4740] = {.lex_state = 446}, + [4741] = {.lex_state = 105, .external_lex_state = 59}, + [4742] = {.lex_state = 220}, + [4743] = {.lex_state = 220, .external_lex_state = 73}, + [4744] = {.lex_state = 105, .external_lex_state = 59}, + [4745] = {.lex_state = 228}, + [4746] = {.lex_state = 220, .external_lex_state = 73}, + [4747] = {.lex_state = 446}, + [4748] = {.lex_state = 446}, + [4749] = {.lex_state = 105, .external_lex_state = 59}, + [4750] = {.lex_state = 220}, + [4751] = {.lex_state = 105, .external_lex_state = 59}, + [4752] = {.lex_state = 446}, + [4753] = {.lex_state = 446}, + [4754] = {.lex_state = 220}, + [4755] = {.lex_state = 220, .external_lex_state = 73}, + [4756] = {.lex_state = 446}, + [4757] = {.lex_state = 220, .external_lex_state = 73}, + [4758] = {.lex_state = 220}, + [4759] = {.lex_state = 446}, + [4760] = {.lex_state = 105, .external_lex_state = 59}, + [4761] = {.lex_state = 105, .external_lex_state = 59}, + [4762] = {.lex_state = 220, .external_lex_state = 73}, + [4763] = {.lex_state = 228}, + [4764] = {.lex_state = 264}, + [4765] = {.lex_state = 446}, + [4766] = {.lex_state = 220}, + [4767] = {.lex_state = 446}, + [4768] = {.lex_state = 228}, + [4769] = {.lex_state = 220, .external_lex_state = 73}, + [4770] = {.lex_state = 446}, + [4771] = {.lex_state = 446}, + [4772] = {.lex_state = 220, .external_lex_state = 73}, + [4773] = {.lex_state = 446}, + [4774] = {.lex_state = 220}, + [4775] = {.lex_state = 446}, + [4776] = {.lex_state = 220}, + [4777] = {.lex_state = 446}, + [4778] = {.lex_state = 220, .external_lex_state = 73}, + [4779] = {.lex_state = 220}, + [4780] = {.lex_state = 220}, + [4781] = {.lex_state = 228}, + [4782] = {.lex_state = 446}, + [4783] = {.lex_state = 446}, + [4784] = {.lex_state = 446}, + [4785] = {.lex_state = 446}, + [4786] = {.lex_state = 220}, + [4787] = {.lex_state = 446}, + [4788] = {.lex_state = 446}, + [4789] = {.lex_state = 205}, + [4790] = {.lex_state = 446}, + [4791] = {.lex_state = 446}, + [4792] = {.lex_state = 220}, + [4793] = {.lex_state = 220, .external_lex_state = 73}, + [4794] = {.lex_state = 446}, + [4795] = {.lex_state = 446}, + [4796] = {.lex_state = 220}, + [4797] = {.lex_state = 446}, + [4798] = {.lex_state = 220}, + [4799] = {.lex_state = 228}, + [4800] = {.lex_state = 446}, + [4801] = {.lex_state = 220, .external_lex_state = 73}, + [4802] = {.lex_state = 228}, + [4803] = {.lex_state = 264}, + [4804] = {.lex_state = 220}, + [4805] = {.lex_state = 446}, + [4806] = {.lex_state = 105, .external_lex_state = 59}, + [4807] = {.lex_state = 105, .external_lex_state = 59}, + [4808] = {.lex_state = 220}, + [4809] = {.lex_state = 446}, + [4810] = {.lex_state = 220}, + [4811] = {.lex_state = 446}, + [4812] = {.lex_state = 220, .external_lex_state = 73}, + [4813] = {.lex_state = 446}, + [4814] = {.lex_state = 220, .external_lex_state = 73}, + [4815] = {.lex_state = 446}, + [4816] = {.lex_state = 220}, + [4817] = {.lex_state = 446}, + [4818] = {.lex_state = 220, .external_lex_state = 73}, + [4819] = {.lex_state = 220, .external_lex_state = 73}, + [4820] = {.lex_state = 220, .external_lex_state = 73}, + [4821] = {.lex_state = 220, .external_lex_state = 73}, + [4822] = {.lex_state = 220}, + [4823] = {.lex_state = 220, .external_lex_state = 73}, + [4824] = {.lex_state = 220, .external_lex_state = 73}, + [4825] = {.lex_state = 220, .external_lex_state = 73}, + [4826] = {.lex_state = 446}, + [4827] = {.lex_state = 220, .external_lex_state = 73}, + [4828] = {.lex_state = 220}, + [4829] = {.lex_state = 446}, + [4830] = {.lex_state = 220, .external_lex_state = 73}, + [4831] = {.lex_state = 220, .external_lex_state = 73}, + [4832] = {.lex_state = 220, .external_lex_state = 73}, + [4833] = {.lex_state = 220, .external_lex_state = 73}, + [4834] = {.lex_state = 220}, + [4835] = {.lex_state = 228}, + [4836] = {.lex_state = 220, .external_lex_state = 73}, + [4837] = {.lex_state = 105, .external_lex_state = 59}, + [4838] = {.lex_state = 220, .external_lex_state = 73}, + [4839] = {.lex_state = 220, .external_lex_state = 73}, + [4840] = {.lex_state = 220}, + [4841] = {.lex_state = 446}, + [4842] = {.lex_state = 220, .external_lex_state = 73}, + [4843] = {.lex_state = 220, .external_lex_state = 73}, + [4844] = {.lex_state = 220, .external_lex_state = 73}, + [4845] = {.lex_state = 220, .external_lex_state = 73}, + [4846] = {.lex_state = 220}, + [4847] = {.lex_state = 446}, + [4848] = {.lex_state = 220, .external_lex_state = 73}, + [4849] = {.lex_state = 220}, + [4850] = {.lex_state = 220, .external_lex_state = 73}, + [4851] = {.lex_state = 220, .external_lex_state = 73}, + [4852] = {.lex_state = 220}, + [4853] = {.lex_state = 220, .external_lex_state = 73}, + [4854] = {.lex_state = 220, .external_lex_state = 73}, + [4855] = {.lex_state = 220, .external_lex_state = 73}, + [4856] = {.lex_state = 220, .external_lex_state = 73}, + [4857] = {.lex_state = 446}, + [4858] = {.lex_state = 220}, + [4859] = {.lex_state = 446}, + [4860] = {.lex_state = 220, .external_lex_state = 73}, + [4861] = {.lex_state = 446}, + [4862] = {.lex_state = 446}, + [4863] = {.lex_state = 220, .external_lex_state = 73}, + [4864] = {.lex_state = 220}, + [4865] = {.lex_state = 446}, + [4866] = {.lex_state = 446}, + [4867] = {.lex_state = 446}, + [4868] = {.lex_state = 264}, + [4869] = {.lex_state = 228}, + [4870] = {.lex_state = 220}, + [4871] = {.lex_state = 220, .external_lex_state = 73}, + [4872] = {.lex_state = 446}, + [4873] = {.lex_state = 220, .external_lex_state = 73}, + [4874] = {.lex_state = 220, .external_lex_state = 73}, + [4875] = {.lex_state = 220, .external_lex_state = 73}, + [4876] = {.lex_state = 220}, + [4877] = {.lex_state = 228}, + [4878] = {.lex_state = 446}, + [4879] = {.lex_state = 446}, + [4880] = {.lex_state = 446}, + [4881] = {.lex_state = 446}, + [4882] = {.lex_state = 220}, + [4883] = {.lex_state = 446}, + [4884] = {.lex_state = 446}, + [4885] = {.lex_state = 220}, + [4886] = {.lex_state = 220, .external_lex_state = 73}, + [4887] = {.lex_state = 446}, + [4888] = {.lex_state = 220}, + [4889] = {.lex_state = 228}, + [4890] = {.lex_state = 220, .external_lex_state = 73}, + [4891] = {.lex_state = 206, .external_lex_state = 86}, + [4892] = {.lex_state = 446}, + [4893] = {.lex_state = 220, .external_lex_state = 73}, + [4894] = {.lex_state = 220}, + [4895] = {.lex_state = 206, .external_lex_state = 86}, + [4896] = {.lex_state = 446}, + [4897] = {.lex_state = 220, .external_lex_state = 73}, + [4898] = {.lex_state = 446}, + [4899] = {.lex_state = 446}, + [4900] = {.lex_state = 220}, + [4901] = {.lex_state = 446}, + [4902] = {.lex_state = 446}, + [4903] = {.lex_state = 446}, + [4904] = {.lex_state = 264}, + [4905] = {.lex_state = 220, .external_lex_state = 73}, + [4906] = {.lex_state = 220}, + [4907] = {.lex_state = 446}, + [4908] = {.lex_state = 446}, + [4909] = {.lex_state = 446}, + [4910] = {.lex_state = 446}, + [4911] = {.lex_state = 220, .external_lex_state = 73}, + [4912] = {.lex_state = 220}, + [4913] = {.lex_state = 446}, + [4914] = {.lex_state = 220, .external_lex_state = 73}, + [4915] = {.lex_state = 446}, + [4916] = {.lex_state = 446}, + [4917] = {.lex_state = 446}, + [4918] = {.lex_state = 220}, + [4919] = {.lex_state = 446, .external_lex_state = 85}, + [4920] = {.lex_state = 446, .external_lex_state = 85}, + [4921] = {.lex_state = 446}, + [4922] = {.lex_state = 446}, + [4923] = {.lex_state = 228}, + [4924] = {.lex_state = 206, .external_lex_state = 86}, + [4925] = {.lex_state = 206, .external_lex_state = 86}, + [4926] = {.lex_state = 228}, + [4927] = {.lex_state = 220, .external_lex_state = 73}, + [4928] = {.lex_state = 446}, + [4929] = {.lex_state = 446}, + [4930] = {.lex_state = 228}, + [4931] = {.lex_state = 206, .external_lex_state = 86}, + [4932] = {.lex_state = 206, .external_lex_state = 86}, + [4933] = {.lex_state = 446}, + [4934] = {.lex_state = 446}, + [4935] = {.lex_state = 228}, + [4936] = {.lex_state = 446}, + [4937] = {.lex_state = 446}, + [4938] = {.lex_state = 446}, + [4939] = {.lex_state = 446}, + [4940] = {.lex_state = 220, .external_lex_state = 73}, + [4941] = {.lex_state = 228}, + [4942] = {.lex_state = 446}, + [4943] = {.lex_state = 220}, + [4944] = {.lex_state = 220}, + [4945] = {.lex_state = 228}, + [4946] = {.lex_state = 446, .external_lex_state = 87}, + [4947] = {.lex_state = 446}, + [4948] = {.lex_state = 220, .external_lex_state = 73}, + [4949] = {.lex_state = 228}, + [4950] = {.lex_state = 220, .external_lex_state = 73}, + [4951] = {.lex_state = 220, .external_lex_state = 73}, + [4952] = {.lex_state = 220, .external_lex_state = 73}, + [4953] = {.lex_state = 220, .external_lex_state = 73}, + [4954] = {.lex_state = 220, .external_lex_state = 73}, + [4955] = {.lex_state = 220, .external_lex_state = 73}, + [4956] = {.lex_state = 220, .external_lex_state = 73}, + [4957] = {.lex_state = 446}, + [4958] = {.lex_state = 220}, + [4959] = {.lex_state = 446}, + [4960] = {.lex_state = 446}, + [4961] = {.lex_state = 446}, + [4962] = {.lex_state = 220}, + [4963] = {.lex_state = 220}, + [4964] = {.lex_state = 446}, + [4965] = {.lex_state = 446}, + [4966] = {.lex_state = 222}, + [4967] = {.lex_state = 220, .external_lex_state = 73}, + [4968] = {.lex_state = 264}, + [4969] = {.lex_state = 264}, + [4970] = {.lex_state = 220, .external_lex_state = 73}, + [4971] = {.lex_state = 220}, + [4972] = {.lex_state = 446}, + [4973] = {.lex_state = 220, .external_lex_state = 73}, + [4974] = {.lex_state = 220, .external_lex_state = 73}, + [4975] = {.lex_state = 446}, + [4976] = {.lex_state = 446, .external_lex_state = 87}, + [4977] = {.lex_state = 446}, + [4978] = {.lex_state = 446, .external_lex_state = 85}, + [4979] = {.lex_state = 220, .external_lex_state = 73}, + [4980] = {.lex_state = 220, .external_lex_state = 73}, + [4981] = {.lex_state = 220, .external_lex_state = 73}, + [4982] = {.lex_state = 220, .external_lex_state = 73}, + [4983] = {.lex_state = 446, .external_lex_state = 87}, + [4984] = {.lex_state = 446, .external_lex_state = 85}, + [4985] = {.lex_state = 220, .external_lex_state = 73}, + [4986] = {.lex_state = 446}, + [4987] = {.lex_state = 220, .external_lex_state = 73}, + [4988] = {.lex_state = 220, .external_lex_state = 73}, + [4989] = {.lex_state = 220, .external_lex_state = 73}, + [4990] = {.lex_state = 220}, + [4991] = {.lex_state = 220}, + [4992] = {.lex_state = 264}, + [4993] = {.lex_state = 446}, + [4994] = {.lex_state = 446}, + [4995] = {.lex_state = 446}, + [4996] = {.lex_state = 228}, + [4997] = {.lex_state = 220, .external_lex_state = 73}, + [4998] = {.lex_state = 220}, + [4999] = {.lex_state = 220}, + [5000] = {.lex_state = 264}, + [5001] = {.lex_state = 446}, + [5002] = {.lex_state = 446}, + [5003] = {.lex_state = 220}, + [5004] = {.lex_state = 220}, + [5005] = {.lex_state = 228}, + [5006] = {.lex_state = 206, .external_lex_state = 86}, + [5007] = {.lex_state = 446}, + [5008] = {.lex_state = 206, .external_lex_state = 86}, + [5009] = {.lex_state = 446}, + [5010] = {.lex_state = 228}, + [5011] = {.lex_state = 446}, + [5012] = {.lex_state = 446}, + [5013] = {.lex_state = 446}, + [5014] = {.lex_state = 446}, + [5015] = {.lex_state = 446}, + [5016] = {.lex_state = 220, .external_lex_state = 73}, + [5017] = {.lex_state = 220, .external_lex_state = 73}, + [5018] = {.lex_state = 446}, + [5019] = {.lex_state = 446}, + [5020] = {.lex_state = 105, .external_lex_state = 59}, + [5021] = {.lex_state = 228}, + [5022] = {.lex_state = 220}, + [5023] = {.lex_state = 446}, + [5024] = {.lex_state = 220}, + [5025] = {.lex_state = 446}, + [5026] = {.lex_state = 205}, + [5027] = {.lex_state = 446}, + [5028] = {.lex_state = 220, .external_lex_state = 73}, + [5029] = {.lex_state = 446}, + [5030] = {.lex_state = 220}, + [5031] = {.lex_state = 220}, + [5032] = {.lex_state = 264}, + [5033] = {.lex_state = 220, .external_lex_state = 73}, + [5034] = {.lex_state = 446}, + [5035] = {.lex_state = 446}, + [5036] = {.lex_state = 446, .external_lex_state = 85}, + [5037] = {.lex_state = 446, .external_lex_state = 85}, + [5038] = {.lex_state = 220}, + [5039] = {.lex_state = 446}, + [5040] = {.lex_state = 220}, + [5041] = {.lex_state = 220}, + [5042] = {.lex_state = 264}, + [5043] = {.lex_state = 446}, + [5044] = {.lex_state = 105, .external_lex_state = 59}, + [5045] = {.lex_state = 105, .external_lex_state = 59}, + [5046] = {.lex_state = 446}, + [5047] = {.lex_state = 220}, + [5048] = {.lex_state = 220}, + [5049] = {.lex_state = 264}, + [5050] = {.lex_state = 105, .external_lex_state = 59}, + [5051] = {.lex_state = 228}, + [5052] = {.lex_state = 228}, + [5053] = {.lex_state = 206, .external_lex_state = 86}, + [5054] = {.lex_state = 206, .external_lex_state = 86}, + [5055] = {.lex_state = 220, .external_lex_state = 73}, + [5056] = {.lex_state = 105, .external_lex_state = 59}, + [5057] = {.lex_state = 446}, + [5058] = {.lex_state = 446}, + [5059] = {.lex_state = 446}, + [5060] = {.lex_state = 446}, + [5061] = {.lex_state = 446}, + [5062] = {.lex_state = 220, .external_lex_state = 73}, + [5063] = {.lex_state = 446}, + [5064] = {.lex_state = 105, .external_lex_state = 59}, + [5065] = {.lex_state = 222}, + [5066] = {.lex_state = 446}, + [5067] = {.lex_state = 446}, + [5068] = {.lex_state = 264}, + [5069] = {.lex_state = 220}, + [5070] = {.lex_state = 446}, + [5071] = {.lex_state = 446}, + [5072] = {.lex_state = 446}, + [5073] = {.lex_state = 446, .external_lex_state = 87}, + [5074] = {.lex_state = 228}, + [5075] = {.lex_state = 220}, + [5076] = {.lex_state = 220}, + [5077] = {.lex_state = 446, .external_lex_state = 87}, + [5078] = {.lex_state = 220, .external_lex_state = 73}, + [5079] = {.lex_state = 446, .external_lex_state = 87}, + [5080] = {.lex_state = 446}, + [5081] = {.lex_state = 446}, + [5082] = {.lex_state = 446}, + [5083] = {.lex_state = 446}, + [5084] = {.lex_state = 446}, + [5085] = {.lex_state = 446}, + [5086] = {.lex_state = 205}, + [5087] = {.lex_state = 446}, + [5088] = {.lex_state = 220, .external_lex_state = 73}, + [5089] = {.lex_state = 446}, + [5090] = {.lex_state = 228}, + [5091] = {.lex_state = 446}, + [5092] = {.lex_state = 220, .external_lex_state = 73}, + [5093] = {.lex_state = 228}, + [5094] = {.lex_state = 446}, + [5095] = {.lex_state = 220, .external_lex_state = 73}, + [5096] = {.lex_state = 446}, + [5097] = {.lex_state = 446}, + [5098] = {.lex_state = 220}, + [5099] = {.lex_state = 446}, + [5100] = {.lex_state = 446}, + [5101] = {.lex_state = 228}, + [5102] = {.lex_state = 446}, + [5103] = {.lex_state = 446}, + [5104] = {.lex_state = 446}, + [5105] = {.lex_state = 446}, + [5106] = {.lex_state = 228}, + [5107] = {.lex_state = 446}, + [5108] = {.lex_state = 446}, + [5109] = {.lex_state = 446}, + [5110] = {.lex_state = 264}, + [5111] = {.lex_state = 446}, + [5112] = {.lex_state = 446}, + [5113] = {.lex_state = 446}, + [5114] = {.lex_state = 446}, + [5115] = {.lex_state = 446}, + [5116] = {.lex_state = 446}, + [5117] = {.lex_state = 446}, + [5118] = {.lex_state = 446}, + [5119] = {.lex_state = 220, .external_lex_state = 73}, + [5120] = {.lex_state = 446}, + [5121] = {.lex_state = 446}, + [5122] = {.lex_state = 228}, + [5123] = {.lex_state = 446}, + [5124] = {.lex_state = 228}, + [5125] = {.lex_state = 446}, + [5126] = {.lex_state = 446}, + [5127] = {.lex_state = 220}, + [5128] = {.lex_state = 220}, + [5129] = {.lex_state = 446}, + [5130] = {.lex_state = 220, .external_lex_state = 73}, + [5131] = {.lex_state = 220, .external_lex_state = 73}, + [5132] = {.lex_state = 446}, + [5133] = {.lex_state = 446}, + [5134] = {.lex_state = 228}, + [5135] = {.lex_state = 446}, + [5136] = {.lex_state = 446}, + [5137] = {.lex_state = 446}, + [5138] = {.lex_state = 446}, + [5139] = {.lex_state = 446}, + [5140] = {.lex_state = 220, .external_lex_state = 73}, + [5141] = {.lex_state = 446}, + [5142] = {.lex_state = 446}, + [5143] = {.lex_state = 220, .external_lex_state = 73}, + [5144] = {.lex_state = 220, .external_lex_state = 73}, + [5145] = {.lex_state = 220, .external_lex_state = 73}, + [5146] = {.lex_state = 264}, + [5147] = {.lex_state = 220}, + [5148] = {.lex_state = 446}, + [5149] = {.lex_state = 446}, + [5150] = {.lex_state = 446, .external_lex_state = 87}, + [5151] = {.lex_state = 446}, + [5152] = {.lex_state = 446}, + [5153] = {.lex_state = 446, .external_lex_state = 87}, + [5154] = {.lex_state = 446}, + [5155] = {.lex_state = 446}, + [5156] = {.lex_state = 446}, + [5157] = {.lex_state = 220, .external_lex_state = 73}, + [5158] = {.lex_state = 446}, + [5159] = {.lex_state = 228}, + [5160] = {.lex_state = 220, .external_lex_state = 73}, + [5161] = {.lex_state = 446}, + [5162] = {.lex_state = 264}, + [5163] = {.lex_state = 220}, + [5164] = {.lex_state = 446}, + [5165] = {.lex_state = 446}, + [5166] = {.lex_state = 446}, + [5167] = {.lex_state = 220, .external_lex_state = 73}, + [5168] = {.lex_state = 228}, + [5169] = {.lex_state = 446}, + [5170] = {.lex_state = 446}, + [5171] = {.lex_state = 446}, + [5172] = {.lex_state = 446}, + [5173] = {.lex_state = 446}, + [5174] = {.lex_state = 446}, + [5175] = {.lex_state = 220}, + [5176] = {.lex_state = 220, .external_lex_state = 73}, + [5177] = {.lex_state = 220}, + [5178] = {.lex_state = 220}, + [5179] = {.lex_state = 220}, + [5180] = {.lex_state = 220}, + [5181] = {.lex_state = 220}, + [5182] = {.lex_state = 220}, + [5183] = {.lex_state = 220}, + [5184] = {.lex_state = 220}, + [5185] = {.lex_state = 220}, + [5186] = {.lex_state = 220}, + [5187] = {.lex_state = 220}, + [5188] = {.lex_state = 220}, + [5189] = {.lex_state = 220}, + [5190] = {.lex_state = 220}, + [5191] = {.lex_state = 220}, + [5192] = {.lex_state = 220}, + [5193] = {.lex_state = 220}, + [5194] = {.lex_state = 220}, + [5195] = {.lex_state = 220}, + [5196] = {.lex_state = 220}, + [5197] = {.lex_state = 220}, + [5198] = {.lex_state = 220}, + [5199] = {.lex_state = 220}, + [5200] = {.lex_state = 220}, + [5201] = {.lex_state = 220}, + [5202] = {.lex_state = 220}, + [5203] = {.lex_state = 220}, + [5204] = {.lex_state = 220}, + [5205] = {.lex_state = 220}, + [5206] = {.lex_state = 220}, + [5207] = {.lex_state = 220}, + [5208] = {.lex_state = 220}, + [5209] = {.lex_state = 220}, + [5210] = {.lex_state = 220}, + [5211] = {.lex_state = 220}, + [5212] = {.lex_state = 220}, + [5213] = {.lex_state = 220}, + [5214] = {.lex_state = 220}, + [5215] = {.lex_state = 220}, + [5216] = {.lex_state = 220}, + [5217] = {.lex_state = 220}, + [5218] = {.lex_state = 220}, + [5219] = {.lex_state = 446}, + [5220] = {.lex_state = 220, .external_lex_state = 73}, + [5221] = {.lex_state = 228}, + [5222] = {.lex_state = 220, .external_lex_state = 73}, + [5223] = {.lex_state = 264}, + [5224] = {.lex_state = 228}, + [5225] = {.lex_state = 446}, + [5226] = {.lex_state = 446}, + [5227] = {.lex_state = 220}, + [5228] = {.lex_state = 222}, + [5229] = {.lex_state = 446}, + [5230] = {.lex_state = 220}, + [5231] = {.lex_state = 446}, + [5232] = {.lex_state = 220}, + [5233] = {.lex_state = 220}, + [5234] = {.lex_state = 220}, + [5235] = {.lex_state = 220}, + [5236] = {.lex_state = 220}, + [5237] = {.lex_state = 220}, + [5238] = {.lex_state = 220}, + [5239] = {.lex_state = 220}, + [5240] = {.lex_state = 220}, + [5241] = {.lex_state = 220}, + [5242] = {.lex_state = 220}, + [5243] = {.lex_state = 220}, + [5244] = {.lex_state = 220}, + [5245] = {.lex_state = 220}, + [5246] = {.lex_state = 220}, + [5247] = {.lex_state = 220}, + [5248] = {.lex_state = 220}, + [5249] = {.lex_state = 220}, + [5250] = {.lex_state = 220}, + [5251] = {.lex_state = 220}, + [5252] = {.lex_state = 220}, + [5253] = {.lex_state = 220}, + [5254] = {.lex_state = 220}, + [5255] = {.lex_state = 220}, + [5256] = {.lex_state = 220}, + [5257] = {.lex_state = 220}, + [5258] = {.lex_state = 220}, + [5259] = {.lex_state = 220}, + [5260] = {.lex_state = 220}, + [5261] = {.lex_state = 220}, + [5262] = {.lex_state = 220}, + [5263] = {.lex_state = 220}, + [5264] = {.lex_state = 220}, + [5265] = {.lex_state = 220}, + [5266] = {.lex_state = 220}, + [5267] = {.lex_state = 220}, + [5268] = {.lex_state = 220}, + [5269] = {.lex_state = 220}, + [5270] = {.lex_state = 220}, + [5271] = {.lex_state = 220}, + [5272] = {.lex_state = 220}, + [5273] = {.lex_state = 220}, + [5274] = {.lex_state = 220}, + [5275] = {.lex_state = 220}, + [5276] = {.lex_state = 446}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -20261,7 +22066,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 +22131,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 +22205,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), @@ -20406,45 +22213,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__external_expansion_sym_hash] = ACTIONS(1), [sym__external_expansion_sym_bang] = ACTIONS(1), [sym__external_expansion_sym_equal] = ACTIONS(1), + [sym___error_recovery] = 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(5094), + [sym__statements] = STATE(5148), + [sym_redirected_statement] = STATE(3042), + [sym_for_statement] = STATE(3042), + [sym_c_style_for_statement] = STATE(3042), + [sym_while_statement] = STATE(3042), + [sym_if_statement] = STATE(3042), + [sym_case_statement] = STATE(3042), + [sym_function_definition] = STATE(3042), + [sym_compound_statement] = STATE(3042), + [sym_subshell] = STATE(3042), + [sym_pipeline] = STATE(3042), + [sym_list] = STATE(3042), + [sym_negated_command] = STATE(3042), + [sym_test_command] = STATE(3042), + [sym_declaration_command] = STATE(3042), + [sym_unset_command] = STATE(3042), + [sym_command] = STATE(3042), + [sym_command_name] = STATE(428), + [sym_variable_assignment] = STATE(720), + [sym_variable_assignments] = STATE(3042), + [sym_subscript] = STATE(4598), + [sym_file_redirect] = STATE(1540), + [sym_arithmetic_expansion] = STATE(754), + [sym_brace_expression] = STATE(754), + [sym_concatenation] = STATE(1156), + [sym_string] = STATE(754), + [sym_translated_string] = STATE(754), + [sym_number] = STATE(754), + [sym_simple_expansion] = STATE(754), + [sym_expansion] = STATE(754), + [sym_command_substitution] = STATE(754), + [sym_process_substitution] = STATE(754), + [aux_sym__statements_repeat1] = STATE(311), + [aux_sym_redirected_statement_repeat2] = STATE(3202), + [aux_sym_command_repeat1] = STATE(1008), + [aux_sym__literal_repeat1] = STATE(1007), [ts_builtin_sym_end] = ACTIONS(5), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), @@ -20472,1651 +22280,1531 @@ 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__statements] = STATE(5063), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym__expression] = STATE(2219), + [sym_binary_expression] = STATE(2250), + [sym_ternary_expression] = STATE(2250), + [sym_unary_expression] = STATE(2250), + [sym_postfix_expression] = STATE(2250), + [sym_parenthesized_expression] = STATE(2250), + [sym_arithmetic_expansion] = STATE(356), + [sym_brace_expression] = STATE(356), [sym_concatenation] = STATE(383), - [sym_string] = STATE(328), - [sym_translated_string] = STATE(328), - [sym_number] = STATE(328), - [sym_simple_expansion] = STATE(328), - [sym_expansion] = STATE(328), - [sym_command_substitution] = STATE(328), - [sym_process_substitution] = STATE(328), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(364), - [sym_word] = ACTIONS(73), + [sym_string] = STATE(356), + [sym_translated_string] = STATE(356), + [sym_number] = STATE(356), + [sym_simple_expansion] = STATE(356), + [sym_expansion] = STATE(356), + [sym_command_substitution] = STATE(356), + [sym_process_substitution] = STATE(356), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(382), + [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_concatenation] = STATE(384), - [sym_string] = STATE(327), - [sym_translated_string] = STATE(327), - [sym_number] = STATE(327), - [sym_simple_expansion] = STATE(327), - [sym_expansion] = STATE(327), - [sym_command_substitution] = STATE(327), - [sym_process_substitution] = STATE(327), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(371), - [sym_word] = ACTIONS(127), + [sym__statements] = STATE(5117), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym__expression] = STATE(2257), + [sym_binary_expression] = STATE(2250), + [sym_ternary_expression] = STATE(2250), + [sym_unary_expression] = STATE(2250), + [sym_postfix_expression] = STATE(2250), + [sym_parenthesized_expression] = STATE(2250), + [sym_arithmetic_expansion] = STATE(356), + [sym_brace_expression] = STATE(356), + [sym_concatenation] = STATE(383), + [sym_string] = STATE(356), + [sym_translated_string] = STATE(356), + [sym_number] = STATE(356), + [sym_simple_expansion] = STATE(356), + [sym_expansion] = STATE(356), + [sym_command_substitution] = STATE(356), + [sym_process_substitution] = STATE(356), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(382), + [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), + [sym_redirected_statement] = STATE(3387), + [sym_for_statement] = STATE(3433), + [sym_c_style_for_statement] = STATE(3433), + [sym_while_statement] = STATE(3433), + [sym_if_statement] = STATE(3433), + [sym_case_statement] = STATE(3433), + [sym_function_definition] = STATE(3433), + [sym_compound_statement] = STATE(3433), + [sym_subshell] = STATE(3433), + [sym_pipeline] = STATE(3433), + [sym_list] = STATE(3433), + [sym_negated_command] = STATE(3433), + [sym_test_command] = STATE(3433), + [sym_declaration_command] = STATE(3433), + [sym_unset_command] = STATE(3433), + [sym_command] = STATE(3433), + [sym_command_name] = STATE(558), + [sym_variable_assignment] = STATE(1396), + [sym_variable_assignments] = STATE(3433), + [sym_subscript] = STATE(4583), + [sym_file_redirect] = STATE(1986), + [sym__expression] = STATE(2227), + [sym_binary_expression] = STATE(2268), + [sym_ternary_expression] = STATE(2268), + [sym_unary_expression] = STATE(2268), + [sym_postfix_expression] = STATE(2268), + [sym_parenthesized_expression] = STATE(2268), + [sym_arithmetic_expansion] = STATE(389), + [sym_brace_expression] = STATE(389), + [sym_concatenation] = STATE(413), + [sym_string] = STATE(389), + [sym_translated_string] = STATE(389), + [sym_number] = STATE(389), + [sym_simple_expansion] = STATE(389), + [sym_expansion] = STATE(389), + [sym_command_substitution] = STATE(389), + [sym_process_substitution] = STATE(389), + [aux_sym_redirected_statement_repeat2] = STATE(3489), + [aux_sym_command_repeat1] = STATE(1009), + [aux_sym__literal_repeat1] = STATE(410), + [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__expression] = STATE(2273), + [sym_binary_expression] = STATE(2250), + [sym_ternary_expression] = STATE(2250), + [sym_unary_expression] = STATE(2250), + [sym_postfix_expression] = STATE(2250), + [sym_parenthesized_expression] = STATE(2250), + [sym_arithmetic_expansion] = STATE(1933), + [sym_brace_expression] = STATE(1933), + [sym_concatenation] = STATE(2250), + [sym_string] = STATE(1933), + [sym_translated_string] = STATE(1933), + [sym_number] = STATE(1933), + [sym_simple_expansion] = STATE(1933), + [sym_expansion] = STATE(1933), + [sym_command_substitution] = STATE(1933), + [sym_process_substitution] = STATE(1933), + [aux_sym__literal_repeat1] = STATE(1999), + [aux_sym_concatenation_repeat1] = STATE(358), + [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(3384), + [sym_for_statement] = STATE(3433), + [sym_c_style_for_statement] = STATE(3433), + [sym_while_statement] = STATE(3433), + [sym_if_statement] = STATE(3433), + [sym_case_statement] = STATE(3433), + [sym_function_definition] = STATE(3433), + [sym_compound_statement] = STATE(3433), + [sym_subshell] = STATE(3433), + [sym_pipeline] = STATE(3433), + [sym_list] = STATE(3433), + [sym_negated_command] = STATE(3433), + [sym_test_command] = STATE(3433), + [sym_declaration_command] = STATE(3433), + [sym_unset_command] = STATE(3433), + [sym_command] = STATE(3433), + [sym_command_name] = STATE(558), + [sym_variable_assignment] = STATE(1396), + [sym_variable_assignments] = STATE(3433), + [sym_subscript] = STATE(4583), + [sym_file_redirect] = STATE(1986), + [sym__expression] = STATE(2254), + [sym_binary_expression] = STATE(2268), + [sym_ternary_expression] = STATE(2268), + [sym_unary_expression] = STATE(2268), + [sym_postfix_expression] = STATE(2268), + [sym_parenthesized_expression] = STATE(2268), + [sym_arithmetic_expansion] = STATE(389), + [sym_brace_expression] = STATE(389), + [sym_concatenation] = STATE(413), + [sym_string] = STATE(389), + [sym_translated_string] = STATE(389), + [sym_number] = STATE(389), + [sym_simple_expansion] = STATE(389), + [sym_expansion] = STATE(389), + [sym_command_substitution] = STATE(389), + [sym_process_substitution] = STATE(389), + [aux_sym_redirected_statement_repeat2] = STATE(3489), + [aux_sym_command_repeat1] = STATE(1009), + [aux_sym__literal_repeat1] = STATE(410), + [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(3399), + [sym_for_statement] = STATE(3433), + [sym_c_style_for_statement] = STATE(3433), + [sym_while_statement] = STATE(3433), + [sym_if_statement] = STATE(3433), + [sym_case_statement] = STATE(3433), + [sym_function_definition] = STATE(3433), + [sym_compound_statement] = STATE(3433), + [sym_subshell] = STATE(3433), + [sym_pipeline] = STATE(3433), + [sym_list] = STATE(3433), + [sym_negated_command] = STATE(3433), + [sym_test_command] = STATE(3433), + [sym_declaration_command] = STATE(3433), + [sym_unset_command] = STATE(3433), + [sym_command] = STATE(3433), + [sym_command_name] = STATE(558), + [sym_variable_assignment] = STATE(1396), + [sym_variable_assignments] = STATE(3433), + [sym_subscript] = STATE(4583), + [sym_file_redirect] = STATE(1986), + [sym__expression] = STATE(2239), + [sym_binary_expression] = STATE(2268), + [sym_ternary_expression] = STATE(2268), + [sym_unary_expression] = STATE(2268), + [sym_postfix_expression] = STATE(2268), + [sym_parenthesized_expression] = STATE(2268), + [sym_arithmetic_expansion] = STATE(389), + [sym_brace_expression] = STATE(389), + [sym_concatenation] = STATE(413), + [sym_string] = STATE(389), + [sym_translated_string] = STATE(389), + [sym_number] = STATE(389), + [sym_simple_expansion] = STATE(389), + [sym_expansion] = STATE(389), + [sym_command_substitution] = STATE(389), + [sym_process_substitution] = STATE(389), + [aux_sym_redirected_statement_repeat2] = STATE(3489), + [aux_sym_command_repeat1] = STATE(1009), + [aux_sym__literal_repeat1] = STATE(410), + [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(2213), + [sym_binary_expression] = STATE(2268), + [sym_ternary_expression] = STATE(2268), + [sym_unary_expression] = STATE(2268), + [sym_postfix_expression] = STATE(2268), + [sym_parenthesized_expression] = STATE(2268), + [sym_arithmetic_expansion] = STATE(1963), + [sym_brace_expression] = STATE(1963), + [sym_concatenation] = STATE(2268), + [sym_string] = STATE(1963), + [sym_translated_string] = STATE(1963), + [sym_number] = STATE(1963), + [sym_simple_expansion] = STATE(1963), + [sym_expansion] = STATE(1963), + [sym_command_substitution] = STATE(1963), + [sym_process_substitution] = STATE(1963), + [aux_sym__literal_repeat1] = STATE(2061), + [aux_sym_concatenation_repeat1] = STATE(384), + [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(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_elif_clause] = STATE(4185), + [sym_else_clause] = STATE(4764), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_if_statement_repeat1] = STATE(4185), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(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), }, - [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), + [10] = { + [aux_sym__terminated_statement] = STATE(11), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_elif_clause] = STATE(4175), + [sym_else_clause] = STATE(5000), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_if_statement_repeat1] = STATE(4175), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(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), }, - [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), + [11] = { + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_elif_clause] = STATE(4176), + [sym_else_clause] = STATE(4992), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_if_statement_repeat1] = STATE(4176), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(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), + [12] = { + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_elif_clause] = STATE(4191), + [sym_else_clause] = STATE(5042), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_if_statement_repeat1] = STATE(4191), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(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(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), + [13] = { + [aux_sym__terminated_statement] = STATE(9), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_elif_clause] = STATE(4178), + [sym_else_clause] = STATE(4904), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_if_statement_repeat1] = STATE(4178), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(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), - }, - [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), + [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), }, - [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), + [14] = { + [aux_sym__terminated_statement] = STATE(12), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_elif_clause] = STATE(4195), + [sym_else_clause] = STATE(5049), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_if_statement_repeat1] = STATE(4195), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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_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(149), - [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), - }, - [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), - [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(4351), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(389), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), + [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(67), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), }, [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(4286), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(439), + [anon_sym_SEMI_SEMI] = ACTIONS(441), + [anon_sym_SEMI_AMP] = ACTIONS(443), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(445), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), + [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(67), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), }, [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), - }, - [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), - [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_fi] = ACTIONS(395), - [anon_sym_elif] = ACTIONS(397), - [anon_sym_else] = ACTIONS(399), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [sym__statements] = STATE(4348), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(447), + [anon_sym_SEMI_SEMI] = ACTIONS(449), + [anon_sym_SEMI_AMP] = ACTIONS(451), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(453), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), [anon_sym_DOLLAR] = ACTIONS(409), [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), @@ -22130,84 +23818,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), + [sym_comment] = ACTIONS(67), [sym_file_descriptor] = ACTIONS(431), [sym_variable_name] = ACTIONS(433), [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [19] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3637), - [sym_else_clause] = STATE(4091), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3637), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(439), - [anon_sym_elif] = ACTIONS(397), - [anon_sym_else] = ACTIONS(399), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [18] = { + [sym__statements] = STATE(4346), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(447), + [anon_sym_SEMI_SEMI] = ACTIONS(455), + [anon_sym_SEMI_AMP] = ACTIONS(457), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(459), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), [anon_sym_DOLLAR] = ACTIONS(409), [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), @@ -22221,84 +23910,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), + [sym_comment] = ACTIONS(67), [sym_file_descriptor] = ACTIONS(431), [sym_variable_name] = ACTIONS(433), [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, - [20] = { - [aux_sym__terminated_statement] = STATE(21), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3639), - [sym_else_clause] = STATE(4331), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3639), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_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_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [19] = { + [sym__statements] = STATE(4302), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(461), + [anon_sym_SEMI_AMP] = ACTIONS(463), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(465), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), [anon_sym_DOLLAR] = ACTIONS(409), [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), @@ -22312,84 +24002,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), + [sym_comment] = ACTIONS(67), [sym_file_descriptor] = ACTIONS(431), [sym_variable_name] = ACTIONS(433), [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, + [20] = { + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(467), + [anon_sym_for] = ACTIONS(470), + [anon_sym_select] = ACTIONS(473), + [anon_sym_LPAREN_LPAREN] = ACTIONS(476), + [anon_sym_GT_GT] = ACTIONS(479), + [anon_sym_LT] = ACTIONS(482), + [anon_sym_GT] = ACTIONS(482), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_while] = ACTIONS(488), + [anon_sym_until] = ACTIONS(488), + [anon_sym_do] = ACTIONS(491), + [anon_sym_if] = ACTIONS(493), + [anon_sym_then] = ACTIONS(491), + [anon_sym_fi] = ACTIONS(491), + [anon_sym_elif] = ACTIONS(491), + [anon_sym_else] = ACTIONS(491), + [anon_sym_case] = ACTIONS(496), + [anon_sym_function] = ACTIONS(499), + [anon_sym_LBRACE] = ACTIONS(502), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_LBRACK] = ACTIONS(508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(511), + [anon_sym_declare] = ACTIONS(514), + [anon_sym_typeset] = ACTIONS(514), + [anon_sym_export] = ACTIONS(514), + [anon_sym_readonly] = ACTIONS(514), + [anon_sym_local] = ACTIONS(514), + [anon_sym_unset] = ACTIONS(517), + [anon_sym_unsetenv] = ACTIONS(517), + [anon_sym_AMP_GT] = ACTIONS(482), + [anon_sym_AMP_GT_GT] = ACTIONS(479), + [anon_sym_LT_AMP] = ACTIONS(482), + [anon_sym_GT_AMP] = ACTIONS(482), + [anon_sym_GT_PIPE] = ACTIONS(479), + [anon_sym_LT_AMP_DASH] = ACTIONS(520), + [anon_sym_GT_AMP_DASH] = ACTIONS(520), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(523), + [anon_sym_DOLLAR] = ACTIONS(526), + [sym__special_character] = ACTIONS(529), + [anon_sym_DQUOTE] = ACTIONS(532), + [sym_raw_string] = ACTIONS(535), + [sym_ansi_c_string] = ACTIONS(535), + [aux_sym_number_token1] = ACTIONS(538), + [aux_sym_number_token2] = ACTIONS(541), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(544), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(547), + [anon_sym_BQUOTE] = ACTIONS(550), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(553), + [anon_sym_LT_LPAREN] = ACTIONS(556), + [anon_sym_GT_LPAREN] = ACTIONS(556), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(559), + [sym_variable_name] = ACTIONS(562), + [sym_test_operator] = ACTIONS(565), + [sym__brace_start] = ACTIONS(568), + }, [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), - [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_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_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [sym__statements] = STATE(4328), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(571), + [anon_sym_SEMI_SEMI] = ACTIONS(573), + [anon_sym_SEMI_AMP] = ACTIONS(575), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(577), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), [anon_sym_DOLLAR] = ACTIONS(409), [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), @@ -22403,84 +24186,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), + [sym_comment] = ACTIONS(67), [sym_file_descriptor] = ACTIONS(431), [sym_variable_name] = ACTIONS(433), [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, [22] = { - [aux_sym__terminated_statement] = STATE(18), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3630), - [sym_else_clause] = STATE(4228), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3630), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_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_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [sym__statements] = STATE(4326), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(579), + [anon_sym_SEMI_SEMI] = ACTIONS(581), + [anon_sym_SEMI_AMP] = ACTIONS(583), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(583), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), [anon_sym_DOLLAR] = ACTIONS(409), [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), @@ -22494,84 +24278,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), + [sym_comment] = ACTIONS(67), [sym_file_descriptor] = ACTIONS(431), [sym_variable_name] = ACTIONS(433), [sym_test_operator] = ACTIONS(435), [sym__brace_start] = ACTIONS(437), }, [23] = { - [aux_sym__terminated_statement] = STATE(19), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_elif_clause] = STATE(3650), - [sym_else_clause] = STATE(4139), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_if_statement_repeat1] = STATE(3650), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_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_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(405), - [anon_sym_typeset] = ACTIONS(405), - [anon_sym_export] = ACTIONS(405), - [anon_sym_readonly] = ACTIONS(405), - [anon_sym_local] = ACTIONS(405), - [anon_sym_unset] = ACTIONS(407), - [anon_sym_unsetenv] = ACTIONS(407), - [anon_sym_AMP_GT] = ACTIONS(393), - [anon_sym_AMP_GT_GT] = ACTIONS(391), - [anon_sym_LT_AMP] = ACTIONS(391), - [anon_sym_GT_AMP] = ACTIONS(391), - [anon_sym_GT_PIPE] = ACTIONS(391), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), + [sym__statements] = STATE(4350), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(585), + [anon_sym_SEMI_SEMI] = ACTIONS(587), + [anon_sym_SEMI_AMP] = ACTIONS(589), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(589), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), [anon_sym_DOLLAR] = ACTIONS(409), [sym__special_character] = ACTIONS(411), [anon_sym_DQUOTE] = ACTIONS(413), @@ -22585,24355 +24370,25369 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), [anon_sym_LT_LPAREN] = ACTIONS(429), [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), + [sym_comment] = ACTIONS(67), [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), + [sym__statements] = STATE(4343), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(439), + [anon_sym_SEMI_SEMI] = ACTIONS(591), + [anon_sym_SEMI_AMP] = ACTIONS(593), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(595), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), + [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(67), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), }, [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), + [sym__statements] = STATE(4344), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(597), + [anon_sym_SEMI_SEMI] = ACTIONS(599), + [anon_sym_SEMI_AMP] = ACTIONS(601), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(601), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), + [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(67), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), }, [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), + [sym__statements] = STATE(4331), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(603), + [anon_sym_SEMI_SEMI] = ACTIONS(605), + [anon_sym_SEMI_AMP] = ACTIONS(607), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(607), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), + [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(67), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), }, [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), + [sym__statements] = STATE(4347), + [sym_redirected_statement] = STATE(2919), + [sym_for_statement] = STATE(2919), + [sym_c_style_for_statement] = STATE(2919), + [sym_while_statement] = STATE(2919), + [sym_if_statement] = STATE(2919), + [sym_case_statement] = STATE(2919), + [sym_function_definition] = STATE(2919), + [sym_compound_statement] = STATE(2919), + [sym_subshell] = STATE(2919), + [sym_pipeline] = STATE(2919), + [sym_list] = STATE(2919), + [sym_negated_command] = STATE(2919), + [sym_test_command] = STATE(2919), + [sym_declaration_command] = STATE(2919), + [sym_unset_command] = STATE(2919), + [sym_command] = STATE(2919), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(638), + [sym_variable_assignments] = STATE(2919), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(317), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(571), + [anon_sym_SEMI_SEMI] = ACTIONS(609), + [anon_sym_SEMI_AMP] = ACTIONS(611), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(613), + [anon_sym_function] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), + [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(67), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), }, [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), + [sym__statements] = STATE(4494), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(607), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(607), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4481), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(575), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(577), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4466), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(611), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(613), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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] = { - [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), + [sym__statements] = STATE(4503), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(463), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(465), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4483), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(443), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(445), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4464), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(593), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(595), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4458), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(583), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(583), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4506), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(457), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(459), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4437), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(387), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(389), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4491), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(589), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(589), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4460), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(601), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(601), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(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), + [sym__statements] = STATE(4489), + [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(418), + [sym_variable_assignment] = STATE(682), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(312), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(451), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(453), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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] = { - [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), + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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_fi] = ACTIONS(689), + [anon_sym_elif] = ACTIONS(689), + [anon_sym_else] = ACTIONS(689), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(40), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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_fi] = ACTIONS(691), + [anon_sym_elif] = ACTIONS(691), + [anon_sym_else] = ACTIONS(691), + [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), }, [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), + [sym__statements] = STATE(5117), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(695), + [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), }, [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), + [sym__statements] = STATE(5117), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(705), + [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), }, [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), + [sym__statements] = STATE(4977), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(707), + [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), }, [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), + [sym__statements] = STATE(5117), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(709), + [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), }, [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(4977), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_do_group] = STATE(3682), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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_do] = ACTIONS(713), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_do_group] = STATE(3256), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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_do] = ACTIONS(715), + [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), }, [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(5117), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(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), + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_do_group] = STATE(3309), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(719), [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(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), }, [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), + [sym__statements] = STATE(5063), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(721), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_do] = ACTIONS(765), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(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), }, [52] = { - [sym__statements] = STATE(4250), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(5117), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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_RPAREN] = ACTIONS(771), + [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), }, [53] = { - [sym__statements] = STATE(4374), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4859), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [54] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_do_group] = STATE(3185), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(5009), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [sym__statements] = STATE(5085), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1553), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [sym__statements] = STATE(5084), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5083), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5082), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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_RPAREN] = ACTIONS(795), + [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), }, [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(4939), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1637), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [aux_sym__terminated_statement] = STATE(77), + [sym_redirected_statement] = STATE(3138), + [sym_for_statement] = STATE(3138), + [sym_c_style_for_statement] = STATE(3138), + [sym_while_statement] = STATE(3138), + [sym_if_statement] = STATE(3138), + [sym_case_statement] = STATE(3138), + [sym_function_definition] = STATE(3138), + [sym_compound_statement] = STATE(3138), + [sym_subshell] = STATE(3138), + [sym_pipeline] = STATE(3138), + [sym_list] = STATE(3138), + [sym_negated_command] = STATE(3138), + [sym_test_command] = STATE(3138), + [sym_declaration_command] = STATE(3138), + [sym_unset_command] = STATE(3138), + [sym_command] = STATE(3138), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(799), + [sym_variable_assignments] = STATE(3138), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(789), - [anon_sym_RPAREN] = ACTIONS(799), + [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(735), [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), }, [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(4867), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4937), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4936), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4903), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1613), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4901), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5102), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4899), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4898), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5132), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1676), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(815), [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), }, [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(5135), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5152), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5154), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4884), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1602), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4881), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4880), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4879), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [aux_sym__terminated_statement] = STATE(158), + [sym_redirected_statement] = STATE(3138), + [sym_for_statement] = STATE(3138), + [sym_c_style_for_statement] = STATE(3138), + [sym_while_statement] = STATE(3138), + [sym_if_statement] = STATE(3138), + [sym_case_statement] = STATE(3138), + [sym_function_definition] = STATE(3138), + [sym_compound_statement] = STATE(3138), + [sym_subshell] = STATE(3138), + [sym_pipeline] = STATE(3138), + [sym_list] = STATE(3138), + [sym_negated_command] = STATE(3138), + [sym_test_command] = STATE(3138), + [sym_declaration_command] = STATE(3138), + [sym_unset_command] = STATE(3138), + [sym_command] = STATE(3138), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(799), + [sym_variable_assignments] = STATE(3138), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(737), [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), }, [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(4739), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1678), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4865), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1600), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4857), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4722), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4847), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(821), - [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), }, [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), + [sym__statements] = STATE(4817), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1593), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(739), [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), }, [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(4811), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4809), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4805), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4790), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1583), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4787), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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), + [sym__statements] = STATE(4785), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + [aux_sym__terminated_statement] = STATE(238), + [sym_redirected_statement] = STATE(3104), + [sym_for_statement] = STATE(3104), + [sym_c_style_for_statement] = STATE(3104), + [sym_while_statement] = STATE(3104), + [sym_if_statement] = STATE(3104), + [sym_case_statement] = STATE(3104), + [sym_function_definition] = STATE(3104), + [sym_compound_statement] = STATE(3104), + [sym_subshell] = STATE(3104), + [sym_pipeline] = STATE(3104), + [sym_list] = STATE(3104), + [sym_negated_command] = STATE(3104), + [sym_test_command] = STATE(3104), + [sym_declaration_command] = STATE(3104), + [sym_unset_command] = STATE(3104), + [sym_command] = STATE(3104), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(828), + [sym_variable_assignments] = STATE(3104), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(741), + [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), }, [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(4784), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4777), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1590), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4775), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4771), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4770), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4753), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1539), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4752), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4748), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4747), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4731), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1544), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5105), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4729), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4728), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4724), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5231), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4707), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1632), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4704), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4700), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4698), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4684), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1546), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5226), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5219), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1681), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4682), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4681), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4680), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4659), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1548), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4658), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4657), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4656), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5173), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5061), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1607), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4642), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1550), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4641), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4640), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4638), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4627), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1551), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4626), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4625), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4624), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4639), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1555), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(162), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(743), [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), }, [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(4643), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5172), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4645), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4647), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4649), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1562), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4651), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(158), + [sym_redirected_statement] = STATE(3138), + [sym_for_statement] = STATE(3138), + [sym_c_style_for_statement] = STATE(3138), + [sym_while_statement] = STATE(3138), + [sym_if_statement] = STATE(3138), + [sym_case_statement] = STATE(3138), + [sym_function_definition] = STATE(3138), + [sym_compound_statement] = STATE(3138), + [sym_subshell] = STATE(3138), + [sym_pipeline] = STATE(3138), + [sym_list] = STATE(3138), + [sym_negated_command] = STATE(3138), + [sym_test_command] = STATE(3138), + [sym_declaration_command] = STATE(3138), + [sym_unset_command] = STATE(3138), + [sym_command] = STATE(3138), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(799), + [sym_variable_assignments] = STATE(3138), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(745), [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), }, [140] = { - [sym__statements] = STATE(4422), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5171), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4661), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(747), [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), }, [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(4765), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [sym__statements] = STATE(4622), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1567), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4687), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(823), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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), + [sym__statements] = STATE(4689), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4695), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4701), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1570), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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_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), }, [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(4703), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5142), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1683), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5139), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + [sym__statements] = STATE(5138), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4705), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5137), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4709), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5097), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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), + [sym__statements] = STATE(4717), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1578), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), + [aux_sym__terminated_statement] = STATE(158), + [sym_redirected_statement] = STATE(3138), + [sym_for_statement] = STATE(3138), + [sym_c_style_for_statement] = STATE(3138), + [sym_while_statement] = STATE(3138), + [sym_if_statement] = STATE(3138), + [sym_case_statement] = STATE(3138), + [sym_function_definition] = STATE(3138), + [sym_compound_statement] = STATE(3138), + [sym_subshell] = STATE(3138), + [sym_pipeline] = STATE(3138), + [sym_list] = STATE(3138), + [sym_negated_command] = STATE(3138), + [sym_test_command] = STATE(3138), + [sym_declaration_command] = STATE(3138), + [sym_unset_command] = STATE(3138), + [sym_command] = STATE(3138), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(799), + [sym_variable_assignments] = STATE(3138), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(467), + [anon_sym_for] = ACTIONS(470), + [anon_sym_select] = ACTIONS(473), + [anon_sym_LPAREN_LPAREN] = ACTIONS(476), + [anon_sym_GT_GT] = ACTIONS(479), + [anon_sym_LT] = ACTIONS(482), + [anon_sym_GT] = ACTIONS(482), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_while] = ACTIONS(488), + [anon_sym_until] = ACTIONS(488), + [anon_sym_done] = ACTIONS(491), + [anon_sym_if] = ACTIONS(493), + [anon_sym_case] = ACTIONS(496), + [anon_sym_function] = ACTIONS(499), + [anon_sym_LBRACE] = ACTIONS(502), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_LBRACK] = ACTIONS(508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(511), + [anon_sym_declare] = ACTIONS(514), + [anon_sym_typeset] = ACTIONS(514), + [anon_sym_export] = ACTIONS(514), + [anon_sym_readonly] = ACTIONS(514), + [anon_sym_local] = ACTIONS(514), + [anon_sym_unset] = ACTIONS(517), + [anon_sym_unsetenv] = ACTIONS(517), + [anon_sym_AMP_GT] = ACTIONS(482), + [anon_sym_AMP_GT_GT] = ACTIONS(479), + [anon_sym_LT_AMP] = ACTIONS(482), + [anon_sym_GT_AMP] = ACTIONS(482), + [anon_sym_GT_PIPE] = ACTIONS(479), + [anon_sym_LT_AMP_DASH] = ACTIONS(520), + [anon_sym_GT_AMP_DASH] = ACTIONS(520), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(523), + [anon_sym_DOLLAR] = ACTIONS(526), + [sym__special_character] = ACTIONS(529), + [anon_sym_DQUOTE] = ACTIONS(532), + [sym_raw_string] = ACTIONS(535), + [sym_ansi_c_string] = ACTIONS(535), + [aux_sym_number_token1] = ACTIONS(538), + [aux_sym_number_token2] = ACTIONS(541), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(544), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(547), + [anon_sym_BQUOTE] = ACTIONS(550), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(553), + [anon_sym_LT_LPAREN] = ACTIONS(556), + [anon_sym_GT_LPAREN] = ACTIONS(556), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(559), + [sym_variable_name] = ACTIONS(562), + [sym_test_operator] = ACTIONS(565), + [sym__brace_start] = ACTIONS(568), }, [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(4719), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4721), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4723), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(829), [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), }, [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), + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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_fi] = ACTIONS(749), [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), }, [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), + [sym__statements] = STATE(5096), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1672), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5046), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5118), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1686), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [aux_sym__terminated_statement] = STATE(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(751), [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), }, [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(4756), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1580), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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), + [sym__statements] = STATE(4759), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + [sym__statements] = STATE(5115), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5113), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + [sym__statements] = STATE(4637), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4767), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4773), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1584), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4783), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(835), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [175] = { - [sym__statements] = STATE(4357), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4795), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4800), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4841), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1587), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5100), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4862), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4986), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4866), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4872), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1598), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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_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), }, [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), + [sym__statements] = STATE(4878), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4883), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + [sym__statements] = STATE(4887), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4896), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1610), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4907), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5091), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1688), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4909), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4921), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4928), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1621), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4929), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4933), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4934), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4959), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1639), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4965), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5089), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5087), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(839), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4993), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4994), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5001), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1642), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5002), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5007), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5029), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1690), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5018), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1647), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5019), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4902), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5043), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5066), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1648), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5067), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5070), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5071), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(225), + [sym_redirected_statement] = STATE(3104), + [sym_for_statement] = STATE(3104), + [sym_c_style_for_statement] = STATE(3104), + [sym_while_statement] = STATE(3104), + [sym_if_statement] = STATE(3104), + [sym_case_statement] = STATE(3104), + [sym_function_definition] = STATE(3104), + [sym_compound_statement] = STATE(3104), + [sym_subshell] = STATE(3104), + [sym_pipeline] = STATE(3104), + [sym_list] = STATE(3104), + [sym_negated_command] = STATE(3104), + [sym_test_command] = STATE(3104), + [sym_declaration_command] = STATE(3104), + [sym_unset_command] = STATE(3104), + [sym_command] = STATE(3104), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(828), + [sym_variable_assignments] = STATE(3104), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(401), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(845), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_RBRACE] = ACTIONS(753), + [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), }, [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(5080), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1650), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5063), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(847), [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), }, [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(5099), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5103), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5104), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(20), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(755), [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(5027), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5107), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1651), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5025), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(139), + [sym_redirected_statement] = STATE(3138), + [sym_for_statement] = STATE(3138), + [sym_c_style_for_statement] = STATE(3138), + [sym_while_statement] = STATE(3138), + [sym_if_statement] = STATE(3138), + [sym_case_statement] = STATE(3138), + [sym_function_definition] = STATE(3138), + [sym_compound_statement] = STATE(3138), + [sym_subshell] = STATE(3138), + [sym_pipeline] = STATE(3138), + [sym_list] = STATE(3138), + [sym_negated_command] = STATE(3138), + [sym_test_command] = STATE(3138), + [sym_declaration_command] = STATE(3138), + [sym_unset_command] = STATE(3138), + [sym_command] = STATE(3138), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(799), + [sym_variable_assignments] = STATE(3138), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(757), [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), }, [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(5058), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(238), + [sym_redirected_statement] = STATE(3104), + [sym_for_statement] = STATE(3104), + [sym_c_style_for_statement] = STATE(3104), + [sym_while_statement] = STATE(3104), + [sym_if_statement] = STATE(3104), + [sym_case_statement] = STATE(3104), + [sym_function_definition] = STATE(3104), + [sym_compound_statement] = STATE(3104), + [sym_subshell] = STATE(3104), + [sym_pipeline] = STATE(3104), + [sym_list] = STATE(3104), + [sym_negated_command] = STATE(3104), + [sym_test_command] = STATE(3104), + [sym_declaration_command] = STATE(3104), + [sym_unset_command] = STATE(3104), + [sym_command] = STATE(3104), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(828), + [sym_variable_assignments] = STATE(3104), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(759), + [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), }, [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(5108), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5012), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5109), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5111), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4972), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1692), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5013), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5023), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1653), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5014), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5161), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5165), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5166), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5225), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1658), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(238), + [sym_redirected_statement] = STATE(3104), + [sym_for_statement] = STATE(3104), + [sym_c_style_for_statement] = STATE(3104), + [sym_while_statement] = STATE(3104), + [sym_if_statement] = STATE(3104), + [sym_case_statement] = STATE(3104), + [sym_function_definition] = STATE(3104), + [sym_compound_statement] = STATE(3104), + [sym_subshell] = STATE(3104), + [sym_pipeline] = STATE(3104), + [sym_list] = STATE(3104), + [sym_negated_command] = STATE(3104), + [sym_test_command] = STATE(3104), + [sym_declaration_command] = STATE(3104), + [sym_unset_command] = STATE(3104), + [sym_command] = STATE(3104), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(828), + [sym_variable_assignments] = STATE(3104), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(467), + [anon_sym_for] = ACTIONS(470), + [anon_sym_select] = ACTIONS(473), + [anon_sym_LPAREN_LPAREN] = ACTIONS(476), + [anon_sym_GT_GT] = ACTIONS(479), + [anon_sym_LT] = ACTIONS(482), + [anon_sym_GT] = ACTIONS(482), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_while] = ACTIONS(488), + [anon_sym_until] = ACTIONS(488), + [anon_sym_if] = ACTIONS(493), + [anon_sym_case] = ACTIONS(496), + [anon_sym_function] = ACTIONS(499), + [anon_sym_LBRACE] = ACTIONS(502), + [anon_sym_RBRACE] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(505), + [anon_sym_LBRACK] = ACTIONS(508), + [anon_sym_LBRACK_LBRACK] = ACTIONS(511), + [anon_sym_declare] = ACTIONS(514), + [anon_sym_typeset] = ACTIONS(514), + [anon_sym_export] = ACTIONS(514), + [anon_sym_readonly] = ACTIONS(514), + [anon_sym_local] = ACTIONS(514), + [anon_sym_unset] = ACTIONS(517), + [anon_sym_unsetenv] = ACTIONS(517), + [anon_sym_AMP_GT] = ACTIONS(482), + [anon_sym_AMP_GT_GT] = ACTIONS(479), + [anon_sym_LT_AMP] = ACTIONS(482), + [anon_sym_GT_AMP] = ACTIONS(482), + [anon_sym_GT_PIPE] = ACTIONS(479), + [anon_sym_LT_AMP_DASH] = ACTIONS(520), + [anon_sym_GT_AMP_DASH] = ACTIONS(520), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(523), + [anon_sym_DOLLAR] = ACTIONS(526), + [sym__special_character] = ACTIONS(529), + [anon_sym_DQUOTE] = ACTIONS(532), + [sym_raw_string] = ACTIONS(535), + [sym_ansi_c_string] = ACTIONS(535), + [aux_sym_number_token1] = ACTIONS(538), + [aux_sym_number_token2] = ACTIONS(541), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(544), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(547), + [anon_sym_BQUOTE] = ACTIONS(550), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(553), + [anon_sym_LT_LPAREN] = ACTIONS(556), + [anon_sym_GT_LPAREN] = ACTIONS(556), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(559), + [sym_variable_name] = ACTIONS(562), + [sym_test_operator] = ACTIONS(565), + [sym__brace_start] = ACTIONS(568), + }, + [239] = { + [sym__statements] = STATE(4964), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, - [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), + [240] = { + [sym__statements] = STATE(5229), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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), - }, - [240] = { - [sym__statements] = STATE(4167), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1373), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_while] = ACTIONS(21), - [anon_sym_until] = ACTIONS(21), - [anon_sym_if] = ACTIONS(23), - [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), - [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym_declare] = ACTIONS(89), - [anon_sym_typeset] = ACTIONS(89), - [anon_sym_export] = ACTIONS(89), - [anon_sym_readonly] = ACTIONS(89), - [anon_sym_local] = ACTIONS(89), - [anon_sym_unset] = ACTIONS(91), - [anon_sym_unsetenv] = ACTIONS(91), - [anon_sym_AMP_GT] = ACTIONS(81), - [anon_sym_AMP_GT_GT] = ACTIONS(79), - [anon_sym_LT_AMP] = ACTIONS(79), - [anon_sym_GT_AMP] = ACTIONS(79), - [anon_sym_GT_PIPE] = ACTIONS(79), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_DOLLAR] = ACTIONS(409), - [sym__special_character] = ACTIONS(775), - [anon_sym_DQUOTE] = ACTIONS(413), - [sym_raw_string] = ACTIONS(777), - [sym_ansi_c_string] = ACTIONS(777), - [aux_sym_number_token1] = ACTIONS(417), - [aux_sym_number_token2] = ACTIONS(419), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(421), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(423), - [anon_sym_BQUOTE] = ACTIONS(425), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(427), - [anon_sym_LT_LPAREN] = ACTIONS(429), - [anon_sym_GT_LPAREN] = ACTIONS(429), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(779), - [sym__brace_start] = ACTIONS(437), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4797), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + [aux_sym__terminated_statement] = STATE(246), + [sym_redirected_statement] = STATE(3138), + [sym_for_statement] = STATE(3138), + [sym_c_style_for_statement] = STATE(3138), + [sym_while_statement] = STATE(3138), + [sym_if_statement] = STATE(3138), + [sym_case_statement] = STATE(3138), + [sym_function_definition] = STATE(3138), + [sym_compound_statement] = STATE(3138), + [sym_subshell] = STATE(3138), + [sym_pipeline] = STATE(3138), + [sym_list] = STATE(3138), + [sym_negated_command] = STATE(3138), + [sym_test_command] = STATE(3138), + [sym_declaration_command] = STATE(3138), + [sym_unset_command] = STATE(3138), + [sym_command] = STATE(3138), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(799), + [sym_variable_assignments] = STATE(3138), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(763), [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), }, [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), + [aux_sym__terminated_statement] = STATE(91), + [sym_redirected_statement] = STATE(3104), + [sym_for_statement] = STATE(3104), + [sym_c_style_for_statement] = STATE(3104), + [sym_while_statement] = STATE(3104), + [sym_if_statement] = STATE(3104), + [sym_case_statement] = STATE(3104), + [sym_function_definition] = STATE(3104), + [sym_compound_statement] = STATE(3104), + [sym_subshell] = STATE(3104), + [sym_pipeline] = STATE(3104), + [sym_list] = STATE(3104), + [sym_negated_command] = STATE(3104), + [sym_test_command] = STATE(3104), + [sym_declaration_command] = STATE(3104), + [sym_unset_command] = STATE(3104), + [sym_command] = STATE(3104), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(828), + [sym_variable_assignments] = STATE(3104), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(765), + [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), }, [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(4740), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5015), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1689), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(158), + [sym_redirected_statement] = STATE(3138), + [sym_for_statement] = STATE(3138), + [sym_c_style_for_statement] = STATE(3138), + [sym_while_statement] = STATE(3138), + [sym_if_statement] = STATE(3138), + [sym_case_statement] = STATE(3138), + [sym_function_definition] = STATE(3138), + [sym_compound_statement] = STATE(3138), + [sym_subshell] = STATE(3138), + [sym_pipeline] = STATE(3138), + [sym_list] = STATE(3138), + [sym_negated_command] = STATE(3138), + [sym_test_command] = STATE(3138), + [sym_declaration_command] = STATE(3138), + [sym_unset_command] = STATE(3138), + [sym_command] = STATE(3138), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(799), + [sym_variable_assignments] = STATE(3138), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(767), [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), }, [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(4961), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4652), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1662), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4632), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4673), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4674), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4782), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1664), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4947), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1693), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4788), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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), + [aux_sym__terminated_statement] = STATE(300), + [sym_redirected_statement] = STATE(3104), + [sym_for_statement] = STATE(3104), + [sym_c_style_for_statement] = STATE(3104), + [sym_while_statement] = STATE(3104), + [sym_if_statement] = STATE(3104), + [sym_case_statement] = STATE(3104), + [sym_function_definition] = STATE(3104), + [sym_compound_statement] = STATE(3104), + [sym_subshell] = STATE(3104), + [sym_pipeline] = STATE(3104), + [sym_list] = STATE(3104), + [sym_negated_command] = STATE(3104), + [sym_test_command] = STATE(3104), + [sym_declaration_command] = STATE(3104), + [sym_unset_command] = STATE(3104), + [sym_command] = STATE(3104), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(828), + [sym_variable_assignments] = STATE(3104), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(769), + [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), }, [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(5039), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4942), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4938), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4815), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4913), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1695), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5112), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5114), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5116), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1634), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5120), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5121), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5123), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1636), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5125), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5126), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5129), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1640), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5133), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5136), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5141), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1641), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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), + [sym__statements] = STATE(5155), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5156), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5158), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1645), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(5169), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4826), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(693), [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(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(27), + [anon_sym_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(31), + [anon_sym_BANG] = ACTIONS(697), [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(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), }, [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(5170), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5174), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1646), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4910), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4915), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1665), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4916), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4917), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5276), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5151), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4829), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1617), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4725), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4922), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4685), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4631), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1701), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(4957), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1668), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4960), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(4675), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(5117), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(4861), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4977), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [sym__statements] = STATE(5059), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(1011), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4995), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [sym__statements] = STATE(4697), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(1011), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + [aux_sym__terminated_statement] = STATE(238), + [sym_redirected_statement] = STATE(3104), + [sym_for_statement] = STATE(3104), + [sym_c_style_for_statement] = STATE(3104), + [sym_while_statement] = STATE(3104), + [sym_if_statement] = STATE(3104), + [sym_case_statement] = STATE(3104), + [sym_function_definition] = STATE(3104), + [sym_compound_statement] = STATE(3104), + [sym_subshell] = STATE(3104), + [sym_pipeline] = STATE(3104), + [sym_list] = STATE(3104), + [sym_negated_command] = STATE(3104), + [sym_test_command] = STATE(3104), + [sym_declaration_command] = STATE(3104), + [sym_unset_command] = STATE(3104), + [sym_command] = STATE(3104), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(828), + [sym_variable_assignments] = STATE(3104), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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_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_RBRACE] = ACTIONS(771), + [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), }, [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), + [sym__statements] = STATE(4708), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1699), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(5060), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(4791), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(5034), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1670), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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__statements] = STATE(5035), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), [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(727), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(31), + [anon_sym_BANG] = ACTIONS(729), [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(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + [sym__statements] = STATE(4794), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + }, + [307] = { + [sym__statements] = STATE(4813), + [sym_redirected_statement] = STATE(3038), + [sym_for_statement] = STATE(3038), + [sym_c_style_for_statement] = STATE(3038), + [sym_while_statement] = STATE(3038), + [sym_if_statement] = STATE(3038), + [sym_case_statement] = STATE(3038), + [sym_function_definition] = STATE(3038), + [sym_compound_statement] = STATE(3038), + [sym_subshell] = STATE(3038), + [sym_pipeline] = STATE(3038), + [sym_list] = STATE(3038), + [sym_negated_command] = STATE(3038), + [sym_test_command] = STATE(3038), + [sym_declaration_command] = STATE(3038), + [sym_unset_command] = STATE(3038), + [sym_command] = STATE(3038), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(742), + [sym_variable_assignments] = STATE(3038), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1698), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(319), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + }, + [308] = { + [sym__statements] = STATE(4908), + [sym_redirected_statement] = STATE(3002), + [sym_for_statement] = STATE(3002), + [sym_c_style_for_statement] = STATE(3002), + [sym_while_statement] = STATE(3002), + [sym_if_statement] = STATE(3002), + [sym_case_statement] = STATE(3002), + [sym_function_definition] = STATE(3002), + [sym_compound_statement] = STATE(3002), + [sym_subshell] = STATE(3002), + [sym_pipeline] = STATE(3002), + [sym_list] = STATE(3002), + [sym_negated_command] = STATE(3002), + [sym_test_command] = STATE(3002), + [sym_declaration_command] = STATE(3002), + [sym_unset_command] = STATE(3002), + [sym_command] = STATE(3002), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(793), + [sym_variable_assignments] = STATE(3002), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(321), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), + }, + [309] = { + [aux_sym__terminated_statement] = STATE(47), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + }, + [310] = { + [aux_sym__terminated_statement] = STATE(219), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + }, + [311] = { + [sym_redirected_statement] = STATE(3087), + [sym_for_statement] = STATE(3087), + [sym_c_style_for_statement] = STATE(3087), + [sym_while_statement] = STATE(3087), + [sym_if_statement] = STATE(3087), + [sym_case_statement] = STATE(3087), + [sym_function_definition] = STATE(3087), + [sym_compound_statement] = STATE(3087), + [sym_subshell] = STATE(3087), + [sym_pipeline] = STATE(3087), + [sym_list] = STATE(3087), + [sym_negated_command] = STATE(3087), + [sym_test_command] = STATE(3087), + [sym_declaration_command] = STATE(3087), + [sym_unset_command] = STATE(3087), + [sym_command] = STATE(3087), + [sym_command_name] = STATE(428), + [sym_variable_assignment] = STATE(726), + [sym_variable_assignments] = STATE(3087), + [sym_subscript] = STATE(4598), + [sym_file_redirect] = STATE(1540), + [sym_arithmetic_expansion] = STATE(754), + [sym_brace_expression] = STATE(754), + [sym_concatenation] = STATE(1156), + [sym_string] = STATE(754), + [sym_translated_string] = STATE(754), + [sym_number] = STATE(754), + [sym_simple_expansion] = STATE(754), + [sym_expansion] = STATE(754), + [sym_command_substitution] = STATE(754), + [sym_process_substitution] = STATE(754), + [aux_sym__statements_repeat1] = STATE(320), + [aux_sym_redirected_statement_repeat2] = STATE(3202), + [aux_sym_command_repeat1] = STATE(1008), + [aux_sym__literal_repeat1] = STATE(1007), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -46960,7996 +49759,8414 @@ 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), - }, - [309] = { - [sym__expression] = STATE(1799), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1416), - [sym_brace_expression] = STATE(1416), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1416), - [sym_translated_string] = STATE(1416), - [sym_number] = STATE(1416), - [sym_simple_expansion] = STATE(1416), - [sym_expansion] = STATE(1416), - [sym_command_substitution] = STATE(1416), - [sym_process_substitution] = STATE(1416), - [aux_sym__literal_repeat1] = STATE(1420), - [aux_sym_concatenation_repeat1] = STATE(1469), - [sym_word] = ACTIONS(1061), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1027), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(350), - [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1063), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_COLON] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1065), - [anon_sym_PLUS2] = ACTIONS(1065), - [anon_sym_TILDE] = ACTIONS(1067), - [anon_sym_PLUS_PLUS2] = ACTIONS(1067), - [anon_sym_DASH_DASH2] = ACTIONS(1067), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), - [aux_sym_concatenation_token1] = ACTIONS(1029), - [anon_sym_DOLLAR] = ACTIONS(318), - [sym__special_character] = ACTIONS(1069), - [anon_sym_DQUOTE] = ACTIONS(1033), - [sym_raw_string] = ACTIONS(1071), - [sym_ansi_c_string] = ACTIONS(1071), - [aux_sym_number_token1] = ACTIONS(324), - [aux_sym_number_token2] = ACTIONS(326), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1039), - [anon_sym_LT_LPAREN] = ACTIONS(1041), - [anon_sym_GT_LPAREN] = ACTIONS(1041), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1029), - [sym_test_operator] = ACTIONS(1073), - [sym__brace_start] = ACTIONS(342), - }, - [310] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [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), - }, - [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), + [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), }, [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), - }, - [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), - }, - [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), + [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(418), + [sym_variable_assignment] = STATE(681), + [sym_variable_assignments] = STATE(2958), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym__statements_repeat1] = STATE(320), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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), + }, + [313] = { + [aux_sym__terminated_statement] = STATE(50), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + }, + [314] = { + [aux_sym__terminated_statement] = STATE(84), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(48), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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(166), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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), + [sym_redirected_statement] = STATE(2867), + [sym_for_statement] = STATE(2867), + [sym_c_style_for_statement] = STATE(2867), + [sym_while_statement] = STATE(2867), + [sym_if_statement] = STATE(2867), + [sym_case_statement] = STATE(2867), + [sym_function_definition] = STATE(2867), + [sym_compound_statement] = STATE(2867), + [sym_subshell] = STATE(2867), + [sym_pipeline] = STATE(2867), + [sym_list] = STATE(2867), + [sym_negated_command] = STATE(2867), + [sym_test_command] = STATE(2867), + [sym_declaration_command] = STATE(2867), + [sym_unset_command] = STATE(2867), + [sym_command] = STATE(2867), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(649), + [sym_variable_assignments] = STATE(2867), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym__statements_repeat1] = STATE(320), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), + [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(67), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), }, [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), + [aux_sym__terminated_statement] = STATE(142), + [sym_redirected_statement] = STATE(3101), + [sym_for_statement] = STATE(3101), + [sym_c_style_for_statement] = STATE(3101), + [sym_while_statement] = STATE(3101), + [sym_if_statement] = STATE(3101), + [sym_case_statement] = STATE(3101), + [sym_function_definition] = STATE(3101), + [sym_compound_statement] = STATE(3101), + [sym_subshell] = STATE(3101), + [sym_pipeline] = STATE(3101), + [sym_list] = STATE(3101), + [sym_negated_command] = STATE(3101), + [sym_test_command] = STATE(3101), + [sym_declaration_command] = STATE(3101), + [sym_unset_command] = STATE(3101), + [sym_command] = STATE(3101), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(768), + [sym_variable_assignments] = STATE(3101), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(3047), + [sym_for_statement] = STATE(3047), + [sym_c_style_for_statement] = STATE(3047), + [sym_while_statement] = STATE(3047), + [sym_if_statement] = STATE(3047), + [sym_case_statement] = STATE(3047), + [sym_function_definition] = STATE(3047), + [sym_compound_statement] = STATE(3047), + [sym_subshell] = STATE(3047), + [sym_pipeline] = STATE(3047), + [sym_list] = STATE(3047), + [sym_negated_command] = STATE(3047), + [sym_test_command] = STATE(3047), + [sym_declaration_command] = STATE(3047), + [sym_unset_command] = STATE(3047), + [sym_command] = STATE(3047), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(705), + [sym_variable_assignments] = STATE(3047), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym__statements_repeat1] = STATE(320), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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(3113), + [sym_for_statement] = STATE(3113), + [sym_c_style_for_statement] = STATE(3113), + [sym_while_statement] = STATE(3113), + [sym_if_statement] = STATE(3113), + [sym_case_statement] = STATE(3113), + [sym_function_definition] = STATE(3113), + [sym_compound_statement] = STATE(3113), + [sym_subshell] = STATE(3113), + [sym_pipeline] = STATE(3113), + [sym_list] = STATE(3113), + [sym_negated_command] = STATE(3113), + [sym_test_command] = STATE(3113), + [sym_declaration_command] = STATE(3113), + [sym_unset_command] = STATE(3113), + [sym_command] = STATE(3113), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(798), + [sym_variable_assignments] = STATE(3113), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(320), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(3006), + [sym_for_statement] = STATE(3006), + [sym_c_style_for_statement] = STATE(3006), + [sym_while_statement] = STATE(3006), + [sym_if_statement] = STATE(3006), + [sym_case_statement] = STATE(3006), + [sym_function_definition] = STATE(3006), + [sym_compound_statement] = STATE(3006), + [sym_subshell] = STATE(3006), + [sym_pipeline] = STATE(3006), + [sym_list] = STATE(3006), + [sym_negated_command] = STATE(3006), + [sym_test_command] = STATE(3006), + [sym_declaration_command] = STATE(3006), + [sym_unset_command] = STATE(3006), + [sym_command] = STATE(3006), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(774), + [sym_variable_assignments] = STATE(3006), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym__statements_repeat1] = STATE(320), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(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(449), + [sym_variable_assignment] = STATE(825), + [sym_variable_assignments] = STATE(3027), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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(2760), + [sym_for_statement] = STATE(2760), + [sym_c_style_for_statement] = STATE(2760), + [sym_while_statement] = STATE(2760), + [sym_if_statement] = STATE(2760), + [sym_case_statement] = STATE(2760), + [sym_function_definition] = STATE(2760), + [sym_compound_statement] = STATE(2760), + [sym_subshell] = STATE(2760), + [sym_pipeline] = STATE(2760), + [sym_list] = STATE(2760), + [sym_negated_command] = STATE(2760), + [sym_test_command] = STATE(2760), + [sym_declaration_command] = STATE(2760), + [sym_unset_command] = STATE(2760), + [sym_command] = STATE(2760), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(652), + [sym_variable_assignments] = STATE(2760), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), + [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(67), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), }, [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(3056), + [sym_for_statement] = STATE(3056), + [sym_c_style_for_statement] = STATE(3056), + [sym_while_statement] = STATE(3056), + [sym_if_statement] = STATE(3056), + [sym_case_statement] = STATE(3056), + [sym_function_definition] = STATE(3056), + [sym_compound_statement] = STATE(3056), + [sym_subshell] = STATE(3056), + [sym_pipeline] = STATE(3056), + [sym_list] = STATE(3056), + [sym_negated_command] = STATE(3056), + [sym_test_command] = STATE(3056), + [sym_declaration_command] = STATE(3056), + [sym_unset_command] = STATE(3056), + [sym_command] = STATE(3056), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(688), + [sym_variable_assignments] = STATE(3056), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(3379), + [sym_for_statement] = STATE(3379), + [sym_c_style_for_statement] = STATE(3379), + [sym_while_statement] = STATE(3379), + [sym_if_statement] = STATE(3379), + [sym_case_statement] = STATE(3379), + [sym_function_definition] = STATE(3379), + [sym_compound_statement] = STATE(3379), + [sym_subshell] = STATE(3379), + [sym_pipeline] = STATE(3379), + [sym_list] = STATE(3379), + [sym_negated_command] = STATE(3379), + [sym_test_command] = STATE(3379), + [sym_declaration_command] = STATE(3379), + [sym_unset_command] = STATE(3379), + [sym_command] = STATE(3379), + [sym_command_name] = STATE(535), + [sym_variable_assignment] = STATE(1170), + [sym_variable_assignments] = STATE(3379), + [sym_subscript] = STATE(4563), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(1366), + [sym_brace_expression] = STATE(1366), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(1366), + [sym_translated_string] = STATE(1366), + [sym_number] = STATE(1366), + [sym_simple_expansion] = STATE(1366), + [sym_expansion] = STATE(1366), + [sym_command_substitution] = STATE(1366), + [sym_process_substitution] = STATE(1366), + [aux_sym_redirected_statement_repeat2] = STATE(3455), + [aux_sym_command_repeat1] = STATE(980), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(3377), + [sym_for_statement] = STATE(3377), + [sym_c_style_for_statement] = STATE(3377), + [sym_while_statement] = STATE(3377), + [sym_if_statement] = STATE(3377), + [sym_case_statement] = STATE(3377), + [sym_function_definition] = STATE(3377), + [sym_compound_statement] = STATE(3377), + [sym_subshell] = STATE(3377), + [sym_pipeline] = STATE(3377), + [sym_list] = STATE(3377), + [sym_negated_command] = STATE(3377), + [sym_test_command] = STATE(3377), + [sym_declaration_command] = STATE(3377), + [sym_unset_command] = STATE(3377), + [sym_command] = STATE(3377), + [sym_command_name] = STATE(535), + [sym_variable_assignment] = STATE(1165), + [sym_variable_assignments] = STATE(3377), + [sym_subscript] = STATE(4563), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(1366), + [sym_brace_expression] = STATE(1366), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(1366), + [sym_translated_string] = STATE(1366), + [sym_number] = STATE(1366), + [sym_simple_expansion] = STATE(1366), + [sym_expansion] = STATE(1366), + [sym_command_substitution] = STATE(1366), + [sym_process_substitution] = STATE(1366), + [aux_sym_redirected_statement_repeat2] = STATE(3455), + [aux_sym_command_repeat1] = STATE(980), + [aux_sym__literal_repeat1] = STATE(1057), + [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(2974), + [sym_for_statement] = STATE(2974), + [sym_c_style_for_statement] = STATE(2974), + [sym_while_statement] = STATE(2974), + [sym_if_statement] = STATE(2974), + [sym_case_statement] = STATE(2974), + [sym_function_definition] = STATE(2974), + [sym_compound_statement] = STATE(2974), + [sym_subshell] = STATE(2974), + [sym_pipeline] = STATE(2974), + [sym_list] = STATE(2974), + [sym_negated_command] = STATE(2974), + [sym_test_command] = STATE(2974), + [sym_declaration_command] = STATE(2974), + [sym_unset_command] = STATE(2974), + [sym_command] = STATE(2974), + [sym_command_name] = STATE(418), + [sym_variable_assignment] = STATE(671), + [sym_variable_assignments] = STATE(2974), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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), }, [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(2980), + [sym_for_statement] = STATE(2980), + [sym_c_style_for_statement] = STATE(2980), + [sym_while_statement] = STATE(2980), + [sym_if_statement] = STATE(2980), + [sym_case_statement] = STATE(2980), + [sym_function_definition] = STATE(2980), + [sym_compound_statement] = STATE(2980), + [sym_subshell] = STATE(2980), + [sym_pipeline] = STATE(2980), + [sym_list] = STATE(2980), + [sym_negated_command] = STATE(2980), + [sym_test_command] = STATE(2980), + [sym_declaration_command] = STATE(2980), + [sym_unset_command] = STATE(2980), + [sym_command] = STATE(2980), + [sym_command_name] = STATE(418), + [sym_variable_assignment] = STATE(668), + [sym_variable_assignments] = STATE(2980), + [sym_subscript] = STATE(4532), + [sym_file_redirect] = STATE(1523), + [sym_arithmetic_expansion] = STATE(696), + [sym_brace_expression] = STATE(696), + [sym_concatenation] = STATE(1038), + [sym_string] = STATE(696), + [sym_translated_string] = STATE(696), + [sym_number] = STATE(696), + [sym_simple_expansion] = STATE(696), + [sym_expansion] = STATE(696), + [sym_command_substitution] = STATE(696), + [sym_process_substitution] = STATE(696), + [aux_sym_redirected_statement_repeat2] = STATE(3116), + [aux_sym_command_repeat1] = STATE(1039), + [aux_sym__literal_repeat1] = STATE(861), + [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(393), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [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(2777), + [sym_for_statement] = STATE(2777), + [sym_c_style_for_statement] = STATE(2777), + [sym_while_statement] = STATE(2777), + [sym_if_statement] = STATE(2777), + [sym_case_statement] = STATE(2777), + [sym_function_definition] = STATE(2777), + [sym_compound_statement] = STATE(2777), + [sym_subshell] = STATE(2777), + [sym_pipeline] = STATE(2777), + [sym_list] = STATE(2777), + [sym_negated_command] = STATE(2777), + [sym_test_command] = STATE(2777), + [sym_declaration_command] = STATE(2777), + [sym_unset_command] = STATE(2777), + [sym_command] = STATE(2777), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(645), + [sym_variable_assignments] = STATE(2777), + [sym_subscript] = STATE(4558), + [sym_file_redirect] = STATE(1256), + [sym_arithmetic_expansion] = STATE(680), + [sym_brace_expression] = STATE(680), + [sym_concatenation] = STATE(906), + [sym_string] = STATE(680), + [sym_translated_string] = STATE(680), + [sym_number] = STATE(680), + [sym_simple_expansion] = STATE(680), + [sym_expansion] = STATE(680), + [sym_command_substitution] = STATE(680), + [sym_process_substitution] = STATE(680), + [aux_sym_redirected_statement_repeat2] = STATE(3046), + [aux_sym_command_repeat1] = STATE(992), + [aux_sym__literal_repeat1] = STATE(808), + [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(391), + [anon_sym_LBRACE] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(395), + [anon_sym_LBRACK] = ACTIONS(397), + [anon_sym_LBRACK_LBRACK] = ACTIONS(399), + [anon_sym_declare] = ACTIONS(401), + [anon_sym_typeset] = ACTIONS(401), + [anon_sym_export] = ACTIONS(401), + [anon_sym_readonly] = ACTIONS(401), + [anon_sym_local] = ACTIONS(401), + [anon_sym_unset] = ACTIONS(403), + [anon_sym_unsetenv] = ACTIONS(403), + [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(405), + [anon_sym_GT_AMP_DASH] = ACTIONS(405), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(407), + [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(67), + [sym_file_descriptor] = ACTIONS(431), + [sym_variable_name] = ACTIONS(433), + [sym_test_operator] = ACTIONS(435), + [sym__brace_start] = ACTIONS(437), }, [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(3106), + [sym_for_statement] = STATE(3106), + [sym_c_style_for_statement] = STATE(3106), + [sym_while_statement] = STATE(3106), + [sym_if_statement] = STATE(3106), + [sym_case_statement] = STATE(3106), + [sym_function_definition] = STATE(3106), + [sym_compound_statement] = STATE(3106), + [sym_subshell] = STATE(3106), + [sym_pipeline] = STATE(3106), + [sym_list] = STATE(3106), + [sym_negated_command] = STATE(3106), + [sym_test_command] = STATE(3106), + [sym_declaration_command] = STATE(3106), + [sym_unset_command] = STATE(3106), + [sym_command] = STATE(3106), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(820), + [sym_variable_assignments] = STATE(3106), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(3422), + [sym_for_statement] = STATE(3422), + [sym_c_style_for_statement] = STATE(3422), + [sym_while_statement] = STATE(3422), + [sym_if_statement] = STATE(3422), + [sym_case_statement] = STATE(3422), + [sym_function_definition] = STATE(3422), + [sym_compound_statement] = STATE(3422), + [sym_subshell] = STATE(3422), + [sym_pipeline] = STATE(3422), + [sym_list] = STATE(3422), + [sym_negated_command] = STATE(3422), + [sym_test_command] = STATE(3422), + [sym_declaration_command] = STATE(3422), + [sym_unset_command] = STATE(3422), + [sym_command] = STATE(3422), + [sym_command_name] = STATE(558), + [sym_variable_assignment] = STATE(1306), + [sym_variable_assignments] = STATE(3422), + [sym_subscript] = STATE(4583), + [sym_file_redirect] = STATE(2139), + [sym_arithmetic_expansion] = STATE(1520), + [sym_brace_expression] = STATE(1520), + [sym_concatenation] = STATE(1834), + [sym_string] = STATE(1520), + [sym_translated_string] = STATE(1520), + [sym_number] = STATE(1520), + [sym_simple_expansion] = STATE(1520), + [sym_expansion] = STATE(1520), + [sym_command_substitution] = STATE(1520), + [sym_process_substitution] = STATE(1520), + [aux_sym_redirected_statement_repeat2] = STATE(3548), + [aux_sym_command_repeat1] = STATE(1009), + [aux_sym__literal_repeat1] = STATE(1734), + [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), }, [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(3400), + [sym_for_statement] = STATE(3400), + [sym_c_style_for_statement] = STATE(3400), + [sym_while_statement] = STATE(3400), + [sym_if_statement] = STATE(3400), + [sym_case_statement] = STATE(3400), + [sym_function_definition] = STATE(3400), + [sym_compound_statement] = STATE(3400), + [sym_subshell] = STATE(3400), + [sym_pipeline] = STATE(3400), + [sym_list] = STATE(3400), + [sym_negated_command] = STATE(3400), + [sym_test_command] = STATE(3400), + [sym_declaration_command] = STATE(3400), + [sym_unset_command] = STATE(3400), + [sym_command] = STATE(3400), + [sym_command_name] = STATE(558), + [sym_variable_assignment] = STATE(1398), + [sym_variable_assignments] = STATE(3400), + [sym_subscript] = STATE(4583), + [sym_file_redirect] = STATE(2139), + [sym_arithmetic_expansion] = STATE(1520), + [sym_brace_expression] = STATE(1520), + [sym_concatenation] = STATE(1834), + [sym_string] = STATE(1520), + [sym_translated_string] = STATE(1520), + [sym_number] = STATE(1520), + [sym_simple_expansion] = STATE(1520), + [sym_expansion] = STATE(1520), + [sym_command_substitution] = STATE(1520), + [sym_process_substitution] = STATE(1520), + [aux_sym_redirected_statement_repeat2] = STATE(3548), + [aux_sym_command_repeat1] = STATE(1009), + [aux_sym__literal_repeat1] = STATE(1734), + [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), }, [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(3017), + [sym_for_statement] = STATE(3017), + [sym_c_style_for_statement] = STATE(3017), + [sym_while_statement] = STATE(3017), + [sym_if_statement] = STATE(3017), + [sym_case_statement] = STATE(3017), + [sym_function_definition] = STATE(3017), + [sym_compound_statement] = STATE(3017), + [sym_subshell] = STATE(3017), + [sym_pipeline] = STATE(3017), + [sym_list] = STATE(3017), + [sym_negated_command] = STATE(3017), + [sym_test_command] = STATE(3017), + [sym_declaration_command] = STATE(3017), + [sym_unset_command] = STATE(3017), + [sym_command] = STATE(3017), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(685), + [sym_variable_assignments] = STATE(3017), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(765), + [sym_brace_expression] = STATE(765), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(765), + [sym_translated_string] = STATE(765), + [sym_number] = STATE(765), + [sym_simple_expansion] = STATE(765), + [sym_expansion] = STATE(765), + [sym_command_substitution] = STATE(765), + [sym_process_substitution] = STATE(765), + [aux_sym_redirected_statement_repeat2] = STATE(3173), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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(3043), + [sym_for_statement] = STATE(3043), + [sym_c_style_for_statement] = STATE(3043), + [sym_while_statement] = STATE(3043), + [sym_if_statement] = STATE(3043), + [sym_case_statement] = STATE(3043), + [sym_function_definition] = STATE(3043), + [sym_compound_statement] = STATE(3043), + [sym_subshell] = STATE(3043), + [sym_pipeline] = STATE(3043), + [sym_list] = STATE(3043), + [sym_negated_command] = STATE(3043), + [sym_test_command] = STATE(3043), + [sym_declaration_command] = STATE(3043), + [sym_unset_command] = STATE(3043), + [sym_command] = STATE(3043), + [sym_command_name] = STATE(428), + [sym_variable_assignment] = STATE(711), + [sym_variable_assignments] = STATE(3043), + [sym_subscript] = STATE(4598), + [sym_file_redirect] = STATE(1540), + [sym_arithmetic_expansion] = STATE(754), + [sym_brace_expression] = STATE(754), + [sym_concatenation] = STATE(1156), + [sym_string] = STATE(754), + [sym_translated_string] = STATE(754), + [sym_number] = STATE(754), + [sym_simple_expansion] = STATE(754), + [sym_expansion] = STATE(754), + [sym_command_substitution] = STATE(754), + [sym_process_substitution] = STATE(754), + [aux_sym_redirected_statement_repeat2] = STATE(3202), + [aux_sym_command_repeat1] = STATE(1008), + [aux_sym__literal_repeat1] = STATE(1007), + [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), }, [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(3397), + [sym_for_statement] = STATE(3397), + [sym_c_style_for_statement] = STATE(3397), + [sym_while_statement] = STATE(3397), + [sym_if_statement] = STATE(3397), + [sym_case_statement] = STATE(3397), + [sym_function_definition] = STATE(3397), + [sym_compound_statement] = STATE(3397), + [sym_subshell] = STATE(3397), + [sym_pipeline] = STATE(3397), + [sym_list] = STATE(3397), + [sym_negated_command] = STATE(3397), + [sym_test_command] = STATE(3397), + [sym_declaration_command] = STATE(3397), + [sym_unset_command] = STATE(3397), + [sym_command] = STATE(3397), + [sym_command_name] = STATE(535), + [sym_variable_assignment] = STATE(1172), + [sym_variable_assignments] = STATE(3397), + [sym_subscript] = STATE(4563), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(1366), + [sym_brace_expression] = STATE(1366), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(1366), + [sym_translated_string] = STATE(1366), + [sym_number] = STATE(1366), + [sym_simple_expansion] = STATE(1366), + [sym_expansion] = STATE(1366), + [sym_command_substitution] = STATE(1366), + [sym_process_substitution] = STATE(1366), + [aux_sym_redirected_statement_repeat2] = STATE(3455), + [aux_sym_command_repeat1] = STATE(980), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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_redirected_statement] = STATE(3383), + [sym_for_statement] = STATE(3383), + [sym_c_style_for_statement] = STATE(3383), + [sym_while_statement] = STATE(3383), + [sym_if_statement] = STATE(3383), + [sym_case_statement] = STATE(3383), + [sym_function_definition] = STATE(3383), + [sym_compound_statement] = STATE(3383), + [sym_subshell] = STATE(3383), + [sym_pipeline] = STATE(3383), + [sym_list] = STATE(3383), + [sym_negated_command] = STATE(3383), + [sym_test_command] = STATE(3383), + [sym_declaration_command] = STATE(3383), + [sym_unset_command] = STATE(3383), + [sym_command] = STATE(3383), + [sym_command_name] = STATE(535), + [sym_variable_assignment] = STATE(1174), + [sym_variable_assignments] = STATE(3383), + [sym_subscript] = STATE(4563), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(1366), + [sym_brace_expression] = STATE(1366), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(1366), + [sym_translated_string] = STATE(1366), + [sym_number] = STATE(1366), + [sym_simple_expansion] = STATE(1366), + [sym_expansion] = STATE(1366), + [sym_command_substitution] = STATE(1366), + [sym_process_substitution] = STATE(1366), + [aux_sym_redirected_statement_repeat2] = STATE(3455), + [aux_sym_command_repeat1] = STATE(980), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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_redirected_statement] = STATE(3041), + [sym_for_statement] = STATE(3041), + [sym_c_style_for_statement] = STATE(3041), + [sym_while_statement] = STATE(3041), + [sym_if_statement] = STATE(3041), + [sym_case_statement] = STATE(3041), + [sym_function_definition] = STATE(3041), + [sym_compound_statement] = STATE(3041), + [sym_subshell] = STATE(3041), + [sym_pipeline] = STATE(3041), + [sym_list] = STATE(3041), + [sym_negated_command] = STATE(3041), + [sym_test_command] = STATE(3041), + [sym_declaration_command] = STATE(3041), + [sym_unset_command] = STATE(3041), + [sym_command] = STATE(3041), + [sym_command_name] = STATE(428), + [sym_variable_assignment] = STATE(709), + [sym_variable_assignments] = STATE(3041), + [sym_subscript] = STATE(4598), + [sym_file_redirect] = STATE(1540), + [sym_arithmetic_expansion] = STATE(754), + [sym_brace_expression] = STATE(754), + [sym_concatenation] = STATE(1156), + [sym_string] = STATE(754), + [sym_translated_string] = STATE(754), + [sym_number] = STATE(754), + [sym_simple_expansion] = STATE(754), + [sym_expansion] = STATE(754), + [sym_command_substitution] = STATE(754), + [sym_process_substitution] = STATE(754), + [aux_sym_redirected_statement_repeat2] = STATE(3202), + [aux_sym_command_repeat1] = STATE(1008), + [aux_sym__literal_repeat1] = STATE(1007), + [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), }, [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_redirected_statement] = STATE(3135), + [sym_for_statement] = STATE(3135), + [sym_c_style_for_statement] = STATE(3135), + [sym_while_statement] = STATE(3135), + [sym_if_statement] = STATE(3135), + [sym_case_statement] = STATE(3135), + [sym_function_definition] = STATE(3135), + [sym_compound_statement] = STATE(3135), + [sym_subshell] = STATE(3135), + [sym_pipeline] = STATE(3135), + [sym_list] = STATE(3135), + [sym_negated_command] = STATE(3135), + [sym_test_command] = STATE(3135), + [sym_declaration_command] = STATE(3135), + [sym_unset_command] = STATE(3135), + [sym_command] = STATE(3135), + [sym_command_name] = STATE(450), + [sym_variable_assignment] = STATE(821), + [sym_variable_assignments] = STATE(3135), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3341), + [aux_sym_command_repeat1] = STATE(1037), + [aux_sym__literal_repeat1] = STATE(1057), + [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), }, [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_redirected_statement] = STATE(3049), + [sym_for_statement] = STATE(3049), + [sym_c_style_for_statement] = STATE(3049), + [sym_while_statement] = STATE(3049), + [sym_if_statement] = STATE(3049), + [sym_case_statement] = STATE(3049), + [sym_function_definition] = STATE(3049), + [sym_compound_statement] = STATE(3049), + [sym_subshell] = STATE(3049), + [sym_pipeline] = STATE(3049), + [sym_list] = STATE(3049), + [sym_negated_command] = STATE(3049), + [sym_test_command] = STATE(3049), + [sym_declaration_command] = STATE(3049), + [sym_unset_command] = STATE(3049), + [sym_command] = STATE(3049), + [sym_command_name] = STATE(449), + [sym_variable_assignment] = STATE(824), + [sym_variable_assignments] = STATE(3049), + [sym_subscript] = STATE(4507), + [sym_file_redirect] = STATE(1750), + [sym_arithmetic_expansion] = STATE(867), + [sym_brace_expression] = STATE(867), + [sym_concatenation] = STATE(1171), + [sym_string] = STATE(867), + [sym_translated_string] = STATE(867), + [sym_number] = STATE(867), + [sym_simple_expansion] = STATE(867), + [sym_expansion] = STATE(867), + [sym_command_substitution] = STATE(867), + [sym_process_substitution] = STATE(867), + [aux_sym_redirected_statement_repeat2] = STATE(3255), + [aux_sym_command_repeat1] = STATE(1049), + [aux_sym__literal_repeat1] = STATE(1057), + [sym_word] = ACTIONS(725), + [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(727), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(731), + [anon_sym_typeset] = ACTIONS(731), + [anon_sym_export] = ACTIONS(731), + [anon_sym_readonly] = ACTIONS(731), + [anon_sym_local] = ACTIONS(731), + [anon_sym_unset] = ACTIONS(733), + [anon_sym_unsetenv] = ACTIONS(733), + [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), }, [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(2213), + [sym_binary_expression] = STATE(2268), + [sym_ternary_expression] = STATE(2268), + [sym_unary_expression] = STATE(2268), + [sym_postfix_expression] = STATE(2268), + [sym_parenthesized_expression] = STATE(2268), + [sym_arithmetic_expansion] = STATE(1963), + [sym_brace_expression] = STATE(1963), + [sym_concatenation] = STATE(2268), + [sym_string] = STATE(1963), + [sym_translated_string] = STATE(1963), + [sym_number] = STATE(1963), + [sym_simple_expansion] = STATE(1963), + [sym_expansion] = STATE(1963), + [sym_command_substitution] = STATE(1963), + [sym_process_substitution] = STATE(1963), + [aux_sym__literal_repeat1] = STATE(2061), + [aux_sym_concatenation_repeat1] = STATE(1882), + [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(945), + [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(945), + [sym_test_operator] = ACTIONS(293), + [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(2178), + [sym_binary_expression] = STATE(2118), + [sym_ternary_expression] = STATE(2118), + [sym_unary_expression] = STATE(2118), + [sym_postfix_expression] = STATE(2118), + [sym_parenthesized_expression] = STATE(2118), + [sym_arithmetic_expansion] = STATE(1914), + [sym_brace_expression] = STATE(1914), + [sym_concatenation] = STATE(2118), + [sym_string] = STATE(1914), + [sym_translated_string] = STATE(1914), + [sym_number] = STATE(1914), + [sym_simple_expansion] = STATE(1914), + [sym_expansion] = STATE(1914), + [sym_command_substitution] = STATE(1914), + [sym_process_substitution] = STATE(1914), + [aux_sym__literal_repeat1] = STATE(1885), + [aux_sym_concatenation_repeat1] = STATE(1958), + [sym_word] = ACTIONS(947), + [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(949), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(951), + [anon_sym_RBRACK] = ACTIONS(953), + [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(955), + [anon_sym_PLUS2] = ACTIONS(955), + [anon_sym_TILDE] = ACTIONS(957), + [anon_sym_PLUS_PLUS2] = ACTIONS(957), + [anon_sym_DASH_DASH2] = ACTIONS(957), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(945), + [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), }, [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(2220), + [sym_binary_expression] = STATE(1981), + [sym_ternary_expression] = STATE(1981), + [sym_unary_expression] = STATE(1981), + [sym_postfix_expression] = STATE(1981), + [sym_parenthesized_expression] = STATE(1981), + [sym_arithmetic_expansion] = STATE(1859), + [sym_brace_expression] = STATE(1859), + [sym_concatenation] = STATE(1981), + [sym_string] = STATE(1859), + [sym_translated_string] = STATE(1859), + [sym_number] = STATE(1859), + [sym_simple_expansion] = STATE(1859), + [sym_expansion] = STATE(1859), + [sym_command_substitution] = STATE(1859), + [sym_process_substitution] = STATE(1859), + [aux_sym__literal_repeat1] = STATE(2022), + [aux_sym_concatenation_repeat1] = STATE(1884), + [sym_word] = ACTIONS(967), + [anon_sym_LPAREN_LPAREN] = ACTIONS(969), + [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(971), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(973), + [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(975), + [anon_sym_PLUS2] = ACTIONS(975), + [anon_sym_TILDE] = ACTIONS(977), + [anon_sym_PLUS_PLUS2] = ACTIONS(977), + [anon_sym_DASH_DASH2] = ACTIONS(977), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(969), + [aux_sym_concatenation_token1] = ACTIONS(979), + [anon_sym_DOLLAR] = ACTIONS(981), + [sym__special_character] = ACTIONS(983), + [anon_sym_DQUOTE] = ACTIONS(985), + [sym_raw_string] = ACTIONS(987), + [sym_ansi_c_string] = ACTIONS(987), + [aux_sym_number_token1] = ACTIONS(989), + [aux_sym_number_token2] = ACTIONS(991), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(993), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(995), + [anon_sym_BQUOTE] = ACTIONS(997), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(999), + [anon_sym_LT_LPAREN] = ACTIONS(1001), + [anon_sym_GT_LPAREN] = ACTIONS(1001), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(979), + [sym_test_operator] = ACTIONS(1003), + [sym__brace_start] = ACTIONS(1005), }, [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(2178), + [sym_binary_expression] = STATE(2118), + [sym_ternary_expression] = STATE(2118), + [sym_unary_expression] = STATE(2118), + [sym_postfix_expression] = STATE(2118), + [sym_parenthesized_expression] = STATE(2118), + [sym_arithmetic_expansion] = STATE(1914), + [sym_brace_expression] = STATE(1914), + [sym_concatenation] = STATE(2118), + [sym_string] = STATE(1914), + [sym_translated_string] = STATE(1914), + [sym_number] = STATE(1914), + [sym_simple_expansion] = STATE(1914), + [sym_expansion] = STATE(1914), + [sym_command_substitution] = STATE(1914), + [sym_process_substitution] = STATE(1914), + [aux_sym__literal_repeat1] = STATE(1885), + [aux_sym_concatenation_repeat1] = STATE(1958), + [sym_word] = ACTIONS(947), + [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(949), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(951), + [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(955), + [anon_sym_PLUS2] = ACTIONS(955), + [anon_sym_TILDE] = ACTIONS(957), + [anon_sym_PLUS_PLUS2] = ACTIONS(957), + [anon_sym_DASH_DASH2] = ACTIONS(957), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(945), + [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), }, [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(2178), + [sym_binary_expression] = STATE(2118), + [sym_ternary_expression] = STATE(2118), + [sym_unary_expression] = STATE(2118), + [sym_postfix_expression] = STATE(2118), + [sym_parenthesized_expression] = STATE(2118), + [sym_arithmetic_expansion] = STATE(1914), + [sym_brace_expression] = STATE(1914), + [sym_concatenation] = STATE(2118), + [sym_string] = STATE(1914), + [sym_translated_string] = STATE(1914), + [sym_number] = STATE(1914), + [sym_simple_expansion] = STATE(1914), + [sym_expansion] = STATE(1914), + [sym_command_substitution] = STATE(1914), + [sym_process_substitution] = STATE(1914), + [aux_sym__literal_repeat1] = STATE(1885), + [aux_sym_concatenation_repeat1] = STATE(1958), + [sym_word] = ACTIONS(947), + [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(949), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(951), + [anon_sym_RBRACK] = ACTIONS(1007), + [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(955), + [anon_sym_PLUS2] = ACTIONS(955), + [anon_sym_TILDE] = ACTIONS(957), + [anon_sym_PLUS_PLUS2] = ACTIONS(957), + [anon_sym_DASH_DASH2] = ACTIONS(957), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(945), + [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(1009), + [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(2269), + [sym_binary_expression] = STATE(1981), + [sym_ternary_expression] = STATE(1981), + [sym_unary_expression] = STATE(1981), + [sym_postfix_expression] = STATE(1981), + [sym_parenthesized_expression] = STATE(1981), + [sym_arithmetic_expansion] = STATE(1856), + [sym_brace_expression] = STATE(1856), + [sym_concatenation] = STATE(1981), + [sym_string] = STATE(1856), + [sym_translated_string] = STATE(1856), + [sym_number] = STATE(1856), + [sym_simple_expansion] = STATE(1856), + [sym_expansion] = STATE(1856), + [sym_command_substitution] = STATE(1856), + [sym_process_substitution] = STATE(1856), + [aux_sym__literal_repeat1] = STATE(1854), + [aux_sym_concatenation_repeat1] = STATE(1878), + [sym_word] = ACTIONS(1011), + [anon_sym_LPAREN_LPAREN] = ACTIONS(969), + [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(971), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(1013), + [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(1015), + [anon_sym_PLUS2] = ACTIONS(1015), + [anon_sym_TILDE] = ACTIONS(1017), + [anon_sym_PLUS_PLUS2] = ACTIONS(1017), + [anon_sym_DASH_DASH2] = ACTIONS(1017), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(969), + [aux_sym_concatenation_token1] = ACTIONS(979), + [anon_sym_DOLLAR] = ACTIONS(981), + [sym__special_character] = ACTIONS(1019), + [anon_sym_DQUOTE] = ACTIONS(985), + [sym_raw_string] = ACTIONS(1021), + [sym_ansi_c_string] = ACTIONS(1021), + [aux_sym_number_token1] = ACTIONS(989), + [aux_sym_number_token2] = ACTIONS(991), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(993), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(995), + [anon_sym_BQUOTE] = ACTIONS(997), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(999), + [anon_sym_LT_LPAREN] = ACTIONS(1001), + [anon_sym_GT_LPAREN] = ACTIONS(1001), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(979), + [sym_test_operator] = ACTIONS(1023), + [sym__brace_start] = ACTIONS(1005), }, [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(2178), + [sym_binary_expression] = STATE(2118), + [sym_ternary_expression] = STATE(2118), + [sym_unary_expression] = STATE(2118), + [sym_postfix_expression] = STATE(2118), + [sym_parenthesized_expression] = STATE(2118), + [sym_arithmetic_expansion] = STATE(1914), + [sym_brace_expression] = STATE(1914), + [sym_concatenation] = STATE(2118), + [sym_string] = STATE(1914), + [sym_translated_string] = STATE(1914), + [sym_number] = STATE(1914), + [sym_simple_expansion] = STATE(1914), + [sym_expansion] = STATE(1914), + [sym_command_substitution] = STATE(1914), + [sym_process_substitution] = STATE(1914), + [aux_sym__literal_repeat1] = STATE(1885), + [aux_sym_concatenation_repeat1] = STATE(1958), + [sym_word] = ACTIONS(947), + [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(949), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(951), + [anon_sym_RBRACK] = ACTIONS(1025), + [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(955), + [anon_sym_PLUS2] = ACTIONS(955), + [anon_sym_TILDE] = ACTIONS(957), + [anon_sym_PLUS_PLUS2] = ACTIONS(957), + [anon_sym_DASH_DASH2] = ACTIONS(957), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(945), + [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(1027), + [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(2178), + [sym_binary_expression] = STATE(2118), + [sym_ternary_expression] = STATE(2118), + [sym_unary_expression] = STATE(2118), + [sym_postfix_expression] = STATE(2118), + [sym_parenthesized_expression] = STATE(2118), + [sym_arithmetic_expansion] = STATE(1914), + [sym_brace_expression] = STATE(1914), + [sym_concatenation] = STATE(2118), + [sym_string] = STATE(1914), + [sym_translated_string] = STATE(1914), + [sym_number] = STATE(1914), + [sym_simple_expansion] = STATE(1914), + [sym_expansion] = STATE(1914), + [sym_command_substitution] = STATE(1914), + [sym_process_substitution] = STATE(1914), + [aux_sym__literal_repeat1] = STATE(1885), + [aux_sym_concatenation_repeat1] = STATE(1958), + [sym_word] = ACTIONS(947), + [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(949), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(951), + [anon_sym_RBRACK] = 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_DASH2] = ACTIONS(955), + [anon_sym_PLUS2] = ACTIONS(955), + [anon_sym_TILDE] = ACTIONS(957), + [anon_sym_PLUS_PLUS2] = ACTIONS(957), + [anon_sym_DASH_DASH2] = ACTIONS(957), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(945), + [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(1031), + [sym_test_operator] = ACTIONS(965), + [sym__brace_start] = ACTIONS(295), }, [348] = { - [aux_sym_concatenation_repeat1] = STATE(338), - [sym_word] = ACTIONS(1167), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1167), - [anon_sym_SEMI] = ACTIONS(1167), - [anon_sym_EQ] = ACTIONS(1167), - [anon_sym_PLUS_PLUS] = ACTIONS(1167), - [anon_sym_DASH_DASH] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_EQ_EQ] = ACTIONS(1167), - [anon_sym_BANG_EQ] = ACTIONS(1167), - [anon_sym_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_AMP] = ACTIONS(1167), - [anon_sym_PIPE_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(1167), - [anon_sym_PLUS] = ACTIONS(1167), - [anon_sym_DASH] = ACTIONS(1167), - [anon_sym_STAR] = ACTIONS(1167), - [anon_sym_SLASH] = ACTIONS(1167), - [anon_sym_PERCENT] = ACTIONS(1167), - [anon_sym_STAR_STAR] = ACTIONS(1167), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_RPAREN] = ACTIONS(1167), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_SEMI_SEMI] = ACTIONS(1167), - [anon_sym_PIPE_AMP] = ACTIONS(1167), - [anon_sym_EQ_TILDE] = ACTIONS(1167), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(1167), - [anon_sym_LT_AMP] = ACTIONS(1167), - [anon_sym_GT_AMP] = ACTIONS(1167), - [anon_sym_GT_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT_DASH] = ACTIONS(1167), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1169), - [anon_sym_LT_LT_LT] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1167), - [anon_sym_CARET] = ACTIONS(1167), - [anon_sym_QMARK] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1167), - [aux_sym_concatenation_token1] = ACTIONS(316), - [anon_sym_DOLLAR] = ACTIONS(1167), - [sym__special_character] = ACTIONS(1167), - [anon_sym_DQUOTE] = ACTIONS(1167), - [sym_raw_string] = ACTIONS(1167), - [sym_ansi_c_string] = ACTIONS(1167), - [aux_sym_number_token1] = ACTIONS(1167), - [aux_sym_number_token2] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), - [anon_sym_BQUOTE] = ACTIONS(1167), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1167), - [anon_sym_LT_LPAREN] = ACTIONS(1167), - [anon_sym_GT_LPAREN] = ACTIONS(1167), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1169), - [sym__concat] = ACTIONS(338), - [sym_test_operator] = ACTIONS(1169), - [sym__bare_dollar] = ACTIONS(1169), - [sym__brace_start] = ACTIONS(1169), + [sym__expression] = STATE(2273), + [sym_binary_expression] = STATE(2250), + [sym_ternary_expression] = STATE(2250), + [sym_unary_expression] = STATE(2250), + [sym_postfix_expression] = STATE(2250), + [sym_parenthesized_expression] = STATE(2250), + [sym_arithmetic_expansion] = STATE(1933), + [sym_brace_expression] = STATE(1933), + [sym_concatenation] = STATE(2250), + [sym_string] = STATE(1933), + [sym_translated_string] = STATE(1933), + [sym_number] = STATE(1933), + [sym_simple_expansion] = STATE(1933), + [sym_expansion] = STATE(1933), + [sym_command_substitution] = STATE(1933), + [sym_process_substitution] = STATE(1933), + [aux_sym__literal_repeat1] = STATE(1999), + [aux_sym_concatenation_repeat1] = STATE(1912), + [sym_word] = ACTIONS(207), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1033), + [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(1033), + [aux_sym_concatenation_token1] = ACTIONS(1035), + [anon_sym_DOLLAR] = ACTIONS(224), + [sym__special_character] = ACTIONS(1037), + [anon_sym_DQUOTE] = ACTIONS(1039), + [sym_raw_string] = ACTIONS(1041), + [sym_ansi_c_string] = ACTIONS(1041), + [aux_sym_number_token1] = ACTIONS(230), + [aux_sym_number_token2] = ACTIONS(232), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1043), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1045), + [anon_sym_LT_LPAREN] = ACTIONS(1047), + [anon_sym_GT_LPAREN] = ACTIONS(1047), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(1035), + [sym_test_operator] = ACTIONS(248), + [sym__brace_start] = ACTIONS(250), }, [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_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__expression] = STATE(2178), + [sym_binary_expression] = STATE(2118), + [sym_ternary_expression] = STATE(2118), + [sym_unary_expression] = STATE(2118), + [sym_postfix_expression] = STATE(2118), + [sym_parenthesized_expression] = STATE(2118), + [sym_arithmetic_expansion] = STATE(1914), + [sym_brace_expression] = STATE(1914), + [sym_concatenation] = STATE(2118), + [sym_string] = STATE(1914), + [sym_translated_string] = STATE(1914), + [sym_number] = STATE(1914), + [sym_simple_expansion] = STATE(1914), + [sym_expansion] = STATE(1914), + [sym_command_substitution] = STATE(1914), + [sym_process_substitution] = STATE(1914), + [aux_sym__literal_repeat1] = STATE(1885), + [aux_sym_concatenation_repeat1] = STATE(1958), + [sym_word] = ACTIONS(947), + [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(949), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(951), + [anon_sym_RBRACK] = ACTIONS(1049), + [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(955), + [anon_sym_PLUS2] = ACTIONS(955), + [anon_sym_TILDE] = ACTIONS(957), + [anon_sym_PLUS_PLUS2] = ACTIONS(957), + [anon_sym_DASH_DASH2] = ACTIONS(957), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(945), + [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(1051), + [sym_test_operator] = ACTIONS(965), + [sym__brace_start] = ACTIONS(295), }, [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_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__expression] = STATE(2258), + [sym_binary_expression] = STATE(1981), + [sym_ternary_expression] = STATE(1981), + [sym_unary_expression] = STATE(1981), + [sym_postfix_expression] = STATE(1981), + [sym_parenthesized_expression] = STATE(1981), + [sym_arithmetic_expansion] = STATE(1853), + [sym_brace_expression] = STATE(1853), + [sym_concatenation] = STATE(1981), + [sym_string] = STATE(1853), + [sym_translated_string] = STATE(1853), + [sym_number] = STATE(1853), + [sym_simple_expansion] = STATE(1853), + [sym_expansion] = STATE(1853), + [sym_command_substitution] = STATE(1853), + [sym_process_substitution] = STATE(1853), + [aux_sym__literal_repeat1] = STATE(1854), + [aux_sym_concatenation_repeat1] = STATE(1930), + [sym_word] = ACTIONS(1053), + [anon_sym_LPAREN_LPAREN] = ACTIONS(969), + [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(971), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(1055), + [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(1057), + [anon_sym_PLUS2] = ACTIONS(1057), + [anon_sym_TILDE] = ACTIONS(1059), + [anon_sym_PLUS_PLUS2] = ACTIONS(1059), + [anon_sym_DASH_DASH2] = ACTIONS(1059), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(969), + [aux_sym_concatenation_token1] = ACTIONS(979), + [anon_sym_DOLLAR] = ACTIONS(981), + [sym__special_character] = ACTIONS(1061), + [anon_sym_DQUOTE] = ACTIONS(985), + [sym_raw_string] = ACTIONS(1063), + [sym_ansi_c_string] = ACTIONS(1063), + [aux_sym_number_token1] = ACTIONS(989), + [aux_sym_number_token2] = ACTIONS(991), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(993), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(995), + [anon_sym_BQUOTE] = ACTIONS(997), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(999), + [anon_sym_LT_LPAREN] = ACTIONS(1001), + [anon_sym_GT_LPAREN] = ACTIONS(1001), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(979), + [sym_test_operator] = ACTIONS(1065), + [sym__brace_start] = ACTIONS(1005), }, [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_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__expression] = STATE(2298), + [sym_binary_expression] = STATE(1981), + [sym_ternary_expression] = STATE(1981), + [sym_unary_expression] = STATE(1981), + [sym_postfix_expression] = STATE(1981), + [sym_parenthesized_expression] = STATE(1981), + [sym_arithmetic_expansion] = STATE(1984), + [sym_brace_expression] = STATE(1984), + [sym_concatenation] = STATE(1981), + [sym_string] = STATE(1984), + [sym_translated_string] = STATE(1984), + [sym_number] = STATE(1984), + [sym_simple_expansion] = STATE(1984), + [sym_expansion] = STATE(1984), + [sym_command_substitution] = STATE(1984), + [sym_process_substitution] = STATE(1984), + [aux_sym__literal_repeat1] = STATE(1854), + [aux_sym_concatenation_repeat1] = STATE(2025), + [sym_word] = ACTIONS(1067), + [anon_sym_LPAREN_LPAREN] = ACTIONS(969), + [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(971), + [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(969), + [aux_sym_concatenation_token1] = ACTIONS(979), + [anon_sym_DOLLAR] = ACTIONS(981), + [sym__special_character] = ACTIONS(1075), + [anon_sym_DQUOTE] = ACTIONS(985), + [sym_raw_string] = ACTIONS(1077), + [sym_ansi_c_string] = ACTIONS(1077), + [aux_sym_number_token1] = ACTIONS(989), + [aux_sym_number_token2] = ACTIONS(991), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(993), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(995), + [anon_sym_BQUOTE] = ACTIONS(997), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(999), + [anon_sym_LT_LPAREN] = ACTIONS(1001), + [anon_sym_GT_LPAREN] = ACTIONS(1001), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(979), + [sym_test_operator] = ACTIONS(1079), + [sym__brace_start] = ACTIONS(1005), }, [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), + [sym_string] = STATE(376), + [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(1253), - [sym__concat] = ACTIONS(1253), - [sym_test_operator] = ACTIONS(1253), - [sym__bare_dollar] = ACTIONS(1253), - [sym__brace_start] = ACTIONS(1253), + [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), }, [353] = { - [sym_word] = ACTIONS(1255), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1255), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1255), - [anon_sym_SEMI] = ACTIONS(1255), - [anon_sym_EQ] = ACTIONS(1255), - [anon_sym_PLUS_PLUS] = ACTIONS(1255), - [anon_sym_DASH_DASH] = ACTIONS(1255), - [anon_sym_PLUS_EQ] = ACTIONS(1255), - [anon_sym_DASH_EQ] = ACTIONS(1255), - [anon_sym_STAR_EQ] = ACTIONS(1255), - [anon_sym_SLASH_EQ] = ACTIONS(1255), - [anon_sym_PERCENT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_GT_EQ] = ACTIONS(1255), - [anon_sym_AMP_EQ] = ACTIONS(1255), - [anon_sym_CARET_EQ] = ACTIONS(1255), - [anon_sym_PIPE_EQ] = ACTIONS(1255), - [anon_sym_EQ_EQ] = ACTIONS(1255), - [anon_sym_BANG_EQ] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_AMP_AMP] = ACTIONS(1255), - [anon_sym_PIPE_PIPE] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1255), - [anon_sym_GT_GT] = ACTIONS(1255), - [anon_sym_PLUS] = ACTIONS(1255), - [anon_sym_DASH] = ACTIONS(1255), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_SLASH] = ACTIONS(1255), - [anon_sym_PERCENT] = ACTIONS(1255), - [anon_sym_STAR_STAR] = ACTIONS(1255), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_RPAREN] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1255), - [anon_sym_SEMI_SEMI] = ACTIONS(1255), - [anon_sym_PIPE_AMP] = ACTIONS(1255), - [anon_sym_EQ_TILDE] = ACTIONS(1255), - [anon_sym_AMP_GT] = ACTIONS(1255), - [anon_sym_AMP_GT_GT] = ACTIONS(1255), - [anon_sym_LT_AMP] = ACTIONS(1255), - [anon_sym_GT_AMP] = ACTIONS(1255), - [anon_sym_GT_PIPE] = ACTIONS(1255), - [anon_sym_LT_LT_DASH] = ACTIONS(1255), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1257), - [anon_sym_LT_LT_LT] = ACTIONS(1255), - [anon_sym_AMP] = ACTIONS(1255), - [anon_sym_CARET] = ACTIONS(1255), - [anon_sym_QMARK] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1255), - [aux_sym_concatenation_token1] = ACTIONS(1255), - [anon_sym_DOLLAR] = ACTIONS(1255), - [sym__special_character] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_raw_string] = ACTIONS(1255), - [sym_ansi_c_string] = ACTIONS(1255), - [aux_sym_number_token1] = ACTIONS(1255), - [aux_sym_number_token2] = ACTIONS(1255), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), - [anon_sym_BQUOTE] = ACTIONS(1255), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1255), - [anon_sym_LT_LPAREN] = ACTIONS(1255), - [anon_sym_GT_LPAREN] = ACTIONS(1255), + [sym_string] = STATE(376), + [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(1257), - [sym__concat] = ACTIONS(1257), - [sym_test_operator] = ACTIONS(1257), - [sym__bare_dollar] = ACTIONS(1257), - [sym__brace_start] = ACTIONS(1257), + [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), }, [354] = { - [sym_word] = ACTIONS(1183), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1183), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1183), - [anon_sym_SEMI] = ACTIONS(1183), - [anon_sym_EQ] = ACTIONS(1183), - [anon_sym_PLUS_PLUS] = ACTIONS(1183), - [anon_sym_DASH_DASH] = ACTIONS(1183), - [anon_sym_PLUS_EQ] = ACTIONS(1183), - [anon_sym_DASH_EQ] = ACTIONS(1183), - [anon_sym_STAR_EQ] = ACTIONS(1183), - [anon_sym_SLASH_EQ] = ACTIONS(1183), - [anon_sym_PERCENT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_GT_EQ] = ACTIONS(1183), - [anon_sym_AMP_EQ] = ACTIONS(1183), - [anon_sym_CARET_EQ] = ACTIONS(1183), - [anon_sym_PIPE_EQ] = ACTIONS(1183), - [anon_sym_EQ_EQ] = ACTIONS(1183), - [anon_sym_BANG_EQ] = ACTIONS(1183), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_AMP_AMP] = ACTIONS(1183), - [anon_sym_PIPE_PIPE] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1183), - [anon_sym_GT_GT] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1183), - [anon_sym_DASH] = ACTIONS(1183), - [anon_sym_STAR] = ACTIONS(1183), - [anon_sym_SLASH] = ACTIONS(1183), - [anon_sym_PERCENT] = ACTIONS(1183), - [anon_sym_STAR_STAR] = ACTIONS(1183), - [anon_sym_LT] = ACTIONS(1183), - [anon_sym_GT] = ACTIONS(1183), - [anon_sym_RPAREN] = ACTIONS(1183), - [anon_sym_PIPE] = ACTIONS(1183), - [anon_sym_SEMI_SEMI] = ACTIONS(1183), - [anon_sym_PIPE_AMP] = ACTIONS(1183), - [anon_sym_EQ_TILDE] = ACTIONS(1183), - [anon_sym_AMP_GT] = ACTIONS(1183), - [anon_sym_AMP_GT_GT] = ACTIONS(1183), - [anon_sym_LT_AMP] = ACTIONS(1183), - [anon_sym_GT_AMP] = ACTIONS(1183), - [anon_sym_GT_PIPE] = ACTIONS(1183), - [anon_sym_LT_LT_DASH] = ACTIONS(1183), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1185), - [anon_sym_LT_LT_LT] = ACTIONS(1183), - [anon_sym_AMP] = ACTIONS(1183), - [anon_sym_CARET] = ACTIONS(1183), - [anon_sym_QMARK] = ACTIONS(1183), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1183), - [aux_sym_concatenation_token1] = ACTIONS(1183), - [anon_sym_DOLLAR] = ACTIONS(1183), - [sym__special_character] = ACTIONS(1183), - [anon_sym_DQUOTE] = ACTIONS(1183), - [sym_raw_string] = ACTIONS(1183), - [sym_ansi_c_string] = ACTIONS(1183), - [aux_sym_number_token1] = ACTIONS(1183), - [aux_sym_number_token2] = ACTIONS(1183), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1183), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1183), - [anon_sym_BQUOTE] = ACTIONS(1183), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1183), - [anon_sym_LT_LPAREN] = ACTIONS(1183), - [anon_sym_GT_LPAREN] = ACTIONS(1183), + [sym_string] = STATE(409), + [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(1185), - [sym__concat] = ACTIONS(1185), - [sym_test_operator] = ACTIONS(1185), - [sym__bare_dollar] = ACTIONS(1185), - [sym__brace_start] = ACTIONS(1185), + [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), }, [355] = { - [sym_word] = ACTIONS(1259), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1259), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1259), - [anon_sym_SEMI] = ACTIONS(1259), - [anon_sym_EQ] = ACTIONS(1259), - [anon_sym_PLUS_PLUS] = ACTIONS(1259), - [anon_sym_DASH_DASH] = ACTIONS(1259), - [anon_sym_PLUS_EQ] = ACTIONS(1259), - [anon_sym_DASH_EQ] = ACTIONS(1259), - [anon_sym_STAR_EQ] = ACTIONS(1259), - [anon_sym_SLASH_EQ] = ACTIONS(1259), - [anon_sym_PERCENT_EQ] = ACTIONS(1259), - [anon_sym_LT_LT_EQ] = ACTIONS(1259), - [anon_sym_GT_GT_EQ] = ACTIONS(1259), - [anon_sym_AMP_EQ] = ACTIONS(1259), - [anon_sym_CARET_EQ] = ACTIONS(1259), - [anon_sym_PIPE_EQ] = ACTIONS(1259), - [anon_sym_EQ_EQ] = ACTIONS(1259), - [anon_sym_BANG_EQ] = ACTIONS(1259), - [anon_sym_LT_EQ] = ACTIONS(1259), - [anon_sym_GT_EQ] = ACTIONS(1259), - [anon_sym_AMP_AMP] = ACTIONS(1259), - [anon_sym_PIPE_PIPE] = ACTIONS(1259), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_STAR] = ACTIONS(1259), - [anon_sym_SLASH] = ACTIONS(1259), - [anon_sym_PERCENT] = ACTIONS(1259), - [anon_sym_STAR_STAR] = ACTIONS(1259), - [anon_sym_LT] = ACTIONS(1259), - [anon_sym_GT] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1259), - [anon_sym_PIPE] = ACTIONS(1259), - [anon_sym_SEMI_SEMI] = ACTIONS(1259), - [anon_sym_PIPE_AMP] = ACTIONS(1259), - [anon_sym_EQ_TILDE] = ACTIONS(1259), - [anon_sym_AMP_GT] = ACTIONS(1259), - [anon_sym_AMP_GT_GT] = ACTIONS(1259), - [anon_sym_LT_AMP] = ACTIONS(1259), - [anon_sym_GT_AMP] = ACTIONS(1259), - [anon_sym_GT_PIPE] = ACTIONS(1259), - [anon_sym_LT_LT_DASH] = ACTIONS(1259), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1261), - [anon_sym_LT_LT_LT] = ACTIONS(1259), - [anon_sym_AMP] = ACTIONS(1259), - [anon_sym_CARET] = ACTIONS(1259), - [anon_sym_QMARK] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1259), - [aux_sym_concatenation_token1] = ACTIONS(1259), - [anon_sym_DOLLAR] = ACTIONS(1259), - [sym__special_character] = ACTIONS(1259), - [anon_sym_DQUOTE] = ACTIONS(1259), - [sym_raw_string] = ACTIONS(1259), - [sym_ansi_c_string] = ACTIONS(1259), - [aux_sym_number_token1] = ACTIONS(1259), - [aux_sym_number_token2] = ACTIONS(1259), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1259), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1259), - [anon_sym_BQUOTE] = ACTIONS(1259), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1259), - [anon_sym_LT_LPAREN] = ACTIONS(1259), - [anon_sym_GT_LPAREN] = ACTIONS(1259), + [sym_string] = STATE(409), + [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(1261), - [sym__concat] = ACTIONS(1261), - [sym_test_operator] = ACTIONS(1261), - [sym__bare_dollar] = ACTIONS(1261), - [sym__brace_start] = ACTIONS(1261), + [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), }, [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(357), + [sym_word] = ACTIONS(1101), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1101), + [anon_sym_SEMI] = ACTIONS(1101), + [anon_sym_EQ] = ACTIONS(1103), + [anon_sym_PLUS_PLUS] = ACTIONS(1103), + [anon_sym_DASH_DASH] = ACTIONS(1103), + [anon_sym_PLUS_EQ] = ACTIONS(1103), + [anon_sym_DASH_EQ] = ACTIONS(1103), + [anon_sym_STAR_EQ] = ACTIONS(1103), + [anon_sym_SLASH_EQ] = ACTIONS(1103), + [anon_sym_PERCENT_EQ] = ACTIONS(1103), + [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(1103), + [anon_sym_PIPE_EQ] = ACTIONS(1103), + [anon_sym_EQ_EQ] = ACTIONS(1105), + [anon_sym_BANG_EQ] = ACTIONS(1103), + [anon_sym_LT_EQ] = ACTIONS(1103), + [anon_sym_GT_EQ] = ACTIONS(1103), + [anon_sym_AMP_AMP] = ACTIONS(1105), + [anon_sym_PIPE_PIPE] = ACTIONS(1105), + [anon_sym_LT_LT] = ACTIONS(1105), + [anon_sym_GT_GT] = ACTIONS(1105), + [anon_sym_PLUS] = ACTIONS(1103), + [anon_sym_DASH] = ACTIONS(1103), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_PERCENT] = ACTIONS(1103), + [anon_sym_STAR_STAR] = ACTIONS(1103), + [anon_sym_LT] = ACTIONS(1105), + [anon_sym_GT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_RPAREN] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1105), + [anon_sym_SEMI_SEMI] = ACTIONS(1101), + [anon_sym_PIPE_AMP] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1105), + [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(1108), + [anon_sym_LT_LT_LT] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_CARET] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(1103), + [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(1265), - [sym__concat] = ACTIONS(1265), - [sym_test_operator] = ACTIONS(1265), - [sym__bare_dollar] = ACTIONS(1265), - [sym__brace_start] = ACTIONS(1265), + [sym_file_descriptor] = ACTIONS(1108), + [sym__concat] = ACTIONS(246), + [sym_test_operator] = ACTIONS(1110), + [sym__bare_dollar] = ACTIONS(1108), + [sym__brace_start] = ACTIONS(1108), }, [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(360), + [sym_word] = ACTIONS(1113), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1113), + [anon_sym_SEMI] = ACTIONS(1113), + [anon_sym_EQ] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(1113), + [anon_sym_PLUS_EQ] = ACTIONS(1113), + [anon_sym_DASH_EQ] = ACTIONS(1113), + [anon_sym_STAR_EQ] = ACTIONS(1113), + [anon_sym_SLASH_EQ] = ACTIONS(1113), + [anon_sym_PERCENT_EQ] = ACTIONS(1113), + [anon_sym_LT_LT_EQ] = ACTIONS(1113), + [anon_sym_GT_GT_EQ] = ACTIONS(1113), + [anon_sym_AMP_EQ] = ACTIONS(1113), + [anon_sym_CARET_EQ] = ACTIONS(1113), + [anon_sym_PIPE_EQ] = ACTIONS(1113), + [anon_sym_EQ_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_LT_EQ] = ACTIONS(1113), + [anon_sym_GT_EQ] = ACTIONS(1113), + [anon_sym_AMP_AMP] = ACTIONS(1113), + [anon_sym_PIPE_PIPE] = ACTIONS(1113), + [anon_sym_LT_LT] = ACTIONS(1113), + [anon_sym_GT_GT] = ACTIONS(1113), + [anon_sym_PLUS] = ACTIONS(1113), + [anon_sym_DASH] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_STAR_STAR] = ACTIONS(1113), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_LPAREN] = ACTIONS(1113), + [anon_sym_RPAREN] = ACTIONS(1113), + [anon_sym_PIPE] = ACTIONS(1113), + [anon_sym_SEMI_SEMI] = ACTIONS(1113), + [anon_sym_PIPE_AMP] = ACTIONS(1113), + [anon_sym_EQ_TILDE] = ACTIONS(1113), + [anon_sym_AMP_GT] = ACTIONS(1113), + [anon_sym_AMP_GT_GT] = ACTIONS(1113), + [anon_sym_LT_AMP] = ACTIONS(1113), + [anon_sym_GT_AMP] = ACTIONS(1113), + [anon_sym_GT_PIPE] = ACTIONS(1113), + [anon_sym_LT_AMP_DASH] = ACTIONS(1113), + [anon_sym_GT_AMP_DASH] = ACTIONS(1113), + [anon_sym_LT_LT_DASH] = ACTIONS(1113), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1115), + [anon_sym_LT_LT_LT] = ACTIONS(1113), + [anon_sym_AMP] = ACTIONS(1113), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1113), + [aux_sym_concatenation_token1] = ACTIONS(222), + [anon_sym_DOLLAR] = ACTIONS(1113), + [sym__special_character] = ACTIONS(1113), + [anon_sym_DQUOTE] = ACTIONS(1113), + [sym_raw_string] = ACTIONS(1113), + [sym_ansi_c_string] = ACTIONS(1113), + [aux_sym_number_token1] = ACTIONS(1113), + [aux_sym_number_token2] = ACTIONS(1113), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1113), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1113), + [anon_sym_BQUOTE] = ACTIONS(1113), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1113), + [anon_sym_LT_LPAREN] = ACTIONS(1113), + [anon_sym_GT_LPAREN] = ACTIONS(1113), [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(1115), + [sym__concat] = ACTIONS(1117), + [sym_test_operator] = ACTIONS(1115), + [sym__bare_dollar] = ACTIONS(1115), + [sym__brace_start] = ACTIONS(1115), }, [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), + [aux_sym_concatenation_repeat1] = STATE(360), + [sym_word] = ACTIONS(1119), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1119), + [anon_sym_SEMI] = ACTIONS(1119), + [anon_sym_EQ] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1119), + [anon_sym_DASH_DASH] = ACTIONS(1119), + [anon_sym_PLUS_EQ] = ACTIONS(1119), + [anon_sym_DASH_EQ] = ACTIONS(1119), + [anon_sym_STAR_EQ] = ACTIONS(1119), + [anon_sym_SLASH_EQ] = ACTIONS(1119), + [anon_sym_PERCENT_EQ] = ACTIONS(1119), + [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(1119), + [anon_sym_PIPE_EQ] = ACTIONS(1119), + [anon_sym_EQ_EQ] = ACTIONS(1119), + [anon_sym_BANG_EQ] = ACTIONS(1119), + [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(1119), + [anon_sym_GT_GT] = ACTIONS(1119), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_STAR] = ACTIONS(1119), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_PERCENT] = ACTIONS(1119), + [anon_sym_STAR_STAR] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1119), + [anon_sym_GT] = ACTIONS(1119), + [anon_sym_LPAREN] = ACTIONS(1119), + [anon_sym_RPAREN] = ACTIONS(1119), + [anon_sym_PIPE] = ACTIONS(1119), + [anon_sym_SEMI_SEMI] = ACTIONS(1119), + [anon_sym_PIPE_AMP] = ACTIONS(1119), + [anon_sym_EQ_TILDE] = ACTIONS(1119), + [anon_sym_AMP_GT] = ACTIONS(1119), + [anon_sym_AMP_GT_GT] = ACTIONS(1119), + [anon_sym_LT_AMP] = ACTIONS(1119), + [anon_sym_GT_AMP] = ACTIONS(1119), + [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), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1121), + [anon_sym_LT_LT_LT] = ACTIONS(1119), + [anon_sym_AMP] = ACTIONS(1119), + [anon_sym_CARET] = ACTIONS(1119), + [anon_sym_QMARK] = ACTIONS(1119), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1119), + [aux_sym_concatenation_token1] = ACTIONS(222), + [anon_sym_DOLLAR] = ACTIONS(1119), + [sym__special_character] = ACTIONS(1119), + [anon_sym_DQUOTE] = ACTIONS(1119), + [sym_raw_string] = ACTIONS(1119), + [sym_ansi_c_string] = ACTIONS(1119), + [aux_sym_number_token1] = ACTIONS(1119), + [aux_sym_number_token2] = ACTIONS(1119), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1119), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1119), + [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(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(1121), + [sym__concat] = ACTIONS(1123), + [sym_test_operator] = ACTIONS(1121), + [sym__bare_dollar] = ACTIONS(1121), + [sym__brace_start] = ACTIONS(1121), }, [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), + [aux_sym_concatenation_repeat1] = STATE(358), + [sym_word] = ACTIONS(1125), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1125), + [anon_sym_SEMI] = ACTIONS(1125), + [anon_sym_EQ] = ACTIONS(1125), + [anon_sym_PLUS_PLUS] = ACTIONS(1125), + [anon_sym_DASH_DASH] = ACTIONS(1125), + [anon_sym_PLUS_EQ] = ACTIONS(1125), + [anon_sym_DASH_EQ] = ACTIONS(1125), + [anon_sym_STAR_EQ] = ACTIONS(1125), + [anon_sym_SLASH_EQ] = ACTIONS(1125), + [anon_sym_PERCENT_EQ] = ACTIONS(1125), + [anon_sym_LT_LT_EQ] = ACTIONS(1125), + [anon_sym_GT_GT_EQ] = ACTIONS(1125), + [anon_sym_AMP_EQ] = ACTIONS(1125), + [anon_sym_CARET_EQ] = ACTIONS(1125), + [anon_sym_PIPE_EQ] = ACTIONS(1125), + [anon_sym_EQ_EQ] = ACTIONS(1125), + [anon_sym_BANG_EQ] = ACTIONS(1125), + [anon_sym_LT_EQ] = ACTIONS(1125), + [anon_sym_GT_EQ] = ACTIONS(1125), + [anon_sym_AMP_AMP] = ACTIONS(1125), + [anon_sym_PIPE_PIPE] = ACTIONS(1125), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1125), + [anon_sym_PLUS] = ACTIONS(1125), + [anon_sym_DASH] = ACTIONS(1125), + [anon_sym_STAR] = ACTIONS(1125), + [anon_sym_SLASH] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1125), + [anon_sym_STAR_STAR] = ACTIONS(1125), + [anon_sym_LT] = ACTIONS(1125), + [anon_sym_GT] = ACTIONS(1125), + [anon_sym_LPAREN] = ACTIONS(1125), + [anon_sym_RPAREN] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1125), + [anon_sym_SEMI_SEMI] = ACTIONS(1125), + [anon_sym_PIPE_AMP] = ACTIONS(1125), + [anon_sym_EQ_TILDE] = ACTIONS(1125), + [anon_sym_AMP_GT] = ACTIONS(1125), + [anon_sym_AMP_GT_GT] = ACTIONS(1125), + [anon_sym_LT_AMP] = ACTIONS(1125), + [anon_sym_GT_AMP] = ACTIONS(1125), + [anon_sym_GT_PIPE] = ACTIONS(1125), + [anon_sym_LT_AMP_DASH] = ACTIONS(1125), + [anon_sym_GT_AMP_DASH] = ACTIONS(1125), + [anon_sym_LT_LT_DASH] = ACTIONS(1125), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1127), + [anon_sym_LT_LT_LT] = ACTIONS(1125), + [anon_sym_AMP] = ACTIONS(1125), + [anon_sym_CARET] = ACTIONS(1125), + [anon_sym_QMARK] = ACTIONS(1125), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1125), + [aux_sym_concatenation_token1] = ACTIONS(222), + [anon_sym_DOLLAR] = ACTIONS(1125), + [sym__special_character] = ACTIONS(1125), + [anon_sym_DQUOTE] = ACTIONS(1125), + [sym_raw_string] = ACTIONS(1125), + [sym_ansi_c_string] = ACTIONS(1125), + [aux_sym_number_token1] = ACTIONS(1125), + [aux_sym_number_token2] = ACTIONS(1125), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1125), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1125), + [anon_sym_BQUOTE] = ACTIONS(1125), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1125), + [anon_sym_LT_LPAREN] = ACTIONS(1125), + [anon_sym_GT_LPAREN] = ACTIONS(1125), [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(1127), + [sym__concat] = ACTIONS(246), + [sym_test_operator] = ACTIONS(1127), + [sym__bare_dollar] = ACTIONS(1127), + [sym__brace_start] = ACTIONS(1127), }, [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), + [aux_sym_concatenation_repeat1] = STATE(360), + [sym_word] = ACTIONS(1129), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1129), + [anon_sym_SEMI] = ACTIONS(1129), + [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(1129), + [anon_sym_BANG_EQ] = ACTIONS(1129), + [anon_sym_LT_EQ] = ACTIONS(1129), + [anon_sym_GT_EQ] = ACTIONS(1129), + [anon_sym_AMP_AMP] = ACTIONS(1129), + [anon_sym_PIPE_PIPE] = ACTIONS(1129), + [anon_sym_LT_LT] = ACTIONS(1129), + [anon_sym_GT_GT] = ACTIONS(1129), + [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(1129), + [anon_sym_GT] = ACTIONS(1129), + [anon_sym_LPAREN] = ACTIONS(1129), + [anon_sym_RPAREN] = ACTIONS(1129), + [anon_sym_PIPE] = ACTIONS(1129), + [anon_sym_SEMI_SEMI] = ACTIONS(1129), + [anon_sym_PIPE_AMP] = ACTIONS(1129), + [anon_sym_EQ_TILDE] = ACTIONS(1129), + [anon_sym_AMP_GT] = ACTIONS(1129), + [anon_sym_AMP_GT_GT] = ACTIONS(1129), + [anon_sym_LT_AMP] = ACTIONS(1129), + [anon_sym_GT_AMP] = ACTIONS(1129), + [anon_sym_GT_PIPE] = ACTIONS(1129), + [anon_sym_LT_AMP_DASH] = ACTIONS(1129), + [anon_sym_GT_AMP_DASH] = ACTIONS(1129), + [anon_sym_LT_LT_DASH] = ACTIONS(1129), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1131), + [anon_sym_LT_LT_LT] = ACTIONS(1129), + [anon_sym_AMP] = ACTIONS(1129), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1129), + [aux_sym_concatenation_token1] = ACTIONS(1133), + [anon_sym_DOLLAR] = ACTIONS(1129), + [sym__special_character] = ACTIONS(1129), + [anon_sym_DQUOTE] = ACTIONS(1129), + [sym_raw_string] = ACTIONS(1129), + [sym_ansi_c_string] = ACTIONS(1129), + [aux_sym_number_token1] = ACTIONS(1129), + [aux_sym_number_token2] = ACTIONS(1129), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1129), + [anon_sym_BQUOTE] = ACTIONS(1129), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1129), + [anon_sym_LT_LPAREN] = ACTIONS(1129), + [anon_sym_GT_LPAREN] = ACTIONS(1129), [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(1131), + [sym__concat] = ACTIONS(1136), + [sym_test_operator] = ACTIONS(1131), + [sym__bare_dollar] = ACTIONS(1131), + [sym__brace_start] = ACTIONS(1131), }, [361] = { - [sym_word] = ACTIONS(1247), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1247), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_EQ] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_DASH_DASH] = ACTIONS(1247), - [anon_sym_PLUS_EQ] = ACTIONS(1247), - [anon_sym_DASH_EQ] = ACTIONS(1247), - [anon_sym_STAR_EQ] = ACTIONS(1247), - [anon_sym_SLASH_EQ] = ACTIONS(1247), - [anon_sym_PERCENT_EQ] = ACTIONS(1247), - [anon_sym_LT_LT_EQ] = ACTIONS(1247), - [anon_sym_GT_GT_EQ] = ACTIONS(1247), - [anon_sym_AMP_EQ] = ACTIONS(1247), - [anon_sym_CARET_EQ] = ACTIONS(1247), - [anon_sym_PIPE_EQ] = ACTIONS(1247), - [anon_sym_EQ_EQ] = ACTIONS(1247), - [anon_sym_BANG_EQ] = ACTIONS(1247), - [anon_sym_LT_EQ] = ACTIONS(1247), - [anon_sym_GT_EQ] = ACTIONS(1247), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE_PIPE] = ACTIONS(1247), - [anon_sym_LT_LT] = ACTIONS(1247), - [anon_sym_GT_GT] = ACTIONS(1247), - [anon_sym_PLUS] = ACTIONS(1247), - [anon_sym_DASH] = ACTIONS(1247), - [anon_sym_STAR] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1247), - [anon_sym_PERCENT] = ACTIONS(1247), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_LT] = ACTIONS(1247), - [anon_sym_GT] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1247), - [anon_sym_SEMI_SEMI] = ACTIONS(1247), - [anon_sym_PIPE_AMP] = ACTIONS(1247), - [anon_sym_EQ_TILDE] = ACTIONS(1247), - [anon_sym_AMP_GT] = ACTIONS(1247), - [anon_sym_AMP_GT_GT] = ACTIONS(1247), - [anon_sym_LT_AMP] = ACTIONS(1247), - [anon_sym_GT_AMP] = ACTIONS(1247), - [anon_sym_GT_PIPE] = ACTIONS(1247), - [anon_sym_LT_LT_DASH] = ACTIONS(1247), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1249), - [anon_sym_LT_LT_LT] = ACTIONS(1247), - [anon_sym_AMP] = ACTIONS(1247), - [anon_sym_CARET] = ACTIONS(1247), - [anon_sym_QMARK] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1247), - [aux_sym_concatenation_token1] = ACTIONS(1247), - [anon_sym_DOLLAR] = ACTIONS(1247), - [sym__special_character] = ACTIONS(1247), - [anon_sym_DQUOTE] = ACTIONS(1247), - [sym_raw_string] = ACTIONS(1247), - [sym_ansi_c_string] = ACTIONS(1247), - [aux_sym_number_token1] = ACTIONS(1247), - [aux_sym_number_token2] = ACTIONS(1247), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1247), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1247), - [anon_sym_BQUOTE] = ACTIONS(1247), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1247), - [anon_sym_LT_LPAREN] = ACTIONS(1247), - [anon_sym_GT_LPAREN] = ACTIONS(1247), + [aux_sym_concatenation_repeat1] = STATE(357), + [sym_word] = ACTIONS(1101), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1101), + [anon_sym_SEMI] = ACTIONS(1101), + [anon_sym_EQ] = ACTIONS(1103), + [anon_sym_PLUS_PLUS] = ACTIONS(1103), + [anon_sym_DASH_DASH] = ACTIONS(1103), + [anon_sym_PLUS_EQ] = ACTIONS(1103), + [anon_sym_DASH_EQ] = ACTIONS(1103), + [anon_sym_STAR_EQ] = ACTIONS(1103), + [anon_sym_SLASH_EQ] = ACTIONS(1103), + [anon_sym_PERCENT_EQ] = ACTIONS(1103), + [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(1103), + [anon_sym_PIPE_EQ] = ACTIONS(1103), + [anon_sym_EQ_EQ] = ACTIONS(1105), + [anon_sym_BANG_EQ] = ACTIONS(1103), + [anon_sym_LT_EQ] = ACTIONS(1103), + [anon_sym_GT_EQ] = ACTIONS(1103), + [anon_sym_AMP_AMP] = ACTIONS(1105), + [anon_sym_PIPE_PIPE] = ACTIONS(1105), + [anon_sym_LT_LT] = ACTIONS(1105), + [anon_sym_GT_GT] = ACTIONS(1105), + [anon_sym_PLUS] = ACTIONS(1103), + [anon_sym_DASH] = ACTIONS(1103), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_PERCENT] = ACTIONS(1103), + [anon_sym_STAR_STAR] = ACTIONS(1103), + [anon_sym_LT] = ACTIONS(1105), + [anon_sym_GT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1139), + [anon_sym_RPAREN] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1105), + [anon_sym_SEMI_SEMI] = ACTIONS(1101), + [anon_sym_PIPE_AMP] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1105), + [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(1108), + [anon_sym_LT_LT_LT] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_CARET] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(1103), + [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(1249), - [sym__concat] = ACTIONS(1249), - [sym_test_operator] = ACTIONS(1249), - [sym__bare_dollar] = ACTIONS(1249), - [sym__brace_start] = ACTIONS(1249), + [sym_file_descriptor] = ACTIONS(1108), + [sym__concat] = ACTIONS(246), + [sym_test_operator] = ACTIONS(1110), + [sym__bare_dollar] = ACTIONS(1108), + [sym__brace_start] = ACTIONS(1108), }, [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(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(1237), - [sym__concat] = ACTIONS(1237), - [sym_test_operator] = ACTIONS(1237), - [sym__bare_dollar] = ACTIONS(1237), - [sym__brace_start] = ACTIONS(1237), + [sym_file_descriptor] = ACTIONS(1144), + [sym__concat] = ACTIONS(1144), + [sym_test_operator] = ACTIONS(1144), + [sym__bare_dollar] = ACTIONS(1144), + [sym__brace_start] = ACTIONS(1144), }, [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(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(1245), - [sym__concat] = ACTIONS(1245), - [sym_test_operator] = ACTIONS(1245), - [sym__bare_dollar] = ACTIONS(1245), - [sym__brace_start] = ACTIONS(1245), + [sym_file_descriptor] = ACTIONS(1148), + [sym__concat] = ACTIONS(1148), + [sym_test_operator] = ACTIONS(1148), + [sym__bare_dollar] = ACTIONS(1148), + [sym__brace_start] = ACTIONS(1148), }, [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(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(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), + [sym_file_descriptor] = ACTIONS(1152), + [sym__concat] = ACTIONS(1152), + [sym_test_operator] = ACTIONS(1152), + [sym__bare_dollar] = ACTIONS(1152), + [sym__brace_start] = ACTIONS(1152), }, [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(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(1265), - [sym__concat] = ACTIONS(1265), - [sym_test_operator] = ACTIONS(1265), - [sym__bare_dollar] = ACTIONS(1265), - [sym__brace_start] = ACTIONS(1265), + [sym_file_descriptor] = ACTIONS(1156), + [sym__concat] = ACTIONS(1156), + [sym_test_operator] = ACTIONS(1156), + [sym__bare_dollar] = ACTIONS(1156), + [sym__brace_start] = ACTIONS(1156), }, [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(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(1241), - [sym__concat] = ACTIONS(1241), - [sym_test_operator] = ACTIONS(1241), - [sym__bare_dollar] = ACTIONS(1241), - [sym__brace_start] = ACTIONS(1241), + [sym_file_descriptor] = ACTIONS(1160), + [sym__concat] = ACTIONS(1160), + [sym_test_operator] = ACTIONS(1160), + [sym__bare_dollar] = ACTIONS(1160), + [sym__brace_start] = ACTIONS(1160), }, [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(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(1261), - [sym__concat] = ACTIONS(1261), - [sym_test_operator] = ACTIONS(1261), - [sym__bare_dollar] = ACTIONS(1261), - [sym__brace_start] = ACTIONS(1261), + [sym_file_descriptor] = ACTIONS(1164), + [sym__concat] = ACTIONS(1164), + [sym_test_operator] = ACTIONS(1164), + [sym__bare_dollar] = ACTIONS(1164), + [sym__brace_start] = ACTIONS(1164), }, [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(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(1207), - [sym__concat] = ACTIONS(1207), - [sym_test_operator] = ACTIONS(1207), - [sym__bare_dollar] = ACTIONS(1207), - [sym__brace_start] = ACTIONS(1207), + [sym_file_descriptor] = ACTIONS(1168), + [sym__concat] = ACTIONS(1168), + [sym_test_operator] = ACTIONS(1168), + [sym__bare_dollar] = ACTIONS(1168), + [sym__brace_start] = ACTIONS(1168), }, [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(1129), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1129), + [anon_sym_SEMI] = ACTIONS(1129), + [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(1129), + [anon_sym_BANG_EQ] = ACTIONS(1129), + [anon_sym_LT_EQ] = ACTIONS(1129), + [anon_sym_GT_EQ] = ACTIONS(1129), + [anon_sym_AMP_AMP] = ACTIONS(1129), + [anon_sym_PIPE_PIPE] = ACTIONS(1129), + [anon_sym_LT_LT] = ACTIONS(1129), + [anon_sym_GT_GT] = ACTIONS(1129), + [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(1129), + [anon_sym_GT] = ACTIONS(1129), + [anon_sym_LPAREN] = ACTIONS(1129), + [anon_sym_RPAREN] = ACTIONS(1129), + [anon_sym_PIPE] = ACTIONS(1129), + [anon_sym_SEMI_SEMI] = ACTIONS(1129), + [anon_sym_PIPE_AMP] = ACTIONS(1129), + [anon_sym_EQ_TILDE] = ACTIONS(1129), + [anon_sym_AMP_GT] = ACTIONS(1129), + [anon_sym_AMP_GT_GT] = ACTIONS(1129), + [anon_sym_LT_AMP] = ACTIONS(1129), + [anon_sym_GT_AMP] = ACTIONS(1129), + [anon_sym_GT_PIPE] = ACTIONS(1129), + [anon_sym_LT_AMP_DASH] = ACTIONS(1129), + [anon_sym_GT_AMP_DASH] = ACTIONS(1129), + [anon_sym_LT_LT_DASH] = ACTIONS(1129), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1131), + [anon_sym_LT_LT_LT] = ACTIONS(1129), + [anon_sym_AMP] = ACTIONS(1129), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1129), + [aux_sym_concatenation_token1] = ACTIONS(1129), + [anon_sym_DOLLAR] = ACTIONS(1129), + [sym__special_character] = ACTIONS(1129), + [anon_sym_DQUOTE] = ACTIONS(1129), + [sym_raw_string] = ACTIONS(1129), + [sym_ansi_c_string] = ACTIONS(1129), + [aux_sym_number_token1] = ACTIONS(1129), + [aux_sym_number_token2] = ACTIONS(1129), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1129), + [anon_sym_BQUOTE] = ACTIONS(1129), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1129), + [anon_sym_LT_LPAREN] = ACTIONS(1129), + [anon_sym_GT_LPAREN] = ACTIONS(1129), [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(1131), + [sym__concat] = ACTIONS(1131), + [sym_test_operator] = ACTIONS(1131), + [sym__bare_dollar] = ACTIONS(1131), + [sym__brace_start] = ACTIONS(1131), }, [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(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(1275), - [sym_test_operator] = ACTIONS(1275), - [sym__bare_dollar] = ACTIONS(1275), - [sym__brace_start] = ACTIONS(1275), + [sym_file_descriptor] = ACTIONS(1172), + [sym__concat] = ACTIONS(1172), + [sym_test_operator] = ACTIONS(1172), + [sym__bare_dollar] = ACTIONS(1172), + [sym__brace_start] = ACTIONS(1172), }, [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(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(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), + [sym_file_descriptor] = ACTIONS(1176), + [sym__concat] = ACTIONS(1176), + [sym_test_operator] = ACTIONS(1176), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [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(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(1233), - [sym__concat] = ACTIONS(1233), - [sym_test_operator] = ACTIONS(1233), - [sym__bare_dollar] = ACTIONS(1233), - [sym__brace_start] = ACTIONS(1233), + [sym_file_descriptor] = ACTIONS(1180), + [sym__concat] = ACTIONS(1180), + [sym_test_operator] = ACTIONS(1180), + [sym__bare_dollar] = ACTIONS(1180), + [sym__brace_start] = ACTIONS(1180), }, [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(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(1207), - [sym__concat] = ACTIONS(1207), - [sym_test_operator] = ACTIONS(1207), - [sym__bare_dollar] = ACTIONS(1207), - [sym__brace_start] = ACTIONS(1207), + [sym_file_descriptor] = ACTIONS(1168), + [sym__concat] = ACTIONS(1168), + [sym_test_operator] = ACTIONS(1168), + [sym__bare_dollar] = ACTIONS(1168), + [sym__brace_start] = ACTIONS(1168), }, [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(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(1213), - [sym__concat] = ACTIONS(1213), - [sym_test_operator] = ACTIONS(1213), - [sym__bare_dollar] = ACTIONS(1213), - [sym__brace_start] = ACTIONS(1213), + [sym_file_descriptor] = ACTIONS(1184), + [sym__concat] = ACTIONS(1184), + [sym_test_operator] = ACTIONS(1184), + [sym__bare_dollar] = ACTIONS(1184), + [sym__brace_start] = ACTIONS(1184), }, [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(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(1269), - [sym__concat] = ACTIONS(1269), - [sym_test_operator] = ACTIONS(1269), - [sym__bare_dollar] = ACTIONS(1269), - [sym__brace_start] = ACTIONS(1269), + [sym_file_descriptor] = ACTIONS(1188), + [sym__concat] = ACTIONS(1188), + [sym_test_operator] = ACTIONS(1188), + [sym__bare_dollar] = ACTIONS(1188), + [sym__brace_start] = ACTIONS(1188), }, [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(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(1203), - [sym__concat] = ACTIONS(1203), - [sym_test_operator] = ACTIONS(1203), - [sym__bare_dollar] = ACTIONS(1203), - [sym__brace_start] = ACTIONS(1203), + [sym_file_descriptor] = ACTIONS(1192), + [sym__concat] = ACTIONS(1192), + [sym_test_operator] = ACTIONS(1192), + [sym__bare_dollar] = ACTIONS(1192), + [sym__brace_start] = ACTIONS(1192), }, [377] = { - [sym_word] = ACTIONS(1227), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1227), - [anon_sym_SEMI] = ACTIONS(1227), - [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_EQ] = ACTIONS(1227), - [anon_sym_DASH_EQ] = ACTIONS(1227), - [anon_sym_STAR_EQ] = ACTIONS(1227), - [anon_sym_SLASH_EQ] = ACTIONS(1227), - [anon_sym_PERCENT_EQ] = ACTIONS(1227), - [anon_sym_LT_LT_EQ] = ACTIONS(1227), - [anon_sym_GT_GT_EQ] = ACTIONS(1227), - [anon_sym_AMP_EQ] = ACTIONS(1227), - [anon_sym_CARET_EQ] = ACTIONS(1227), - [anon_sym_PIPE_EQ] = ACTIONS(1227), - [anon_sym_EQ_EQ] = ACTIONS(1227), - [anon_sym_BANG_EQ] = ACTIONS(1227), - [anon_sym_LT_EQ] = ACTIONS(1227), - [anon_sym_GT_EQ] = ACTIONS(1227), - [anon_sym_AMP_AMP] = ACTIONS(1227), - [anon_sym_PIPE_PIPE] = ACTIONS(1227), - [anon_sym_LT_LT] = ACTIONS(1227), - [anon_sym_GT_GT] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1227), - [anon_sym_SLASH] = ACTIONS(1227), - [anon_sym_PERCENT] = ACTIONS(1227), - [anon_sym_STAR_STAR] = ACTIONS(1227), - [anon_sym_LT] = ACTIONS(1227), - [anon_sym_GT] = ACTIONS(1227), - [anon_sym_RPAREN] = ACTIONS(1227), - [anon_sym_PIPE] = ACTIONS(1227), - [anon_sym_SEMI_SEMI] = ACTIONS(1227), - [anon_sym_PIPE_AMP] = ACTIONS(1227), - [anon_sym_EQ_TILDE] = ACTIONS(1227), - [anon_sym_AMP_GT] = ACTIONS(1227), - [anon_sym_AMP_GT_GT] = ACTIONS(1227), - [anon_sym_LT_AMP] = ACTIONS(1227), - [anon_sym_GT_AMP] = ACTIONS(1227), - [anon_sym_GT_PIPE] = ACTIONS(1227), - [anon_sym_LT_LT_DASH] = ACTIONS(1227), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1229), - [anon_sym_LT_LT_LT] = ACTIONS(1227), - [anon_sym_AMP] = ACTIONS(1227), - [anon_sym_CARET] = ACTIONS(1227), - [anon_sym_QMARK] = ACTIONS(1227), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1227), - [aux_sym_concatenation_token1] = ACTIONS(1227), - [anon_sym_DOLLAR] = ACTIONS(1227), - [sym__special_character] = ACTIONS(1227), - [anon_sym_DQUOTE] = ACTIONS(1227), - [sym_raw_string] = ACTIONS(1227), - [sym_ansi_c_string] = ACTIONS(1227), - [aux_sym_number_token1] = ACTIONS(1227), - [aux_sym_number_token2] = ACTIONS(1227), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1227), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1227), - [anon_sym_BQUOTE] = ACTIONS(1227), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1227), - [anon_sym_LT_LPAREN] = ACTIONS(1227), - [anon_sym_GT_LPAREN] = ACTIONS(1227), + [sym_word] = ACTIONS(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(1229), - [sym__concat] = ACTIONS(1229), - [sym_test_operator] = ACTIONS(1229), - [sym__bare_dollar] = ACTIONS(1229), - [sym__brace_start] = ACTIONS(1229), + [sym_file_descriptor] = ACTIONS(1196), + [sym__concat] = ACTIONS(1196), + [sym_test_operator] = ACTIONS(1196), + [sym__bare_dollar] = ACTIONS(1196), + [sym__brace_start] = ACTIONS(1196), }, [378] = { - [sym_word] = ACTIONS(1255), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1255), - [anon_sym_SEMI] = ACTIONS(1255), - [anon_sym_EQ] = ACTIONS(1255), - [anon_sym_PLUS_PLUS] = ACTIONS(1255), - [anon_sym_DASH_DASH] = ACTIONS(1255), - [anon_sym_PLUS_EQ] = ACTIONS(1255), - [anon_sym_DASH_EQ] = ACTIONS(1255), - [anon_sym_STAR_EQ] = ACTIONS(1255), - [anon_sym_SLASH_EQ] = ACTIONS(1255), - [anon_sym_PERCENT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_GT_EQ] = ACTIONS(1255), - [anon_sym_AMP_EQ] = ACTIONS(1255), - [anon_sym_CARET_EQ] = ACTIONS(1255), - [anon_sym_PIPE_EQ] = ACTIONS(1255), - [anon_sym_EQ_EQ] = ACTIONS(1255), - [anon_sym_BANG_EQ] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1255), - [anon_sym_GT_EQ] = ACTIONS(1255), - [anon_sym_AMP_AMP] = ACTIONS(1255), - [anon_sym_PIPE_PIPE] = ACTIONS(1255), - [anon_sym_LT_LT] = ACTIONS(1255), - [anon_sym_GT_GT] = ACTIONS(1255), - [anon_sym_PLUS] = ACTIONS(1255), - [anon_sym_DASH] = ACTIONS(1255), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_SLASH] = ACTIONS(1255), - [anon_sym_PERCENT] = ACTIONS(1255), - [anon_sym_STAR_STAR] = ACTIONS(1255), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_RPAREN] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1255), - [anon_sym_SEMI_SEMI] = ACTIONS(1255), - [anon_sym_PIPE_AMP] = ACTIONS(1255), - [anon_sym_EQ_TILDE] = ACTIONS(1255), - [anon_sym_AMP_GT] = ACTIONS(1255), - [anon_sym_AMP_GT_GT] = ACTIONS(1255), - [anon_sym_LT_AMP] = ACTIONS(1255), - [anon_sym_GT_AMP] = ACTIONS(1255), - [anon_sym_GT_PIPE] = ACTIONS(1255), - [anon_sym_LT_LT_DASH] = ACTIONS(1255), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1257), - [anon_sym_LT_LT_LT] = ACTIONS(1255), - [anon_sym_AMP] = ACTIONS(1255), - [anon_sym_CARET] = ACTIONS(1255), - [anon_sym_QMARK] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1255), - [aux_sym_concatenation_token1] = ACTIONS(1255), - [anon_sym_DOLLAR] = ACTIONS(1255), - [sym__special_character] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1255), - [sym_raw_string] = ACTIONS(1255), - [sym_ansi_c_string] = ACTIONS(1255), - [aux_sym_number_token1] = ACTIONS(1255), - [aux_sym_number_token2] = ACTIONS(1255), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), - [anon_sym_BQUOTE] = ACTIONS(1255), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1255), - [anon_sym_LT_LPAREN] = ACTIONS(1255), - [anon_sym_GT_LPAREN] = ACTIONS(1255), + [sym_word] = ACTIONS(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(1257), - [sym__concat] = ACTIONS(1257), - [sym_test_operator] = ACTIONS(1257), - [sym__bare_dollar] = ACTIONS(1257), - [sym__brace_start] = ACTIONS(1257), + [sym_file_descriptor] = ACTIONS(1200), + [sym__concat] = ACTIONS(1200), + [sym_test_operator] = ACTIONS(1200), + [sym__bare_dollar] = ACTIONS(1200), + [sym__brace_start] = ACTIONS(1200), }, [379] = { - [sym_word] = ACTIONS(1223), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1223), - [anon_sym_SEMI] = ACTIONS(1223), - [anon_sym_EQ] = ACTIONS(1223), - [anon_sym_PLUS_PLUS] = ACTIONS(1223), - [anon_sym_DASH_DASH] = ACTIONS(1223), - [anon_sym_PLUS_EQ] = ACTIONS(1223), - [anon_sym_DASH_EQ] = ACTIONS(1223), - [anon_sym_STAR_EQ] = ACTIONS(1223), - [anon_sym_SLASH_EQ] = ACTIONS(1223), - [anon_sym_PERCENT_EQ] = ACTIONS(1223), - [anon_sym_LT_LT_EQ] = ACTIONS(1223), - [anon_sym_GT_GT_EQ] = ACTIONS(1223), - [anon_sym_AMP_EQ] = ACTIONS(1223), - [anon_sym_CARET_EQ] = ACTIONS(1223), - [anon_sym_PIPE_EQ] = ACTIONS(1223), - [anon_sym_EQ_EQ] = ACTIONS(1223), - [anon_sym_BANG_EQ] = ACTIONS(1223), - [anon_sym_LT_EQ] = ACTIONS(1223), - [anon_sym_GT_EQ] = ACTIONS(1223), - [anon_sym_AMP_AMP] = ACTIONS(1223), - [anon_sym_PIPE_PIPE] = ACTIONS(1223), - [anon_sym_LT_LT] = ACTIONS(1223), - [anon_sym_GT_GT] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1223), - [anon_sym_DASH] = ACTIONS(1223), - [anon_sym_STAR] = ACTIONS(1223), - [anon_sym_SLASH] = ACTIONS(1223), - [anon_sym_PERCENT] = ACTIONS(1223), - [anon_sym_STAR_STAR] = ACTIONS(1223), - [anon_sym_LT] = ACTIONS(1223), - [anon_sym_GT] = ACTIONS(1223), - [anon_sym_RPAREN] = ACTIONS(1223), - [anon_sym_PIPE] = ACTIONS(1223), - [anon_sym_SEMI_SEMI] = ACTIONS(1223), - [anon_sym_PIPE_AMP] = ACTIONS(1223), - [anon_sym_EQ_TILDE] = ACTIONS(1223), - [anon_sym_AMP_GT] = ACTIONS(1223), - [anon_sym_AMP_GT_GT] = ACTIONS(1223), - [anon_sym_LT_AMP] = ACTIONS(1223), - [anon_sym_GT_AMP] = ACTIONS(1223), - [anon_sym_GT_PIPE] = ACTIONS(1223), - [anon_sym_LT_LT_DASH] = ACTIONS(1223), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1225), - [anon_sym_LT_LT_LT] = ACTIONS(1223), - [anon_sym_AMP] = ACTIONS(1223), - [anon_sym_CARET] = ACTIONS(1223), - [anon_sym_QMARK] = ACTIONS(1223), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1223), - [aux_sym_concatenation_token1] = ACTIONS(1223), - [anon_sym_DOLLAR] = ACTIONS(1223), - [sym__special_character] = ACTIONS(1223), - [anon_sym_DQUOTE] = ACTIONS(1223), - [sym_raw_string] = ACTIONS(1223), - [sym_ansi_c_string] = ACTIONS(1223), - [aux_sym_number_token1] = ACTIONS(1223), - [aux_sym_number_token2] = ACTIONS(1223), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1223), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1223), - [anon_sym_BQUOTE] = ACTIONS(1223), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1223), - [anon_sym_LT_LPAREN] = ACTIONS(1223), - [anon_sym_GT_LPAREN] = ACTIONS(1223), + [sym_word] = ACTIONS(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(1225), - [sym__concat] = ACTIONS(1225), - [sym_test_operator] = ACTIONS(1225), - [sym__bare_dollar] = ACTIONS(1225), - [sym__brace_start] = ACTIONS(1225), + [sym_file_descriptor] = ACTIONS(1204), + [sym__concat] = ACTIONS(1204), + [sym_test_operator] = ACTIONS(1204), + [sym__bare_dollar] = ACTIONS(1204), + [sym__brace_start] = ACTIONS(1204), }, [380] = { - [aux_sym__literal_repeat1] = STATE(380), - [sym_word] = ACTIONS(1273), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1273), - [anon_sym_EQ] = ACTIONS(1273), - [anon_sym_PLUS_PLUS] = ACTIONS(1273), - [anon_sym_DASH_DASH] = ACTIONS(1273), - [anon_sym_PLUS_EQ] = ACTIONS(1273), - [anon_sym_DASH_EQ] = ACTIONS(1273), - [anon_sym_STAR_EQ] = ACTIONS(1273), - [anon_sym_SLASH_EQ] = ACTIONS(1273), - [anon_sym_PERCENT_EQ] = ACTIONS(1273), - [anon_sym_LT_LT_EQ] = ACTIONS(1273), - [anon_sym_GT_GT_EQ] = ACTIONS(1273), - [anon_sym_AMP_EQ] = ACTIONS(1273), - [anon_sym_CARET_EQ] = ACTIONS(1273), - [anon_sym_PIPE_EQ] = ACTIONS(1273), - [anon_sym_EQ_EQ] = ACTIONS(1273), - [anon_sym_BANG_EQ] = ACTIONS(1273), - [anon_sym_LT_EQ] = ACTIONS(1273), - [anon_sym_GT_EQ] = ACTIONS(1273), - [anon_sym_AMP_AMP] = ACTIONS(1273), - [anon_sym_PIPE_PIPE] = ACTIONS(1273), - [anon_sym_LT_LT] = ACTIONS(1273), - [anon_sym_GT_GT] = ACTIONS(1273), - [anon_sym_PLUS] = ACTIONS(1273), - [anon_sym_DASH] = ACTIONS(1273), - [anon_sym_STAR] = ACTIONS(1273), - [anon_sym_SLASH] = ACTIONS(1273), - [anon_sym_PERCENT] = ACTIONS(1273), - [anon_sym_STAR_STAR] = ACTIONS(1273), - [anon_sym_LT] = ACTIONS(1273), - [anon_sym_GT] = ACTIONS(1273), - [anon_sym_RPAREN] = ACTIONS(1273), - [anon_sym_PIPE] = ACTIONS(1273), - [anon_sym_SEMI_SEMI] = ACTIONS(1273), - [anon_sym_PIPE_AMP] = ACTIONS(1273), - [anon_sym_EQ_TILDE] = ACTIONS(1273), - [anon_sym_AMP_GT] = ACTIONS(1273), - [anon_sym_AMP_GT_GT] = ACTIONS(1273), - [anon_sym_LT_AMP] = ACTIONS(1273), - [anon_sym_GT_AMP] = ACTIONS(1273), - [anon_sym_GT_PIPE] = ACTIONS(1273), - [anon_sym_LT_LT_DASH] = ACTIONS(1273), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1275), - [anon_sym_LT_LT_LT] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1273), - [anon_sym_CARET] = ACTIONS(1273), - [anon_sym_QMARK] = ACTIONS(1273), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1273), - [anon_sym_DOLLAR] = ACTIONS(1273), - [sym__special_character] = ACTIONS(1280), - [anon_sym_DQUOTE] = ACTIONS(1273), - [sym_raw_string] = ACTIONS(1273), - [sym_ansi_c_string] = ACTIONS(1273), - [aux_sym_number_token1] = ACTIONS(1273), - [aux_sym_number_token2] = ACTIONS(1273), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1273), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1273), - [anon_sym_BQUOTE] = ACTIONS(1273), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1273), - [anon_sym_LT_LPAREN] = ACTIONS(1273), - [anon_sym_GT_LPAREN] = ACTIONS(1273), + [sym_word] = ACTIONS(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(1275), - [sym_test_operator] = ACTIONS(1275), - [sym__bare_dollar] = ACTIONS(1275), - [sym__brace_start] = ACTIONS(1275), + [sym_file_descriptor] = ACTIONS(1208), + [sym__concat] = ACTIONS(1208), + [sym_test_operator] = ACTIONS(1208), + [sym__bare_dollar] = ACTIONS(1208), + [sym__brace_start] = ACTIONS(1208), }, [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__literal_repeat1] = STATE(381), + [sym_word] = ACTIONS(1210), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1210), + [anon_sym_SEMI] = ACTIONS(1210), + [anon_sym_EQ] = ACTIONS(1210), + [anon_sym_PLUS_PLUS] = ACTIONS(1210), + [anon_sym_DASH_DASH] = ACTIONS(1210), + [anon_sym_PLUS_EQ] = ACTIONS(1210), + [anon_sym_DASH_EQ] = ACTIONS(1210), + [anon_sym_STAR_EQ] = ACTIONS(1210), + [anon_sym_SLASH_EQ] = ACTIONS(1210), + [anon_sym_PERCENT_EQ] = ACTIONS(1210), + [anon_sym_LT_LT_EQ] = ACTIONS(1210), + [anon_sym_GT_GT_EQ] = ACTIONS(1210), + [anon_sym_AMP_EQ] = ACTIONS(1210), + [anon_sym_CARET_EQ] = ACTIONS(1210), + [anon_sym_PIPE_EQ] = ACTIONS(1210), + [anon_sym_EQ_EQ] = ACTIONS(1210), + [anon_sym_BANG_EQ] = ACTIONS(1210), + [anon_sym_LT_EQ] = ACTIONS(1210), + [anon_sym_GT_EQ] = ACTIONS(1210), + [anon_sym_AMP_AMP] = ACTIONS(1210), + [anon_sym_PIPE_PIPE] = ACTIONS(1210), + [anon_sym_LT_LT] = ACTIONS(1210), + [anon_sym_GT_GT] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1210), + [anon_sym_DASH] = ACTIONS(1210), + [anon_sym_STAR] = ACTIONS(1210), + [anon_sym_SLASH] = ACTIONS(1210), + [anon_sym_PERCENT] = ACTIONS(1210), + [anon_sym_STAR_STAR] = ACTIONS(1210), + [anon_sym_LT] = ACTIONS(1210), + [anon_sym_GT] = ACTIONS(1210), + [anon_sym_LPAREN] = ACTIONS(1210), + [anon_sym_RPAREN] = ACTIONS(1210), + [anon_sym_PIPE] = ACTIONS(1210), + [anon_sym_SEMI_SEMI] = ACTIONS(1210), + [anon_sym_PIPE_AMP] = ACTIONS(1210), + [anon_sym_EQ_TILDE] = ACTIONS(1210), + [anon_sym_AMP_GT] = ACTIONS(1210), + [anon_sym_AMP_GT_GT] = ACTIONS(1210), + [anon_sym_LT_AMP] = ACTIONS(1210), + [anon_sym_GT_AMP] = ACTIONS(1210), + [anon_sym_GT_PIPE] = ACTIONS(1210), + [anon_sym_LT_AMP_DASH] = ACTIONS(1210), + [anon_sym_GT_AMP_DASH] = ACTIONS(1210), + [anon_sym_LT_LT_DASH] = ACTIONS(1210), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1212), + [anon_sym_LT_LT_LT] = ACTIONS(1210), + [anon_sym_AMP] = ACTIONS(1210), + [anon_sym_CARET] = ACTIONS(1210), + [anon_sym_QMARK] = ACTIONS(1210), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1210), + [anon_sym_DOLLAR] = ACTIONS(1210), + [sym__special_character] = ACTIONS(1214), + [anon_sym_DQUOTE] = ACTIONS(1210), + [sym_raw_string] = ACTIONS(1210), + [sym_ansi_c_string] = ACTIONS(1210), + [aux_sym_number_token1] = ACTIONS(1210), + [aux_sym_number_token2] = ACTIONS(1210), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1210), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1210), + [anon_sym_BQUOTE] = ACTIONS(1210), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1210), + [anon_sym_LT_LPAREN] = ACTIONS(1210), + [anon_sym_GT_LPAREN] = ACTIONS(1210), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1212), + [sym_test_operator] = ACTIONS(1212), + [sym__bare_dollar] = ACTIONS(1212), + [sym__brace_start] = ACTIONS(1212), }, [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), + [aux_sym__literal_repeat1] = STATE(381), + [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(1217), + [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(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), + [sym_file_descriptor] = ACTIONS(244), + [sym_test_operator] = ACTIONS(262), + [sym__bare_dollar] = ACTIONS(244), + [sym__brace_start] = ACTIONS(244), }, [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(1101), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1101), + [anon_sym_SEMI] = ACTIONS(1101), + [anon_sym_EQ] = ACTIONS(1103), + [anon_sym_PLUS_PLUS] = ACTIONS(1103), + [anon_sym_DASH_DASH] = ACTIONS(1103), + [anon_sym_PLUS_EQ] = ACTIONS(1103), + [anon_sym_DASH_EQ] = ACTIONS(1103), + [anon_sym_STAR_EQ] = ACTIONS(1103), + [anon_sym_SLASH_EQ] = ACTIONS(1103), + [anon_sym_PERCENT_EQ] = ACTIONS(1103), + [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(1103), + [anon_sym_PIPE_EQ] = ACTIONS(1103), + [anon_sym_EQ_EQ] = ACTIONS(1105), + [anon_sym_BANG_EQ] = ACTIONS(1103), + [anon_sym_LT_EQ] = ACTIONS(1103), + [anon_sym_GT_EQ] = ACTIONS(1103), + [anon_sym_AMP_AMP] = ACTIONS(1105), + [anon_sym_PIPE_PIPE] = ACTIONS(1105), + [anon_sym_LT_LT] = ACTIONS(1105), + [anon_sym_GT_GT] = ACTIONS(1105), + [anon_sym_PLUS] = ACTIONS(1103), + [anon_sym_DASH] = ACTIONS(1103), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_PERCENT] = ACTIONS(1103), + [anon_sym_STAR_STAR] = ACTIONS(1103), + [anon_sym_LT] = ACTIONS(1105), + [anon_sym_GT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_RPAREN] = ACTIONS(1105), + [anon_sym_PIPE] = ACTIONS(1105), + [anon_sym_SEMI_SEMI] = ACTIONS(1101), + [anon_sym_PIPE_AMP] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1105), + [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(1108), + [anon_sym_LT_LT_LT] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1105), + [anon_sym_CARET] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(1103), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1101), + [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(1156), - [sym_test_operator] = ACTIONS(1158), - [sym__bare_dollar] = ACTIONS(1156), - [sym__brace_start] = ACTIONS(1156), + [sym_file_descriptor] = ACTIONS(1108), + [sym_test_operator] = ACTIONS(1110), + [sym__bare_dollar] = ACTIONS(1108), + [sym__brace_start] = ACTIONS(1108), }, [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_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1156), - [sym_test_operator] = ACTIONS(1158), - [sym__bare_dollar] = ACTIONS(1156), - [sym__brace_start] = ACTIONS(1156), + [aux_sym_concatenation_repeat1] = STATE(390), + [sym_word] = ACTIONS(1119), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1121), + [anon_sym_EQ] = ACTIONS(1119), + [anon_sym_PLUS_PLUS] = ACTIONS(1119), + [anon_sym_DASH_DASH] = ACTIONS(1119), + [anon_sym_PLUS_EQ] = ACTIONS(1119), + [anon_sym_DASH_EQ] = ACTIONS(1119), + [anon_sym_STAR_EQ] = ACTIONS(1119), + [anon_sym_SLASH_EQ] = ACTIONS(1119), + [anon_sym_PERCENT_EQ] = ACTIONS(1119), + [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(1119), + [anon_sym_PIPE_EQ] = ACTIONS(1121), + [anon_sym_EQ_EQ] = ACTIONS(1119), + [anon_sym_BANG_EQ] = ACTIONS(1119), + [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(1119), + [anon_sym_GT_GT] = ACTIONS(1119), + [anon_sym_PLUS] = ACTIONS(1119), + [anon_sym_DASH] = ACTIONS(1119), + [anon_sym_STAR] = ACTIONS(1119), + [anon_sym_SLASH] = ACTIONS(1119), + [anon_sym_PERCENT] = ACTIONS(1119), + [anon_sym_STAR_STAR] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(1119), + [anon_sym_GT] = ACTIONS(1119), + [anon_sym_LPAREN] = ACTIONS(1119), + [anon_sym_PIPE] = ACTIONS(1119), + [anon_sym_PIPE_AMP] = ACTIONS(1121), + [anon_sym_RBRACK] = ACTIONS(1121), + [anon_sym_EQ_TILDE] = ACTIONS(1119), + [anon_sym_AMP_GT] = ACTIONS(1119), + [anon_sym_AMP_GT_GT] = ACTIONS(1121), + [anon_sym_LT_AMP] = ACTIONS(1119), + [anon_sym_GT_AMP] = ACTIONS(1119), + [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), + [anon_sym_LT_LT_LT] = ACTIONS(1121), + [anon_sym_AMP] = ACTIONS(1119), + [anon_sym_CARET] = ACTIONS(1119), + [anon_sym_QMARK] = ACTIONS(1119), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1121), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1119), + [sym__special_character] = ACTIONS(1119), + [anon_sym_DQUOTE] = ACTIONS(1121), + [sym_raw_string] = ACTIONS(1121), + [sym_ansi_c_string] = ACTIONS(1121), + [aux_sym_number_token1] = ACTIONS(1119), + [aux_sym_number_token2] = ACTIONS(1119), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1121), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1119), + [anon_sym_BQUOTE] = ACTIONS(1119), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1121), + [anon_sym_LT_LPAREN] = ACTIONS(1121), + [anon_sym_GT_LPAREN] = ACTIONS(1121), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1121), + [sym__concat] = ACTIONS(1219), + [sym_test_operator] = ACTIONS(1121), + [sym__bare_dollar] = ACTIONS(1121), + [sym__brace_start] = ACTIONS(1121), }, [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(390), + [sym_word] = ACTIONS(1113), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1115), + [anon_sym_EQ] = ACTIONS(1113), + [anon_sym_PLUS_PLUS] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(1113), + [anon_sym_PLUS_EQ] = ACTIONS(1113), + [anon_sym_DASH_EQ] = ACTIONS(1113), + [anon_sym_STAR_EQ] = ACTIONS(1113), + [anon_sym_SLASH_EQ] = ACTIONS(1113), + [anon_sym_PERCENT_EQ] = ACTIONS(1113), + [anon_sym_LT_LT_EQ] = ACTIONS(1115), + [anon_sym_GT_GT_EQ] = ACTIONS(1115), + [anon_sym_AMP_EQ] = ACTIONS(1115), + [anon_sym_CARET_EQ] = ACTIONS(1113), + [anon_sym_PIPE_EQ] = ACTIONS(1115), + [anon_sym_EQ_EQ] = ACTIONS(1113), + [anon_sym_BANG_EQ] = ACTIONS(1113), + [anon_sym_LT_EQ] = ACTIONS(1115), + [anon_sym_GT_EQ] = ACTIONS(1115), + [anon_sym_AMP_AMP] = ACTIONS(1115), + [anon_sym_PIPE_PIPE] = ACTIONS(1115), + [anon_sym_LT_LT] = ACTIONS(1113), + [anon_sym_GT_GT] = ACTIONS(1113), + [anon_sym_PLUS] = ACTIONS(1113), + [anon_sym_DASH] = ACTIONS(1113), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_STAR_STAR] = ACTIONS(1113), + [anon_sym_LT] = ACTIONS(1113), + [anon_sym_GT] = ACTIONS(1113), + [anon_sym_LPAREN] = ACTIONS(1113), + [anon_sym_PIPE] = ACTIONS(1113), + [anon_sym_PIPE_AMP] = ACTIONS(1115), + [anon_sym_RBRACK] = ACTIONS(1115), + [anon_sym_EQ_TILDE] = ACTIONS(1113), + [anon_sym_AMP_GT] = ACTIONS(1113), + [anon_sym_AMP_GT_GT] = ACTIONS(1115), + [anon_sym_LT_AMP] = ACTIONS(1113), + [anon_sym_GT_AMP] = ACTIONS(1113), + [anon_sym_GT_PIPE] = ACTIONS(1115), + [anon_sym_LT_AMP_DASH] = ACTIONS(1115), + [anon_sym_GT_AMP_DASH] = ACTIONS(1115), + [anon_sym_LT_LT_DASH] = ACTIONS(1115), + [anon_sym_LT_LT_LT] = ACTIONS(1115), + [anon_sym_AMP] = ACTIONS(1113), + [anon_sym_CARET] = ACTIONS(1113), + [anon_sym_QMARK] = ACTIONS(1113), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1115), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1113), + [sym__special_character] = ACTIONS(1113), + [anon_sym_DQUOTE] = ACTIONS(1115), + [sym_raw_string] = ACTIONS(1115), + [sym_ansi_c_string] = ACTIONS(1115), + [aux_sym_number_token1] = ACTIONS(1113), + [aux_sym_number_token2] = ACTIONS(1113), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1115), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1113), + [anon_sym_BQUOTE] = ACTIONS(1113), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1115), + [anon_sym_LT_LPAREN] = ACTIONS(1115), + [anon_sym_GT_LPAREN] = ACTIONS(1115), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1115), + [sym__concat] = ACTIONS(1221), + [sym_test_operator] = ACTIONS(1115), + [sym__bare_dollar] = ACTIONS(1115), + [sym__brace_start] = ACTIONS(1115), }, [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), + [sym_word] = ACTIONS(1125), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1125), + [anon_sym_SEMI] = ACTIONS(1125), + [anon_sym_EQ] = ACTIONS(1125), + [anon_sym_PLUS_PLUS] = ACTIONS(1125), + [anon_sym_DASH_DASH] = ACTIONS(1125), + [anon_sym_PLUS_EQ] = ACTIONS(1125), + [anon_sym_DASH_EQ] = ACTIONS(1125), + [anon_sym_STAR_EQ] = ACTIONS(1125), + [anon_sym_SLASH_EQ] = ACTIONS(1125), + [anon_sym_PERCENT_EQ] = ACTIONS(1125), + [anon_sym_LT_LT_EQ] = ACTIONS(1125), + [anon_sym_GT_GT_EQ] = ACTIONS(1125), + [anon_sym_AMP_EQ] = ACTIONS(1125), + [anon_sym_CARET_EQ] = ACTIONS(1125), + [anon_sym_PIPE_EQ] = ACTIONS(1125), + [anon_sym_EQ_EQ] = ACTIONS(1125), + [anon_sym_BANG_EQ] = ACTIONS(1125), + [anon_sym_LT_EQ] = ACTIONS(1125), + [anon_sym_GT_EQ] = ACTIONS(1125), + [anon_sym_AMP_AMP] = ACTIONS(1125), + [anon_sym_PIPE_PIPE] = ACTIONS(1125), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1125), + [anon_sym_PLUS] = ACTIONS(1125), + [anon_sym_DASH] = ACTIONS(1125), + [anon_sym_STAR] = ACTIONS(1125), + [anon_sym_SLASH] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1125), + [anon_sym_STAR_STAR] = ACTIONS(1125), + [anon_sym_LT] = ACTIONS(1125), + [anon_sym_GT] = ACTIONS(1125), + [anon_sym_LPAREN] = ACTIONS(1125), + [anon_sym_RPAREN] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1125), + [anon_sym_SEMI_SEMI] = ACTIONS(1125), + [anon_sym_PIPE_AMP] = ACTIONS(1125), + [anon_sym_EQ_TILDE] = ACTIONS(1125), + [anon_sym_AMP_GT] = ACTIONS(1125), + [anon_sym_AMP_GT_GT] = ACTIONS(1125), + [anon_sym_LT_AMP] = ACTIONS(1125), + [anon_sym_GT_AMP] = ACTIONS(1125), + [anon_sym_GT_PIPE] = ACTIONS(1125), + [anon_sym_LT_AMP_DASH] = ACTIONS(1125), + [anon_sym_GT_AMP_DASH] = ACTIONS(1125), + [anon_sym_LT_LT_DASH] = ACTIONS(1125), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1127), + [anon_sym_LT_LT_LT] = ACTIONS(1125), + [anon_sym_AMP] = ACTIONS(1125), + [anon_sym_CARET] = ACTIONS(1125), + [anon_sym_QMARK] = ACTIONS(1125), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1125), + [anon_sym_DOLLAR] = ACTIONS(1125), + [sym__special_character] = ACTIONS(1125), + [anon_sym_DQUOTE] = ACTIONS(1125), + [sym_raw_string] = ACTIONS(1125), + [sym_ansi_c_string] = ACTIONS(1125), + [aux_sym_number_token1] = ACTIONS(1125), + [aux_sym_number_token2] = ACTIONS(1125), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1125), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1125), + [anon_sym_BQUOTE] = ACTIONS(1125), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1125), + [anon_sym_LT_LPAREN] = ACTIONS(1125), + [anon_sym_GT_LPAREN] = ACTIONS(1125), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(1127), + [sym_test_operator] = ACTIONS(1127), + [sym__bare_dollar] = ACTIONS(1127), + [sym__brace_start] = ACTIONS(1127), }, [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), + [aux_sym_concatenation_repeat1] = STATE(385), + [sym_word] = ACTIONS(1101), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1108), + [anon_sym_EQ] = ACTIONS(1103), + [anon_sym_PLUS_PLUS] = ACTIONS(1103), + [anon_sym_DASH_DASH] = ACTIONS(1103), + [anon_sym_PLUS_EQ] = ACTIONS(1103), + [anon_sym_DASH_EQ] = ACTIONS(1103), + [anon_sym_STAR_EQ] = ACTIONS(1103), + [anon_sym_SLASH_EQ] = ACTIONS(1103), + [anon_sym_PERCENT_EQ] = ACTIONS(1103), + [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(1103), + [anon_sym_PIPE_EQ] = ACTIONS(1223), + [anon_sym_EQ_EQ] = ACTIONS(1105), + [anon_sym_BANG_EQ] = ACTIONS(1103), + [anon_sym_LT_EQ] = ACTIONS(1223), + [anon_sym_GT_EQ] = ACTIONS(1223), + [anon_sym_AMP_AMP] = ACTIONS(1110), + [anon_sym_PIPE_PIPE] = ACTIONS(1110), + [anon_sym_LT_LT] = ACTIONS(1105), + [anon_sym_GT_GT] = ACTIONS(1105), + [anon_sym_PLUS] = ACTIONS(1103), + [anon_sym_DASH] = ACTIONS(1103), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_PERCENT] = ACTIONS(1103), + [anon_sym_STAR_STAR] = ACTIONS(1103), + [anon_sym_LT] = ACTIONS(1105), + [anon_sym_GT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1225), + [anon_sym_PIPE] = ACTIONS(1105), + [anon_sym_PIPE_AMP] = ACTIONS(1108), + [anon_sym_RBRACK] = ACTIONS(1223), + [anon_sym_EQ_TILDE] = ACTIONS(1105), + [anon_sym_AMP_GT] = ACTIONS(1101), + [anon_sym_AMP_GT_GT] = ACTIONS(1108), + [anon_sym_LT_AMP] = ACTIONS(1101), + [anon_sym_GT_AMP] = ACTIONS(1101), + [anon_sym_GT_PIPE] = ACTIONS(1108), + [anon_sym_LT_AMP_DASH] = ACTIONS(1108), + [anon_sym_GT_AMP_DASH] = ACTIONS(1108), + [anon_sym_LT_LT_DASH] = ACTIONS(1108), + [anon_sym_LT_LT_LT] = ACTIONS(1108), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_CARET] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(1103), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1108), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1101), + [sym__special_character] = ACTIONS(1101), + [anon_sym_DQUOTE] = ACTIONS(1108), + [sym_raw_string] = ACTIONS(1108), + [sym_ansi_c_string] = ACTIONS(1108), + [aux_sym_number_token1] = ACTIONS(1101), + [aux_sym_number_token2] = ACTIONS(1101), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1108), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), + [anon_sym_BQUOTE] = ACTIONS(1101), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1108), + [anon_sym_LT_LPAREN] = ACTIONS(1108), + [anon_sym_GT_LPAREN] = ACTIONS(1108), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1108), + [sym__concat] = ACTIONS(269), + [sym_test_operator] = ACTIONS(1110), + [sym__bare_dollar] = ACTIONS(1108), + [sym__brace_start] = ACTIONS(1108), }, [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), + [aux_sym_concatenation_repeat1] = STATE(384), + [sym_word] = ACTIONS(1125), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1125), + [anon_sym_PLUS_PLUS] = ACTIONS(1125), + [anon_sym_DASH_DASH] = ACTIONS(1125), + [anon_sym_PLUS_EQ] = ACTIONS(1125), + [anon_sym_DASH_EQ] = ACTIONS(1125), + [anon_sym_STAR_EQ] = ACTIONS(1125), + [anon_sym_SLASH_EQ] = ACTIONS(1125), + [anon_sym_PERCENT_EQ] = ACTIONS(1125), + [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(1125), + [anon_sym_PIPE_EQ] = ACTIONS(1127), + [anon_sym_EQ_EQ] = ACTIONS(1125), + [anon_sym_BANG_EQ] = ACTIONS(1125), + [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(1125), + [anon_sym_GT_GT] = ACTIONS(1125), + [anon_sym_PLUS] = ACTIONS(1125), + [anon_sym_DASH] = ACTIONS(1125), + [anon_sym_STAR] = ACTIONS(1125), + [anon_sym_SLASH] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1125), + [anon_sym_STAR_STAR] = ACTIONS(1125), + [anon_sym_LT] = ACTIONS(1125), + [anon_sym_GT] = ACTIONS(1125), + [anon_sym_LPAREN] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1125), + [anon_sym_PIPE_AMP] = ACTIONS(1127), + [anon_sym_RBRACK] = ACTIONS(1127), + [anon_sym_EQ_TILDE] = ACTIONS(1125), + [anon_sym_AMP_GT] = ACTIONS(1125), + [anon_sym_AMP_GT_GT] = ACTIONS(1127), + [anon_sym_LT_AMP] = ACTIONS(1125), + [anon_sym_GT_AMP] = ACTIONS(1125), + [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), + [anon_sym_LT_LT_LT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1125), + [anon_sym_CARET] = ACTIONS(1125), + [anon_sym_QMARK] = ACTIONS(1125), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1125), + [sym__special_character] = ACTIONS(1125), + [anon_sym_DQUOTE] = ACTIONS(1127), + [sym_raw_string] = ACTIONS(1127), + [sym_ansi_c_string] = ACTIONS(1127), + [aux_sym_number_token1] = ACTIONS(1125), + [aux_sym_number_token2] = ACTIONS(1125), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1127), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1125), + [anon_sym_BQUOTE] = ACTIONS(1125), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1127), + [anon_sym_LT_LPAREN] = ACTIONS(1127), + [anon_sym_GT_LPAREN] = ACTIONS(1127), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1127), + [sym__concat] = ACTIONS(269), + [sym_test_operator] = ACTIONS(1127), + [sym__bare_dollar] = ACTIONS(1127), + [sym__brace_start] = ACTIONS(1127), }, [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), + [aux_sym_concatenation_repeat1] = STATE(385), + [sym_word] = ACTIONS(1101), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1108), + [anon_sym_EQ] = ACTIONS(1103), + [anon_sym_PLUS_PLUS] = ACTIONS(1103), + [anon_sym_DASH_DASH] = ACTIONS(1103), + [anon_sym_PLUS_EQ] = ACTIONS(1103), + [anon_sym_DASH_EQ] = ACTIONS(1103), + [anon_sym_STAR_EQ] = ACTIONS(1103), + [anon_sym_SLASH_EQ] = ACTIONS(1103), + [anon_sym_PERCENT_EQ] = ACTIONS(1103), + [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(1103), + [anon_sym_PIPE_EQ] = ACTIONS(1223), + [anon_sym_EQ_EQ] = ACTIONS(1105), + [anon_sym_BANG_EQ] = ACTIONS(1103), + [anon_sym_LT_EQ] = ACTIONS(1223), + [anon_sym_GT_EQ] = ACTIONS(1223), + [anon_sym_AMP_AMP] = ACTIONS(1110), + [anon_sym_PIPE_PIPE] = ACTIONS(1110), + [anon_sym_LT_LT] = ACTIONS(1105), + [anon_sym_GT_GT] = ACTIONS(1105), + [anon_sym_PLUS] = ACTIONS(1103), + [anon_sym_DASH] = ACTIONS(1103), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_PERCENT] = ACTIONS(1103), + [anon_sym_STAR_STAR] = ACTIONS(1103), + [anon_sym_LT] = ACTIONS(1105), + [anon_sym_GT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_PIPE] = ACTIONS(1105), + [anon_sym_PIPE_AMP] = ACTIONS(1108), + [anon_sym_RBRACK] = ACTIONS(1223), + [anon_sym_EQ_TILDE] = ACTIONS(1105), + [anon_sym_AMP_GT] = ACTIONS(1101), + [anon_sym_AMP_GT_GT] = ACTIONS(1108), + [anon_sym_LT_AMP] = ACTIONS(1101), + [anon_sym_GT_AMP] = ACTIONS(1101), + [anon_sym_GT_PIPE] = ACTIONS(1108), + [anon_sym_LT_AMP_DASH] = ACTIONS(1108), + [anon_sym_GT_AMP_DASH] = ACTIONS(1108), + [anon_sym_LT_LT_DASH] = ACTIONS(1108), + [anon_sym_LT_LT_LT] = ACTIONS(1108), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_CARET] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(1103), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1108), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1101), + [sym__special_character] = ACTIONS(1101), + [anon_sym_DQUOTE] = ACTIONS(1108), + [sym_raw_string] = ACTIONS(1108), + [sym_ansi_c_string] = ACTIONS(1108), + [aux_sym_number_token1] = ACTIONS(1101), + [aux_sym_number_token2] = ACTIONS(1101), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1108), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), + [anon_sym_BQUOTE] = ACTIONS(1101), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1108), + [anon_sym_LT_LPAREN] = ACTIONS(1108), + [anon_sym_GT_LPAREN] = ACTIONS(1108), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1108), + [sym__concat] = ACTIONS(269), + [sym_test_operator] = ACTIONS(1110), + [sym__bare_dollar] = ACTIONS(1108), + [sym__brace_start] = ACTIONS(1108), }, [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), + [aux_sym_concatenation_repeat1] = STATE(390), + [sym_word] = ACTIONS(1129), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1131), + [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(1131), + [anon_sym_GT_GT_EQ] = ACTIONS(1131), + [anon_sym_AMP_EQ] = ACTIONS(1131), + [anon_sym_CARET_EQ] = ACTIONS(1129), + [anon_sym_PIPE_EQ] = ACTIONS(1131), + [anon_sym_EQ_EQ] = ACTIONS(1129), + [anon_sym_BANG_EQ] = ACTIONS(1129), + [anon_sym_LT_EQ] = ACTIONS(1131), + [anon_sym_GT_EQ] = ACTIONS(1131), + [anon_sym_AMP_AMP] = ACTIONS(1131), + [anon_sym_PIPE_PIPE] = ACTIONS(1131), + [anon_sym_LT_LT] = ACTIONS(1129), + [anon_sym_GT_GT] = ACTIONS(1129), + [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(1129), + [anon_sym_GT] = ACTIONS(1129), + [anon_sym_LPAREN] = ACTIONS(1129), + [anon_sym_PIPE] = ACTIONS(1129), + [anon_sym_PIPE_AMP] = ACTIONS(1131), + [anon_sym_RBRACK] = ACTIONS(1131), + [anon_sym_EQ_TILDE] = ACTIONS(1129), + [anon_sym_AMP_GT] = ACTIONS(1129), + [anon_sym_AMP_GT_GT] = ACTIONS(1131), + [anon_sym_LT_AMP] = ACTIONS(1129), + [anon_sym_GT_AMP] = ACTIONS(1129), + [anon_sym_GT_PIPE] = ACTIONS(1131), + [anon_sym_LT_AMP_DASH] = ACTIONS(1131), + [anon_sym_GT_AMP_DASH] = ACTIONS(1131), + [anon_sym_LT_LT_DASH] = ACTIONS(1131), + [anon_sym_LT_LT_LT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1129), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1131), + [aux_sym_concatenation_token1] = ACTIONS(1228), + [anon_sym_DOLLAR] = ACTIONS(1129), + [sym__special_character] = ACTIONS(1129), + [anon_sym_DQUOTE] = ACTIONS(1131), + [sym_raw_string] = ACTIONS(1131), + [sym_ansi_c_string] = ACTIONS(1131), + [aux_sym_number_token1] = ACTIONS(1129), + [aux_sym_number_token2] = ACTIONS(1129), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1131), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1129), + [anon_sym_BQUOTE] = ACTIONS(1129), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1131), + [anon_sym_LT_LPAREN] = ACTIONS(1131), + [anon_sym_GT_LPAREN] = ACTIONS(1131), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1131), + [sym__concat] = ACTIONS(1228), + [sym_test_operator] = ACTIONS(1131), + [sym__bare_dollar] = ACTIONS(1131), + [sym__brace_start] = ACTIONS(1131), }, [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(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), }, [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(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), }, [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(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), }, [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(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), }, [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(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), }, [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(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), }, [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(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), }, [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(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), }, [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(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), }, [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(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), }, [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(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), }, [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(1129), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1131), + [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(1131), + [anon_sym_GT_GT_EQ] = ACTIONS(1131), + [anon_sym_AMP_EQ] = ACTIONS(1131), + [anon_sym_CARET_EQ] = ACTIONS(1129), + [anon_sym_PIPE_EQ] = ACTIONS(1131), + [anon_sym_EQ_EQ] = ACTIONS(1129), + [anon_sym_BANG_EQ] = ACTIONS(1129), + [anon_sym_LT_EQ] = ACTIONS(1131), + [anon_sym_GT_EQ] = ACTIONS(1131), + [anon_sym_AMP_AMP] = ACTIONS(1131), + [anon_sym_PIPE_PIPE] = ACTIONS(1131), + [anon_sym_LT_LT] = ACTIONS(1129), + [anon_sym_GT_GT] = ACTIONS(1129), + [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(1129), + [anon_sym_GT] = ACTIONS(1129), + [anon_sym_LPAREN] = ACTIONS(1129), + [anon_sym_PIPE] = ACTIONS(1129), + [anon_sym_PIPE_AMP] = ACTIONS(1131), + [anon_sym_RBRACK] = ACTIONS(1131), + [anon_sym_EQ_TILDE] = ACTIONS(1129), + [anon_sym_AMP_GT] = ACTIONS(1129), + [anon_sym_AMP_GT_GT] = ACTIONS(1131), + [anon_sym_LT_AMP] = ACTIONS(1129), + [anon_sym_GT_AMP] = ACTIONS(1129), + [anon_sym_GT_PIPE] = ACTIONS(1131), + [anon_sym_LT_AMP_DASH] = ACTIONS(1131), + [anon_sym_GT_AMP_DASH] = ACTIONS(1131), + [anon_sym_LT_LT_DASH] = ACTIONS(1131), + [anon_sym_LT_LT_LT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1129), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1131), + [aux_sym_concatenation_token1] = ACTIONS(1131), + [anon_sym_DOLLAR] = ACTIONS(1129), + [sym__special_character] = ACTIONS(1129), + [anon_sym_DQUOTE] = ACTIONS(1131), + [sym_raw_string] = ACTIONS(1131), + [sym_ansi_c_string] = ACTIONS(1131), + [aux_sym_number_token1] = ACTIONS(1129), + [aux_sym_number_token2] = ACTIONS(1129), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1131), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1129), + [anon_sym_BQUOTE] = ACTIONS(1129), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1131), + [anon_sym_LT_LPAREN] = ACTIONS(1131), + [anon_sym_GT_LPAREN] = ACTIONS(1131), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1131), + [sym__concat] = ACTIONS(1131), + [sym_test_operator] = ACTIONS(1131), + [sym__bare_dollar] = ACTIONS(1131), + [sym__brace_start] = ACTIONS(1131), }, [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(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), }, [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(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), }, [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), + [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), }, [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), + [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), }, [408] = { - [sym_word] = ACTIONS(1219), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1221), - [anon_sym_EQ] = ACTIONS(1219), - [anon_sym_PLUS_PLUS] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1219), - [anon_sym_PLUS_EQ] = ACTIONS(1219), - [anon_sym_DASH_EQ] = ACTIONS(1219), - [anon_sym_STAR_EQ] = ACTIONS(1219), - [anon_sym_SLASH_EQ] = ACTIONS(1219), - [anon_sym_PERCENT_EQ] = ACTIONS(1219), - [anon_sym_LT_LT_EQ] = ACTIONS(1221), - [anon_sym_GT_GT_EQ] = ACTIONS(1221), - [anon_sym_AMP_EQ] = ACTIONS(1221), - [anon_sym_CARET_EQ] = ACTIONS(1219), - [anon_sym_PIPE_EQ] = ACTIONS(1221), - [anon_sym_EQ_EQ] = ACTIONS(1219), - [anon_sym_BANG_EQ] = ACTIONS(1219), - [anon_sym_LT_EQ] = ACTIONS(1221), - [anon_sym_GT_EQ] = ACTIONS(1221), - [anon_sym_AMP_AMP] = ACTIONS(1221), - [anon_sym_PIPE_PIPE] = ACTIONS(1221), - [anon_sym_LT_LT] = ACTIONS(1219), - [anon_sym_GT_GT] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_SLASH] = ACTIONS(1219), - [anon_sym_PERCENT] = ACTIONS(1219), - [anon_sym_STAR_STAR] = ACTIONS(1219), - [anon_sym_LT] = ACTIONS(1219), - [anon_sym_GT] = ACTIONS(1219), - [anon_sym_PIPE] = ACTIONS(1219), - [anon_sym_PIPE_AMP] = ACTIONS(1221), - [anon_sym_RBRACK] = ACTIONS(1221), - [anon_sym_EQ_TILDE] = ACTIONS(1219), - [anon_sym_AMP_GT] = ACTIONS(1219), - [anon_sym_AMP_GT_GT] = ACTIONS(1221), - [anon_sym_LT_AMP] = ACTIONS(1221), - [anon_sym_GT_AMP] = ACTIONS(1221), - [anon_sym_GT_PIPE] = ACTIONS(1221), - [anon_sym_LT_LT_DASH] = ACTIONS(1221), - [anon_sym_LT_LT_LT] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_CARET] = ACTIONS(1219), - [anon_sym_QMARK] = ACTIONS(1219), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1221), - [aux_sym_concatenation_token1] = ACTIONS(1221), - [anon_sym_DOLLAR] = ACTIONS(1219), - [sym__special_character] = ACTIONS(1219), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_raw_string] = ACTIONS(1221), - [sym_ansi_c_string] = ACTIONS(1221), - [aux_sym_number_token1] = ACTIONS(1219), - [aux_sym_number_token2] = ACTIONS(1219), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1221), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1219), - [anon_sym_BQUOTE] = ACTIONS(1219), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1221), - [anon_sym_LT_LPAREN] = ACTIONS(1221), - [anon_sym_GT_LPAREN] = ACTIONS(1221), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1221), - [sym__concat] = ACTIONS(1221), - [sym_test_operator] = ACTIONS(1221), - [sym__bare_dollar] = ACTIONS(1221), - [sym__brace_start] = ACTIONS(1221), + [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), }, [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(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), }, [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), + [aux_sym__literal_repeat1] = STATE(411), + [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(1231), + [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), }, [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), + [aux_sym__literal_repeat1] = STATE(411), + [sym_word] = ACTIONS(1210), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1212), + [anon_sym_EQ] = ACTIONS(1210), + [anon_sym_PLUS_PLUS] = ACTIONS(1210), + [anon_sym_DASH_DASH] = ACTIONS(1210), + [anon_sym_PLUS_EQ] = ACTIONS(1210), + [anon_sym_DASH_EQ] = ACTIONS(1210), + [anon_sym_STAR_EQ] = ACTIONS(1210), + [anon_sym_SLASH_EQ] = ACTIONS(1210), + [anon_sym_PERCENT_EQ] = ACTIONS(1210), + [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(1210), + [anon_sym_PIPE_EQ] = ACTIONS(1212), + [anon_sym_EQ_EQ] = ACTIONS(1210), + [anon_sym_BANG_EQ] = ACTIONS(1210), + [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(1210), + [anon_sym_GT_GT] = ACTIONS(1210), + [anon_sym_PLUS] = ACTIONS(1210), + [anon_sym_DASH] = ACTIONS(1210), + [anon_sym_STAR] = ACTIONS(1210), + [anon_sym_SLASH] = ACTIONS(1210), + [anon_sym_PERCENT] = ACTIONS(1210), + [anon_sym_STAR_STAR] = ACTIONS(1210), + [anon_sym_LT] = ACTIONS(1210), + [anon_sym_GT] = ACTIONS(1210), + [anon_sym_LPAREN] = ACTIONS(1210), + [anon_sym_PIPE] = ACTIONS(1210), + [anon_sym_PIPE_AMP] = ACTIONS(1212), + [anon_sym_RBRACK] = ACTIONS(1212), + [anon_sym_EQ_TILDE] = ACTIONS(1210), + [anon_sym_AMP_GT] = ACTIONS(1210), + [anon_sym_AMP_GT_GT] = ACTIONS(1212), + [anon_sym_LT_AMP] = ACTIONS(1210), + [anon_sym_GT_AMP] = ACTIONS(1210), + [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), + [anon_sym_LT_LT_LT] = ACTIONS(1212), + [anon_sym_AMP] = ACTIONS(1210), + [anon_sym_CARET] = ACTIONS(1210), + [anon_sym_QMARK] = ACTIONS(1210), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1212), + [anon_sym_DOLLAR] = ACTIONS(1210), + [sym__special_character] = ACTIONS(1233), + [anon_sym_DQUOTE] = ACTIONS(1212), + [sym_raw_string] = ACTIONS(1212), + [sym_ansi_c_string] = ACTIONS(1212), + [aux_sym_number_token1] = ACTIONS(1210), + [aux_sym_number_token2] = ACTIONS(1210), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1212), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1210), + [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(67), + [sym_file_descriptor] = ACTIONS(1212), + [sym_test_operator] = ACTIONS(1212), + [sym__bare_dollar] = ACTIONS(1212), + [sym__brace_start] = ACTIONS(1212), }, [412] = { - [aux_sym__literal_repeat1] = STATE(413), - [sym_word] = ACTIONS(187), - [anon_sym_LPAREN_LPAREN] = ACTIONS(218), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(352), - [anon_sym_PIPE_PIPE] = ACTIONS(352), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_PIPE_AMP] = ACTIONS(218), - [anon_sym_RBRACK] = ACTIONS(350), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(218), - [anon_sym_LT_AMP] = ACTIONS(218), - [anon_sym_GT_AMP] = ACTIONS(218), - [anon_sym_GT_PIPE] = ACTIONS(218), - [anon_sym_LT_LT_DASH] = ACTIONS(218), - [anon_sym_LT_LT_LT] = ACTIONS(218), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(218), - [anon_sym_DOLLAR] = ACTIONS(187), - [sym__special_character] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(218), - [sym_raw_string] = ACTIONS(218), - [sym_ansi_c_string] = ACTIONS(218), - [aux_sym_number_token1] = ACTIONS(187), - [aux_sym_number_token2] = ACTIONS(187), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(218), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(218), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(218), - [anon_sym_LT_LPAREN] = ACTIONS(218), - [anon_sym_GT_LPAREN] = ACTIONS(218), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), + [sym_word] = ACTIONS(1125), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1125), + [anon_sym_PLUS_PLUS] = ACTIONS(1125), + [anon_sym_DASH_DASH] = ACTIONS(1125), + [anon_sym_PLUS_EQ] = ACTIONS(1125), + [anon_sym_DASH_EQ] = ACTIONS(1125), + [anon_sym_STAR_EQ] = ACTIONS(1125), + [anon_sym_SLASH_EQ] = ACTIONS(1125), + [anon_sym_PERCENT_EQ] = ACTIONS(1125), + [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(1125), + [anon_sym_PIPE_EQ] = ACTIONS(1127), + [anon_sym_EQ_EQ] = ACTIONS(1125), + [anon_sym_BANG_EQ] = ACTIONS(1125), + [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(1125), + [anon_sym_GT_GT] = ACTIONS(1125), + [anon_sym_PLUS] = ACTIONS(1125), + [anon_sym_DASH] = ACTIONS(1125), + [anon_sym_STAR] = ACTIONS(1125), + [anon_sym_SLASH] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1125), + [anon_sym_STAR_STAR] = ACTIONS(1125), + [anon_sym_LT] = ACTIONS(1125), + [anon_sym_GT] = ACTIONS(1125), + [anon_sym_LPAREN] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1125), + [anon_sym_PIPE_AMP] = ACTIONS(1127), + [anon_sym_RBRACK] = ACTIONS(1127), + [anon_sym_EQ_TILDE] = ACTIONS(1125), + [anon_sym_AMP_GT] = ACTIONS(1125), + [anon_sym_AMP_GT_GT] = ACTIONS(1127), + [anon_sym_LT_AMP] = ACTIONS(1125), + [anon_sym_GT_AMP] = ACTIONS(1125), + [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), + [anon_sym_LT_LT_LT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1125), + [anon_sym_CARET] = ACTIONS(1125), + [anon_sym_QMARK] = ACTIONS(1125), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), + [anon_sym_DOLLAR] = ACTIONS(1125), + [sym__special_character] = ACTIONS(1125), + [anon_sym_DQUOTE] = ACTIONS(1127), + [sym_raw_string] = ACTIONS(1127), + [sym_ansi_c_string] = ACTIONS(1127), + [aux_sym_number_token1] = ACTIONS(1125), + [aux_sym_number_token2] = ACTIONS(1125), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1127), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1125), + [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(67), + [sym_file_descriptor] = ACTIONS(1127), + [sym_test_operator] = ACTIONS(1127), + [sym__bare_dollar] = ACTIONS(1127), + [sym__brace_start] = ACTIONS(1127), }, [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), + [sym_word] = ACTIONS(1101), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1108), + [anon_sym_EQ] = ACTIONS(1103), + [anon_sym_PLUS_PLUS] = ACTIONS(1103), + [anon_sym_DASH_DASH] = ACTIONS(1103), + [anon_sym_PLUS_EQ] = ACTIONS(1103), + [anon_sym_DASH_EQ] = ACTIONS(1103), + [anon_sym_STAR_EQ] = ACTIONS(1103), + [anon_sym_SLASH_EQ] = ACTIONS(1103), + [anon_sym_PERCENT_EQ] = ACTIONS(1103), + [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(1103), + [anon_sym_PIPE_EQ] = ACTIONS(1223), + [anon_sym_EQ_EQ] = ACTIONS(1105), + [anon_sym_BANG_EQ] = ACTIONS(1103), + [anon_sym_LT_EQ] = ACTIONS(1223), + [anon_sym_GT_EQ] = ACTIONS(1223), + [anon_sym_AMP_AMP] = ACTIONS(1110), + [anon_sym_PIPE_PIPE] = ACTIONS(1110), + [anon_sym_LT_LT] = ACTIONS(1105), + [anon_sym_GT_GT] = ACTIONS(1105), + [anon_sym_PLUS] = ACTIONS(1103), + [anon_sym_DASH] = ACTIONS(1103), + [anon_sym_STAR] = ACTIONS(1103), + [anon_sym_SLASH] = ACTIONS(1103), + [anon_sym_PERCENT] = ACTIONS(1103), + [anon_sym_STAR_STAR] = ACTIONS(1103), + [anon_sym_LT] = ACTIONS(1105), + [anon_sym_GT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_PIPE] = ACTIONS(1105), + [anon_sym_PIPE_AMP] = ACTIONS(1108), + [anon_sym_RBRACK] = ACTIONS(1223), + [anon_sym_EQ_TILDE] = ACTIONS(1105), + [anon_sym_AMP_GT] = ACTIONS(1101), + [anon_sym_AMP_GT_GT] = ACTIONS(1108), + [anon_sym_LT_AMP] = ACTIONS(1101), + [anon_sym_GT_AMP] = ACTIONS(1101), + [anon_sym_GT_PIPE] = ACTIONS(1108), + [anon_sym_LT_AMP_DASH] = ACTIONS(1108), + [anon_sym_GT_AMP_DASH] = ACTIONS(1108), + [anon_sym_LT_LT_DASH] = ACTIONS(1108), + [anon_sym_LT_LT_LT] = ACTIONS(1108), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_CARET] = ACTIONS(1103), + [anon_sym_QMARK] = ACTIONS(1103), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1108), + [anon_sym_DOLLAR] = ACTIONS(1101), + [sym__special_character] = ACTIONS(1101), + [anon_sym_DQUOTE] = ACTIONS(1108), + [sym_raw_string] = ACTIONS(1108), + [sym_ansi_c_string] = ACTIONS(1108), + [aux_sym_number_token1] = ACTIONS(1101), + [aux_sym_number_token2] = ACTIONS(1101), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1108), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), + [anon_sym_BQUOTE] = ACTIONS(1108), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1108), + [anon_sym_LT_LPAREN] = ACTIONS(1108), + [anon_sym_GT_LPAREN] = ACTIONS(1108), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1108), + [sym_test_operator] = ACTIONS(1110), + [sym__bare_dollar] = ACTIONS(1108), + [sym__brace_start] = ACTIONS(1108), + }, + [414] = { + [sym_subshell] = STATE(3676), + [sym_test_command] = STATE(3676), + [sym_command] = STATE(3675), + [sym_command_name] = STATE(558), + [sym_variable_assignment] = STATE(2183), + [sym_subscript] = STATE(4583), + [sym_file_redirect] = STATE(2688), + [sym__expression] = STATE(2213), + [sym_binary_expression] = STATE(2268), + [sym_ternary_expression] = STATE(2268), + [sym_unary_expression] = STATE(2268), + [sym_postfix_expression] = STATE(2268), + [sym_parenthesized_expression] = STATE(2268), + [sym_arithmetic_expansion] = STATE(389), + [sym_brace_expression] = STATE(389), + [sym_concatenation] = STATE(413), + [sym_string] = STATE(389), + [sym_translated_string] = STATE(389), + [sym_number] = STATE(389), + [sym_simple_expansion] = STATE(389), + [sym_expansion] = STATE(389), + [sym_command_substitution] = STATE(389), + [sym_process_substitution] = STATE(389), + [aux_sym_command_repeat1] = STATE(1009), + [aux_sym__literal_repeat1] = STATE(410), + [sym_word] = ACTIONS(1236), + [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(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), + }, + [415] = { + [sym_subshell] = STATE(3157), + [sym_test_command] = STATE(3157), + [sym_command] = STATE(3177), + [sym_command_name] = STATE(423), + [sym_variable_assignment] = STATE(1616), + [sym_subscript] = STATE(4582), + [sym_file_redirect] = STATE(2688), + [sym__expression] = STATE(2273), + [sym_binary_expression] = STATE(2250), + [sym_ternary_expression] = STATE(2250), + [sym_unary_expression] = STATE(2250), + [sym_postfix_expression] = STATE(2250), + [sym_parenthesized_expression] = STATE(2250), + [sym_arithmetic_expansion] = STATE(356), + [sym_brace_expression] = STATE(356), + [sym_concatenation] = STATE(383), + [sym_string] = STATE(356), + [sym_translated_string] = STATE(356), + [sym_number] = STATE(356), + [sym_simple_expansion] = STATE(356), + [sym_expansion] = STATE(356), + [sym_command_substitution] = STATE(356), + [sym_process_substitution] = STATE(356), + [aux_sym_command_repeat1] = STATE(1059), + [aux_sym__literal_repeat1] = STATE(382), + [sym_word] = ACTIONS(1246), + [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), }, }; 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(409), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(417), 1, aux_sym_number_token1, + ACTIONS(419), 1, aux_sym_number_token2, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1151), 7, + ACTIONS(437), 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(434), 1, + aux_sym_command_repeat2, + STATE(940), 1, + aux_sym__literal_repeat1, + STATE(958), 1, + sym_concatenation, + STATE(3248), 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(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, + 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(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(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(433), 1, + aux_sym_command_repeat2, + STATE(940), 1, + aux_sym__literal_repeat1, + STATE(958), 1, + sym_concatenation, + STATE(3261), 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(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, + 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, + ACTIONS(1296), 1, + sym_test_operator, + ACTIONS(1298), 1, + sym__bare_dollar, + STATE(443), 1, + aux_sym_command_repeat2, + STATE(1079), 1, + aux_sym__literal_repeat1, + STATE(1197), 1, + sym_concatenation, + STATE(3248), 1, + sym_subshell, + ACTIONS(1256), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1280), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1282), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1294), 2, 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, + ACTIONS(1278), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(831), 9, + 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), 22, + 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_STAR_STAR, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - anon_sym_QMARK, + [335] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(637), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(645), 1, aux_sym_number_token1, + ACTIONS(647), 1, aux_sym_number_token2, + ACTIONS(651), 1, 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, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(1284), 1, sym__special_character, - ACTIONS(101), 1, + ACTIONS(1286), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, - aux_sym_number_token1, - ACTIONS(107), 1, - aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(1288), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(1290), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(1292), 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(444), 1, + aux_sym_command_repeat2, + STATE(1079), 1, aux_sym__literal_repeat1, - STATE(383), 1, + STATE(1197), 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, + STATE(3261), 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(93), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(103), 2, - sym_raw_string, - sym_ansi_c_string, - 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, - STATE(2770), 2, - 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, + ACTIONS(1278), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(831), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -54959,100 +58176,81 @@ static const uint16_t ts_small_parse_table[] = { 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, + ACTIONS(1274), 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, + [446] = 23, + ACTIONS(3), 1, sym_comment, - ACTIONS(97), 1, + ACTIONS(1308), 1, anon_sym_DOLLAR, - ACTIONS(99), 1, + ACTIONS(1310), 1, sym__special_character, - ACTIONS(101), 1, + ACTIONS(1312), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(1314), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(1316), 1, aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(1318), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(1320), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(1322), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(1324), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(121), 1, + ACTIONS(1328), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1330), 1, sym_variable_name, - ACTIONS(125), 1, - sym__brace_start, - ACTIONS(139), 1, + ACTIONS(1332), 1, sym_test_operator, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(1307), 1, - anon_sym_LPAREN, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(1311), 1, - sym_word, - STATE(371), 1, + ACTIONS(1334), 1, + sym__brace_start, + STATE(975), 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, + STATE(4539), 1, sym_subscript, - ACTIONS(75), 2, + ACTIONS(1302), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, + ACTIONS(1306), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1326), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(133), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(137), 2, + ACTIONS(1300), 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_word, + STATE(421), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(812), 9, + sym_arithmetic_expansion, sym_brace_expression, sym_string, sym_translated_string, @@ -55061,201 +58259,81 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [430] = 38, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - 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, + ACTIONS(1304), 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, - 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, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [570] = 38, - 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, + [553] = 23, + ACTIONS(3), 1, sym_comment, - ACTIONS(248), 1, - anon_sym_LPAREN, - ACTIONS(262), 1, - anon_sym_LBRACK, - ACTIONS(266), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(276), 1, + ACTIONS(1346), 1, anon_sym_DOLLAR, - ACTIONS(278), 1, + ACTIONS(1349), 1, sym__special_character, - ACTIONS(280), 1, + ACTIONS(1352), 1, anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(1355), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(1358), 1, aux_sym_number_token2, - ACTIONS(288), 1, + ACTIONS(1361), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(1364), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, + ACTIONS(1367), 1, anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(1370), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(300), 1, + ACTIONS(1376), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1379), 1, sym_variable_name, - ACTIONS(302), 1, + ACTIONS(1382), 1, sym_test_operator, - ACTIONS(304), 1, + ACTIONS(1385), 1, sym__brace_start, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(1317), 1, - sym_word, - STATE(412), 1, + STATE(975), 1, aux_sym__literal_repeat1, - STATE(414), 1, - sym_concatenation, - STATE(546), 1, - sym_command_name, - STATE(897), 1, - aux_sym_command_repeat1, - STATE(1819), 1, - sym__expression, - STATE(1870), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(3199), 1, - sym_command, - STATE(3974), 1, + STATE(4539), 1, sym_subscript, - ACTIONS(242), 2, + ACTIONS(1339), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(282), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(296), 2, + ACTIONS(1344), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1373), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3188), 2, - sym_subshell, - sym_test_command, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1773), 5, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - STATE(390), 9, + ACTIONS(1336), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(421), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(812), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55265,57 +58343,81 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [710] = 23, + ACTIONS(1342), 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, + [660] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(1308), 1, anon_sym_DOLLAR, - ACTIONS(1329), 1, + ACTIONS(1310), 1, sym__special_character, - ACTIONS(1331), 1, + ACTIONS(1312), 1, anon_sym_DQUOTE, - ACTIONS(1333), 1, + ACTIONS(1314), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(1316), 1, aux_sym_number_token2, - ACTIONS(1337), 1, + ACTIONS(1318), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1339), 1, + ACTIONS(1320), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1341), 1, + ACTIONS(1322), 1, anon_sym_BQUOTE, - ACTIONS(1343), 1, + ACTIONS(1324), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1347), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1349), 1, + ACTIONS(1330), 1, sym_variable_name, - ACTIONS(1351), 1, + ACTIONS(1332), 1, sym_test_operator, - ACTIONS(1353), 1, + ACTIONS(1334), 1, sym__brace_start, - STATE(852), 1, + ACTIONS(1392), 1, + aux_sym__simple_variable_name_token1, + STATE(975), 1, aux_sym__literal_repeat1, - STATE(3966), 1, + STATE(4539), 1, sym_subscript, - ACTIONS(1321), 2, + ACTIONS(1302), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1325), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1345), 2, + ACTIONS(1326), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1319), 3, + ACTIONS(1390), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1300), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(422), 3, + STATE(420), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(660), 9, + STATE(812), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55325,7 +58427,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 21, + ACTIONS(1388), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55344,60 +58446,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, + [767] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(1329), 1, - sym__special_character, - ACTIONS(1331), 1, - anon_sym_DQUOTE, - ACTIONS(1333), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(1337), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1339), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1341), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1400), 1, + sym__special_character, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + ACTIONS(1404), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1406), 1, anon_sym_BQUOTE, - ACTIONS(1343), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1349), 1, - sym_variable_name, - ACTIONS(1351), 1, + ACTIONS(1412), 1, sym_test_operator, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(1359), 1, - aux_sym__simple_variable_name_token1, - STATE(852), 1, + ACTIONS(1414), 1, + sym__bare_dollar, + STATE(454), 1, + aux_sym_command_repeat2, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(3966), 1, - sym_subscript, - ACTIONS(1321), 2, + STATE(1402), 1, + sym_concatenation, + STATE(3170), 1, + sym_subshell, + ACTIONS(1256), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1345), 2, + ACTIONS(1398), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1319), 3, + ACTIONS(1394), 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(842), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55407,7 +58514,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 21, + ACTIONS(1252), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55415,71 +58522,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, - [920] = 23, + [877] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1371), 1, + ACTIONS(1420), 1, anon_sym_DOLLAR, - ACTIONS(1374), 1, + ACTIONS(1422), 1, sym__special_character, - ACTIONS(1377), 1, + ACTIONS(1424), 1, anon_sym_DQUOTE, - ACTIONS(1380), 1, + ACTIONS(1426), 1, aux_sym_number_token1, - ACTIONS(1383), 1, + ACTIONS(1428), 1, aux_sym_number_token2, - ACTIONS(1386), 1, + ACTIONS(1430), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1389), 1, + ACTIONS(1432), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1392), 1, + ACTIONS(1434), 1, anon_sym_BQUOTE, - ACTIONS(1395), 1, + ACTIONS(1436), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1401), 1, + ACTIONS(1440), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1404), 1, + ACTIONS(1442), 1, sym_variable_name, - ACTIONS(1407), 1, + ACTIONS(1444), 1, sym_test_operator, - ACTIONS(1410), 1, + ACTIONS(1446), 1, sym__brace_start, - STATE(852), 1, + STATE(1207), 1, aux_sym__literal_repeat1, - STATE(3966), 1, + STATE(4528), 1, sym_subscript, - ACTIONS(1364), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1369), 2, + ACTIONS(1390), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1398), 2, + ACTIONS(1418), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1438), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1361), 3, + ACTIONS(1416), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(422), 3, + STATE(432), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(660), 9, + STATE(856), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55489,7 +58596,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 21, + ACTIONS(1388), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55497,7 +58604,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, @@ -55508,59 +58614,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, - [1025] = 23, + [983] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1426), 1, + ACTIONS(1461), 1, anon_sym_DOLLAR, - ACTIONS(1429), 1, + ACTIONS(1464), 1, sym__special_character, - ACTIONS(1432), 1, + ACTIONS(1467), 1, anon_sym_DQUOTE, - ACTIONS(1435), 1, + ACTIONS(1470), 1, aux_sym_number_token1, - ACTIONS(1438), 1, + ACTIONS(1473), 1, aux_sym_number_token2, - ACTIONS(1441), 1, + ACTIONS(1476), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1444), 1, + ACTIONS(1479), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1447), 1, + ACTIONS(1482), 1, anon_sym_BQUOTE, - ACTIONS(1450), 1, + ACTIONS(1485), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1456), 1, + ACTIONS(1491), 1, sym_test_operator, - ACTIONS(1459), 1, + ACTIONS(1494), 1, sym__bare_dollar, - ACTIONS(1462), 1, + ACTIONS(1497), 1, sym__brace_start, - STATE(423), 1, + STATE(425), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(940), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(958), 1, sym_concatenation, - ACTIONS(1416), 2, + ACTIONS(1451), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1421), 2, + ACTIONS(1456), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1424), 2, + ACTIONS(1459), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1453), 2, + ACTIONS(1488), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1413), 3, + ACTIONS(1448), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(751), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55570,7 +58678,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 21, + ACTIONS(1454), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55589,60 +58697,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, - [1129] = 23, + [1089] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(1260), 1, + anon_sym_DQUOTE, + STATE(739), 1, + sym_string, + ACTIONS(1502), 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(1500), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(1471), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1091), 41, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_EQ_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LPAREN, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_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(1473), 1, - anon_sym_DQUOTE, - ACTIONS(1475), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(1477), 1, aux_sym_number_token2, - ACTIONS(1479), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1481), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1483), 1, anon_sym_BQUOTE, - ACTIONS(1485), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1489), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1491), 1, - sym_variable_name, - ACTIONS(1493), 1, - sym_test_operator, - ACTIONS(1495), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [1163] = 25, + 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, - STATE(991), 1, + ACTIONS(1400), 1, + sym__special_character, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + ACTIONS(1404), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1406), 1, + anon_sym_BQUOTE, + ACTIONS(1408), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1412), 1, + sym_test_operator, + ACTIONS(1414), 1, + sym__bare_dollar, + STATE(452), 1, + aux_sym_command_repeat2, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(3949), 1, - sym_subscript, - ACTIONS(1325), 2, + STATE(1402), 1, + sym_concatenation, + STATE(3265), 1, + sym_subshell, + ACTIONS(1276), 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(1398), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1410), 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, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(842), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55652,7 +58832,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 20, + ACTIONS(1274), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55660,69 +58840,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, - [1233] = 23, + [1273] = 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(1510), 1, + sym__special_character, + ACTIONS(1512), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1514), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1516), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1518), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1522), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1524), 1, sym__bare_dollar, - STATE(430), 1, + STATE(453), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(1088), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(1376), 1, sym_concatenation, - ACTIONS(1499), 2, + STATE(3170), 1, + sym_subshell, + ACTIONS(1506), 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(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1515), 2, + ACTIONS(1520), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1497), 3, + ACTIONS(1256), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1504), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(847), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55732,7 +58918,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 21, + ACTIONS(1252), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55740,71 +58926,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, + [1383] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1527), 1, + ACTIONS(1532), 1, anon_sym_DOLLAR, - ACTIONS(1530), 1, + ACTIONS(1535), 1, sym__special_character, - ACTIONS(1533), 1, + ACTIONS(1538), 1, anon_sym_DQUOTE, - ACTIONS(1536), 1, + ACTIONS(1541), 1, aux_sym_number_token1, - ACTIONS(1539), 1, + ACTIONS(1544), 1, aux_sym_number_token2, - ACTIONS(1542), 1, + ACTIONS(1547), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1545), 1, + ACTIONS(1550), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1548), 1, + ACTIONS(1553), 1, anon_sym_BQUOTE, - ACTIONS(1551), 1, + ACTIONS(1556), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1557), 1, + ACTIONS(1562), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1560), 1, + ACTIONS(1565), 1, sym_variable_name, - ACTIONS(1563), 1, + ACTIONS(1568), 1, sym_test_operator, - ACTIONS(1566), 1, + ACTIONS(1571), 1, sym__brace_start, - STATE(991), 1, + STATE(1207), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4528), 1, sym_subscript, - ACTIONS(1369), 2, + ACTIONS(1344), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1524), 2, + ACTIONS(1529), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1554), 2, + ACTIONS(1559), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1521), 3, + ACTIONS(1526), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(426), 3, + STATE(429), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(856), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55814,7 +58999,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 20, + ACTIONS(1342), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55832,59 +59017,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, - [1441] = 23, + [1489] = 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(1510), 1, + sym__special_character, + ACTIONS(1512), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1514), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1516), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1518), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1522), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1524), 1, sym__bare_dollar, - STATE(423), 1, + STATE(466), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(1088), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(1376), 1, sym_concatenation, - ACTIONS(1499), 2, + STATE(3265), 1, + sym_subshell, + ACTIONS(1506), 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, + ACTIONS(1520), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1571), 2, + ACTIONS(1276), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, + ACTIONS(1504), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(847), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55894,79 +59086,145 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 21, + ACTIONS(1274), 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, + [1599] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1260), 1, + anon_sym_DQUOTE, + STATE(739), 1, + sym_string, + ACTIONS(1502), 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(1500), 9, + anon_sym_DASH, + 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_SEMI, + anon_sym_EQ_EQ, 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, - [1545] = 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, + [1673] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(1420), 1, anon_sym_DOLLAR, - ACTIONS(1471), 1, + ACTIONS(1422), 1, sym__special_character, - ACTIONS(1473), 1, + ACTIONS(1424), 1, anon_sym_DQUOTE, - ACTIONS(1475), 1, + ACTIONS(1426), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(1428), 1, aux_sym_number_token2, - ACTIONS(1479), 1, + ACTIONS(1430), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1481), 1, + ACTIONS(1432), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1483), 1, + ACTIONS(1434), 1, anon_sym_BQUOTE, - ACTIONS(1485), 1, + ACTIONS(1436), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1491), 1, + ACTIONS(1442), 1, sym_variable_name, - ACTIONS(1493), 1, + ACTIONS(1444), 1, sym_test_operator, - ACTIONS(1495), 1, + ACTIONS(1446), 1, sym__brace_start, - ACTIONS(1573), 1, + ACTIONS(1574), 1, aux_sym__simple_variable_name_token1, - STATE(991), 1, + STATE(1207), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4528), 1, sym_subscript, - ACTIONS(1357), 2, + ACTIONS(1306), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1467), 2, + ACTIONS(1418), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1487), 2, + ACTIONS(1438), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1465), 3, + ACTIONS(1416), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(424), 3, + STATE(429), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(856), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55976,7 +59234,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 20, + ACTIONS(1304), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55994,59 +59252,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, - [1649] = 23, + [1779] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, - sym__special_character, - ACTIONS(499), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(505), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(519), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1507), 1, + ACTIONS(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(427), 1, + STATE(425), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(940), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(958), 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(1577), 2, + ACTIONS(1578), 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(751), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56056,7 +59316,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 21, + ACTIONS(1576), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56075,59 +59335,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, - [1753] = 23, + [1885] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, - sym__special_character, - ACTIONS(499), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(505), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(519), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(1507), 1, + ACTIONS(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(425), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(940), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(958), 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(1581), 2, + ACTIONS(1582), 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(751), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56137,7 +59399,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 21, + ACTIONS(1580), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56156,59 +59418,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, - [1857] = 23, + [1991] = 25, 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(1402), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1404), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1406), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, - sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(1414), 1, sym__bare_dollar, - STATE(441), 1, + ACTIONS(1588), 1, + sym__special_character, + ACTIONS(1590), 1, + sym_test_operator, + STATE(485), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1402), 1, sym_concatenation, - ACTIONS(1577), 2, + STATE(3265), 1, + sym_subshell, + ACTIONS(1276), 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(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1586), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1584), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(994), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56218,7 +59486,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 20, + ACTIONS(1274), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56228,67 +59496,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, - [1960] = 23, + [2100] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1612), 1, + ACTIONS(1596), 1, anon_sym_DOLLAR, - ACTIONS(1615), 1, + ACTIONS(1598), 1, sym__special_character, - ACTIONS(1618), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - ACTIONS(1621), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(1624), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(1627), 1, + ACTIONS(1606), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1630), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1633), 1, + ACTIONS(1610), 1, anon_sym_BQUOTE, - ACTIONS(1636), 1, + ACTIONS(1612), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1642), 1, + ACTIONS(1616), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1618), 1, + sym_variable_name, + ACTIONS(1620), 1, sym_test_operator, - ACTIONS(1645), 1, - sym__bare_dollar, - ACTIONS(1648), 1, + ACTIONS(1622), 1, sym__brace_start, - STATE(432), 1, - aux_sym_command_repeat2, - STATE(810), 1, + STATE(1404), 1, aux_sym__literal_repeat1, - STATE(987), 1, - sym_concatenation, - ACTIONS(1424), 2, + STATE(4596), 1, + sym_subscript, + ACTIONS(1390), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1606), 2, + ACTIONS(1594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1609), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1639), 2, + ACTIONS(1614), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1603), 3, + ACTIONS(1592), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(442), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(983), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56298,7 +59567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 20, + ACTIONS(1388), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56306,70 +59575,72 @@ static const uint16_t ts_small_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, - [2063] = 23, + [2205] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 1, + ACTIONS(1628), 1, anon_sym_DOLLAR, - ACTIONS(1660), 1, + ACTIONS(1630), 1, sym__special_character, - ACTIONS(1663), 1, + ACTIONS(1632), 1, anon_sym_DQUOTE, - ACTIONS(1666), 1, + ACTIONS(1634), 1, aux_sym_number_token1, - ACTIONS(1669), 1, + ACTIONS(1636), 1, aux_sym_number_token2, - ACTIONS(1672), 1, + ACTIONS(1638), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, + ACTIONS(1642), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, + ACTIONS(1644), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1687), 1, + ACTIONS(1648), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1690), 1, + ACTIONS(1650), 1, sym_variable_name, - ACTIONS(1693), 1, + ACTIONS(1652), 1, sym_test_operator, - ACTIONS(1696), 1, + ACTIONS(1654), 1, sym__brace_start, - STATE(1096), 1, + STATE(1369), 1, aux_sym__literal_repeat1, - STATE(3989), 1, + STATE(4615), 1, sym_subscript, - ACTIONS(1369), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + ACTIONS(1626), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1646), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1651), 3, + ACTIONS(1390), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1624), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(433), 3, + STATE(448), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(774), 9, + STATE(953), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56379,7 +59650,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 19, + ACTIONS(1388), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56387,7 +59658,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, @@ -56396,59 +59666,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, - [2166] = 23, + [2310] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(1662), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, + ACTIONS(1665), 1, sym__special_character, - ACTIONS(717), 1, + ACTIONS(1668), 1, + anon_sym_DQUOTE, + ACTIONS(1671), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(1674), 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(1677), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1680), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1683), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1692), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1695), 1, + sym_variable_name, + ACTIONS(1698), 1, sym_test_operator, - ACTIONS(1601), 1, - sym__bare_dollar, - STATE(443), 1, - aux_sym_command_repeat2, - STATE(810), 1, + ACTIONS(1701), 1, + sym__brace_start, + STATE(1404), 1, aux_sym__literal_repeat1, - STATE(987), 1, - sym_concatenation, - ACTIONS(1505), 2, + STATE(4596), 1, + sym_subscript, + ACTIONS(1344), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1659), 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(1689), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1656), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(438), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(983), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56458,7 +59731,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 20, + ACTIONS(1342), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56466,70 +59739,72 @@ static const uint16_t ts_small_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, - [2269] = 23, + [2415] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(1705), 1, - sym__special_character, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, - anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + ACTIONS(1404), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1723), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1725), 1, - sym_variable_name, - ACTIONS(1727), 1, + ACTIONS(1414), 1, + sym__bare_dollar, + ACTIONS(1588), 1, + sym__special_character, + ACTIONS(1590), 1, sym_test_operator, - ACTIONS(1729), 1, - sym__brace_start, - STATE(1096), 1, + STATE(478), 1, + aux_sym_command_repeat2, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(3989), 1, - sym_subscript, - ACTIONS(1325), 2, + STATE(1402), 1, + sym_concatenation, + STATE(3265), 1, + sym_subshell, + ACTIONS(1276), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1699), 3, + ACTIONS(1586), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1584), 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(994), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56539,7 +59814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 19, + ACTIONS(1274), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56547,7 +59822,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, @@ -56556,61 +59830,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, - [2372] = 23, + anon_sym_BQUOTE, + [2522] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1737), 1, + ACTIONS(1710), 1, anon_sym_DOLLAR, - ACTIONS(1740), 1, + ACTIONS(1713), 1, sym__special_character, - ACTIONS(1743), 1, + ACTIONS(1716), 1, anon_sym_DQUOTE, - ACTIONS(1746), 1, + ACTIONS(1719), 1, aux_sym_number_token1, - ACTIONS(1749), 1, + ACTIONS(1722), 1, aux_sym_number_token2, - ACTIONS(1752), 1, + ACTIONS(1725), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1755), 1, + ACTIONS(1728), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1758), 1, + ACTIONS(1731), 1, anon_sym_BQUOTE, - ACTIONS(1761), 1, + ACTIONS(1734), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1767), 1, + ACTIONS(1740), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1770), 1, + ACTIONS(1743), 1, sym_variable_name, - ACTIONS(1773), 1, + ACTIONS(1746), 1, sym_test_operator, - ACTIONS(1776), 1, + ACTIONS(1749), 1, sym__brace_start, - STATE(1080), 1, + STATE(1369), 1, aux_sym__literal_repeat1, - STATE(3933), 1, + STATE(4615), 1, sym_subscript, - ACTIONS(1734), 2, + ACTIONS(1707), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1764), 2, + ACTIONS(1737), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1369), 3, + ACTIONS(1344), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1731), 3, + ACTIONS(1704), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(436), 3, + STATE(440), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(771), 9, + STATE(953), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56620,7 +59897,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 18, + ACTIONS(1342), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56636,25 +59913,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, + [2627] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(1286), 1, anon_sym_DQUOTE, - STATE(620), 1, + STATE(780), 1, sym_string, - ACTIONS(1781), 2, + ACTIONS(1754), 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(1752), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -56664,7 +59943,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, @@ -56674,7 +59953,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, @@ -56686,6 +59965,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 +59984,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [2546] = 23, + [2700] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1596), 1, anon_sym_DOLLAR, - ACTIONS(1705), 1, + ACTIONS(1598), 1, sym__special_character, - ACTIONS(1707), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1606), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(1610), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1612), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1725), 1, + ACTIONS(1618), 1, sym_variable_name, - ACTIONS(1727), 1, + ACTIONS(1620), 1, sym_test_operator, - ACTIONS(1729), 1, + ACTIONS(1622), 1, sym__brace_start, - ACTIONS(1783), 1, + ACTIONS(1756), 1, aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(1404), 1, aux_sym__literal_repeat1, - STATE(3989), 1, + STATE(4596), 1, sym_subscript, - ACTIONS(1357), 2, + ACTIONS(1306), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1614), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1699), 3, + ACTIONS(1592), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(435), 3, + STATE(438), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(774), 9, + STATE(983), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56763,7 +60044,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 19, + ACTIONS(1304), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56780,61 +60061,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [2805] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(637), 1, anon_sym_DOLLAR, - ACTIONS(1791), 1, + 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(1793), 1, + ACTIONS(1286), 1, anon_sym_DQUOTE, - ACTIONS(1795), 1, + ACTIONS(1288), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1290), 1, + anon_sym_BQUOTE, + ACTIONS(1292), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1296), 1, + sym_test_operator, + ACTIONS(1298), 1, + sym__bare_dollar, + STATE(446), 1, + aux_sym_command_repeat2, + STATE(1079), 1, + aux_sym__literal_repeat1, + STATE(1197), 1, + sym_concatenation, + ACTIONS(1280), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1282), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1294), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1278), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(831), 9, + 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), 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, + [2910] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(637), 1, + anon_sym_DOLLAR, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(1799), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1801), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1803), 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(1805), 1, + ACTIONS(1292), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1809), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1811), 1, - sym_variable_name, - ACTIONS(1813), 1, + ACTIONS(1296), 1, sym_test_operator, - ACTIONS(1815), 1, - sym__brace_start, - STATE(1080), 1, + ACTIONS(1298), 1, + sym__bare_dollar, + STATE(446), 1, + aux_sym_command_repeat2, + STATE(1079), 1, aux_sym__literal_repeat1, - STATE(3933), 1, - sym_subscript, - ACTIONS(1787), 2, + STATE(1197), 1, + sym_concatenation, + ACTIONS(1280), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1807), 2, + ACTIONS(1282), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1294), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1325), 3, + ACTIONS(1578), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1785), 3, + ACTIONS(1278), 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(831), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56844,7 +60207,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 18, + ACTIONS(1576), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56854,31 +60217,35 @@ 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, - [2752] = 7, + [3015] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(1260), 1, anon_sym_DQUOTE, - STATE(620), 1, + STATE(739), 1, sym_string, - ACTIONS(1781), 2, + ACTIONS(1502), 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(1779), 9, + ACTIONS(1500), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -56888,7 +60255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 38, + ACTIONS(1081), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -56910,6 +60277,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, @@ -56927,56 +60296,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [2823] = 23, + [3088] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(1767), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, + ACTIONS(1770), 1, sym__special_character, - ACTIONS(717), 1, + ACTIONS(1773), 1, + anon_sym_DQUOTE, + ACTIONS(1776), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(1779), 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(1782), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1785), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1788), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1791), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1797), 1, sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(1800), 1, sym__bare_dollar, - STATE(432), 1, + ACTIONS(1803), 1, + sym__brace_start, + STATE(446), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(1079), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1197), 1, sym_concatenation, - ACTIONS(1571), 2, + ACTIONS(1459), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1761), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1587), 2, + ACTIONS(1764), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1597), 2, + ACTIONS(1794), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1758), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(831), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56986,7 +60355,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 20, + ACTIONS(1454), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57004,61 +60373,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, - [2926] = 23, + [3193] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(1260), 1, + anon_sym_DQUOTE, + STATE(739), 1, + sym_string, + ACTIONS(1502), 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(1500), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(1791), 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_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, + [3266] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1628), 1, + anon_sym_DOLLAR, + ACTIONS(1630), 1, sym__special_character, - ACTIONS(1793), 1, + ACTIONS(1632), 1, anon_sym_DQUOTE, - ACTIONS(1795), 1, + ACTIONS(1634), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(1636), 1, aux_sym_number_token2, - ACTIONS(1799), 1, + ACTIONS(1638), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1801), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1803), 1, + ACTIONS(1642), 1, anon_sym_BQUOTE, - ACTIONS(1805), 1, + ACTIONS(1644), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1811), 1, + ACTIONS(1650), 1, sym_variable_name, - ACTIONS(1813), 1, + ACTIONS(1652), 1, sym_test_operator, - ACTIONS(1815), 1, + ACTIONS(1654), 1, sym__brace_start, - ACTIONS(1817), 1, + ACTIONS(1806), 1, aux_sym__simple_variable_name_token1, - STATE(1080), 1, + STATE(1369), 1, aux_sym__literal_repeat1, - STATE(3933), 1, + STATE(4615), 1, sym_subscript, - ACTIONS(1787), 2, + ACTIONS(1626), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1807), 2, + ACTIONS(1646), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1357), 3, + ACTIONS(1306), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1785), 3, + ACTIONS(1624), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(439), 3, + STATE(440), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(771), 9, + STATE(953), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57068,7 +60505,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 18, + ACTIONS(1304), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57084,59 +60521,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, + [3371] = 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(1402), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1404), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, - anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, - sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(1414), 1, sym__bare_dollar, - STATE(432), 1, + ACTIONS(1588), 1, + sym__special_character, + ACTIONS(1590), 1, + sym_test_operator, + STATE(476), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1402), 1, sym_concatenation, - ACTIONS(1581), 2, + STATE(3170), 1, + sym_subshell, + ACTIONS(1256), 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(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1586), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1584), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(994), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57146,7 +60587,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,140 +60597,72 @@ 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, + [3478] = 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, - anon_sym_BQUOTE, - ACTIONS(1843), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1847), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1849), 1, - sym_test_operator, - ACTIONS(1851), 1, + ACTIONS(351), 1, sym__brace_start, - STATE(1038), 1, - aux_sym__literal_repeat1, - ACTIONS(1821), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1825), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1845), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(453), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1819), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(681), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1823), 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, - [3230] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1827), 1, - anon_sym_DOLLAR, - ACTIONS(1829), 1, - sym__special_character, - ACTIONS(1831), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - ACTIONS(1833), 1, - aux_sym_number_token1, - ACTIONS(1835), 1, - aux_sym_number_token2, - ACTIONS(1837), 1, + ACTIONS(1404), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1839), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1841), 1, + ACTIONS(1406), 1, anon_sym_BQUOTE, - ACTIONS(1843), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1849), 1, + ACTIONS(1414), 1, + sym__bare_dollar, + ACTIONS(1588), 1, + sym__special_character, + ACTIONS(1590), 1, sym_test_operator, - ACTIONS(1851), 1, - sym__brace_start, - ACTIONS(1857), 1, - aux_sym__simple_variable_name_token1, - STATE(1038), 1, + STATE(482), 1, + aux_sym_command_repeat2, + STATE(1196), 1, aux_sym__literal_repeat1, - ACTIONS(1821), 2, + STATE(1402), 1, + sym_concatenation, + STATE(3170), 1, + sym_subshell, + ACTIONS(1256), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1845), 2, + ACTIONS(1410), 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(1586), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1584), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(681), 9, + STATE(994), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57299,7 +60672,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 +60680,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, + [3587] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(1286), 1, anon_sym_DQUOTE, - STATE(762), 1, + STATE(780), 1, sym_string, - ACTIONS(1861), 2, + ACTIONS(1754), 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(1752), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -57346,7 +60718,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 +60728,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, @@ -57367,6 +60740,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,57 +60759,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [3398] = 23, + [3660] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, - sym__special_character, - ACTIONS(49), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(55), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(71), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(1869), 1, + ACTIONS(1400), 1, + sym__special_character, + ACTIONS(1402), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1404), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1406), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, + ACTIONS(1412), 1, sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1414), 1, sym__bare_dollar, - STATE(451), 1, + STATE(464), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1402), 1, sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, + ACTIONS(1398), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1505), 3, + ACTIONS(1578), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + ACTIONS(1394), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(842), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57444,7 +60818,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 18, + ACTIONS(1576), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57452,6 +60826,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, @@ -57460,60 +60835,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, - [3500] = 23, + [3764] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(45), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, - sym__special_character, - ACTIONS(49), 1, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(51), 1, - aux_sym_number_token2, ACTIONS(55), 1, + aux_sym_number_token2, + ACTIONS(59), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(71), 1, + ACTIONS(75), 1, sym__brace_start, - ACTIONS(1869), 1, + ACTIONS(1510), 1, + sym__special_character, + ACTIONS(1512), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1514), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1516), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1518), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, + ACTIONS(1522), 1, sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1524), 1, sym__bare_dollar, - STATE(455), 1, + STATE(458), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(1088), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1376), 1, sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1506), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, + ACTIONS(1508), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(1520), 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(1504), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + ACTIONS(1582), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(847), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57523,7 +60900,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 18, + ACTIONS(1580), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57539,123 +60916,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, - [3602] = 7, + [3868] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, - anon_sym_DQUOTE, - STATE(762), 1, - sym_string, - ACTIONS(1861), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - ACTIONS(1859), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(323), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 37, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, + 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, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [3672] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1657), 1, - anon_sym_DOLLAR, - ACTIONS(1663), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1400), 1, + sym__special_character, + ACTIONS(1402), 1, anon_sym_DQUOTE, - ACTIONS(1666), 1, - aux_sym_number_token1, - ACTIONS(1669), 1, - aux_sym_number_token2, - ACTIONS(1672), 1, + ACTIONS(1404), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, + ACTIONS(1406), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, + ACTIONS(1408), 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, - sym_variable_name, - ACTIONS(1895), 1, + ACTIONS(1412), 1, sym_test_operator, - STATE(1096), 1, + ACTIONS(1414), 1, + sym__bare_dollar, + STATE(464), 1, + aux_sym_command_repeat2, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(3998), 1, - sym_subscript, - ACTIONS(1369), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + STATE(1402), 1, + sym_concatenation, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1398), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1883), 3, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1394), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(450), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1034), 9, + STATE(842), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57665,7 +60980,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 18, + ACTIONS(1580), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57673,6 +60988,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, @@ -57681,60 +60997,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, - [3774] = 23, + [3972] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_DOLLAR, - ACTIONS(43), 1, - sym__special_character, - ACTIONS(49), 1, - 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_BQUOTE, - ACTIONS(1875), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, - sym_test_operator, - ACTIONS(1881), 1, - sym__bare_dollar, - STATE(455), 1, - aux_sym_command_repeat2, - STATE(965), 1, + STATE(1143), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(461), 2, 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(1581), 3, + aux_sym_for_statement_repeat1, + ACTIONS(1810), 5, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(700), 9, + STATE(868), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57744,7 +61026,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 18, + ACTIONS(1808), 39, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57752,142 +61035,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1907), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(1910), 1, sym__special_character, - ACTIONS(1913), 1, anon_sym_DQUOTE, - ACTIONS(1916), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(1919), 1, aux_sym_number_token2, - ACTIONS(1922), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1925), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1928), 1, anon_sym_BQUOTE, - ACTIONS(1931), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1937), 1, - sym_test_operator, - ACTIONS(1940), 1, - sym__bare_dollar, - ACTIONS(1943), 1, - sym__brace_start, - STATE(452), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1424), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1904), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1934), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1898), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - STATE(759), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1419), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_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, - [3978] = 21, + [4042] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1956), 1, + ACTIONS(1596), 1, anon_sym_DOLLAR, - ACTIONS(1959), 1, - sym__special_character, - ACTIONS(1962), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - ACTIONS(1965), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(1968), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(1971), 1, + ACTIONS(1606), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1974), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1977), 1, + ACTIONS(1610), 1, anon_sym_BQUOTE, - ACTIONS(1980), 1, + ACTIONS(1612), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1986), 1, + ACTIONS(1622), 1, + sym__brace_start, + ACTIONS(1814), 1, + sym__special_character, + ACTIONS(1816), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1989), 1, + ACTIONS(1818), 1, + sym_variable_name, + ACTIONS(1820), 1, sym_test_operator, - ACTIONS(1992), 1, - sym__brace_start, - STATE(1038), 1, + STATE(1404), 1, aux_sym__literal_repeat1, - ACTIONS(1949), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1954), 2, + STATE(4588), 1, + sym_subscript, + ACTIONS(1390), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1983), 2, + ACTIONS(1594), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1614), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(453), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1946), 3, + ACTIONS(1812), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(681), 9, + STATE(462), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1226), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57897,7 +61126,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 21, + ACTIONS(1388), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57905,150 +61134,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4076] = 23, + [4146] = 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(1402), 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(931), 1, + sym_string, + ACTIONS(1824), 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(1581), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + sym__brace_start, + ACTIONS(1822), 9, + anon_sym_DASH, + 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(1579), 19, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_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, - [4178] = 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, + [4218] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2024), 1, + ACTIONS(1835), 1, anon_sym_DOLLAR, - ACTIONS(2027), 1, + ACTIONS(1838), 1, sym__special_character, - ACTIONS(2030), 1, + ACTIONS(1841), 1, anon_sym_DQUOTE, - ACTIONS(2033), 1, + ACTIONS(1844), 1, aux_sym_number_token1, - ACTIONS(2036), 1, + ACTIONS(1847), 1, aux_sym_number_token2, - ACTIONS(2039), 1, + ACTIONS(1850), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2042), 1, + ACTIONS(1853), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2045), 1, + ACTIONS(1856), 1, anon_sym_BQUOTE, - ACTIONS(2048), 1, + ACTIONS(1859), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2054), 1, + ACTIONS(1865), 1, sym_test_operator, - ACTIONS(2057), 1, + ACTIONS(1868), 1, sym__bare_dollar, - ACTIONS(2060), 1, + ACTIONS(1871), 1, sym__brace_start, - STATE(455), 1, + STATE(458), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(1088), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1376), 1, sym_concatenation, - ACTIONS(2018), 2, + ACTIONS(1829), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2021), 2, + ACTIONS(1832), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2051), 2, + ACTIONS(1862), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1424), 3, + ACTIONS(1459), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2015), 3, + ACTIONS(1826), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(847), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58058,7 +61272,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 18, + ACTIONS(1454), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58074,138 +61288,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [4322] = 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(1512), 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(898), 1, + sym_string, + ACTIONS(1876), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 5, + sym_file_descriptor, sym_test_operator, - ACTIONS(2013), 1, sym__bare_dollar, - STATE(461), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1577), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + sym__brace_start, + ts_builtin_sym_end, + ACTIONS(1874), 9, + anon_sym_DASH, + 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(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(1575), 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_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, - [4382] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(417), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(423), 1, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(775), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [4394] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1886), 1, + anon_sym_DOLLAR, + ACTIONS(1888), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1890), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1892), 1, + aux_sym_number_token1, + ACTIONS(1894), 1, + aux_sym_number_token2, + ACTIONS(1896), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1898), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1900), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1902), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, + ACTIONS(1906), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1908), 1, sym_test_operator, - ACTIONS(2013), 1, - sym__bare_dollar, - STATE(454), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(1910), 1, + sym__brace_start, + STATE(1238), 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(1880), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1884), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1904), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + STATE(473), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1878), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(920), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58215,7 +61413,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 19, + ACTIONS(1882), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58223,69 +61421,67 @@ 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, - [4484] = 23, + [4494] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1922), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1925), 1, + sym__special_character, + ACTIONS(1928), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1931), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1934), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1937), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1940), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(1943), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1946), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2065), 1, - sym__special_character, - ACTIONS(2067), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, + ACTIONS(1952), 1, sym_test_operator, - STATE(1096), 1, + ACTIONS(1955), 1, + sym__brace_start, + STATE(1143), 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(1915), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1949), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2063), 3, + STATE(461), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1912), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(460), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1034), 9, + ACTIONS(1920), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + STATE(868), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58295,7 +61491,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 18, + ACTIONS(1918), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58303,66 +61499,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, + [4592] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1596), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1606), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1719), 1, + ACTIONS(1610), 1, + anon_sym_BQUOTE, + ACTIONS(1612), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, + ACTIONS(1622), 1, sym__brace_start, - ACTIONS(2065), 1, + ACTIONS(1814), 1, sym__special_character, - ACTIONS(2069), 1, + ACTIONS(1818), 1, sym_variable_name, - ACTIONS(2071), 1, + ACTIONS(1820), 1, sym_test_operator, - ACTIONS(2073), 1, + ACTIONS(1958), 1, aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(1404), 1, aux_sym__literal_repeat1, - STATE(3998), 1, + STATE(4588), 1, sym_subscript, - ACTIONS(1357), 2, + ACTIONS(1306), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1614), 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(463), 3, + STATE(472), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(1034), 9, + STATE(1226), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58372,7 +61575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 19, + ACTIONS(1304), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58388,61 +61591,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, - anon_sym_BQUOTE, - [4686] = 23, + [4696] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1596), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1606), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, - anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1612), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, + ACTIONS(1622), 1, sym__brace_start, - ACTIONS(2065), 1, + ACTIONS(1814), 1, sym__special_character, - ACTIONS(2069), 1, + ACTIONS(1818), 1, sym_variable_name, - ACTIONS(2071), 1, + ACTIONS(1820), 1, sym_test_operator, - ACTIONS(2075), 1, + ACTIONS(1960), 1, aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(1404), 1, aux_sym__literal_repeat1, - STATE(3998), 1, + STATE(4588), 1, sym_subscript, - ACTIONS(1325), 2, + ACTIONS(1390), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1614), 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(467), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(1034), 9, + STATE(1226), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58452,7 +61654,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 18, + ACTIONS(1388), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58468,59 +61670,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, - [4788] = 23, + anon_sym_BQUOTE, + [4798] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1971), 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(1974), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1977), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1980), 1, + aux_sym_number_token1, + ACTIONS(1983), 1, + aux_sym_number_token2, + ACTIONS(1986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1992), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1995), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, + ACTIONS(2001), 1, sym_test_operator, - ACTIONS(2013), 1, + ACTIONS(2004), 1, sym__bare_dollar, - STATE(452), 1, + ACTIONS(2007), 1, + sym__brace_start, + STATE(464), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1402), 1, sym_concatenation, - ACTIONS(1571), 2, + ACTIONS(1459), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1965), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, + ACTIONS(1968), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1998), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(1962), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(842), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58530,7 +61735,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 19, + ACTIONS(1454), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58547,60 +61752,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4890] = 23, + [4902] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(1286), 1, + anon_sym_DQUOTE, + STATE(780), 1, + sym_string, + ACTIONS(1754), 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(1752), 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), 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_AMP_GT_GT, + anon_sym_LT_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, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [4974] = 23, + ACTIONS(3), 1, + sym_comment, + 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(71), 1, + ACTIONS(75), 1, sym__brace_start, - ACTIONS(1869), 1, + ACTIONS(1510), 1, + sym__special_character, + ACTIONS(1512), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1514), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1516), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1518), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, + ACTIONS(1522), 1, sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1524), 1, sym__bare_dollar, - STATE(448), 1, + STATE(458), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(1088), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1376), 1, sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1506), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, + ACTIONS(1508), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(1520), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1577), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + ACTIONS(1504), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + ACTIONS(1578), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(847), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58610,7 +61882,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 18, + ACTIONS(1576), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58626,58 +61898,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, - [4992] = 22, + [5078] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1596), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1606), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1719), 1, + ACTIONS(1612), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, + ACTIONS(1622), 1, sym__brace_start, - ACTIONS(2065), 1, + ACTIONS(1814), 1, sym__special_character, - ACTIONS(2069), 1, + ACTIONS(1818), 1, sym_variable_name, - ACTIONS(2071), 1, + ACTIONS(1820), 1, sym_test_operator, - ACTIONS(2075), 1, + ACTIONS(1958), 1, aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(1404), 1, aux_sym__literal_repeat1, - STATE(3998), 1, + STATE(4588), 1, sym_subscript, - ACTIONS(1325), 2, + ACTIONS(1306), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1614), 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(472), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(1034), 9, + STATE(1226), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58687,7 +61961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 19, + ACTIONS(1304), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58703,60 +61977,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, - [5092] = 23, + [5180] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1886), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, + ACTIONS(1888), 1, sym__special_character, - ACTIONS(417), 1, + ACTIONS(1890), 1, + anon_sym_DQUOTE, + ACTIONS(1892), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1894), 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(1896), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1898), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1900), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1902), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1908), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(1910), 1, + sym__brace_start, + ACTIONS(2014), 1, + aux_sym__simple_variable_name_token1, + STATE(1238), 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(1880), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1904), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(2012), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(460), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1878), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(920), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58766,7 +62038,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 18, + ACTIONS(2010), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58774,67 +62046,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [5280] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - ACTIONS(2003), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, - anon_sym_BQUOTE, - ACTIONS(2007), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, - sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1143), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(461), 2, sym_concatenation, - ACTIONS(1581), 2, + aux_sym_for_statement_repeat1, + ACTIONS(2018), 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(868), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58844,7 +62086,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 18, + ACTIONS(2016), 39, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58852,33 +62095,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [5350] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - STATE(812), 1, + STATE(931), 1, sym_string, - ACTIONS(2087), 2, + ACTIONS(1824), 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(2083), 9, + ACTIONS(1822), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -58888,26 +62151,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 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, @@ -58925,54 +62191,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5363] = 22, + [5422] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1512), 1, + anon_sym_DQUOTE, + STATE(898), 1, + sym_string, + ACTIONS(1876), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ts_builtin_sym_end, + ACTIONS(1874), 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_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, + [5494] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1662), 1, + anon_sym_DOLLAR, + ACTIONS(1668), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1671), 1, + aux_sym_number_token1, + ACTIONS(1674), 1, + aux_sym_number_token2, + ACTIONS(1677), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(1680), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1683), 1, + anon_sym_BQUOTE, + ACTIONS(1686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1701), 1, + sym__brace_start, + ACTIONS(2023), 1, + sym__special_character, + ACTIONS(2026), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2029), 1, + sym_variable_name, + ACTIONS(2032), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1404), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1571), 2, + STATE(4588), 1, + sym_subscript, + ACTIONS(1344), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1659), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1689), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(2020), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(472), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1226), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58982,7 +62316,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 19, + ACTIONS(1342), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58998,88 +62332,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, + [5598] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2045), 1, + anon_sym_DOLLAR, + ACTIONS(2048), 1, + sym__special_character, + ACTIONS(2051), 1, anon_sym_DQUOTE, - STATE(872), 1, - sym_string, - ACTIONS(2091), 2, + ACTIONS(2054), 1, + aux_sym_number_token1, + ACTIONS(2057), 1, + aux_sym_number_token2, + ACTIONS(2060), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2063), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2066), 1, + anon_sym_BQUOTE, + ACTIONS(2069), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2075), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, + ACTIONS(2078), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(2081), 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(1137), 36, + STATE(1238), 1, + aux_sym__literal_repeat1, + ACTIONS(2038), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2043), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2072), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(473), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2035), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(920), 9, + 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(2041), 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, - [5531] = 7, + [5698] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(1286), 1, anon_sym_DQUOTE, - STATE(719), 1, + STATE(780), 1, sym_string, - ACTIONS(2095), 2, + ACTIONS(1754), 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(2093), 9, + ACTIONS(1752), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59089,26 +62441,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_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_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, @@ -59126,22 +62481,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5600] = 7, + [5770] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(1512), 1, anon_sym_DQUOTE, - STATE(812), 1, + STATE(898), 1, sym_string, - ACTIONS(2087), 2, + ACTIONS(1876), 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(2083), 9, + ts_builtin_sym_end, + ACTIONS(1874), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59151,26 +62507,27 @@ 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_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_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, @@ -59188,52 +62545,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5669] = 21, + [5841] = 22, 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, - anon_sym_BQUOTE, - ACTIONS(2117), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + ACTIONS(1404), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2121), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2123), 1, + ACTIONS(1414), 1, + sym__bare_dollar, + ACTIONS(1588), 1, + sym__special_character, + ACTIONS(1590), 1, sym_test_operator, - ACTIONS(2125), 1, - sym__brace_start, - STATE(1082), 1, + STATE(483), 1, + aux_sym_command_repeat2, + STATE(1196), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2099), 2, + STATE(1402), 1, + sym_concatenation, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2119), 2, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(474), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2097), 3, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1586), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1584), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(994), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59243,7 +62602,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 20, + ACTIONS(1580), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59253,33 +62612,35 @@ 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, - [5766] = 7, + anon_sym_BQUOTE, + [5942] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(1512), 1, anon_sym_DQUOTE, - STATE(719), 1, + STATE(898), 1, sym_string, - ACTIONS(2095), 2, + ACTIONS(1876), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1089), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2093), 9, + ts_builtin_sym_end, + ACTIONS(1874), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59289,26 +62650,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 36, + 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, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_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, @@ -59326,54 +62688,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5835] = 22, + [6013] = 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(1402), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1404), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1414), 1, sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1588), 1, + sym__special_character, + ACTIONS(1590), 1, sym_test_operator, - STATE(482), 1, + STATE(483), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1402), 1, sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(1578), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1586), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1584), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(994), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59383,7 +62745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 19, + ACTIONS(1576), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59399,56 +62761,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, - [5934] = 21, + [6114] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 1, - anon_sym_DOLLAR, - ACTIONS(2103), 1, - sym__special_character, - ACTIONS(2105), 1, - anon_sym_DQUOTE, - ACTIONS(2107), 1, - aux_sym_number_token1, - ACTIONS(2109), 1, - aux_sym_number_token2, - ACTIONS(2111), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2113), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2115), 1, - anon_sym_BQUOTE, - ACTIONS(2117), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2123), 1, - sym_test_operator, - ACTIONS(2125), 1, - sym__brace_start, - ACTIONS(2127), 1, - aux_sym__simple_variable_name_token1, - STATE(1082), 1, + STATE(1362), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + STATE(502), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2018), 5, sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2099), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2119), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(478), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2097), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(890), 9, + STATE(1036), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59458,7 +62791,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 20, + ACTIONS(2016), 38, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59476,60 +62810,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2001), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, 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_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [6183] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(1102), 1, + aux_sym__literal_repeat1, + STATE(1285), 1, + sym_concatenation, + ACTIONS(2086), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 36, + aux_sym_heredoc_redirect_token1, + STATE(900), 9, + 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(2084), 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, - 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, @@ -59541,36 +62893,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6100] = 7, + [6252] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, - anon_sym_DQUOTE, - STATE(767), 1, - sym_string, - ACTIONS(2131), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 5, + STATE(1362), 1, + aux_sym__literal_repeat1, + STATE(502), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1810), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2129), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 35, + aux_sym_heredoc_redirect_token1, + STATE(1036), 9, + 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(1808), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -59579,19 +62928,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, - 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, @@ -59603,54 +62956,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6169] = 22, + [6321] = 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(1402), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1404), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(1406), 1, + anon_sym_BQUOTE, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1414), 1, sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1588), 1, + sym__special_character, + ACTIONS(1590), 1, sym_test_operator, - STATE(467), 1, + STATE(483), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1402), 1, sym_concatenation, - ACTIONS(1577), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1586), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1584), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(994), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59660,7 +63015,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 19, + ACTIONS(1580), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59676,56 +63031,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, - [6268] = 21, + [6424] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2139), 1, + ACTIONS(1971), 1, anon_sym_DOLLAR, - ACTIONS(2142), 1, - sym__special_character, - ACTIONS(2145), 1, + ACTIONS(1977), 1, anon_sym_DQUOTE, - ACTIONS(2148), 1, + ACTIONS(1980), 1, aux_sym_number_token1, - ACTIONS(2151), 1, + ACTIONS(1983), 1, aux_sym_number_token2, - ACTIONS(2154), 1, + ACTIONS(1986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2157), 1, + ACTIONS(1989), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2160), 1, + ACTIONS(1992), 1, anon_sym_BQUOTE, - ACTIONS(2163), 1, + ACTIONS(1995), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2169), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2172), 1, - sym_test_operator, - ACTIONS(2175), 1, + ACTIONS(2004), 1, + sym__bare_dollar, + ACTIONS(2007), 1, sym__brace_start, - STATE(1082), 1, + ACTIONS(2094), 1, + sym__special_character, + ACTIONS(2097), 1, + sym_test_operator, + STATE(483), 1, + aux_sym_command_repeat2, + STATE(1196), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, + STATE(1402), 1, + sym_concatenation, + ACTIONS(1459), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2136), 2, + ACTIONS(1965), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2166), 2, + ACTIONS(1998), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(478), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2133), 3, + ACTIONS(2091), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2088), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(994), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59735,7 +63095,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 20, + ACTIONS(1454), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59745,67 +63105,130 @@ 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, - [6365] = 23, + [6527] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1907), 1, + STATE(1101), 1, + aux_sym__literal_repeat1, + STATE(1280), 1, + sym_concatenation, + ACTIONS(2102), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + STATE(899), 9, + 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(2100), 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, anon_sym_DOLLAR, - ACTIONS(1913), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(1916), 1, + sym_raw_string, + sym_ansi_c_string, 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, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [6596] = 23, + 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(2184), 1, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + ACTIONS(1404), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1406), 1, + anon_sym_BQUOTE, + ACTIONS(1408), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1414), 1, + sym__bare_dollar, + ACTIONS(1588), 1, sym__special_character, - ACTIONS(2187), 1, + ACTIONS(1590), 1, sym_test_operator, - STATE(479), 1, + STATE(483), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1402), 1, sym_concatenation, - ACTIONS(1424), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1934), 2, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2181), 2, + ACTIONS(1578), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1586), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2178), 3, + ACTIONS(1584), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(994), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59815,7 +63238,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 18, + ACTIONS(1576), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59831,59 +63254,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, anon_sym_AMP, - [6466] = 23, + [6699] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + STATE(931), 1, + sym_string, + ACTIONS(1824), 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(1822), 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(1091), 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(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_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, + [6770] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2110), 1, + anon_sym_DOLLAR, + ACTIONS(2113), 1, + sym__special_character, + ACTIONS(2116), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2119), 1, + aux_sym_number_token1, + ACTIONS(2122), 1, + aux_sym_number_token2, + ACTIONS(2125), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2128), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2131), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2134), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2140), 1, sym_test_operator, - STATE(465), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2143), 1, + sym__brace_start, + STATE(1329), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1505), 2, + ACTIONS(1920), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2107), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2137), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + STATE(487), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2104), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(1016), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59893,7 +63376,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 18, + ACTIONS(1918), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59901,67 +63384,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [6867] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + STATE(931), 1, + sym_string, + ACTIONS(1824), 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(1822), 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_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(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_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, + [6938] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2154), 1, + anon_sym_DOLLAR, + ACTIONS(2156), 1, + sym__special_character, + ACTIONS(2158), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2160), 1, + aux_sym_number_token1, + ACTIONS(2162), 1, + aux_sym_number_token2, + ACTIONS(2164), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2166), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2168), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2170), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2174), 1, sym_test_operator, - STATE(464), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2176), 1, + sym__brace_start, + STATE(1329), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1577), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2148), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2152), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2172), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + STATE(487), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2146), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(1016), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59971,7 +63517,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 18, + ACTIONS(2150), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59979,65 +63525,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [7035] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2182), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, + ACTIONS(2184), 1, sym__special_character, - ACTIONS(417), 1, + ACTIONS(2186), 1, + anon_sym_DQUOTE, + ACTIONS(2188), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2190), 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(2192), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(2194), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2196), 1, + anon_sym_BQUOTE, + ACTIONS(2198), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2202), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2204), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2206), 1, + sym__brace_start, + STATE(1379), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, + ACTIONS(1884), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2180), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2200), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + STATE(500), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2178), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(1053), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60047,7 +63596,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 19, + ACTIONS(1882), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60057,33 +63606,35 @@ 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, + [7134] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(1312), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(938), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(2210), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, + ACTIONS(1093), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2129), 9, + ACTIONS(2208), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60093,25 +63644,28 @@ 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, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_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, @@ -60129,79 +63683,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6836] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(813), 21, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(585), 31, - anon_sym_for, - anon_sym_select, - anon_sym_LT, - anon_sym_GT, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_do, - anon_sym_if, - anon_sym_then, - anon_sym_fi, - anon_sym_elif, - anon_sym_else, - anon_sym_case, - anon_sym_function, - anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [6896] = 7, + [7205] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(1312), 1, anon_sym_DQUOTE, - STATE(900), 1, + STATE(938), 1, sym_string, - ACTIONS(2192), 2, + ACTIONS(2210), 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(2190), 9, + ACTIONS(2208), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60211,7 +63708,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, @@ -60220,6 +63717,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, @@ -60230,6 +63728,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, @@ -60247,22 +63747,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6964] = 7, + [7276] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(2214), 1, anon_sym_DQUOTE, - STATE(900), 1, + STATE(1015), 1, sym_string, - ACTIONS(2192), 2, + ACTIONS(2216), 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(2212), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60272,7 +63772,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 +63781,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 +63792,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 +63811,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7032] = 7, + [7347] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(2214), 1, anon_sym_DQUOTE, - STATE(950), 1, + STATE(1015), 1, sym_string, - ACTIONS(2198), 2, + ACTIONS(2216), 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(2212), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60333,7 +63836,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 +63845,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 +63856,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,53 +63875,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7100] = 21, + [7418] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, + ACTIONS(2182), 1, anon_sym_DOLLAR, - ACTIONS(2206), 1, + ACTIONS(2184), 1, sym__special_character, - ACTIONS(2208), 1, + ACTIONS(2186), 1, anon_sym_DQUOTE, - ACTIONS(2210), 1, + ACTIONS(2188), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(2190), 1, aux_sym_number_token2, - ACTIONS(2214), 1, + ACTIONS(2192), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2216), 1, + ACTIONS(2194), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2218), 1, + ACTIONS(2196), 1, anon_sym_BQUOTE, - ACTIONS(2220), 1, + ACTIONS(2198), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2224), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2226), 1, + ACTIONS(2204), 1, sym_test_operator, - ACTIONS(2228), 1, + ACTIONS(2206), 1, sym__brace_start, - STATE(1284), 1, + ACTIONS(2218), 1, + aux_sym__simple_variable_name_token1, + STATE(1379), 1, aux_sym__literal_repeat1, - ACTIONS(2202), 2, + ACTIONS(2012), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2180), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2222), 2, + ACTIONS(2200), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(496), 2, + STATE(490), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1855), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2200), 3, + ACTIONS(2178), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(964), 9, + STATE(1053), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60425,7 +63930,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 18, + ACTIONS(2010), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60435,31 +63940,35 @@ 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, - [7196] = 7, + [7517] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - STATE(950), 1, + STATE(931), 1, sym_string, - ACTIONS(2198), 2, + ACTIONS(1824), 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(2194), 9, + ACTIONS(1822), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60469,25 +63978,28 @@ 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, 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, @@ -60505,52 +64017,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7264] = 21, + [7588] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + STATE(931), 1, + sym_string, + ACTIONS(1824), 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(1822), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(2239), 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(2242), 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, + [7659] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2154), 1, + anon_sym_DOLLAR, + ACTIONS(2156), 1, + sym__special_character, + ACTIONS(2158), 1, anon_sym_DQUOTE, - ACTIONS(2245), 1, + ACTIONS(2160), 1, aux_sym_number_token1, - ACTIONS(2248), 1, + ACTIONS(2162), 1, aux_sym_number_token2, - ACTIONS(2251), 1, + ACTIONS(2164), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2254), 1, + ACTIONS(2166), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2257), 1, + ACTIONS(2168), 1, anon_sym_BQUOTE, - ACTIONS(2260), 1, + ACTIONS(2170), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2266), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2269), 1, + ACTIONS(2174), 1, sym_test_operator, - ACTIONS(2272), 1, + ACTIONS(2176), 1, sym__brace_start, - STATE(1285), 1, + STATE(1329), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, + ACTIONS(2148), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, + ACTIONS(2172), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(490), 2, + ACTIONS(2222), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(487), 2, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2230), 3, + aux_sym_for_statement_repeat1, + ACTIONS(2146), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1060), 9, + STATE(1016), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60560,7 +64134,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 19, + ACTIONS(2220), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60568,64 +64142,66 @@ 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, - [7360] = 21, + [7756] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2154), 1, anon_sym_DOLLAR, - ACTIONS(2281), 1, + ACTIONS(2156), 1, sym__special_character, - ACTIONS(2283), 1, + ACTIONS(2158), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2160), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2162), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2164), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2166), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2168), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2170), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2299), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2301), 1, + ACTIONS(2174), 1, sym_test_operator, - ACTIONS(2303), 1, + ACTIONS(2176), 1, sym__brace_start, - STATE(1285), 1, + STATE(1329), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + ACTIONS(1810), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2148), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2172), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(490), 2, + STATE(487), 2, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2275), 3, + aux_sym_for_statement_repeat1, + ACTIONS(2146), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1060), 9, + STATE(1016), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60635,7 +64211,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 19, + ACTIONS(1808), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60643,64 +64219,68 @@ 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, - [7456] = 21, + [7853] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2230), 1, anon_sym_DOLLAR, - ACTIONS(2281), 1, + ACTIONS(2233), 1, sym__special_character, - ACTIONS(2283), 1, + ACTIONS(2236), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2239), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2242), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2245), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2248), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2251), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2254), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2301), 1, + ACTIONS(2260), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2263), 1, sym_test_operator, - ACTIONS(2303), 1, + ACTIONS(2266), 1, sym__brace_start, - ACTIONS(2305), 1, - aux_sym__simple_variable_name_token1, - STATE(1285), 1, + STATE(1379), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + ACTIONS(2043), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2227), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2257), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(491), 2, + STATE(500), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2275), 3, + ACTIONS(2224), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1060), 9, + STATE(1053), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60710,7 +64290,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 19, + ACTIONS(2041), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60718,104 +64298,199 @@ static const uint16_t ts_small_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, - [7552] = 7, + [7952] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2154), 1, + anon_sym_DOLLAR, + ACTIONS(2156), 1, + sym__special_character, + ACTIONS(2158), 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(2160), 1, + aux_sym_number_token1, + ACTIONS(2162), 1, + aux_sym_number_token2, + ACTIONS(2164), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2166), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2168), 1, + anon_sym_BQUOTE, + ACTIONS(2170), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2174), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(2176), 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), 35, + STATE(1329), 1, + aux_sym__literal_repeat1, + ACTIONS(2018), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2148), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2172), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(487), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2146), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1016), 9, + 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(2016), 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, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + [8049] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2275), 1, + anon_sym_DOLLAR, + ACTIONS(2278), 1, sym__special_character, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2281), 1, + anon_sym_DQUOTE, + ACTIONS(2284), 1, aux_sym_number_token1, + ACTIONS(2287), 1, aux_sym_number_token2, + ACTIONS(2290), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2293), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2296), 1, anon_sym_BQUOTE, + ACTIONS(2299), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2305), 1, + sym_test_operator, + ACTIONS(2308), 1, + sym__brace_start, + STATE(1362), 1, + aux_sym__literal_repeat1, + ACTIONS(2272), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2302), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(502), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1920), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(2269), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [7620] = 7, + STATE(1036), 9, + 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(1918), 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, + [8146] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, - anon_sym_DQUOTE, - STATE(873), 1, - sym_string, - ACTIONS(2309), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + STATE(1291), 1, + aux_sym__literal_repeat1, + STATE(1463), 1, + sym_concatenation, + ACTIONS(2086), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2307), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 36, + aux_sym_heredoc_redirect_token1, + STATE(979), 9, + 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(2084), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60824,7 +64499,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, @@ -60835,12 +64509,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, - 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, @@ -60852,21 +64529,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7688] = 7, + [8214] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(1890), 1, anon_sym_DQUOTE, - STATE(873), 1, + STATE(1023), 1, sym_string, - ACTIONS(2309), 2, + ACTIONS(2313), 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(2307), 9, + ACTIONS(2311), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60876,7 +64553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 36, + ACTIONS(1081), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60896,6 +64573,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 +64592,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7756] = 21, + [8284] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, + ACTIONS(2319), 1, anon_sym_DOLLAR, - ACTIONS(2206), 1, + ACTIONS(2321), 1, sym__special_character, - ACTIONS(2208), 1, + ACTIONS(2323), 1, anon_sym_DQUOTE, - ACTIONS(2210), 1, + ACTIONS(2325), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(2327), 1, aux_sym_number_token2, - ACTIONS(2214), 1, + ACTIONS(2329), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2216), 1, + ACTIONS(2331), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2218), 1, + ACTIONS(2333), 1, anon_sym_BQUOTE, - ACTIONS(2220), 1, + ACTIONS(2335), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2226), 1, + ACTIONS(2339), 1, sym_test_operator, - ACTIONS(2228), 1, + ACTIONS(2341), 1, sym__brace_start, - ACTIONS(2311), 1, - aux_sym__simple_variable_name_token1, - STATE(1284), 1, + STATE(1443), 1, aux_sym__literal_repeat1, - ACTIONS(2202), 2, + ACTIONS(2018), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2317), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2222), 2, + ACTIONS(2337), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(498), 2, + STATE(534), 2, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1825), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2200), 3, + aux_sym_for_statement_repeat1, + ACTIONS(2315), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(964), 9, + STATE(1247), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60969,54 +64645,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [7852] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - STATE(872), 1, - sym_string, - ACTIONS(2091), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - ACTIONS(2089), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 35, - anon_sym_LPAREN_LPAREN, + ACTIONS(2016), 22, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -61025,77 +64655,65 @@ 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, - 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, - [7920] = 21, + [8380] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 1, + ACTIONS(2347), 1, anon_sym_DOLLAR, - ACTIONS(2322), 1, + ACTIONS(2349), 1, sym__special_character, - ACTIONS(2325), 1, + ACTIONS(2351), 1, anon_sym_DQUOTE, - ACTIONS(2328), 1, + ACTIONS(2353), 1, aux_sym_number_token1, - ACTIONS(2331), 1, + ACTIONS(2355), 1, aux_sym_number_token2, - ACTIONS(2334), 1, + ACTIONS(2357), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2337), 1, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2340), 1, + ACTIONS(2361), 1, anon_sym_BQUOTE, - ACTIONS(2343), 1, + ACTIONS(2363), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2349), 1, + ACTIONS(2367), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2352), 1, + ACTIONS(2369), 1, sym_test_operator, - ACTIONS(2355), 1, + ACTIONS(2371), 1, sym__brace_start, - STATE(1284), 1, + STATE(1447), 1, aux_sym__literal_repeat1, - ACTIONS(2316), 2, + ACTIONS(1884), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2345), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2346), 2, + ACTIONS(2365), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(498), 2, + STATE(531), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1954), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2313), 3, + ACTIONS(2343), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(964), 9, + STATE(1182), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61105,7 +64723,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 18, + ACTIONS(1882), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61113,6 +64731,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, @@ -61121,25 +64740,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, - [8016] = 7, + [8478] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(931), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(1824), 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__bare_dollar, sym__brace_start, - ACTIONS(2358), 9, + ACTIONS(1822), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61149,24 +64770,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 34, + 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, anon_sym_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, @@ -61184,32 +64808,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8083] = 7, + [8548] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, - anon_sym_DQUOTE, - STATE(1196), 1, - sym_string, - ACTIONS(2362), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + STATE(1452), 1, + aux_sym__literal_repeat1, + STATE(512), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2018), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2358), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 34, + aux_sym_heredoc_redirect_token1, + STATE(1176), 9, + 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(2016), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61227,12 +64850,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, - 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, @@ -61244,52 +64870,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8150] = 21, + [8616] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, + STATE(1294), 1, + aux_sym__literal_repeat1, + STATE(1471), 1, + sym_concatenation, + ACTIONS(2102), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + STATE(960), 9, + 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(2100), 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, - ACTIONS(2242), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(2245), 1, + sym_raw_string, + sym_ansi_c_string, 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, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [8684] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2319), 1, + anon_sym_DOLLAR, + ACTIONS(2321), 1, sym__special_character, - ACTIONS(2370), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2373), 1, + ACTIONS(2323), 1, + anon_sym_DQUOTE, + ACTIONS(2325), 1, + aux_sym_number_token1, + ACTIONS(2327), 1, + aux_sym_number_token2, + ACTIONS(2329), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2331), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2333), 1, + anon_sym_BQUOTE, + ACTIONS(2335), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2339), 1, sym_test_operator, - STATE(1285), 1, + ACTIONS(2341), 1, + sym__brace_start, + STATE(1443), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, + ACTIONS(1810), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, + ACTIONS(2317), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, + ACTIONS(2337), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(501), 2, + STATE(534), 2, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2364), 3, + aux_sym_for_statement_repeat1, + ACTIONS(2315), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1247), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61299,7 +64985,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 18, + ACTIONS(1808), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61309,41 +64995,45 @@ 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, - [8245] = 7, + [8780] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + STATE(1476), 1, + aux_sym__literal_repeat1, + STATE(536), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2018), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2376), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 34, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(1167), 9, + 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(2016), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61352,7 +65042,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, @@ -61361,12 +65050,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, - 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, @@ -61378,91 +65070,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8312] = 5, - ACTIONS(63), 1, + [8848] = 20, + ACTIONS(3), 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, - 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(2379), 1, + anon_sym_DOLLAR, + ACTIONS(2382), 1, + sym__special_character, + ACTIONS(2385), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2388), 1, + aux_sym_number_token1, + ACTIONS(2391), 1, + aux_sym_number_token2, + ACTIONS(2394), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2397), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2400), 1, anon_sym_BQUOTE, + ACTIONS(2403), 1, 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, - [8375] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2409), 1, sym_test_operator, + ACTIONS(2412), 1, sym__brace_start, - ACTIONS(2376), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 34, + STATE(1452), 1, + aux_sym__literal_repeat1, + ACTIONS(2376), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2406), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(512), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1920), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(2373), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1176), 9, + 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(1918), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61479,74 +65141,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, - 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, - [8442] = 23, + [8944] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + ACTIONS(1404), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1406), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2390), 1, + ACTIONS(1414), 1, + sym__bare_dollar, + ACTIONS(2419), 1, sym__special_character, - ACTIONS(2392), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2394), 1, - sym_variable_name, - ACTIONS(2396), 1, + ACTIONS(2421), 1, sym_test_operator, - STATE(1096), 1, + STATE(599), 1, + aux_sym_command_repeat2, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(3950), 1, - sym_subscript, - ACTIONS(1357), 2, + STATE(1402), 1, + sym_concatenation, + STATE(3265), 1, + sym_subshell, + ACTIONS(1276), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2388), 3, + ACTIONS(2417), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2415), 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(1501), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61556,7 +65209,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 15, + ACTIONS(1274), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -61570,36 +65223,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, - [8541] = 7, + [9050] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(2319), 1, + anon_sym_DOLLAR, + ACTIONS(2321), 1, + sym__special_character, + ACTIONS(2323), 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, + ACTIONS(2325), 1, + aux_sym_number_token1, + ACTIONS(2327), 1, + aux_sym_number_token2, + ACTIONS(2329), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2331), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2333), 1, + anon_sym_BQUOTE, + ACTIONS(2335), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2339), 1, sym_test_operator, + ACTIONS(2341), 1, 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, + STATE(1443), 1, + aux_sym__literal_repeat1, + ACTIONS(2222), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2317), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2337), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(534), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2315), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1247), 9, + 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(2220), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61609,55 +65290,72 @@ 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, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + [9146] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2427), 1, + anon_sym_DOLLAR, + ACTIONS(2429), 1, sym__special_character, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2431), 1, + anon_sym_DQUOTE, + ACTIONS(2433), 1, aux_sym_number_token1, + ACTIONS(2435), 1, aux_sym_number_token2, + ACTIONS(2437), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2439), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2441), 1, anon_sym_BQUOTE, + ACTIONS(2443), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2447), 1, + sym_test_operator, + ACTIONS(2449), 1, + sym__brace_start, + STATE(3055), 1, + aux_sym__literal_repeat1, + STATE(3183), 1, + sym_concatenation, + ACTIONS(2102), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2425), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2445), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(2423), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [8608] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2105), 1, - anon_sym_DQUOTE, - STATE(972), 1, + STATE(2950), 9, + sym_arithmetic_expansion, + sym_brace_expression, 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, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2100), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61665,6 +65363,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, @@ -61675,51 +65374,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, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + [9242] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2455), 1, + anon_sym_DOLLAR, + ACTIONS(2457), 1, sym__special_character, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + ACTIONS(2461), 1, aux_sym_number_token1, + ACTIONS(2463), 1, aux_sym_number_token2, + ACTIONS(2465), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2467), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2469), 1, anon_sym_BQUOTE, + ACTIONS(2471), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [8675] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1793), 1, - anon_sym_DQUOTE, - STATE(957), 1, - sym_string, - ACTIONS(2400), 2, + ACTIONS(2475), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2477), 1, sym_test_operator, + ACTIONS(2479), 1, 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(1127), 33, + STATE(1509), 1, + aux_sym__literal_repeat1, + ACTIONS(2453), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2473), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(532), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2012), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2451), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1213), 9, + 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(2010), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61735,74 +65451,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, + [9340] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2347), 1, + anon_sym_DOLLAR, + ACTIONS(2349), 1, sym__special_character, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2351), 1, + anon_sym_DQUOTE, + ACTIONS(2353), 1, aux_sym_number_token1, + ACTIONS(2355), 1, aux_sym_number_token2, + ACTIONS(2357), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2361), 1, anon_sym_BQUOTE, + ACTIONS(2363), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2369), 1, + sym_test_operator, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(2481), 1, + aux_sym__simple_variable_name_token1, + STATE(1447), 1, + aux_sym__literal_repeat1, + ACTIONS(2012), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2345), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2365), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(506), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2343), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [8742] = 23, + 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(2010), 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, + [9438] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(2427), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(2429), 1, + sym__special_character, + ACTIONS(2431), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(2433), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2435), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(2437), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(2439), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(2441), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(2443), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, + ACTIONS(2449), 1, sym__brace_start, - ACTIONS(2390), 1, - sym__special_character, - ACTIONS(2394), 1, - sym_variable_name, - ACTIONS(2396), 1, + ACTIONS(2485), 1, sym_test_operator, - ACTIONS(2406), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(2989), 1, aux_sym__literal_repeat1, - STATE(3950), 1, - sym_subscript, - ACTIONS(1325), 2, + STATE(3182), 1, + sym_concatenation, + ACTIONS(2086), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(2425), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(2445), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2388), 3, + ACTIONS(2483), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(519), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1326), 9, + STATE(2957), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61812,47 +65585,56 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 15, + ACTIONS(2084), 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, - [8841] = 7, + anon_sym_AMP, + [9534] = 6, 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, + STATE(1476), 1, + aux_sym__literal_repeat1, + STATE(536), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1810), 6, sym_file_descriptor, + sym_variable_name, 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(1137), 35, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(1167), 9, + 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(1808), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61863,20 +65645,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, - 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, @@ -61888,52 +65671,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8908] = 21, + [9602] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2319), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2321), 1, + sym__special_character, + ACTIONS(2323), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2325), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2327), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2329), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2331), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2333), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2335), 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, + ACTIONS(2339), 1, sym_test_operator, - STATE(1285), 1, + ACTIONS(2341), 1, + sym__brace_start, + STATE(1443), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + ACTIONS(2152), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2317), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2337), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(501), 2, + STATE(534), 2, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, + aux_sym_for_statement_repeat1, + ACTIONS(2315), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1247), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61943,7 +65724,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 18, + ACTIONS(2150), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61953,119 +65734,66 @@ 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, - [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, + [9698] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2493), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2496), 1, + sym__special_character, + ACTIONS(2499), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2502), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2505), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2508), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2511), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2514), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2517), 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(2523), 1, aux_sym__simple_variable_name_token1, - STATE(1285), 1, + ACTIONS(2526), 1, + sym_test_operator, + ACTIONS(2529), 1, + sym__brace_start, + STATE(1509), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2490), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2520), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(511), 2, + STATE(521), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, + ACTIONS(2043), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2487), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1213), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62075,7 +65803,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 18, + ACTIONS(2041), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62091,19 +65819,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [9796] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 2, + ACTIONS(1890), 1, + anon_sym_DQUOTE, + STATE(1023), 1, + sym_string, + ACTIONS(2313), 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(2311), 9, + anon_sym_DASH, + 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_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_esac, + anon_sym_PIPE, anon_sym_SEMI_SEMI, - ACTIONS(2420), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_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, + [9866] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(761), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -62113,9 +65900,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, @@ -62125,7 +65912,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(491), 33, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -62133,7 +65920,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, @@ -62146,29 +65938,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, - [9224] = 7, + [9928] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(2158), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(1153), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(2534), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, + ACTIONS(1089), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2422), 9, + ACTIONS(2532), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62178,7 +65970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1081), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62187,14 +65979,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, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -62212,96 +66009,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [9291] = 20, - 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(2414), 1, - sym_test_operator, - ACTIONS(2428), 1, - aux_sym__simple_variable_name_token1, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1855), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(518), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(1177), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1853), 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, - [9384] = 7, + [9998] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(2158), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(1153), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(2534), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 5, + ACTIONS(1093), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2422), 9, + ACTIONS(2532), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62311,7 +66033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, + ACTIONS(1091), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62320,14 +66042,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, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -62345,50 +66072,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [9451] = 20, + [10068] = 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(1452), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + STATE(512), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1810), 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(1176), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62398,7 +66096,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 19, + ACTIONS(1808), 37, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62406,6 +66105,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, @@ -62414,329 +66114,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, - ACTIONS(1663), 1, - anon_sym_DQUOTE, - ACTIONS(1666), 1, - 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, - 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(1367), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_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, - [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_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, - [9706] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, sym__special_character, - ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(433), 1, - sym_variable_name, - ACTIONS(435), 1, - sym_test_operator, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2445), 1, - sym_word, - STATE(481), 1, - sym_command_name, - STATE(814), 1, - aux_sym_command_repeat1, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(1391), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3995), 1, - sym_subscript, - ACTIONS(389), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(809), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [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, - 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, - 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_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [9942] = 7, + sym_word, + [10136] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2538), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1192), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2540), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1089), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(2536), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62746,7 +66159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 34, + ACTIONS(1081), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62755,15 +66168,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, @@ -62781,22 +66197,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10008] = 7, + [10206] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, + ACTIONS(2538), 1, anon_sym_DQUOTE, - STATE(1215), 1, + STATE(1192), 1, sym_string, - ACTIONS(2455), 2, + ACTIONS(2540), 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, - ts_builtin_sym_end, - ACTIONS(2453), 9, + ACTIONS(2536), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62806,7 +66222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1091), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62817,12 +66233,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, @@ -62840,22 +66260,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10074] = 7, + [10276] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(1424), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(1051), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2544), 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(2376), 9, + ACTIONS(2542), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62865,7 +66285,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, @@ -62876,12 +66296,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, @@ -62899,22 +66323,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10140] = 7, + [10346] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(931), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(1824), 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(2376), 9, + ACTIONS(1822), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62924,9 +66348,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, @@ -62936,11 +66361,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 +66386,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10206] = 24, - ACTIONS(63), 1, + [10416] = 21, + ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - sym_word, - ACTIONS(2461), 1, + ACTIONS(2552), 1, anon_sym_DOLLAR, - ACTIONS(2463), 1, + ACTIONS(2555), 1, sym__special_character, - ACTIONS(2465), 1, + ACTIONS(2558), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(2561), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(2564), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(2567), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(2570), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(2573), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(2576), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2483), 1, + ACTIONS(2582), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2485), 1, - sym_variable_name, - ACTIONS(2487), 1, + ACTIONS(2585), 1, sym_test_operator, - ACTIONS(2489), 1, + ACTIONS(2588), 1, sym__brace_start, - STATE(1714), 1, + STATE(1447), 1, aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2459), 2, + ACTIONS(2043), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2549), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2467), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2481), 2, + ACTIONS(2579), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(529), 3, - sym_variable_assignment, + STATE(531), 2, sym_concatenation, - aux_sym_declaration_command_repeat1, - ACTIONS(1323), 5, + aux_sym_unset_command_repeat1, + ACTIONS(2546), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + 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(2041), 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, - STATE(1422), 9, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [10514] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2455), 1, + anon_sym_DOLLAR, + ACTIONS(2457), 1, + sym__special_character, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + ACTIONS(2461), 1, + aux_sym_number_token1, + ACTIONS(2463), 1, + aux_sym_number_token2, + ACTIONS(2465), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2467), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2469), 1, + anon_sym_BQUOTE, + ACTIONS(2471), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2477), 1, + sym_test_operator, + ACTIONS(2479), 1, + sym__brace_start, + ACTIONS(2591), 1, + aux_sym__simple_variable_name_token1, + STATE(1509), 1, + aux_sym__literal_repeat1, + ACTIONS(2453), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2473), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(521), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1884), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2451), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1213), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63022,34 +66519,43 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1325), 11, - sym_file_descriptor, + ACTIONS(1882), 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, - [10306] = 7, + anon_sym_AMP, + [10612] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(1424), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1051), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2544), 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(2358), 9, + ACTIONS(2542), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -63059,7 +66565,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, @@ -63070,12 +66576,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, @@ -63093,61 +66603,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10372] = 24, - ACTIONS(63), 1, + [10682] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(2491), 1, - sym_word, - ACTIONS(2497), 1, + ACTIONS(2599), 1, anon_sym_DOLLAR, - ACTIONS(2500), 1, + ACTIONS(2602), 1, sym__special_character, - ACTIONS(2503), 1, + ACTIONS(2605), 1, anon_sym_DQUOTE, - ACTIONS(2509), 1, + ACTIONS(2608), 1, aux_sym_number_token1, - ACTIONS(2512), 1, + ACTIONS(2611), 1, aux_sym_number_token2, - ACTIONS(2515), 1, + ACTIONS(2614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2518), 1, + ACTIONS(2617), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2521), 1, + ACTIONS(2620), 1, anon_sym_BQUOTE, - ACTIONS(2524), 1, + ACTIONS(2623), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2530), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2533), 1, - sym_variable_name, - ACTIONS(2536), 1, + ACTIONS(2629), 1, sym_test_operator, - ACTIONS(2539), 1, + ACTIONS(2632), 1, sym__brace_start, - STATE(1714), 1, + STATE(1443), 1, aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2494), 2, + ACTIONS(1920), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2596), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2506), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2527), 2, + ACTIONS(2626), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(529), 3, - sym_variable_assignment, + STATE(534), 2, 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, + aux_sym_for_statement_repeat1, + ACTIONS(2593), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1247), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63157,68 +66656,83 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1369), 11, - sym_file_descriptor, + ACTIONS(1918), 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, - [10472] = 23, + anon_sym_AMP, + [10778] = 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(1402), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1404), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1406), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1414), 1, sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2419), 1, + sym__special_character, + ACTIONS(2421), 1, sym_test_operator, - STATE(532), 1, + STATE(616), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1196), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1402), 1, sym_concatenation, - ACTIONS(1577), 2, + STATE(3170), 1, + sym_subshell, + ACTIONS(1256), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, + ACTIONS(2417), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + ACTIONS(2415), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(1501), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63228,7 +66742,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 15, + ACTIONS(1252), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63242,58 +66756,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, - [10570] = 23, + [10884] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2641), 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(2644), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(2647), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2650), 1, + aux_sym_number_token1, + ACTIONS(2653), 1, + aux_sym_number_token2, + ACTIONS(2656), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2659), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2662), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2665), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2671), 1, sym_test_operator, - STATE(534), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2674), 1, + sym__brace_start, + STATE(1476), 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(2638), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2668), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + STATE(536), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2635), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + ACTIONS(1920), 4, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(1167), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63303,7 +66815,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 15, + ACTIONS(1918), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63311,64 +66824,63 @@ 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, - [10668] = 23, + anon_sym_AMP, + [10980] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2683), 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(2686), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(2689), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2692), 1, + aux_sym_number_token1, + ACTIONS(2695), 1, + aux_sym_number_token2, + ACTIONS(2698), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2701), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2704), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2707), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2713), 1, sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2716), 1, + sym__brace_start, + STATE(1563), 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(2680), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2710), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + STATE(537), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1920), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2677), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(1368), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63378,7 +66890,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 15, + ACTIONS(1918), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63386,90 +66899,64 @@ 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, - [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, + [11075] = 21, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2552), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(2558), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(2561), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2564), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(2567), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(2570), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(2573), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(2576), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(2588), 1, sym__brace_start, - ACTIONS(1017), 1, + ACTIONS(2722), 1, sym__special_character, - ACTIONS(1023), 1, - sym_variable_name, - ACTIONS(1025), 1, + ACTIONS(2725), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2728), 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(1447), 1, aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(1391), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3972), 1, - sym_subscript, - ACTIONS(389), 2, + ACTIONS(2043), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2549), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(2579), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1019), 2, + STATE(538), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2719), 3, sym_raw_string, sym_ansi_c_string, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1278), 9, + sym_word, + STATE(1315), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63479,56 +66966,72 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [10884] = 23, + ACTIONS(2041), 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, + [11172] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2379), 1, anon_sym_DOLLAR, - ACTIONS(417), 1, + ACTIONS(2385), 1, + anon_sym_DQUOTE, + ACTIONS(2388), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2391), 1, aux_sym_number_token2, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1017), 1, - sym__special_character, - ACTIONS(2001), 1, - anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2394), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2397), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2400), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2403), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2412), 1, + sym__brace_start, + ACTIONS(2734), 1, + sym__special_character, + ACTIONS(2737), 1, sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1452), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2376), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2406), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + STATE(539), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1920), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(2731), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(1341), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63538,7 +67041,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 15, + ACTIONS(1918), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63546,200 +67050,95 @@ 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, + [11267] = 7, + ACTIONS(3), 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, - anon_sym_DOLLAR, - ACTIONS(977), 1, - sym__special_character, - ACTIONS(979), 1, + ACTIONS(2323), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, - aux_sym_number_token1, - ACTIONS(985), 1, - aux_sym_number_token2, - ACTIONS(987), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(999), 1, + STATE(1394), 1, + sym_string, + ACTIONS(2742), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, + sym_file_descriptor, sym_test_operator, - ACTIONS(1001), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2550), 1, - sym_word, - STATE(546), 1, - sym_command_name, - STATE(897), 1, - aux_sym_command_repeat1, - STATE(1547), 1, - aux_sym__literal_repeat1, - STATE(1749), 1, - sym_concatenation, - STATE(1870), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(3199), 1, - sym_command, - STATE(3974), 1, - sym_subscript, - ACTIONS(965), 2, + ACTIONS(2740), 9, + anon_sym_DASH, + 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_DOLLAR_LPAREN_LPAREN, - ACTIONS(981), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(995), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(3188), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_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(1330), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [11100] = 33, - ACTIONS(63), 1, - sym_comment, - ACTIONS(461), 1, - anon_sym_LPAREN, - ACTIONS(483), 1, - anon_sym_LBRACK, - ACTIONS(485), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(491), 1, - anon_sym_DOLLAR, - ACTIONS(493), 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_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(495), 1, - anon_sym_DQUOTE, - ACTIONS(499), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(501), 1, aux_sym_number_token2, - ACTIONS(503), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(515), 1, - sym_variable_name, - ACTIONS(517), 1, - sym_test_operator, - ACTIONS(519), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2552), 1, - sym_word, - STATE(429), 1, - sym_command_name, - STATE(707), 1, - aux_sym__literal_repeat1, - STATE(830), 1, - sym_concatenation, - STATE(837), 1, - aux_sym_command_repeat1, - STATE(1104), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2806), 1, - sym_command, - STATE(4022), 1, - sym_subscript, - ACTIONS(455), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_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(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, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [11218] = 7, + sym_word, + [11336] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, + ACTIONS(2323), 1, anon_sym_DQUOTE, - STATE(1215), 1, + STATE(1394), 1, sym_string, - ACTIONS(2455), 2, + ACTIONS(2742), 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__brace_start, - ts_builtin_sym_end, - ACTIONS(2453), 9, + ACTIONS(2740), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -63749,7 +67148,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, @@ -63760,12 +67159,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, @@ -63783,61 +67186,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [11284] = 24, - ACTIONS(63), 1, + [11405] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - sym_word, - 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(2485), 1, + STATE(1452), 1, + aux_sym__literal_repeat1, + STATE(539), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2018), 5, + sym_file_descriptor, sym_variable_name, - ACTIONS(2487), 1, sym_test_operator, - ACTIONS(2489), 1, sym__brace_start, - ACTIONS(2554), 1, - aux_sym__simple_variable_name_token1, - STATE(1714), 1, - aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2459), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2467), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(527), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - ACTIONS(1355), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1422), 9, + aux_sym_heredoc_redirect_token1, + STATE(1341), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63847,33 +67210,58 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1357), 11, - sym_file_descriptor, + ACTIONS(2016), 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, - [11384] = 7, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [11472] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2186), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1230), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2746), 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(2744), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -63883,7 +67271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 34, + ACTIONS(1081), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -63892,15 +67280,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, @@ -63918,182 +67309,170 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [11450] = 23, - ACTIONS(3), 1, + [11541] = 34, + ACTIONS(67), 1, sym_comment, - ACTIONS(1907), 1, + ACTIONS(161), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(981), 1, anon_sym_DOLLAR, - ACTIONS(1913), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(1916), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(1919), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(1922), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1925), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1928), 1, - anon_sym_BQUOTE, - ACTIONS(1931), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1940), 1, - sym__bare_dollar, - ACTIONS(1943), 1, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(2562), 1, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1061), 1, sym__special_character, - ACTIONS(2565), 1, + ACTIONS(1065), 1, sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(2750), 1, + anon_sym_BANG, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(2758), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2760), 1, + sym_variable_name, + STATE(1760), 1, + sym_command_substitution, + STATE(1854), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1424), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + STATE(2230), 1, + sym__expression, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1934), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2559), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2556), 3, + ACTIONS(1063), 2, sym_raw_string, sym_ansi_c_string, - sym_word, - STATE(1283), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(2752), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2754), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 4, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, - sym_command_substitution, + STATE(1853), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, sym_process_substitution, - ACTIONS(1419), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(2106), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [11664] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2768), 1, + anon_sym_SEMI_SEMI, + ACTIONS(2766), 3, + anon_sym_RPAREN, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2764), 21, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + 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_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, - [11548] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(121), 1, - sym_variable_name, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, + sym_raw_string, + sym_ansi_c_string, 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, - 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, - 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, + ACTIONS(2762), 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, - 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_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [11729] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(2186), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1230), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2746), 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(2358), 9, + ACTIONS(2744), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64103,7 +67482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1091), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -64114,12 +67493,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, @@ -64137,82 +67520,111 @@ 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, + [11798] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + STATE(1473), 1, + aux_sym__literal_repeat1, + STATE(1574), 1, + sym_concatenation, + ACTIONS(2102), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(1202), 9, + 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(2100), 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(411), 1, sym__special_character, - ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(433), 1, - sym_variable_name, - ACTIONS(435), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [11865] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2776), 1, + sym__special_character, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2784), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2788), 1, + anon_sym_BQUOTE, + ACTIONS(2790), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2794), 1, sym_test_operator, - ACTIONS(437), 1, + ACTIONS(2796), 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, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(1500), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3995), 1, - sym_subscript, - ACTIONS(389), 2, + ACTIONS(2152), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(429), 2, + ACTIONS(2792), 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, + STATE(570), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2770), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64222,82 +67634,73 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [11850] = 33, - ACTIONS(63), 1, + ACTIONS(2150), 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, + [11960] = 20, + 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(709), 1, + ACTIONS(2802), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, + ACTIONS(2804), 1, sym__special_character, - ACTIONS(713), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(2816), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(2818), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(733), 1, - sym_variable_name, - ACTIONS(735), 1, + ACTIONS(2822), 1, sym_test_operator, - ACTIONS(737), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2570), 1, - sym_word, - STATE(431), 1, - sym_command_name, - STATE(829), 1, + STATE(1563), 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, + ACTIONS(2800), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(715), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(729), 2, + ACTIONS(2820), 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, + STATE(537), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2222), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2798), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1368), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64307,60 +67710,71 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [11968] = 24, - ACTIONS(63), 1, + ACTIONS(2220), 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, + [12055] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(2776), 1, + sym__special_character, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(2788), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(2790), 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(2794), 1, sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(550), 1, - aux_sym_command_repeat2, - STATE(1588), 1, + ACTIONS(2796), 1, + sym__brace_start, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, + ACTIONS(2018), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(2792), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + STATE(570), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2770), 3, sym_raw_string, sym_ansi_c_string, - ACTIONS(1579), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, + sym_word, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64370,72 +67784,74 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1581), 11, - sym_file_descriptor, + ACTIONS(2016), 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, - [12067] = 24, - ACTIONS(63), 1, + anon_sym_AMP, + [12150] = 21, + ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(2347), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(2351), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(2353), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(2355), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(2357), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(2361), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(2363), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(2371), 1, sym__brace_start, - ACTIONS(2572), 1, - sym_word, - ACTIONS(2576), 1, + ACTIONS(2828), 1, sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2830), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2832), 1, sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(549), 1, - aux_sym_command_repeat2, - STATE(1588), 1, + STATE(1447), 1, aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, + ACTIONS(1884), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2345), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(2365), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + STATE(538), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2826), 3, sym_raw_string, sym_ansi_c_string, - ACTIONS(1575), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, + sym_word, + STATE(1315), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64445,129 +67861,133 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1577), 11, - sym_file_descriptor, + ACTIONS(1882), 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, - [12166] = 10, - ACTIONS(3), 1, + anon_sym_AMP, + [12247] = 5, + ACTIONS(67), 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(2766), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2768), 2, + anon_sym_esac, + anon_sym_SEMI_SEMI, + ACTIONS(2764), 21, sym_file_descriptor, + sym_variable_name, 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, - 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_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_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_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(2762), 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, - [12237] = 14, + [12312] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 1, + STATE(1430), 1, + aux_sym__literal_repeat1, + STATE(1554), 1, + sym_concatenation, + ACTIONS(2102), 5, + sym_file_descriptor, sym_variable_name, - ACTIONS(2605), 1, + sym_test_operator, + sym__brace_start, 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, + STATE(1209), 9, + 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(2100), 37, + anon_sym_LPAREN_LPAREN, 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_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, @@ -64583,60 +68003,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12316] = 24, - ACTIONS(63), 1, + [12379] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(2776), 1, + sym__special_character, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(2788), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(2790), 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(2794), 1, sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(550), 1, - aux_sym_command_repeat2, - STATE(1588), 1, + ACTIONS(2796), 1, + sym__brace_start, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, + ACTIONS(2222), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(2792), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + STATE(570), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2770), 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(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64646,72 +68056,72 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1571), 11, - sym_file_descriptor, + ACTIONS(2220), 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, - [12415] = 24, - ACTIONS(63), 1, + anon_sym_AMP, + [12474] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(2609), 1, - sym_word, - ACTIONS(2618), 1, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(2621), 1, + ACTIONS(2776), 1, sym__special_character, - ACTIONS(2624), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2630), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(2633), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(2636), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2639), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2642), 1, + ACTIONS(2788), 1, anon_sym_BQUOTE, - ACTIONS(2645), 1, + ACTIONS(2790), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2651), 1, + ACTIONS(2794), 1, sym_test_operator, - ACTIONS(2654), 1, - sym__bare_dollar, - ACTIONS(2657), 1, + ACTIONS(2796), 1, sym__brace_start, - STATE(550), 1, - aux_sym_command_repeat2, - STATE(1588), 1, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(2612), 2, + ACTIONS(1810), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2772), 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, + ACTIONS(2792), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1419), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, + STATE(570), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2770), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64721,43 +68131,53 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1424), 11, - sym_file_descriptor, + ACTIONS(1808), 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, - [12514] = 7, + anon_sym_AMP, + [12569] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, - anon_sym_DQUOTE, - STATE(1244), 1, - sym_string, - ACTIONS(2451), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + STATE(1452), 1, + aux_sym__literal_repeat1, + STATE(539), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1810), 5, sym_file_descriptor, + sym_variable_name, 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), 33, + aux_sym_heredoc_redirect_token1, + STATE(1341), 9, + 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(1808), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -64774,12 +68194,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, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -64791,34 +68214,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12579] = 7, + [12636] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2347), 1, + anon_sym_DOLLAR, + ACTIONS(2351), 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, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - ACTIONS(2089), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 32, + ACTIONS(2353), 1, + aux_sym_number_token1, + ACTIONS(2355), 1, + aux_sym_number_token2, + ACTIONS(2357), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2359), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2361), 1, + anon_sym_BQUOTE, + ACTIONS(2363), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(2828), 1, + sym__special_character, + ACTIONS(2832), 1, + sym_test_operator, + ACTIONS(2834), 1, + aux_sym__simple_variable_name_token1, + STATE(1447), 1, + aux_sym__literal_repeat1, + ACTIONS(2012), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2345), 2, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2365), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(551), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2826), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1315), 9, + 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(2010), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -64826,44 +68278,115 @@ 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_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, + anon_sym_AMP, + [12733] = 26, + ACTIONS(67), 1, + sym_comment, + ACTIONS(909), 1, + anon_sym_LPAREN, + 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(2836), 1, + sym_word, + ACTIONS(2840), 1, + sym__special_character, + ACTIONS(2844), 1, + sym_test_operator, + ACTIONS(2846), 1, + sym__bare_dollar, + STATE(653), 1, + aux_sym_command_repeat2, + STATE(1842), 1, + aux_sym__literal_repeat1, + STATE(1955), 1, + sym_concatenation, + STATE(3717), 1, + sym_subshell, + ACTIONS(915), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(937), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [12644] = 7, + ACTIONS(2838), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2842), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1252), 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(1573), 9, + 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(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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [12840] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1104), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2850), 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(2848), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64873,7 +68396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1091), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -64882,6 +68405,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, @@ -64890,6 +68414,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, @@ -64907,22 +68433,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12709] = 7, + [12909] = 34, + ACTIONS(67), 1, + sym_comment, + ACTIONS(252), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(2750), 1, + anon_sym_BANG, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2852), 1, + aux_sym__simple_variable_name_token1, + STATE(1760), 1, + sym_command_substitution, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + STATE(2253), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2752), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2754), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1853), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2116), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [13032] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2856), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1270), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2858), 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(2089), 9, + ACTIONS(2854), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64932,26 +68547,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 32, + 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, @@ -64965,45 +68584,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12774] = 9, + [13101] = 23, 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(1662), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(1668), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(1671), 1, aux_sym_number_token1, + ACTIONS(1674), 1, aux_sym_number_token2, + ACTIONS(1677), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(1680), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(1683), 1, anon_sym_BQUOTE, + ACTIONS(1686), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1701), 1, + sym__brace_start, + ACTIONS(2863), 1, + sym__special_character, + ACTIONS(2866), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2869), 1, + sym_variable_name, + ACTIONS(2872), 1, + sym_test_operator, + STATE(1404), 1, + aux_sym__literal_repeat1, + STATE(4550), 1, + sym_subscript, + ACTIONS(1344), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1659), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1689), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(2860), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(2660), 21, + STATE(562), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1654), 9, + 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(1342), 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, + [13202] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1600), 1, + anon_sym_DQUOTE, + STATE(1104), 1, + sym_string, + ACTIONS(2850), 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(2848), 9, + anon_sym_DASH, + 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), 36, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -65011,74 +68696,94 @@ 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, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [12843] = 24, - ACTIONS(63), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [13271] = 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(2836), 1, sym_word, - ACTIONS(2576), 1, + ACTIONS(2840), 1, sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2844), 1, sym_test_operator, - ACTIONS(2582), 1, + ACTIONS(2846), 1, sym__bare_dollar, - STATE(545), 1, + STATE(654), 1, aux_sym_command_repeat2, - STATE(1588), 1, + STATE(1842), 1, aux_sym__literal_repeat1, - STATE(1672), 1, + STATE(1955), 1, sym_concatenation, - ACTIONS(965), 2, + STATE(3716), 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(2838), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + ACTIONS(2842), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1501), 5, + ACTIONS(1274), 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(1573), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65088,122 +68793,73 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1505), 11, + ACTIONS(1276), 11, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [12942] = 14, + [13378] = 20, 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, - sym_file_descriptor, - 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, - 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, + ACTIONS(2804), 1, 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, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [13021] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2668), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(2592), 2, + ACTIONS(2822), 1, sym_test_operator, + ACTIONS(2824), 1, 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, + STATE(1563), 1, + aux_sym__literal_repeat1, + ACTIONS(2800), 2, 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, + ACTIONS(2820), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(537), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2018), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2798), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(2660), 20, + STATE(1368), 9, + 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(2016), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -65213,93 +68869,34 @@ 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, - [13089] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2668), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(2671), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2455), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [13159] = 7, + [13473] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(2877), 1, anon_sym_DQUOTE, - STATE(1496), 1, + STATE(1387), 1, sym_string, - ACTIONS(2677), 2, + ACTIONS(2879), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2673), 9, + ts_builtin_sym_end, + ACTIONS(2875), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -65309,9 +68906,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 31, + ACTIONS(1081), 35, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -65319,15 +68916,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, @@ -65341,22 +68942,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13223] = 7, + [13542] = 34, + ACTIONS(67), 1, + sym_comment, + ACTIONS(254), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(2750), 1, + anon_sym_BANG, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2881), 1, + aux_sym__simple_variable_name_token1, + STATE(1760), 1, + sym_command_substitution, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + STATE(2223), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2752), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2754), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1853), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2136), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [13665] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(2877), 1, anon_sym_DQUOTE, - STATE(1496), 1, + STATE(1387), 1, sym_string, - ACTIONS(2677), 2, + ACTIONS(2879), 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(2673), 9, + ts_builtin_sym_end, + ACTIONS(2875), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -65366,9 +69057,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 31, + 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, @@ -65376,15 +69067,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, @@ -65398,106 +69093,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, + [13734] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2427), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2431), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2433), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2435), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2437), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2439), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2441), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2443), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(2449), 1, sym__brace_start, - ACTIONS(2681), 1, + ACTIONS(2885), 1, sym__special_character, - ACTIONS(2683), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2685), 1, + ACTIONS(2887), 1, sym_test_operator, - STATE(1285), 1, + STATE(3055), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + STATE(3183), 1, + sym_concatenation, + ACTIONS(2102), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2425), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2445), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(565), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2679), 3, + ACTIONS(2883), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1472), 9, + STATE(3001), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65507,7 +69145,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 15, + ACTIONS(2100), 22, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -65515,124 +69154,64 @@ 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2668), 1, - sym_variable_name, - ACTIONS(2691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - STATE(3943), 1, - sym_subscript, - ACTIONS(2601), 2, - 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, - 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_GT_GT, - anon_sym_LT, - 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, - [13515] = 21, + [13829] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2895), 1, anon_sym_DOLLAR, - ACTIONS(2242), 1, + ACTIONS(2898), 1, + sym__special_character, + ACTIONS(2901), 1, anon_sym_DQUOTE, - ACTIONS(2245), 1, + ACTIONS(2904), 1, aux_sym_number_token1, - ACTIONS(2248), 1, + ACTIONS(2907), 1, aux_sym_number_token2, - ACTIONS(2251), 1, + ACTIONS(2910), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2254), 1, + ACTIONS(2913), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2257), 1, + ACTIONS(2916), 1, anon_sym_BQUOTE, - ACTIONS(2260), 1, + ACTIONS(2919), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2272), 1, - sym__brace_start, - ACTIONS(2698), 1, - sym__special_character, - ACTIONS(2701), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2704), 1, + ACTIONS(2925), 1, sym_test_operator, - STATE(1285), 1, + ACTIONS(2928), 1, + sym__brace_start, + STATE(1596), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, + ACTIONS(1920), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, + ACTIONS(2892), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, + ACTIONS(2922), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(565), 2, + STATE(570), 2, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2695), 3, + aux_sym_for_statement_repeat1, + ACTIONS(2889), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1472), 9, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65642,167 +69221,132 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 15, + ACTIONS(1918), 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, - [13607] = 3, - ACTIONS(63), 1, + anon_sym_AMP, + [13924] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(813), 22, + STATE(1506), 1, + aux_sym__literal_repeat1, + STATE(1601), 1, + sym_concatenation, + ACTIONS(2086), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(1215), 9, + 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(2084), 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_LBRACE, - anon_sym_RBRACE, - anon_sym_LBRACK_LBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(585), 26, - 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_PIPE, + anon_sym_SEMI_SEMI, + 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, - [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_LT_AMP_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, - 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, + [13991] = 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(1440), 1, + aux_sym__literal_repeat1, + STATE(1606), 1, + sym_concatenation, + ACTIONS(2086), 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(1188), 9, + 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(2084), 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, @@ -65821,170 +69365,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13783] = 14, + [14058] = 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, + 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, + ACTIONS(2824), 1, sym__brace_start, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + STATE(1563), 1, + aux_sym__literal_repeat1, + ACTIONS(2800), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(537), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2152), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2798), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1368), 9, + 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(2150), 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_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, + [14153] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2427), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2431), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2433), 1, aux_sym_number_token1, + ACTIONS(2435), 1, aux_sym_number_token2, + ACTIONS(2437), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2439), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2441), 1, anon_sym_BQUOTE, + ACTIONS(2443), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [13861] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2386), 1, - ts_builtin_sym_end, - ACTIONS(2382), 21, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(2449), 1, sym__brace_start, + ACTIONS(2885), 1, + sym__special_character, + ACTIONS(2933), 1, + sym_test_operator, + STATE(2989), 1, + aux_sym__literal_repeat1, + STATE(3182), 1, + sym_concatenation, + ACTIONS(2086), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2425), 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, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(2445), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, + ACTIONS(2931), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3059), 9, + 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(2084), 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_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_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, - [13919] = 21, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [14248] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(1596), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(1606), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(1610), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(1612), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(1622), 1, sym__brace_start, - ACTIONS(2681), 1, + ACTIONS(2937), 1, sym__special_character, - ACTIONS(2685), 1, - sym_test_operator, - ACTIONS(2717), 1, + ACTIONS(2939), 1, aux_sym__simple_variable_name_token1, - STATE(1285), 1, + ACTIONS(2941), 1, + sym_variable_name, + ACTIONS(2943), 1, + sym_test_operator, + STATE(1404), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + STATE(4550), 1, + sym_subscript, + ACTIONS(1390), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(1594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(1614), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(563), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2679), 3, + ACTIONS(2935), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1472), 9, + STATE(587), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1654), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65994,7 +69575,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 15, + ACTIONS(1388), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66008,24 +69589,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, - [14011] = 7, + [14349] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(2856), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(1270), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2858), 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(2854), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -66035,24 +69618,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,19 +69655,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14074] = 7, + [14418] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, + ACTIONS(1632), 1, anon_sym_DQUOTE, - ACTIONS(1139), 1, - sym_test_operator, - STATE(1444), 1, + STATE(1149), 1, sym_string, - ACTIONS(2721), 2, + ACTIONS(2947), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, + ACTIONS(1089), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + ACTIONS(2945), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -66088,84 +69681,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, - anon_sym_RPAREN_RPAREN, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [14137] = 6, - 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, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 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, @@ -66177,33 +69717,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14198] = 7, + [14487] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(2347), 1, + anon_sym_DOLLAR, + ACTIONS(2351), 1, anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, + ACTIONS(2353), 1, + aux_sym_number_token1, + ACTIONS(2355), 1, + aux_sym_number_token2, + ACTIONS(2357), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2359), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2363), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(2828), 1, + sym__special_character, + ACTIONS(2832), 1, + sym_test_operator, + ACTIONS(2949), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + STATE(1447), 1, + aux_sym__literal_repeat1, + ACTIONS(2012), 2, 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), 30, + aux_sym_heredoc_redirect_token1, + ACTIONS(2345), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2365), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(585), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2826), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1315), 9, + 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(2010), 21, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66211,72 +69779,159 @@ 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_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, + anon_sym_AMP, + anon_sym_BQUOTE, + [14582] = 34, + ACTIONS(67), 1, + sym_comment, + ACTIONS(254), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, + ACTIONS(991), 1, aux_sym_number_token2, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(2750), 1, + anon_sym_BANG, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2951), 1, + aux_sym__simple_variable_name_token1, + STATE(1760), 1, + sym_command_substitution, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + STATE(2223), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [14261] = 6, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2752), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2754), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1853), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2087), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [14705] = 7, ACTIONS(3), 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(1632), 1, + anon_sym_DQUOTE, + STATE(1149), 1, + sym_string, + ACTIONS(2947), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 39, + ts_builtin_sym_end, + ACTIONS(2945), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(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, @@ -66288,105 +69943,328 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14322] = 10, - ACTIONS(3), 1, + [14774] = 34, + ACTIONS(67), 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, + ACTIONS(252), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, 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, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(2750), 1, + anon_sym_BANG, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2953), 1, + aux_sym__simple_variable_name_token1, + STATE(1760), 1, + sym_command_substitution, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + STATE(2253), 1, + sym__expression, + ACTIONS(969), 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(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1063), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(2752), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2754), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1853), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2132), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [14897] = 34, + ACTIONS(67), 1, + sym_comment, + ACTIONS(161), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, + ACTIONS(991), 1, aux_sym_number_token2, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, sym_word, - [14391] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2729), 1, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(2750), 1, + anon_sym_BANG, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(2760), 1, sym_variable_name, - STATE(3964), 1, + ACTIONS(2955), 1, + aux_sym__simple_variable_name_token1, + STATE(1760), 1, + sym_command_substitution, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + STATE(2230), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2752), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2754), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1853), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2092), 4, sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [15020] = 34, + ACTIONS(67), 1, + sym_comment, + ACTIONS(254), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, sym__brace_start, - STATE(2636), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2662), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(2750), 1, + anon_sym_BANG, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2957), 1, + aux_sym__simple_variable_name_token1, + STATE(1760), 1, + sym_command_substitution, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + STATE(2223), 1, + sym__expression, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2752), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2754), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1853), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2202), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [15143] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2802), 1, anon_sym_DOLLAR, + ACTIONS(2804), 1, 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(2822), 1, + sym_test_operator, + ACTIONS(2824), 1, + sym__brace_start, + STATE(1563), 1, + aux_sym__literal_repeat1, + ACTIONS(2800), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(537), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1810), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2798), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(2660), 18, + STATE(1368), 9, + 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(1808), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -66402,99 +70280,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, - [14458] = 14, + [15238] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_RPAREN, - ACTIONS(2715), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, - anon_sym_LT_LT_LT, - ACTIONS(2740), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2620), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - ACTIONS(2713), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, - 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(2347), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2351), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2353), 1, aux_sym_number_token1, + ACTIONS(2355), 1, aux_sym_number_token2, + ACTIONS(2357), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(2363), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(2828), 1, + sym__special_character, + ACTIONS(2830), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2832), 1, + sym_test_operator, + STATE(1447), 1, + aux_sym__literal_repeat1, + ACTIONS(1884), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2345), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2365), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(538), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2826), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [14535] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2745), 1, - anon_sym_DQUOTE, - STATE(1534), 1, + STATE(1315), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(2747), 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(2743), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 30, - anon_sym_LPAREN_LPAREN, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1882), 21, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66502,55 +70347,140 @@ 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, anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [15333] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2959), 2, + anon_sym_esac, + anon_sym_SEMI_SEMI, + ACTIONS(2961), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2764), 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, - sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_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(2762), 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, - [14598] = 7, + [15398] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 1, + ACTIONS(1596), 1, + anon_sym_DOLLAR, + ACTIONS(1600), 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, + ACTIONS(1602), 1, + aux_sym_number_token1, + ACTIONS(1604), 1, + aux_sym_number_token2, + ACTIONS(1606), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1608), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1610), 1, + anon_sym_BQUOTE, + ACTIONS(1612), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1622), 1, + sym__brace_start, + ACTIONS(2937), 1, + sym__special_character, + ACTIONS(2941), 1, sym_variable_name, + ACTIONS(2943), 1, sym_test_operator, - sym__brace_start, - ACTIONS(2743), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 30, + ACTIONS(2963), 1, + aux_sym__simple_variable_name_token1, + STATE(1404), 1, + aux_sym__literal_repeat1, + STATE(4550), 1, + sym_subscript, + ACTIONS(1306), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1594), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1614), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2935), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(562), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1654), 9, + 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(1304), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66559,33 +70489,25 @@ 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, 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, - [14661] = 4, - ACTIONS(63), 1, + [15499] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(2386), 1, - anon_sym_BQUOTE, - ACTIONS(2382), 20, + ACTIONS(2959), 1, + anon_sym_SEMI_SEMI, + ACTIONS(2961), 3, + anon_sym_RPAREN, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2764), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -66595,18 +70517,19 @@ 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, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, + ACTIONS(2762), 28, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -66627,64 +70550,64 @@ 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, - [14718] = 14, + [15564] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2603), 1, - anon_sym_RPAREN, - ACTIONS(2691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, - anon_sym_LT_LT_LT, - ACTIONS(2740), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2620), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2351), 1, + anon_sym_DQUOTE, + STATE(1372), 1, + sym_string, + ACTIONS(2967), 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(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, + ACTIONS(2965), 9, + anon_sym_DASH, + 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), 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, - anon_sym_DOLLAR, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -66696,56 +70619,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14795] = 22, - ACTIONS(63), 1, + [15632] = 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(2749), 1, - sym_word, - ACTIONS(2755), 1, + ACTIONS(299), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(321), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(2758), 1, + ACTIONS(325), 1, sym__special_character, - ACTIONS(2761), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(2767), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(2770), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(2773), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2776), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2779), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(2782), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2788), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2791), 1, + ACTIONS(347), 1, + sym_variable_name, + ACTIONS(349), 1, sym_test_operator, - ACTIONS(2794), 1, + ACTIONS(351), 1, sym__brace_start, - STATE(1808), 1, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2969), 1, + sym_word, + STATE(449), 1, + sym_command_name, + STATE(1049), 1, + aux_sym_command_repeat1, + STATE(1057), 1, aux_sym__literal_repeat1, - ACTIONS(2752), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2764), 2, + STATE(1171), 1, + sym_concatenation, + STATE(1729), 1, + sym_variable_assignment, + STATE(2688), 1, + sym_file_redirect, + STATE(3177), 1, + sym_command, + STATE(4507), 1, + sym_subscript, + ACTIONS(329), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2785), 2, + ACTIONS(343), 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, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3157), 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(867), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -66755,39 +70708,235 @@ static const uint16_t ts_small_parse_table[] = { 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, + [15756] = 33, + ACTIONS(67), 1, sym_comment, - ACTIONS(2797), 1, + 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2971), 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, - sym_file_descriptor, + ACTIONS(2973), 1, + anon_sym_BANG, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + ACTIONS(2981), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2983), 1, + sym_variable_name, + STATE(1936), 1, + sym_command_substitution, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2280), 1, + sym__expression, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1933), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(1935), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(2316), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [15876] = 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, - sym__bare_dollar, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2971), 1, + anon_sym_LPAREN, + ACTIONS(2973), 1, + anon_sym_BANG, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + ACTIONS(2983), 1, + sym_variable_name, + ACTIONS(2985), 1, + aux_sym__simple_variable_name_token1, + STATE(1936), 1, + sym_command_substitution, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2273), 1, + sym__expression, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1933), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(1935), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(2300), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [15996] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2895), 1, + anon_sym_DOLLAR, + ACTIONS(2901), 1, + anon_sym_DQUOTE, + ACTIONS(2904), 1, + aux_sym_number_token1, + ACTIONS(2907), 1, + aux_sym_number_token2, + ACTIONS(2910), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2913), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2916), 1, + anon_sym_BQUOTE, + ACTIONS(2919), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2928), 1, sym__brace_start, + ACTIONS(2990), 1, + sym__special_character, + ACTIONS(2993), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(1920), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(2892), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2922), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(593), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2987), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1918), 20, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66796,132 +70945,141 @@ 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, + [16090] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3000), 1, anon_sym_DOLLAR, + ACTIONS(3002), 1, sym__special_character, + ACTIONS(3004), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3006), 1, aux_sym_number_token1, + ACTIONS(3008), 1, aux_sym_number_token2, + ACTIONS(3010), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3014), 1, anon_sym_BQUOTE, + ACTIONS(3016), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [14951] = 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, - sym_file_descriptor, + ACTIONS(3020), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(3022), 1, sym__brace_start, + STATE(3057), 1, + aux_sym__literal_repeat1, + STATE(3249), 1, + sym_concatenation, + ACTIONS(2086), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 39, + ACTIONS(2998), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3018), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2996), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3094), 9, + 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(2084), 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, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [15012] = 6, + [16184] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2711), 1, - sym__concat, - STATE(574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + STATE(1516), 1, + sym_string, + ACTIONS(3026), 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(2803), 39, + ts_builtin_sym_end, + ACTIONS(3024), 9, + anon_sym_DASH, + 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, @@ -66933,575 +71091,600 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15073] = 6, + [16252] = 23, 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, + ACTIONS(1971), 1, + anon_sym_DOLLAR, + ACTIONS(1977), 1, + anon_sym_DQUOTE, + ACTIONS(1980), 1, + aux_sym_number_token1, + ACTIONS(1983), 1, + aux_sym_number_token2, + ACTIONS(1986), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1992), 1, + anon_sym_BQUOTE, + ACTIONS(1995), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2004), 1, sym__bare_dollar, + ACTIONS(2007), 1, sym__brace_start, + ACTIONS(3034), 1, + sym__special_character, + ACTIONS(3037), 1, + sym_test_operator, + STATE(596), 1, + aux_sym_command_repeat2, + STATE(1196), 1, + aux_sym__literal_repeat1, + STATE(1402), 1, + sym_concatenation, + ACTIONS(1459), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 39, + ACTIONS(1965), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1998), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3031), 2, anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(3028), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + 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(1454), 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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + [16352] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3000), 1, anon_sym_DOLLAR, + ACTIONS(3002), 1, sym__special_character, + ACTIONS(3004), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3006), 1, aux_sym_number_token1, + ACTIONS(3008), 1, aux_sym_number_token2, + ACTIONS(3010), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3014), 1, anon_sym_BQUOTE, + ACTIONS(3016), 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, - sym_variable_name, - sym_test_operator, + ACTIONS(3022), 1, sym__brace_start, + ACTIONS(3042), 1, + sym_test_operator, + STATE(3064), 1, + aux_sym__literal_repeat1, + STATE(3234), 1, + sym_concatenation, + ACTIONS(2102), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2998), 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, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(3018), 2, 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, + ACTIONS(3040), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [15189] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1444), 1, + STATE(3092), 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(2100), 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_AMP, - anon_sym_CARET, - [15252] = 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(1135), 4, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2358), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - 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_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_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, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [15315] = 10, - ACTIONS(3), 1, + anon_sym_AMP, + [16446] = 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(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2740), 1, + ACTIONS(127), 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, + ACTIONS(299), 1, 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, + ACTIONS(321), 1, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - 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, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [15384] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2740), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(2662), 2, + ACTIONS(699), 1, + sym__special_character, + ACTIONS(703), 1, + sym_test_operator, + ACTIONS(1244), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2620), 2, + ACTIONS(3044), 1, + sym_word, + STATE(423), 1, + sym_command_name, + STATE(1057), 1, + aux_sym__literal_repeat1, + STATE(1059), 1, + aux_sym_command_repeat1, + STATE(1171), 1, + sym_concatenation, + STATE(1616), 1, sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2619), 4, + STATE(2688), 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, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + STATE(3177), 1, + sym_command, + STATE(4582), 1, + sym_subscript, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - ACTIONS(2660), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(701), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3157), 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_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [15451] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2813), 1, - anon_sym_DQUOTE, - STATE(1531), 1, + STATE(765), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(1139), 2, - sym__concat, - sym_test_operator, - ACTIONS(2815), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [15514] = 6, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [16570] = 23, 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, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - 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(1402), 1, + anon_sym_DQUOTE, + ACTIONS(1404), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1406), 1, anon_sym_BQUOTE, + ACTIONS(1408), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1414), 1, + sym__bare_dollar, + ACTIONS(2419), 1, + sym__special_character, + ACTIONS(2421), 1, + sym_test_operator, + STATE(596), 1, + aux_sym_command_repeat2, + STATE(1196), 1, + aux_sym__literal_repeat1, + STATE(1402), 1, + sym_concatenation, + ACTIONS(1396), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1410), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [15575] = 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(2823), 5, + ACTIONS(1578), 2, sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + ACTIONS(2417), 2, anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2415), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + 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(1576), 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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + [16670] = 33, + ACTIONS(67), 1, + sym_comment, + ACTIONS(981), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(985), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(989), 1, aux_sym_number_token1, + ACTIONS(991), 1, aux_sym_number_token2, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, sym_word, - [15636] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2420), 1, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2748), 1, + anon_sym_LPAREN, + ACTIONS(2750), 1, + anon_sym_BANG, + ACTIONS(2756), 1, anon_sym_BQUOTE, - ACTIONS(2382), 20, - sym_file_descriptor, + ACTIONS(2760), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(3046), 1, + aux_sym__simple_variable_name_token1, + STATE(1760), 1, + sym_command_substitution, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + STATE(2263), 1, + sym__expression, + ACTIONS(969), 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(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1063), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(2752), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2754), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1853), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2188), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [16790] = 33, + ACTIONS(67), 1, + sym_comment, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, 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, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2748), 1, anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_if, - anon_sym_case, - anon_sym_function, + ACTIONS(2750), 1, anon_sym_BANG, - anon_sym_LBRACK, - anon_sym_declare, - anon_sym_typeset, - anon_sym_export, - anon_sym_readonly, - anon_sym_local, - anon_sym_unset, - anon_sym_unsetenv, - anon_sym_AMP_GT, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(3048), 1, + aux_sym__simple_variable_name_token1, + STATE(1760), 1, + sym_command_substitution, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + STATE(2258), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2752), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2754), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1759), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1853), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2189), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [16910] = 33, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(224), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(230), 1, aux_sym_number_token1, + ACTIONS(232), 1, aux_sym_number_token2, + ACTIONS(236), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - [15693] = 7, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2971), 1, + anon_sym_LPAREN, + ACTIONS(2973), 1, + anon_sym_BANG, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + ACTIONS(2983), 1, + sym_variable_name, + ACTIONS(3050), 1, + aux_sym__simple_variable_name_token1, + STATE(1936), 1, + sym_command_substitution, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2259), 1, + sym__expression, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1933), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(1935), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(2294), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [17030] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 1, + ACTIONS(2856), 1, anon_sym_DQUOTE, - STATE(1531), 1, + STATE(1270), 1, sym_string, - ACTIONS(1135), 2, - sym__concat, - sym_test_operator, - ACTIONS(2815), 2, + ACTIONS(2858), 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(2854), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -67511,83 +71694,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(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, @@ -67599,56 +71730,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15817] = 22, - ACTIONS(63), 1, + [17098] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(2825), 1, + ACTIONS(3052), 1, sym_word, - ACTIONS(2829), 1, + ACTIONS(3058), 1, anon_sym_DOLLAR, - ACTIONS(2831), 1, + ACTIONS(3061), 1, sym__special_character, - ACTIONS(2833), 1, + ACTIONS(3064), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(3070), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(3073), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(3076), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(3079), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(3082), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(3085), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2851), 1, + ACTIONS(3091), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2853), 1, + ACTIONS(3094), 1, + sym_variable_name, + ACTIONS(3097), 1, sym_test_operator, - ACTIONS(2855), 1, + ACTIONS(3100), 1, sym__brace_start, - STATE(1808), 1, + STATE(1960), 1, aux_sym__literal_repeat1, - ACTIONS(2827), 2, + STATE(4579), 1, + sym_subscript, + ACTIONS(3055), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2835), 2, + ACTIONS(3067), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2849), 2, + ACTIONS(3088), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(584), 2, + STATE(604), 3, + sym_variable_assignment, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1823), 5, + aux_sym_declaration_command_repeat1, + ACTIONS(1342), 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(1703), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -67658,108 +71796,73 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1825), 11, + ACTIONS(1344), 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, + [17200] = 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(2774), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2778), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2780), 1, aux_sym_number_token1, + ACTIONS(2782), 1, aux_sym_number_token2, + ACTIONS(2784), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2788), 1, anon_sym_BQUOTE, + ACTIONS(2790), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(3105), 1, + sym__special_character, + ACTIONS(3107), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(2152), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2772), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(593), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3103), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [15987] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2360), 1, - anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(2362), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2358), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 30, - anon_sym_LPAREN_LPAREN, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2150), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -67767,135 +71870,68 @@ 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_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, - [16050] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2729), 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, - sym_test_operator, - sym__brace_start, - ACTIONS(2867), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(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, - [16127] = 6, + [17294] = 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(2778), 1, + anon_sym_DQUOTE, + STATE(1525), 1, + sym_string, + ACTIONS(3111), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 39, + ACTIONS(3109), 9, + anon_sym_DASH, + 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), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, 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,50 +71943,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16188] = 6, + [17362] = 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(2856), 1, + anon_sym_DQUOTE, + STATE(1270), 1, + sym_string, + ACTIONS(2858), 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__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(2854), 9, + anon_sym_DASH, + 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, @@ -67962,56 +72004,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16249] = 22, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2825), 1, - sym_word, - ACTIONS(2829), 1, + [17430] = 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(2831), 1, + ACTIONS(47), 1, sym__special_character, - ACTIONS(2833), 1, + ACTIONS(49), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(55), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(57), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(61), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(63), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2853), 1, + ACTIONS(67), 1, + sym_comment, + ACTIONS(71), 1, + sym_variable_name, + ACTIONS(73), 1, sym_test_operator, - ACTIONS(2855), 1, + ACTIONS(75), 1, sym__brace_start, - ACTIONS(2877), 1, - aux_sym__simple_variable_name_token1, - STATE(1808), 1, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(3113), 1, + sym_word, + STATE(428), 1, + sym_command_name, + STATE(1007), 1, aux_sym__literal_repeat1, - ACTIONS(2827), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2835), 2, + STATE(1008), 1, + aux_sym_command_repeat1, + STATE(1156), 1, + sym_concatenation, + STATE(1604), 1, + sym_variable_assignment, + STATE(2688), 1, + sym_file_redirect, + STATE(3177), 1, + sym_command, + STATE(4598), 1, + sym_subscript, + ACTIONS(51), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2849), 2, + ACTIONS(65), 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(3157), 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(754), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -68021,57 +72093,60 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1855), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [16342] = 9, + [17554] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2774), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2778), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2780), 1, aux_sym_number_token1, + ACTIONS(2782), 1, aux_sym_number_token2, + ACTIONS(2784), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2788), 1, anon_sym_BQUOTE, + ACTIONS(2790), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(3105), 1, + sym__special_character, + ACTIONS(3107), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(1810), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2772), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(593), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3103), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(2660), 18, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1808), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -68087,28 +72162,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [17648] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2882), 1, - sym__concat, - STATE(634), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1600), 1, + anon_sym_DQUOTE, + STATE(1104), 1, + sym_string, + ACTIONS(2850), 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(1171), 38, + ACTIONS(2848), 9, + anon_sym_DASH, + 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, @@ -68117,22 +72203,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, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -68144,49 +72228,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16468] = 6, + [17716] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(608), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + STATE(1525), 1, + sym_string, + ACTIONS(3111), 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(2817), 38, + ACTIONS(3109), 9, + anon_sym_DASH, + 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, @@ -68198,22 +72289,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16528] = 7, + [17784] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - STATE(1687), 1, + STATE(1104), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(2850), 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(2884), 9, + ACTIONS(2848), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -68223,8 +72314,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, @@ -68232,14 +72324,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,19 +72350,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16590] = 7, + [17852] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1382), 1, + STATE(931), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(1824), 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(1822), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -68275,57 +72375,8 @@ 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_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, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 38, + ACTIONS(1091), 35, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -68333,10 +72384,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, @@ -68344,13 +72393,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, @@ -68362,24 +72411,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16712] = 6, + [17920] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(608), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + STATE(931), 1, + sym_string, + ACTIONS(1824), 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(187), 38, + ACTIONS(1822), 9, + anon_sym_DASH, + 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, @@ -68387,10 +72445,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, @@ -68398,13 +72454,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, @@ -68416,148 +72472,374 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16772] = 3, - ACTIONS(3), 1, + [17988] = 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(1241), 6, - sym_file_descriptor, - sym__concat, + 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, + ACTIONS(349), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(351), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 40, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2969), 1, + sym_word, + STATE(450), 1, + sym_command_name, + STATE(1037), 1, + aux_sym_command_repeat1, + STATE(1057), 1, + aux_sym__literal_repeat1, + STATE(1171), 1, + sym_concatenation, + STATE(1616), 1, + sym_variable_assignment, + STATE(2688), 1, + sym_file_redirect, + STATE(3177), 1, + sym_command, + STATE(4507), 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(3157), 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(867), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [18112] = 23, + 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(1402), 1, + anon_sym_DQUOTE, + ACTIONS(1404), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1406), 1, + anon_sym_BQUOTE, + ACTIONS(1408), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1414), 1, + sym__bare_dollar, + ACTIONS(2419), 1, + sym__special_character, + ACTIONS(2421), 1, + sym_test_operator, + STATE(596), 1, + aux_sym_command_repeat2, + STATE(1196), 1, + aux_sym__literal_repeat1, + STATE(1402), 1, + sym_concatenation, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1410), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2417), 2, anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2415), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + 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(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_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, + [18212] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2774), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2778), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2780), 1, aux_sym_number_token1, + ACTIONS(2782), 1, aux_sym_number_token2, + ACTIONS(2784), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2788), 1, anon_sym_BQUOTE, + ACTIONS(2790), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [16826] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2796), 1, sym__brace_start, + ACTIONS(3105), 1, + sym__special_character, + ACTIONS(3107), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(2018), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 40, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(593), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3103), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2016), 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, + [18306] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3115), 1, + sym_word, + ACTIONS(3119), 1, anon_sym_DOLLAR, + ACTIONS(3121), 1, sym__special_character, + ACTIONS(3123), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3127), 1, aux_sym_number_token1, + ACTIONS(3129), 1, aux_sym_number_token2, + ACTIONS(3131), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3133), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3135), 1, anon_sym_BQUOTE, + ACTIONS(3137), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3141), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(3143), 1, + sym_variable_name, + ACTIONS(3145), 1, + sym_test_operator, + ACTIONS(3147), 1, + sym__brace_start, + STATE(1960), 1, + aux_sym__literal_repeat1, + STATE(4579), 1, + sym_subscript, + ACTIONS(3117), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3125), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3139), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [16880] = 3, + STATE(604), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + ACTIONS(1304), 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(1703), 9, + 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), 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, + [18408] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + STATE(1516), 1, + sym_string, + ACTIONS(3026), 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(1255), 40, + ts_builtin_sym_end, + ACTIONS(3024), 9, + anon_sym_DASH, + 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, @@ -68569,43 +72851,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16934] = 3, + [18476] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + STATE(1440), 1, + aux_sym__literal_repeat1, + STATE(1606), 1, + sym_concatenation, + ACTIONS(2086), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 40, + STATE(1309), 9, + 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(2084), 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, @@ -68620,149 +72911,200 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16988] = 7, + [18542] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(3000), 1, + anon_sym_DOLLAR, + ACTIONS(3004), 1, anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(3006), 1, + aux_sym_number_token1, + ACTIONS(3008), 1, + aux_sym_number_token2, + ACTIONS(3010), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3014), 1, + anon_sym_BQUOTE, + ACTIONS(3016), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3022), 1, + sym__brace_start, + ACTIONS(3151), 1, + sym__special_character, + ACTIONS(3153), 1, sym_test_operator, - STATE(1382), 1, + STATE(3064), 1, + aux_sym__literal_repeat1, + STATE(3234), 1, + sym_concatenation, + ACTIONS(2998), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3018), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2102), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3149), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3089), 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), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2100), 20, + 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, - [17050] = 3, + [18636] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2784), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2788), 1, + anon_sym_BQUOTE, + ACTIONS(2790), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2796), 1, sym__brace_start, + ACTIONS(3105), 1, + sym__special_character, + ACTIONS(3107), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(2222), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 40, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(593), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3103), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2220), 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, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [17104] = 3, + [18730] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + STATE(1430), 1, + aux_sym__literal_repeat1, + STATE(1554), 1, + sym_concatenation, + ACTIONS(2102), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 40, + STATE(1288), 9, + 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(2100), 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, @@ -68777,25 +73119,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17158] = 6, + [18796] = 19, 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, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2784), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2790), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2796), 1, sym__brace_start, + ACTIONS(3105), 1, + sym__special_character, + ACTIONS(3107), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(2152), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(593), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3103), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2150), 21, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -68804,355 +73180,410 @@ 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_BQUOTE, + [18888] = 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, - 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, - sym_word, - [17218] = 13, - 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, - sym_file_descriptor, + ACTIONS(941), 1, sym_test_operator, + ACTIONS(943), 1, sym__brace_start, - ACTIONS(2896), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(3155), 1, + sym_word, + STATE(558), 1, + sym_command_name, + STATE(1009), 1, + aux_sym_command_repeat1, + STATE(1734), 1, + aux_sym__literal_repeat1, + STATE(1834), 1, + sym_concatenation, + STATE(2183), 1, + sym_variable_assignment, + STATE(2688), 1, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, + STATE(3675), 1, + sym_command, + STATE(4583), 1, + sym_subscript, + 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(3676), 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, + STATE(1520), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [19012] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2774), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2778), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2780), 1, aux_sym_number_token1, + ACTIONS(2782), 1, aux_sym_number_token2, + ACTIONS(2784), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(2790), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [17292] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2796), 1, sym__brace_start, + ACTIONS(3105), 1, + sym__special_character, + ACTIONS(3107), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(1810), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 40, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(593), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3103), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1808), 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, + [19104] = 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, - aux_sym_concatenation_token1, + ACTIONS(323), 1, anon_sym_DOLLAR, - 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(351), 1, + sym__brace_start, + ACTIONS(891), 1, + sym__special_character, + ACTIONS(897), 1, + sym_variable_name, + ACTIONS(899), 1, + sym_test_operator, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(3157), 1, + sym_word, + STATE(535), 1, + sym_command_name, + STATE(980), 1, + aux_sym_command_repeat1, + STATE(1057), 1, + aux_sym__literal_repeat1, + STATE(1171), 1, + sym_concatenation, + STATE(1616), 1, + sym_variable_assignment, + STATE(2688), 1, + sym_file_redirect, + STATE(3177), 1, + sym_command, + STATE(4563), 1, + sym_subscript, + ACTIONS(343), 2, 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, + ACTIONS(893), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3157), 2, + sym_subshell, + sym_test_command, + ACTIONS(1238), 3, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, 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, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1366), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [19228] = 33, + ACTIONS(67), 1, sym_comment, - ACTIONS(1135), 1, + 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(2813), 1, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1037), 1, + sym__special_character, + ACTIONS(1039), 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, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2971), 1, + anon_sym_LPAREN, + ACTIONS(2973), 1, 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2603), 1, + ACTIONS(2979), 1, anon_sym_BQUOTE, - ACTIONS(2912), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(2916), 1, + ACTIONS(2983), 1, sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2561), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - ACTIONS(2906), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 23, + ACTIONS(3159), 1, + aux_sym__simple_variable_name_token1, + STATE(1936), 1, + sym_command_substitution, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2257), 1, + sym__expression, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(1033), 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(1041), 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_DOLLAR_BQUOTE, + ACTIONS(1047), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [17546] = 9, + ACTIONS(2975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1933), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(1935), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(2321), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [19348] = 20, 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(3000), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(3004), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3006), 1, aux_sym_number_token1, + ACTIONS(3008), 1, aux_sym_number_token2, + ACTIONS(3010), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3014), 1, + anon_sym_BQUOTE, + ACTIONS(3016), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3022), 1, + sym__brace_start, + ACTIONS(3151), 1, + sym__special_character, + ACTIONS(3163), 1, + sym_test_operator, + STATE(3057), 1, + aux_sym__literal_repeat1, + STATE(3249), 1, + sym_concatenation, + ACTIONS(2998), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3018), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(2086), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3161), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(2660), 19, + 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(2084), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -69168,101 +73599,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, anon_sym_AMP, - anon_sym_BQUOTE, - [17612] = 3, + [19442] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2784), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2790), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2796), 1, sym__brace_start, + ACTIONS(3105), 1, + sym__special_character, + ACTIONS(3107), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(2018), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 40, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(593), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3103), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2016), 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, - 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, - [17666] = 3, + [19534] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + STATE(1339), 1, + sym_string, + ACTIONS(3167), 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(1215), 40, + ts_builtin_sym_end, + ACTIONS(3165), 9, + anon_sym_DASH, + 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, @@ -69274,46 +73738,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17720] = 3, + [19602] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + STATE(1339), 1, + sym_string, + ACTIONS(3167), 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(1267), 40, + ts_builtin_sym_end, + ACTIONS(3165), 9, + anon_sym_DASH, + 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, @@ -69325,114 +73799,234 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17774] = 13, - ACTIONS(3), 1, + [19670] = 35, + ACTIONS(67), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2921), 1, - aux_sym_heredoc_redirect_token1, - STATE(4001), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - 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, + ACTIONS(369), 1, anon_sym_LPAREN_LPAREN, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(397), 1, + anon_sym_LBRACK, + ACTIONS(399), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(407), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(411), 1, + sym__special_character, + ACTIONS(413), 1, + anon_sym_DQUOTE, + ACTIONS(417), 1, + aux_sym_number_token1, + ACTIONS(419), 1, + aux_sym_number_token2, + ACTIONS(421), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(423), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(425), 1, + anon_sym_BQUOTE, + ACTIONS(427), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(433), 1, + sym_variable_name, + ACTIONS(435), 1, + sym_test_operator, + ACTIONS(437), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(3169), 1, + sym_word, + STATE(416), 1, + sym_command_name, + STATE(808), 1, + aux_sym__literal_repeat1, + STATE(906), 1, + sym_concatenation, + STATE(992), 1, + aux_sym_command_repeat1, + STATE(1371), 1, + sym_variable_assignment, + STATE(2688), 1, + sym_file_redirect, + STATE(3243), 1, + sym_command, + STATE(4558), 1, + sym_subscript, + ACTIONS(415), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(429), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3242), 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(680), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [19794] = 35, + ACTIONS(67), 1, + sym_comment, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(397), 1, + anon_sym_LBRACK, + ACTIONS(399), 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(639), 1, sym__special_character, + ACTIONS(641), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + 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(661), 1, + sym_variable_name, + ACTIONS(663), 1, + sym_test_operator, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(3171), 1, + sym_word, + STATE(418), 1, + sym_command_name, + STATE(861), 1, + aux_sym__literal_repeat1, + STATE(1038), 1, + sym_concatenation, + STATE(1039), 1, + aux_sym_command_repeat1, + STATE(1482), 1, + sym_variable_assignment, + STATE(2688), 1, + sym_file_redirect, + STATE(3243), 1, + sym_command, + STATE(4532), 1, + sym_subscript, + ACTIONS(643), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [17848] = 10, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3242), 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(696), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [19918] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2916), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2561), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2351), 1, + anon_sym_DQUOTE, + STATE(1372), 1, + sym_string, + ACTIONS(2967), 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, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 8, + ACTIONS(2965), 9, + anon_sym_DASH, + 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_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_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, @@ -69444,96 +74038,209 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17916] = 3, + [19986] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2784), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2790), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2796), 1, sym__brace_start, + ACTIONS(3105), 1, + sym__special_character, + ACTIONS(3107), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(2222), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 40, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(593), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3103), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2220), 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, - aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [20078] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3115), 1, + sym_word, + ACTIONS(3119), 1, anon_sym_DOLLAR, + ACTIONS(3121), 1, sym__special_character, + ACTIONS(3123), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3127), 1, aux_sym_number_token1, + ACTIONS(3129), 1, aux_sym_number_token2, + ACTIONS(3131), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3133), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3135), 1, anon_sym_BQUOTE, + ACTIONS(3137), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3143), 1, + sym_variable_name, + ACTIONS(3145), 1, + sym_test_operator, + ACTIONS(3147), 1, + sym__brace_start, + ACTIONS(3173), 1, + aux_sym__simple_variable_name_token1, + STATE(1960), 1, + aux_sym__literal_repeat1, + STATE(4579), 1, + sym_subscript, + ACTIONS(3117), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3125), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3139), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [17970] = 6, + STATE(618), 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_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1703), 9, + 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(1390), 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, + [20180] = 14, 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, + ACTIONS(3187), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, - anon_sym_LPAREN_LPAREN, + ACTIONS(3189), 1, + anon_sym_LT_LT_LT, + ACTIONS(3193), 1, + sym_variable_name, + STATE(4535), 1, + sym_subscript, + ACTIONS(3177), 2, anon_sym_SEMI, - anon_sym_EQ_EQ, + anon_sym_AMP, + ACTIONS(3179), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(3181), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + anon_sym_LT_LT_DASH, + ACTIONS(3185), 2, anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2800), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3183), 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(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, @@ -69549,25 +74256,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18030] = 6, + [20261] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(621), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(2351), 1, + anon_sym_DQUOTE, + STATE(1372), 1, + sym_string, + ACTIONS(2967), 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(2803), 38, + ACTIONS(2965), 9, + anon_sym_DASH, + 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, @@ -69576,22 +74291,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, + 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, @@ -69603,22 +74316,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18090] = 7, + [20328] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(2351), 1, anon_sym_DQUOTE, - STATE(1687), 1, + STATE(1372), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(2967), 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(2884), 9, + ACTIONS(2965), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -69628,8 +74340,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, @@ -69637,14 +74350,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, @@ -69658,73 +74376,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18152] = 3, + [20395] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(3000), 1, + anon_sym_DOLLAR, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + ACTIONS(3006), 1, + aux_sym_number_token1, + ACTIONS(3008), 1, + aux_sym_number_token2, + ACTIONS(3010), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3016), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3022), 1, sym__brace_start, + ACTIONS(3198), 1, + sym__special_character, + ACTIONS(3200), 1, + sym_test_operator, + STATE(3064), 1, + aux_sym__literal_repeat1, + STATE(3234), 1, + sym_concatenation, + ACTIONS(2102), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 40, + ACTIONS(2998), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3018), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3196), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3131), 9, + 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(2100), 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, - 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, - [18206] = 6, + [20486] = 7, ACTIONS(3), 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, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + STATE(1525), 1, + sym_string, + ACTIONS(3111), 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, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, + ACTIONS(3109), 9, + anon_sym_DASH, + 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, @@ -69733,24 +74481,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_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, @@ -69761,58 +74507,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [18266] = 13, + [20553] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2935), 1, - aux_sym_heredoc_redirect_token1, - STATE(4001), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + STATE(1525), 1, + sym_string, + ACTIONS(3111), 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(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, + ACTIONS(3109), 9, + anon_sym_DASH, + 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, @@ -69824,23 +74568,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18340] = 6, + [20620] = 19, 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, + ACTIONS(3000), 1, + anon_sym_DOLLAR, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + ACTIONS(3006), 1, + aux_sym_number_token1, + ACTIONS(3008), 1, + aux_sym_number_token2, + ACTIONS(3010), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3016), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3022), 1, sym__brace_start, + ACTIONS(3198), 1, + sym__special_character, + ACTIONS(3204), 1, + sym_test_operator, + STATE(3057), 1, + aux_sym__literal_repeat1, + STATE(3249), 1, + sym_concatenation, + ACTIONS(2086), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(2998), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3018), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3202), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3127), 9, + 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(2084), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -69848,20 +74626,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, + [20711] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3193), 1, + sym_variable_name, + STATE(4535), 1, + sym_subscript, + ACTIONS(3191), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(3208), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2800), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -69876,24 +74677,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, - [18400] = 7, + ACTIONS(3206), 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, + [20782] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - STATE(1592), 1, + STATE(931), 1, sym_string, - ACTIONS(2947), 2, + ACTIONS(1824), 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__bare_dollar, sym__brace_start, - ACTIONS(2943), 9, + ACTIONS(1822), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -69903,8 +74727,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 29, + ACTIONS(1081), 34, anon_sym_LPAREN_LPAREN, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -69913,12 +74738,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, @@ -69933,22 +74762,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18462] = 7, + [20849] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - STATE(1592), 1, + STATE(931), 1, sym_string, - ACTIONS(2947), 2, + ACTIONS(1824), 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(2943), 9, + ACTIONS(1822), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -69958,8 +74787,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, @@ -69968,12 +74798,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, @@ -69988,26 +74822,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18524] = 7, + [20916] = 7, ACTIONS(3), 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, + ACTIONS(3212), 1, + anon_sym_DQUOTE, + STATE(1595), 1, + sym_string, + ACTIONS(3214), 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(1147), 37, + ACTIONS(3210), 9, + anon_sym_DASH, + 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, @@ -70015,9 +74856,8 @@ 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, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -70025,13 +74865,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, @@ -70043,43 +74882,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18586] = 3, + [20983] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, + ACTIONS(3189), 1, + anon_sym_LT_LT_LT, + ACTIONS(3193), 1, + sym_variable_name, + ACTIONS(3218), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 40, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + STATE(4535), 1, + sym_subscript, + ACTIONS(3179), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(3181), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, + anon_sym_LT_LT_DASH, + ACTIONS(3185), 2, anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3216), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2800), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(2959), 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(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, @@ -70094,19 +74949,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18640] = 3, + [21064] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(3212), 1, + anon_sym_DQUOTE, + STATE(1595), 1, + sym_string, + ACTIONS(3214), 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(1251), 40, + ACTIONS(3210), 9, + anon_sym_DASH, + 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, @@ -70114,11 +74983,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, @@ -70126,14 +74992,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, @@ -70145,28 +75009,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18694] = 7, + [21131] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2953), 1, - anon_sym_LPAREN, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(2957), 1, - sym__concat, - STATE(743), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 6, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, + ACTIONS(3000), 1, + anon_sym_DOLLAR, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + ACTIONS(3006), 1, + aux_sym_number_token1, + ACTIONS(3008), 1, + aux_sym_number_token2, + ACTIONS(3010), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3014), 1, + anon_sym_BQUOTE, + ACTIONS(3016), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3022), 1, sym__brace_start, - ts_builtin_sym_end, + ACTIONS(3222), 1, + sym__special_character, + ACTIONS(3224), 1, + sym_test_operator, + STATE(3064), 1, + aux_sym__literal_repeat1, + STATE(3234), 1, + sym_concatenation, + ACTIONS(2102), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(2998), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3018), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3220), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3193), 9, + 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(2100), 20, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70176,15 +75072,64 @@ 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, + [21224] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3193), 1, + sym_variable_name, + ACTIONS(3228), 1, + aux_sym_heredoc_redirect_token1, + STATE(4535), 1, + sym_subscript, + ACTIONS(3185), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2800), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 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(3175), 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, @@ -70200,129 +75145,399 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18756] = 6, - ACTIONS(3), 1, + [21297] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(608), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, - 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(2836), 1, + sym_word, + ACTIONS(2840), 1, + sym__special_character, + ACTIONS(2844), 1, sym_test_operator, + ACTIONS(2846), 1, sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 38, + STATE(655), 1, + aux_sym_command_repeat2, + STATE(1842), 1, + aux_sym__literal_repeat1, + STATE(1955), 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(2838), 2, anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_EQ_TILDE, + ACTIONS(2842), 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_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1573), 9, + 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, + [21398] = 24, + 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(943), 1, + sym__brace_start, + ACTIONS(2836), 1, + sym_word, + ACTIONS(2840), 1, + sym__special_character, + ACTIONS(2844), 1, + sym_test_operator, + ACTIONS(2846), 1, + sym__bare_dollar, + STATE(655), 1, + aux_sym_command_repeat2, + STATE(1842), 1, + aux_sym__literal_repeat1, + STATE(1955), 1, + sym_concatenation, + ACTIONS(915), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(937), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2838), 2, + anon_sym_EQ_EQ, anon_sym_EQ_TILDE, + ACTIONS(2842), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1576), 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, + STATE(1573), 9, + 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(1578), 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, + [21499] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3230), 1, + sym_word, + ACTIONS(3239), 1, anon_sym_DOLLAR, + ACTIONS(3242), 1, sym__special_character, + ACTIONS(3245), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3251), 1, aux_sym_number_token1, + ACTIONS(3254), 1, aux_sym_number_token2, + ACTIONS(3257), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3260), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3263), 1, anon_sym_BQUOTE, + ACTIONS(3266), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3272), 1, + sym_test_operator, + ACTIONS(3275), 1, + sym__bare_dollar, + ACTIONS(3278), 1, + sym__brace_start, + STATE(655), 1, + aux_sym_command_repeat2, + STATE(1842), 1, + aux_sym__literal_repeat1, + STATE(1955), 1, + sym_concatenation, + ACTIONS(3233), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3236), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(3248), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3269), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [18816] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2879), 1, - sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(2900), 2, + ACTIONS(1454), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1573), 9, + 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(1459), 11, sym_file_descriptor, - 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_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - 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(2584), 24, + [21600] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3000), 1, + anon_sym_DOLLAR, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + ACTIONS(3006), 1, + aux_sym_number_token1, + ACTIONS(3008), 1, + aux_sym_number_token2, + ACTIONS(3010), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3014), 1, + anon_sym_BQUOTE, + ACTIONS(3016), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3022), 1, + sym__brace_start, + ACTIONS(3222), 1, + sym__special_character, + ACTIONS(3283), 1, + sym_test_operator, + STATE(3057), 1, + aux_sym__literal_repeat1, + STATE(3249), 1, + sym_concatenation, + ACTIONS(2086), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2998), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3018), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3281), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3191), 9, + 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(2084), 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_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, + [21693] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2347), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2351), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2353), 1, aux_sym_number_token1, + ACTIONS(2355), 1, aux_sym_number_token2, + ACTIONS(2357), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2361), 1, anon_sym_BQUOTE, + ACTIONS(2363), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(3287), 1, + sym__special_character, + ACTIONS(3289), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(3291), 1, + sym_test_operator, + STATE(1447), 1, + aux_sym__literal_repeat1, + ACTIONS(1884), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2345), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2365), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(662), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(3285), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [18884] = 3, + STATE(1712), 9, + 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(1882), 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, + [21787] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3293), 1, + aux_sym_concatenation_token1, + ACTIONS(3295), 1, sym__concat, + STATE(673), 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(1243), 40, + ACTIONS(211), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70332,6 +75547,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 +75560,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,25 +75580,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18938] = 6, + [21851] = 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(1169), 5, + STATE(1452), 1, + aux_sym__literal_repeat1, + STATE(661), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1810), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + STATE(1708), 9, + 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(1808), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70389,19 +75613,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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, @@ -70417,142 +75638,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18998] = 7, - ACTIONS(3), 1, + [21915] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, + ACTIONS(2766), 1, + ts_builtin_sym_end, + ACTIONS(2764), 21, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(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, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + 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(2762), 28, + anon_sym_for, + anon_sym_select, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [19060] = 7, + 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, + [21975] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(2379), 1, + anon_sym_DOLLAR, + ACTIONS(2385), 1, anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(2388), 1, + aux_sym_number_token1, + ACTIONS(2391), 1, + aux_sym_number_token2, + ACTIONS(2394), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2397), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2400), 1, + anon_sym_BQUOTE, + ACTIONS(2403), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2412), 1, + sym__brace_start, + ACTIONS(3300), 1, + sym__special_character, + ACTIONS(3303), 1, sym_test_operator, - STATE(1382), 1, + STATE(1452), 1, + aux_sym__literal_repeat1, + ACTIONS(2376), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2406), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(661), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1920), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3297), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1708), 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), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1918), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_COLON, - [19122] = 7, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [22067] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2552), 1, + anon_sym_DOLLAR, + ACTIONS(2558), 1, anon_sym_DQUOTE, - STATE(1244), 1, - sym_string, - ACTIONS(2451), 2, + ACTIONS(2561), 1, + aux_sym_number_token1, + ACTIONS(2564), 1, + aux_sym_number_token2, + ACTIONS(2567), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2570), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2573), 1, + anon_sym_BQUOTE, + ACTIONS(2576), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2588), 1, + sym__brace_start, + ACTIONS(3309), 1, + sym__special_character, + ACTIONS(3312), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, - sym_file_descriptor, + ACTIONS(3315), 1, sym_test_operator, - sym__brace_start, - ACTIONS(2449), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 30, + STATE(1447), 1, + aux_sym__literal_repeat1, + ACTIONS(2043), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2549), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2579), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(662), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(3306), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1712), 9, + 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(2041), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70566,57 +75835,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_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, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [19184] = 6, + [22161] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(3293), 1, aux_sym_concatenation_token1, - ACTIONS(2959), 1, + ACTIONS(3318), 1, sym__concat, - STATE(640), 1, + STATE(666), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1115), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, + ACTIONS(1113), 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, @@ -70634,19 +75896,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, + [22225] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3293), 1, + aux_sym_concatenation_token1, + ACTIONS(3295), 1, sym__concat, + STATE(673), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 40, + ACTIONS(1125), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70656,6 +75922,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 +75935,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,19 +75955,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19298] = 3, + [22289] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(3212), 1, + anon_sym_DQUOTE, + STATE(1595), 1, + sym_string, + ACTIONS(3214), 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(1247), 40, + ACTIONS(3210), 9, + anon_sym_DASH, + 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), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -70707,11 +75989,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, @@ -70719,14 +75997,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, @@ -70738,41 +76014,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19352] = 6, + [22355] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(3320), 1, aux_sym_concatenation_token1, - ACTIONS(2965), 1, + ACTIONS(3323), 1, sym__concat, - STATE(654), 1, + STATE(666), 1, aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(1131), 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(1129), 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, @@ -70790,155 +76071,112 @@ static const uint16_t 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, - ACTIONS(3), 1, + [22419] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1382), 1, + STATE(1910), 1, + aux_sym__literal_repeat1, + STATE(669), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1735), 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(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, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2016), 13, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_COLON, - [19474] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2965), 1, - sym__concat, - STATE(654), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + 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(2018), 25, 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_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, 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_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, - [19534] = 6, + [22483] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2965), 1, - sym__concat, - STATE(638), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, - sym_file_descriptor, + ACTIONS(3228), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3328), 1, sym_variable_name, + STATE(4522), 1, + sym_subscript, + ACTIONS(3326), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2972), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 38, - anon_sym_LPAREN_LPAREN, + STATE(2931), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 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(3175), 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, @@ -70953,126 +76191,212 @@ static const uint16_t 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, - ACTIONS(3), 1, + [22555] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2965), 1, - sym__concat, - STATE(638), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3331), 1, + sym_word, + ACTIONS(3337), 1, + anon_sym_DOLLAR, + ACTIONS(3340), 1, + sym__special_character, + ACTIONS(3343), 1, + anon_sym_DQUOTE, + ACTIONS(3349), 1, + aux_sym_number_token1, + ACTIONS(3352), 1, + aux_sym_number_token2, + ACTIONS(3355), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3358), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3361), 1, + anon_sym_BQUOTE, + ACTIONS(3364), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3370), 1, sym_test_operator, + ACTIONS(3373), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 38, + STATE(1910), 1, + aux_sym__literal_repeat1, + ACTIONS(3334), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3346), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3367), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(669), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1918), 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(1735), 9, + 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(1920), 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_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, + [22649] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(761), 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, - aux_sym__simple_variable_name_token1, + ACTIONS(491), 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, - [19654] = 3, + [22707] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3328), 1, + sym_variable_name, + STATE(4522), 1, + sym_subscript, + ACTIONS(3191), 2, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ACTIONS(3208), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 40, + STATE(2972), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2931), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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(3206), 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, - [19708] = 7, + [22777] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, + ACTIONS(3212), 1, anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1444), 1, + STATE(1595), 1, sym_string, - ACTIONS(2721), 2, + ACTIONS(3214), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, + ACTIONS(1089), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(3210), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -71082,74 +76406,80 @@ static const uint16_t ts_small_parse_table[] = { 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, + ACTIONS(1081), 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, - [19770] = 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, + 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, + [22843] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(3293), 1, aux_sym_concatenation_token1, - ACTIONS(2965), 1, + ACTIONS(3376), 1, sym__concat, - STATE(654), 1, + STATE(666), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1121), 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(1119), 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, @@ -71167,88 +76497,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [19830] = 7, - ACTIONS(3), 1, + [22907] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(2961), 1, + ts_builtin_sym_end, + ACTIONS(2764), 21, + sym_file_descriptor, + sym_variable_name, 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, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + 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(2762), 28, + anon_sym_for, + anon_sym_select, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [19892] = 7, + 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, + [22967] = 6, 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, + STATE(1452), 1, + aux_sym__literal_repeat1, + STATE(661), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2018), 5, sym_file_descriptor, + sym_variable_name, 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), 30, + aux_sym_heredoc_redirect_token1, + STATE(1708), 9, + 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(2016), 33, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -71263,11 +76593,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, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -71279,133 +76612,210 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19954] = 7, - ACTIONS(3), 1, + [23031] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(761), 22, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 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, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + 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(491), 28, + anon_sym_for, + anon_sym_select, 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, - ACTIONS(3), 1, + 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, + [23089] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2981), 1, - aux_sym_heredoc_redirect_token1, - STATE(4001), 1, - sym_subscript, - ACTIONS(2734), 2, + STATE(1910), 1, + aux_sym__literal_repeat1, + STATE(669), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1735), 9, + 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(1808), 13, 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_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + 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(1810), 25, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2979), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_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, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [23153] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2347), 1, + anon_sym_DOLLAR, + ACTIONS(2351), 1, + anon_sym_DQUOTE, + ACTIONS(2353), 1, aux_sym_number_token1, + ACTIONS(2355), 1, aux_sym_number_token2, + ACTIONS(2357), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2361), 1, anon_sym_BQUOTE, + ACTIONS(2363), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(3287), 1, + sym__special_character, + ACTIONS(3291), 1, + sym_test_operator, + ACTIONS(3378), 1, + aux_sym__simple_variable_name_token1, + STATE(1447), 1, + aux_sym__literal_repeat1, + ACTIONS(2012), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2345), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2365), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(657), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(3285), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [20090] = 3, + STATE(1712), 9, + 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(2010), 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, + [23247] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(3293), 1, + aux_sym_concatenation_token1, + ACTIONS(3295), 1, sym__concat, + ACTIONS(3380), 1, + anon_sym_LPAREN, + STATE(663), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1108), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 40, + ACTIONS(1101), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -71427,11 +76837,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, @@ -71446,22 +76857,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20144] = 6, + [23313] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(3293), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(3295), 1, sym__concat, - STATE(621), 1, + STATE(663), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1108), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(1101), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -71471,6 +76882,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,6 +76895,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, @@ -71500,45 +76915,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20204] = 14, + [23377] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_BQUOTE, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(2916), 1, + ACTIONS(3328), 1, sym_variable_name, - ACTIONS(2985), 1, + ACTIONS(3387), 1, aux_sym_heredoc_redirect_token1, - STATE(4016), 1, + ACTIONS(3389), 1, + anon_sym_LT_LT_LT, + STATE(4522), 1, sym_subscript, - ACTIONS(2734), 2, + ACTIONS(3181), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, + ACTIONS(3326), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2561), 2, + ACTIONS(3383), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(3385), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(2972), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2959), 3, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(3191), 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, + STATE(2931), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 23, + ACTIONS(3175), 26, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -71548,6 +76964,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, @@ -71558,45 +76976,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20280] = 3, + [23457] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3328), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(3389), 1, + anon_sym_LT_LT_LT, + ACTIONS(3393), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + STATE(4522), 1, + sym_subscript, + ACTIONS(3181), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, + anon_sym_LT_LT_DASH, + ACTIONS(3326), 2, anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3385), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3391), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2972), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3183), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(2931), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, @@ -71610,46 +77046,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, - [20333] = 3, + [23537] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(2856), 1, + anon_sym_DQUOTE, + STATE(1270), 1, + sym_string, + ACTIONS(2858), 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__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(2854), 9, + anon_sym_DASH, + 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, @@ -71660,98 +77104,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, - [20386] = 6, - ACTIONS(3), 1, + [23602] = 4, + ACTIONS(67), 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(2961), 1, + anon_sym_BQUOTE, + ACTIONS(2764), 20, 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_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(2762), 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, - [20445] = 6, + [23661] = 9, 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(2973), 5, - sym_file_descriptor, + ACTIONS(3395), 1, sym_variable_name, + STATE(4594), 1, + sym_subscript, + ACTIONS(3191), 2, sym_test_operator, sym__brace_start, + ACTIONS(3208), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 37, + STATE(3036), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3045), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 16, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_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, @@ -71766,25 +77197,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [20504] = 6, - 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, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 37, - anon_sym_LPAREN_LPAREN, + ACTIONS(3206), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -71792,178 +77206,197 @@ 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, + [23730] = 6, + ACTIONS(67), 1, + sym_comment, + STATE(1973), 1, + aux_sym__literal_repeat1, + STATE(689), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1792), 9, + 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(1808), 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, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, sym_word, - [20563] = 6, - 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(1810), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 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_AMP_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, - [20622] = 7, - ACTIONS(3), 1, + [23793] = 22, + ACTIONS(67), 1, sym_comment, - ACTIONS(3009), 1, + ACTIONS(3398), 1, + sym_word, + ACTIONS(3402), 1, + anon_sym_DOLLAR, + ACTIONS(3404), 1, + sym__special_character, + ACTIONS(3406), 1, anon_sym_DQUOTE, - STATE(1637), 1, - sym_string, - ACTIONS(3011), 2, + ACTIONS(3410), 1, + aux_sym_number_token1, + ACTIONS(3412), 1, + aux_sym_number_token2, + ACTIONS(3414), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3416), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3418), 1, + anon_sym_BQUOTE, + ACTIONS(3420), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3424), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, - sym_file_descriptor, + ACTIONS(3426), 1, sym_test_operator, + ACTIONS(3428), 1, 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, + STATE(2005), 1, + aux_sym__literal_repeat1, + ACTIONS(3400), 2, anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3408), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3422), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(713), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2010), 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, + STATE(1838), 9, + 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(2012), 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_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, - [20683] = 3, + [23888] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(3228), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3395), 1, + sym_variable_name, + STATE(4594), 1, + sym_subscript, + ACTIONS(3430), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3036), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, - anon_sym_LPAREN_LPAREN, + STATE(3045), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 9, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_RPAREN, + anon_sym_SEMI_SEMI, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(3175), 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,98 +77411,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20736] = 7, - ACTIONS(3), 1, + [23959] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(3009), 1, + ACTIONS(3432), 1, + sym_word, + ACTIONS(3438), 1, + anon_sym_DOLLAR, + ACTIONS(3441), 1, + sym__special_character, + ACTIONS(3444), 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, - sym_file_descriptor, + ACTIONS(3450), 1, + aux_sym_number_token1, + ACTIONS(3453), 1, + aux_sym_number_token2, + ACTIONS(3456), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3459), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3462), 1, + anon_sym_BQUOTE, + ACTIONS(3465), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3471), 1, sym_test_operator, + ACTIONS(3474), 1, 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, + STATE(1973), 1, + aux_sym__literal_repeat1, + ACTIONS(3435), 2, anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3447), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3468), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(689), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1918), 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, + STATE(1792), 9, + 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(1920), 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, - 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, - [20797] = 6, + [24052] = 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(1144), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 38, + 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, @@ -72083,46 +77536,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, + [24109] = 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(1172), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 38, + ACTIONS(1170), 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,46 +77590,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, - [20915] = 6, + [24166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, - aux_sym_concatenation_token1, - ACTIONS(2993), 1, - sym__concat, - STATE(708), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2963), 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(2961), 37, + 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, @@ -72189,42 +77644,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, - [20974] = 6, + [24223] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3023), 1, + ACTIONS(3477), 1, aux_sym_concatenation_token1, - ACTIONS(3026), 1, + ACTIONS(3479), 1, sym__concat, - STATE(684), 1, + STATE(725), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(244), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(211), 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_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_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,38 +77701,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, - [21033] = 3, + [24286] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1152), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + ACTIONS(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, @@ -72292,96 +77755,107 @@ static const uint16_t 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, - ACTIONS(3), 1, + [24343] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3029), 1, - aux_sym_concatenation_token1, - ACTIONS(3032), 1, - sym__concat, - STATE(686), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + STATE(1904), 1, + aux_sym__literal_repeat1, + STATE(2069), 1, + sym_concatenation, + STATE(1738), 9, + 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(2084), 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(2086), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, 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_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, - [21145] = 3, + [24406] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3477), 1, + aux_sym_concatenation_token1, + ACTIONS(3479), 1, sym__concat, - sym_variable_name, + STATE(728), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1108), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + 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_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, @@ -72395,25 +77869,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, - [21198] = 6, + [24469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(3035), 1, - sym__concat, - STATE(690), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + ACTIONS(1180), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1178), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72423,8 +77890,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, @@ -72432,10 +77903,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, @@ -72450,24 +77924,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21257] = 6, + [24526] = 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(1600), 1, + anon_sym_DQUOTE, + STATE(1104), 1, + sym_string, + ACTIONS(2850), 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(2848), 9, + anon_sym_DASH, + 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 +77958,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 +77981,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, - [21316] = 6, + [24591] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3477), 1, aux_sym_concatenation_token1, - ACTIONS(3040), 1, + ACTIONS(3479), 1, sym__concat, - STATE(690), 1, + ACTIONS(3481), 1, + anon_sym_LPAREN, + STATE(728), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1108), 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), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72531,6 +78011,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, @@ -72538,6 +78020,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,17 +78040,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21375] = 3, + [24656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1168), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + ACTIONS(1166), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72576,6 +78060,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, @@ -72587,6 +78073,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, @@ -72606,22 +78094,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21428] = 6, + [24713] = 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(2809), 5, + ACTIONS(1188), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 37, + ACTIONS(1186), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72631,9 +78114,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, @@ -72641,10 +78127,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, @@ -72659,48 +78148,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21487] = 6, + [24770] = 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(2819), 5, + ACTIONS(1600), 1, + anon_sym_DQUOTE, + STATE(1104), 1, + sym_string, + ACTIONS(2850), 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), 37, + ACTIONS(2848), 9, + anon_sym_DASH, + 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, @@ -72712,36 +78206,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21546] = 3, + [24835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 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(1215), 39, + 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, @@ -72760,49 +78259,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, - [21599] = 6, + [24892] = 7, 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(2856), 1, + anon_sym_DQUOTE, + STATE(1270), 1, + sym_string, + ACTIONS(2858), 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), 38, + ACTIONS(2854), 9, + anon_sym_DASH, + 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, - anon_sym_DOLLAR, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -72813,44 +78317,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, + [24957] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, + ACTIONS(2959), 1, + anon_sym_RPAREN, + ACTIONS(3387), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + ACTIONS(3395), 1, + sym_variable_name, + ACTIONS(3488), 1, + anon_sym_LT_LT_LT, + STATE(4594), 1, + sym_subscript, + ACTIONS(3430), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3484), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(3486), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(3036), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3383), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3045), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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 +78383,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21711] = 5, + [25036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(1196), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 38, + ACTIONS(1194), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72888,6 +78403,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 +78416,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,76 +78437,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21768] = 6, - ACTIONS(3), 1, + [25093] = 6, + 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(2977), 5, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2074), 1, + sym_concatenation, + STATE(1736), 9, + 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(2100), 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(2102), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, + anon_sym_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, - anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_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, + [25156] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, + ACTIONS(3293), 1, aux_sym_concatenation_token1, - ACTIONS(3045), 1, + ACTIONS(3295), 1, sym__concat, - STATE(684), 1, + STATE(734), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(3492), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, + ACTIONS(3490), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -72999,11 +78525,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, @@ -73021,46 +78550,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, - [21886] = 6, + [25219] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(2957), 1, - sym__concat, - STATE(743), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2805), 6, + ACTIONS(3496), 1, + sym_variable_name, + STATE(4614), 1, + sym_subscript, + ACTIONS(3228), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3494), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3088), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 36, - anon_sym_LPAREN_LPAREN, + STATE(3058), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 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(3175), 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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_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, @@ -73076,44 +78612,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21945] = 6, - ACTIONS(3), 1, + [25290] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(2957), 1, - sym__concat, - STATE(688), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2823), 6, - sym_file_descriptor, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3503), 1, + anon_sym_DOLLAR, + ACTIONS(3505), 1, + sym__special_character, + ACTIONS(3507), 1, + anon_sym_DQUOTE, + ACTIONS(3511), 1, + aux_sym_number_token1, + ACTIONS(3513), 1, + aux_sym_number_token2, + ACTIONS(3515), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3517), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3519), 1, + anon_sym_BQUOTE, + ACTIONS(3521), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3525), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(3527), 1, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 36, + STATE(2001), 1, + aux_sym__literal_repeat1, + ACTIONS(3501), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3509), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3523), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(749), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2016), 7, 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, + STATE(1839), 9, + 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(2018), 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, + [25383] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3496), 1, + sym_variable_name, + STATE(4614), 1, + sym_subscript, + ACTIONS(3191), 2, + sym_test_operator, + sym__brace_start, + STATE(3088), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3208), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(3058), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -73129,20 +78723,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22004] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, - anon_sym_LPAREN_LPAREN, + ACTIONS(3206), 20, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -73151,48 +78733,71 @@ 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, + [25452] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2895), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2901), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2904), 1, aux_sym_number_token1, + ACTIONS(2907), 1, aux_sym_number_token2, + ACTIONS(2910), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2913), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2916), 1, anon_sym_BQUOTE, + ACTIONS(2919), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [22057] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2928), 1, sym__brace_start, + ACTIONS(3532), 1, + sym__special_character, + ACTIONS(3535), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(1920), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 39, + ACTIONS(2892), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2922), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(712), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3529), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1757), 9, + 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(1918), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -73200,168 +78805,268 @@ 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, + [25543] = 22, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3398), 1, + sym_word, + ACTIONS(3402), 1, anon_sym_DOLLAR, + ACTIONS(3404), 1, sym__special_character, + ACTIONS(3406), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3410), 1, aux_sym_number_token1, + ACTIONS(3412), 1, aux_sym_number_token2, + ACTIONS(3414), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3416), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3418), 1, anon_sym_BQUOTE, + ACTIONS(3420), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [22110] = 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(2969), 5, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3426), 1, sym_test_operator, + ACTIONS(3428), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 37, + ACTIONS(3538), 1, + aux_sym__simple_variable_name_token1, + STATE(2005), 1, + aux_sym__literal_repeat1, + ACTIONS(3400), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3408), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3422), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(745), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1882), 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(1838), 9, + 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(1884), 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, + [25638] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3503), 1, anon_sym_DOLLAR, + ACTIONS(3505), 1, sym__special_character, + ACTIONS(3507), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3511), 1, aux_sym_number_token1, + ACTIONS(3513), 1, aux_sym_number_token2, + ACTIONS(3515), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3517), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3519), 1, anon_sym_BQUOTE, + ACTIONS(3521), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [22169] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(3525), 1, sym_test_operator, + ACTIONS(3527), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + STATE(2001), 1, + aux_sym__literal_repeat1, + ACTIONS(3501), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3509), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3523), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(749), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1808), 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(1839), 9, + 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(1810), 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, - aux_sym_concatenation_token1, + [25731] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3503), 1, anon_sym_DOLLAR, + ACTIONS(3505), 1, sym__special_character, + ACTIONS(3507), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3511), 1, aux_sym_number_token1, + ACTIONS(3513), 1, aux_sym_number_token2, + ACTIONS(3515), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3517), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3519), 1, anon_sym_BQUOTE, + ACTIONS(3521), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3525), 1, + sym_test_operator, + ACTIONS(3527), 1, + sym__brace_start, + STATE(2001), 1, + aux_sym__literal_repeat1, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3509), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3523), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [22222] = 3, + STATE(749), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2220), 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(1839), 9, + 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(2222), 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, + [25824] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + 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(1259), 39, + ACTIONS(1158), 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,22 +79085,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, - [22275] = 5, + [25881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, + ACTIONS(1164), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 38, + ACTIONS(1162), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73405,6 +79106,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, @@ -73417,11 +79119,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, @@ -73434,44 +79140,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22332] = 6, + [25938] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, - aux_sym_concatenation_token1, - ACTIONS(3047), 1, - sym__concat, - STATE(686), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 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(1171), 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, @@ -73485,19 +79193,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, + [25995] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3293), 1, + aux_sym_concatenation_token1, + ACTIONS(3295), 1, sym__concat, + STATE(733), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3542), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(3540), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73507,6 +79219,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 +79231,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,41 +79251,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22444] = 3, + [26058] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3496), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(3544), 1, + ts_builtin_sym_end, + ACTIONS(3550), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(3552), 1, + anon_sym_LT_LT_LT, + STATE(4614), 1, + sym_subscript, + ACTIONS(3486), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, + anon_sym_LT_LT_DASH, + ACTIONS(3494), 2, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + ACTIONS(3548), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3088), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3546), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3058), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, @@ -73585,46 +79315,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, - [22497] = 6, + [26137] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 1, - aux_sym_concatenation_token1, - ACTIONS(3052), 1, - sym__concat, - STATE(711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + STATE(1440), 1, + aux_sym__literal_repeat1, + STATE(1606), 1, + sym_concatenation, + ACTIONS(2086), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + STATE(1709), 9, + 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(2084), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, @@ -73640,17 +79373,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22556] = 3, + [26200] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1204), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1202), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73660,6 +79393,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, @@ -73671,6 +79406,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, @@ -73690,147 +79427,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22609] = 6, + [26257] = 20, 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, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2784), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2788), 1, + anon_sym_BQUOTE, + ACTIONS(2790), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2796), 1, sym__brace_start, + ACTIONS(3556), 1, + sym__special_character, + ACTIONS(3558), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(2018), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 37, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(712), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3554), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1757), 9, + 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(2016), 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_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, + [26348] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2774), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2778), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2780), 1, aux_sym_number_token1, + ACTIONS(2782), 1, aux_sym_number_token2, + ACTIONS(2784), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2788), 1, anon_sym_BQUOTE, + ACTIONS(2790), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [22668] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3055), 1, - sym__concat, - STATE(763), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(2796), 1, sym__brace_start, + ACTIONS(3556), 1, + sym__special_character, + ACTIONS(3558), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(1810), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(712), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3554), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1757), 9, + 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(1808), 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, - [22727] = 6, + [26439] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3477), 1, aux_sym_concatenation_token1, - ACTIONS(3001), 1, + ACTIONS(3560), 1, sym__concat, - STATE(714), 1, + STATE(737), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1121), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1119), 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_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_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, @@ -73849,42 +79626,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22786] = 3, + [26502] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(2961), 1, + ts_builtin_sym_end, + ACTIONS(3496), 1, + sym_variable_name, + ACTIONS(3552), 1, + anon_sym_LT_LT_LT, + ACTIONS(3564), 1, + aux_sym_heredoc_redirect_token1, + STATE(4614), 1, + sym_subscript, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3494), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3548), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3088), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, - anon_sym_LPAREN_LPAREN, + ACTIONS(3562), 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(3058), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, @@ -73899,75 +79691,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22839] = 6, - ACTIONS(3), 1, + [26581] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(3057), 1, - sym__concat, - STATE(711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + STATE(1973), 1, + aux_sym__literal_repeat1, + STATE(689), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1792), 9, + 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(2016), 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(2018), 25, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_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, - [22898] = 6, + [26644] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3477), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3566), 1, sym__concat, - STATE(717), 1, + STATE(737), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1115), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 37, + ACTIONS(1113), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73977,9 +79773,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, @@ -73987,6 +79785,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, @@ -74005,36 +79805,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22957] = 3, + [26707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + 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(1201), 39, + ACTIONS(1146), 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, @@ -74053,28 +79858,61 @@ static const uint16_t 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, + [26764] = 20, 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(1156), 6, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2784), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2788), 1, + anon_sym_BQUOTE, + ACTIONS(2790), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2796), 1, sym__brace_start, - ts_builtin_sym_end, + ACTIONS(3556), 1, + sym__special_character, + ACTIONS(3558), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(2222), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(712), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3554), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1757), 9, + 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(2220), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -74082,52 +79920,43 @@ 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, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [23069] = 6, + [26855] = 7, 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, + ACTIONS(3570), 1, + anon_sym_DQUOTE, + STATE(1848), 1, + sym_string, + ACTIONS(3572), 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__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3568), 9, + anon_sym_DASH, + 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, @@ -74135,21 +79964,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_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, @@ -74161,17 +79988,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23128] = 3, + [26920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1184), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(1182), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74181,6 +80008,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 +80021,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 +80042,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23181] = 3, + [26977] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3293), 1, + aux_sym_concatenation_token1, + ACTIONS(3574), 1, sym__concat, + STATE(666), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1119), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74231,6 +80067,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, @@ -74242,11 +80079,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, @@ -74261,22 +80099,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23234] = 6, + [27040] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3293), 1, aux_sym_concatenation_token1, - ACTIONS(3059), 1, + ACTIONS(3576), 1, sym__concat, - STATE(711), 1, + STATE(666), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1115), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(1113), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74286,9 +80124,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, @@ -74296,6 +80136,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, @@ -74314,19 +80156,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23293] = 3, + [27103] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3293), 1, + aux_sym_concatenation_token1, + ACTIONS(3295), 1, sym__concat, - sym_variable_name, + STATE(733), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 39, + ACTIONS(1125), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -74339,16 +80187,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, @@ -74362,97 +80212,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, - [23346] = 7, - ACTIONS(3), 1, + [27166] = 4, + ACTIONS(67), 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(2766), 1, + anon_sym_BQUOTE, + ACTIONS(2764), 20, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - 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_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, + ACTIONS(2762), 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, - [23407] = 3, + [27225] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3578), 1, + aux_sym_concatenation_token1, + ACTIONS(3581), 1, sym__concat, - sym_variable_name, + STATE(737), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1129), 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_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_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, @@ -74466,72 +80324,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, - [23460] = 6, - ACTIONS(3), 1, + [27288] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(714), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 5, + ACTIONS(2764), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 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_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, + ACTIONS(2762), 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, - [23519] = 3, + [27345] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1192), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, + ACTIONS(1190), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74541,6 +80399,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, @@ -74552,6 +80412,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,45 +80433,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23572] = 6, + [27402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(735), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(1200), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 37, + ACTIONS(1198), 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, @@ -74624,43 +80487,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23631] = 6, - ACTIONS(3), 1, + [27459] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(2991), 1, - aux_sym_concatenation_token1, - ACTIONS(3071), 1, - sym__concat, - STATE(686), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3503), 1, + anon_sym_DOLLAR, + ACTIONS(3505), 1, + sym__special_character, + ACTIONS(3507), 1, + anon_sym_DQUOTE, + ACTIONS(3511), 1, + aux_sym_number_token1, + ACTIONS(3513), 1, + aux_sym_number_token2, + ACTIONS(3515), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3517), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3519), 1, + anon_sym_BQUOTE, + ACTIONS(3521), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3525), 1, sym_test_operator, + ACTIONS(3527), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + STATE(2001), 1, + aux_sym__literal_repeat1, + ACTIONS(3501), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3509), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3523), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(749), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2150), 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(1839), 9, + 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(2152), 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, + [27552] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3183), 1, + anon_sym_RPAREN, + ACTIONS(3393), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3395), 1, + sym_variable_name, + ACTIONS(3488), 1, + anon_sym_LT_LT_LT, + STATE(4594), 1, + sym_subscript, + ACTIONS(3430), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3484), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + STATE(3036), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3391), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, + STATE(3045), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, @@ -74675,22 +80623,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [23690] = 3, + [27631] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2784), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2788), 1, + anon_sym_BQUOTE, + ACTIONS(2790), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2796), 1, sym__brace_start, + ACTIONS(3556), 1, + sym__special_character, + ACTIONS(3558), 1, + sym_test_operator, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(2152), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(2772), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2792), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(712), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3554), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1757), 9, + 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(2150), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -74698,70 +80685,59 @@ 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, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [23743] = 3, + [27722] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + STATE(1430), 1, + aux_sym__literal_repeat1, + STATE(1554), 1, + sym_concatenation, + ACTIONS(2102), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + STATE(1722), 9, + 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(2100), 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_esac, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74775,19 +80751,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, - [23796] = 3, + [27785] = 22, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3584), 1, + sym_word, + ACTIONS(3590), 1, + anon_sym_DOLLAR, + ACTIONS(3593), 1, + sym__special_character, + ACTIONS(3596), 1, + anon_sym_DQUOTE, + ACTIONS(3602), 1, + aux_sym_number_token1, + ACTIONS(3605), 1, + aux_sym_number_token2, + ACTIONS(3608), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3611), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3614), 1, + anon_sym_BQUOTE, + ACTIONS(3617), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3623), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(3626), 1, + sym_test_operator, + ACTIONS(3629), 1, + sym__brace_start, + STATE(2005), 1, + aux_sym__literal_repeat1, + ACTIONS(3587), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3599), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3620), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(745), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2041), 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(1838), 9, + 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(2043), 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, + [27880] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1131), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(1129), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74797,6 +80845,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, @@ -74808,6 +80858,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,45 +80879,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23849] = 6, + [27937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3073), 1, - sym__concat, - STATE(763), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(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(1177), 37, + 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, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74880,73 +80933,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23908] = 7, + [27994] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(3570), 1, anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1382), 1, + STATE(1848), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(3572), 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, - 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, + ACTIONS(1089), 4, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + sym__brace_start, + ACTIONS(3568), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -74956,76 +80958,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 31, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [24030] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + 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_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, @@ -75036,25 +80990,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, - [24083] = 6, + [28059] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3632), 1, + sym_word, + ACTIONS(3638), 1, + anon_sym_DOLLAR, + ACTIONS(3641), 1, + sym__special_character, + ACTIONS(3644), 1, + anon_sym_DQUOTE, + ACTIONS(3650), 1, + aux_sym_number_token1, + ACTIONS(3653), 1, + aux_sym_number_token2, + ACTIONS(3656), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3659), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3662), 1, + anon_sym_BQUOTE, + ACTIONS(3665), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3671), 1, + sym_test_operator, + ACTIONS(3674), 1, + sym__brace_start, + STATE(2001), 1, + aux_sym__literal_repeat1, + ACTIONS(3635), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3647), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3668), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(749), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1918), 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(1839), 9, + 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(1920), 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, + [28152] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3477), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3479), 1, sym__concat, - STATE(743), 1, + STATE(725), 1, aux_sym_concatenation_repeat1, - ACTIONS(2809), 6, + ACTIONS(1127), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 36, + ACTIONS(1125), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75064,8 +81088,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, @@ -75073,6 +81100,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, @@ -75091,17 +81120,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24142] = 3, + [28215] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(3293), 1, + aux_sym_concatenation_token1, + ACTIONS(3295), 1, sym__concat, + STATE(734), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3679), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 39, + ACTIONS(3677), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75111,6 +81145,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, @@ -75122,11 +81157,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,19 +81177,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24195] = 3, + [28278] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(3293), 1, + aux_sym_concatenation_token1, + ACTIONS(3295), 1, sym__concat, - sym_variable_name, + STATE(733), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3683), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 39, + ACTIONS(3681), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -75166,16 +81208,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, @@ -75189,43 +81233,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, - [24248] = 6, + [28341] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3685), 1, aux_sym_concatenation_token1, - ACTIONS(3001), 1, + ACTIONS(3687), 1, sym__concat, - STATE(714), 1, + STATE(816), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1115), 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), 37, + ACTIONS(1113), 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, @@ -75244,23 +81290,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24307] = 6, + [28403] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3685), 1, aux_sym_concatenation_token1, - ACTIONS(3075), 1, + ACTIONS(3689), 1, sym__concat, - STATE(690), 1, + STATE(753), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(1108), 6, 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(1101), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75270,6 +81316,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, @@ -75279,6 +81326,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 +81346,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24366] = 3, + [28465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1180), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, + ACTIONS(1178), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75317,6 +81366,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, @@ -75328,6 +81378,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, @@ -75347,36 +81399,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24419] = 3, + [28521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 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(1267), 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, @@ -75395,38 +81451,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, - [24472] = 3, + [28577] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 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(1239), 39, + 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_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, @@ -75445,25 +81504,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, - [24525] = 6, + [28633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(2957), 1, - sym__concat, - STATE(688), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 6, + ACTIONS(1131), 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(187), 36, + ACTIONS(1129), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75473,8 +81525,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, @@ -75482,10 +81537,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, @@ -75500,22 +81558,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24584] = 6, + [28689] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3693), 1, sym__concat, - STATE(724), 1, + STATE(810), 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), 37, + ACTIONS(211), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75525,6 +81583,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, @@ -75535,6 +81594,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,17 +81614,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24643] = 3, + [28751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1176), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 39, + ACTIONS(1174), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75573,6 +81634,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, @@ -75584,6 +81646,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, @@ -75603,20 +81667,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24696] = 3, + [28807] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(3697), 1, + anon_sym_DQUOTE, + STATE(1822), 1, + sym_string, + ACTIONS(3699), 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(1223), 39, + ACTIONS(3695), 9, + anon_sym_DASH, + 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, @@ -75624,24 +81701,18 @@ 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, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -75653,72 +81724,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24749] = 3, + [28871] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, + ACTIONS(3000), 1, + anon_sym_DOLLAR, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + ACTIONS(3006), 1, + aux_sym_number_token1, + ACTIONS(3008), 1, + aux_sym_number_token2, + ACTIONS(3010), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3014), 1, + anon_sym_BQUOTE, + ACTIONS(3016), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3022), 1, sym__brace_start, + ACTIONS(3703), 1, + sym__special_character, + ACTIONS(3705), 1, + sym_test_operator, + STATE(3057), 1, + aux_sym__literal_repeat1, + STATE(3249), 1, + sym_concatenation, + ACTIONS(2086), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, + ACTIONS(2998), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3018), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3701), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3438), 9, + 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(2084), 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, - [24802] = 6, + [28961] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3685), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3689), 1, sym__concat, - STATE(724), 1, + STATE(804), 1, aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, + 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(2821), 37, + ACTIONS(211), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75728,7 +81820,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, @@ -75738,6 +81830,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, @@ -75756,26 +81850,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24861] = 6, + [29023] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(2957), 1, - sym__concat, - STATE(688), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2819), 6, + ACTIONS(3697), 1, + anon_sym_DQUOTE, + STATE(1822), 1, + sym_string, + ACTIONS(3699), 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__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 36, + ACTIONS(3695), 9, + anon_sym_DASH, + 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, @@ -75783,21 +81884,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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, @@ -75809,20 +81907,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24920] = 5, + [29087] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, + sym__concat, + STATE(813), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1108), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 38, + ACTIONS(1101), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75832,11 +81932,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, @@ -75844,11 +81943,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, @@ -75861,44 +81963,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24977] = 3, + [29149] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(3709), 1, + anon_sym_DQUOTE, + STATE(1861), 1, + sym_string, + ACTIONS(3711), 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(3707), 9, + anon_sym_DASH, + 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 +82019,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, + [29213] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(1139), 1, + anon_sym_LPAREN, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, - sym_variable_name, + STATE(813), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1108), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + 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, @@ -75959,48 +82076,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, - [25083] = 5, + [29277] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(3719), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3721), 1, + anon_sym_LT_LT_LT, + ACTIONS(3723), 1, + sym_variable_name, + STATE(4584), 1, + sym_subscript, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3715), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3717), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3114), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 38, - anon_sym_LPAREN_LPAREN, + ACTIONS(3713), 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(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_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, @@ -76013,17 +82140,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25140] = 3, + [29353] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(3477), 1, + aux_sym_concatenation_token1, + ACTIONS(3479), 1, sym__concat, + STATE(771), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(1125), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76044,11 +82176,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, @@ -76063,22 +82196,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25193] = 6, + [29415] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3477), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3726), 1, sym__concat, - STATE(717), 1, + STATE(737), 1, aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(1115), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 37, + ACTIONS(1113), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76088,9 +82221,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 +82232,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,41 +82252,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25252] = 6, + [29477] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3477), 1, aux_sym_concatenation_token1, - ACTIONS(3001), 1, + ACTIONS(3728), 1, sym__concat, - STATE(735), 1, + STATE(737), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1121), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(1119), 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, @@ -76169,27 +82308,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25311] = 7, + [29539] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - ACTIONS(3080), 1, - anon_sym_LPAREN, - STATE(874), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(3732), 1, + anon_sym_DQUOTE, + STATE(1871), 1, + sym_string, + ACTIONS(3734), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(3730), 9, + anon_sym_DASH, + 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, @@ -76197,21 +82341,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_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, @@ -76223,20 +82365,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25372] = 3, + [29603] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(3732), 1, + anon_sym_DQUOTE, + STATE(1871), 1, + sym_string, + ACTIONS(3734), 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(1201), 39, + ACTIONS(3730), 9, + anon_sym_DASH, + 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, @@ -76244,24 +82398,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_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, @@ -76273,44 +82422,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25425] = 6, + [29667] = 14, 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, + ACTIONS(2959), 1, + anon_sym_BQUOTE, + ACTIONS(3742), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3744), 1, + anon_sym_LT_LT_LT, + ACTIONS(3746), 1, sym_variable_name, + STATE(4567), 1, + sym_subscript, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3738), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3740), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3022), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, - anon_sym_LPAREN_LPAREN, + ACTIONS(3736), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3014), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, anon_sym_DOLLAR, sym__special_character, @@ -76321,40 +82482,44 @@ 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, - [25484] = 3, + [29745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 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(1267), 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, @@ -76373,23 +82538,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, - [25536] = 6, + [29801] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3753), 1, aux_sym_concatenation_token1, - ACTIONS(3090), 1, + ACTIONS(3755), 1, sym__concat, - STATE(847), 1, + STATE(791), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(3751), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(3749), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -76398,6 +82563,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, @@ -76408,6 +82574,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, @@ -76427,18 +82595,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [25594] = 3, + [29863] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 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(1219), 37, + ACTIONS(1202), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76448,8 +82615,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, @@ -76457,6 +82627,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, @@ -76476,41 +82648,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25646] = 3, + [29919] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, - sym_file_descriptor, + ACTIONS(3753), 1, + aux_sym_concatenation_token1, + ACTIONS(3755), 1, sym__concat, + STATE(787), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 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(3757), 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,19 +82702,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [25698] = 3, + [29981] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3761), 1, + sym_word, + ACTIONS(3765), 1, + anon_sym_DOLLAR, + ACTIONS(3767), 1, + sym__special_character, + ACTIONS(3769), 1, + anon_sym_DQUOTE, + ACTIONS(3773), 1, + aux_sym_number_token1, + ACTIONS(3775), 1, + aux_sym_number_token2, + ACTIONS(3777), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3779), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3781), 1, + anon_sym_BQUOTE, + ACTIONS(3783), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3787), 1, + sym_test_operator, + ACTIONS(3789), 1, + sym__brace_start, + STATE(2138), 1, + aux_sym__literal_repeat1, + ACTIONS(3763), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3771), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3785), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(822), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2016), 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(1923), 9, + 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(2018), 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, + [30073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 7, + ACTIONS(1192), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1190), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76546,8 +82795,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, @@ -76555,6 +82807,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, @@ -76574,18 +82828,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25750] = 3, + [30129] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, + ACTIONS(3791), 1, + sym__special_character, + STATE(781), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 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(1231), 37, + ACTIONS(1210), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76595,8 +82851,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, @@ -76604,13 +82864,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, @@ -76623,16 +82883,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25802] = 3, + [30189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1164), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 39, + ACTIONS(1162), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76642,7 +82903,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, @@ -76654,10 +82915,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, @@ -76672,43 +82936,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25854] = 6, + [30245] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3094), 1, - sym__concat, - STATE(800), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2973), 6, + ACTIONS(1160), 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(2971), 35, + 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, @@ -76722,128 +82988,236 @@ static const uint16_t 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, - ACTIONS(3), 1, + [30301] = 21, + ACTIONS(67), 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, - sym_variable_name, + ACTIONS(3761), 1, + sym_word, + ACTIONS(3765), 1, + anon_sym_DOLLAR, + ACTIONS(3767), 1, + sym__special_character, + ACTIONS(3769), 1, + anon_sym_DQUOTE, + ACTIONS(3773), 1, + aux_sym_number_token1, + ACTIONS(3775), 1, + aux_sym_number_token2, + ACTIONS(3777), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3779), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3781), 1, + anon_sym_BQUOTE, + ACTIONS(3783), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3787), 1, sym_test_operator, + ACTIONS(3789), 1, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, + STATE(2138), 1, + aux_sym__literal_repeat1, + ACTIONS(3763), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3771), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3785), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(822), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1808), 7, 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, + STATE(1923), 9, + 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(1810), 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, + [30393] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3794), 1, + sym_word, + ACTIONS(3798), 1, anon_sym_DOLLAR, + ACTIONS(3800), 1, sym__special_character, + ACTIONS(3802), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3806), 1, aux_sym_number_token1, + ACTIONS(3808), 1, aux_sym_number_token2, + ACTIONS(3810), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3812), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3814), 1, anon_sym_BQUOTE, + ACTIONS(3816), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [25970] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(781), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3820), 1, sym_test_operator, + ACTIONS(3822), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 36, + STATE(3493), 1, + aux_sym__literal_repeat1, + STATE(3640), 1, + sym_concatenation, + ACTIONS(3796), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3804), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3818), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2100), 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_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + STATE(3403), 9, + 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(2102), 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, + [30485] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3761), 1, + sym_word, + ACTIONS(3765), 1, anon_sym_DOLLAR, + ACTIONS(3767), 1, sym__special_character, + ACTIONS(3769), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3773), 1, aux_sym_number_token1, + ACTIONS(3775), 1, aux_sym_number_token2, + ACTIONS(3777), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3779), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3781), 1, anon_sym_BQUOTE, + ACTIONS(3783), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3787), 1, + sym_test_operator, + ACTIONS(3789), 1, + sym__brace_start, + STATE(2138), 1, + aux_sym__literal_repeat1, + ACTIONS(3763), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3771), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3785), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [26028] = 6, + STATE(822), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2220), 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(1923), 9, + 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(2222), 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, + [30577] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3753), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3824), 1, sym__concat, - STATE(803), 1, + STATE(796), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(1121), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 36, + ACTIONS(1119), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -76852,15 +83226,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, @@ -76880,36 +83258,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [26086] = 3, + [30639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1152), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + 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_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, @@ -76929,17 +83311,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26138] = 3, + [30695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1208), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1206), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76949,9 +83331,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, @@ -76959,6 +83343,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, @@ -76978,36 +83364,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26190] = 3, + [30751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1196), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1194), 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, @@ -77027,41 +83417,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26242] = 3, + [30807] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, - sym_file_descriptor, + ACTIONS(3753), 1, + aux_sym_concatenation_token1, + ACTIONS(3826), 1, sym__concat, + STATE(796), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1113), 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, @@ -77075,19 +83471,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, - [26294] = 3, + [30869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 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(1205), 37, + ACTIONS(1198), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77097,8 +83493,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, @@ -77106,6 +83505,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, @@ -77125,40 +83526,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26346] = 3, + [30925] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3183), 1, + anon_sym_BQUOTE, + ACTIONS(3744), 1, + anon_sym_LT_LT_LT, + ACTIONS(3746), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(3830), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(4567), 1, + sym_subscript, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3738), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3740), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3022), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3828), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3014), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 25, + 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, @@ -77168,45 +83586,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [26398] = 6, + [31003] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3100), 1, + ACTIONS(3693), 1, sym__concat, - STATE(917), 1, + STATE(810), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1127), 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(1125), 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,120 +83645,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, - [26456] = 3, - ACTIONS(3), 1, + [31065] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(3798), 1, anon_sym_DOLLAR, + ACTIONS(3800), 1, sym__special_character, + ACTIONS(3802), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3806), 1, aux_sym_number_token1, + ACTIONS(3808), 1, aux_sym_number_token2, + ACTIONS(3810), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3812), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3814), 1, anon_sym_BQUOTE, + ACTIONS(3816), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, + ACTIONS(3822), 1, + sym__brace_start, + ACTIONS(3832), 1, sym_word, - [26508] = 6, - 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, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3836), 1, sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + STATE(3479), 1, + aux_sym__literal_repeat1, + STATE(3639), 1, + sym_concatenation, + ACTIONS(3796), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3818), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3834), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2084), 7, 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, + STATE(3429), 9, + 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(2086), 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, - aux_sym__simple_variable_name_token1, - sym_word, - [26566] = 3, + [31157] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, + ACTIONS(3838), 1, + aux_sym_concatenation_token1, + ACTIONS(3841), 1, sym__concat, + STATE(796), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1129), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -77346,6 +83741,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, @@ -77356,11 +83752,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, @@ -77376,17 +83773,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [26618] = 3, + [31219] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3477), 1, + aux_sym_concatenation_token1, + ACTIONS(3479), 1, sym__concat, + STATE(770), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3492), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(3490), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77396,9 +83798,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, @@ -77406,11 +83809,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, @@ -77425,41 +83829,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26670] = 3, + [31281] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(3721), 1, + anon_sym_LT_LT_LT, + ACTIONS(3723), 1, + sym_variable_name, + ACTIONS(3846), 1, + aux_sym_heredoc_redirect_token1, + STATE(4584), 1, + sym_subscript, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3715), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3717), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3114), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 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, - anon_sym_LPAREN_LPAREN, + ACTIONS(3844), 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(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_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, @@ -77474,42 +83892,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26722] = 6, + [31357] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3102), 1, - sym__concat, - STATE(841), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, - sym_file_descriptor, + ACTIONS(3721), 1, + anon_sym_LT_LT_LT, + ACTIONS(3723), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, + ACTIONS(3850), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(4584), 1, + sym_subscript, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3715), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3717), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3114), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3848), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, @@ -77524,23 +83954,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, - [26780] = 3, + [31433] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, + ACTIONS(3709), 1, + anon_sym_DQUOTE, + STATE(1861), 1, + sym_string, + ACTIONS(3711), 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, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(3707), 9, + anon_sym_DASH, + 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, @@ -77548,22 +83989,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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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, @@ -77575,24 +84012,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26832] = 6, + [31497] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3477), 1, aux_sym_concatenation_token1, - ACTIONS(3106), 1, + ACTIONS(3479), 1, sym__concat, - STATE(815), 1, + STATE(771), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(3542), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3540), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -77604,11 +84042,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, @@ -77627,116 +84068,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26890] = 3, - ACTIONS(3), 1, + [31559] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - 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, + ACTIONS(3761), 1, + sym_word, + ACTIONS(3765), 1, anon_sym_DOLLAR, + ACTIONS(3767), 1, sym__special_character, + ACTIONS(3769), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3773), 1, aux_sym_number_token1, + ACTIONS(3775), 1, aux_sym_number_token2, + ACTIONS(3777), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3779), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3781), 1, anon_sym_BQUOTE, + ACTIONS(3783), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [26942] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3787), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(3789), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + STATE(2138), 1, + aux_sym__literal_repeat1, + ACTIONS(3763), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3771), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3785), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(822), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2150), 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(1923), 9, + 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(2152), 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, - sym_word, - [26994] = 3, + [31651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, + ACTIONS(1168), 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(1166), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77746,8 +84159,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 +84171,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,39 +84192,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27046] = 6, + [31707] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3685), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3852), 1, sym__concat, - STATE(781), 1, + STATE(816), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1121), 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(1167), 36, + ACTIONS(1119), 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, @@ -77824,20 +84247,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, + [31769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 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(1263), 37, + ACTIONS(1186), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77847,8 +84268,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 +84280,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,35 +84301,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27156] = 3, + [31825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 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(1183), 38, + 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_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, @@ -77922,26 +84353,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, - [27208] = 6, + [31881] = 7, 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(3005), 5, + ACTIONS(2351), 1, + anon_sym_DQUOTE, + STATE(1372), 1, + sym_string, + ACTIONS(2967), 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, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 36, + ACTIONS(2965), 9, + anon_sym_DASH, + 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, @@ -77949,22 +84387,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, @@ -77976,42 +84411,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27266] = 3, + [31945] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(3854), 1, + sym__special_character, + STATE(781), 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(1205), 39, + ACTIONS(211), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_LPAREN, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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, @@ -78023,94 +84465,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, - [27318] = 3, + [32005] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2351), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, + STATE(1372), 1, + sym_string, + ACTIONS(2967), 2, aux_sym__simple_variable_name_token1, - sym_word, - [27370] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1229), 5, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, sym_file_descriptor, - sym__concat, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + ACTIONS(2965), 9, + anon_sym_DASH, + 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, @@ -78121,41 +84522,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, - [27422] = 6, + [32069] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3108), 1, + ACTIONS(3856), 1, sym__concat, - STATE(841), 1, + STATE(817), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(1121), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1119), 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, @@ -78173,19 +84578,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, - [27480] = 3, + [32131] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3753), 1, + aux_sym_concatenation_token1, + ACTIONS(3755), 1, sym__concat, + STATE(787), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3860), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(3858), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78205,11 +84614,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, @@ -78223,41 +84633,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, + [32193] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3753), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3755), 1, sym__concat, - STATE(870), 1, + STATE(791), 1, aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(3864), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 36, + ACTIONS(3862), 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, @@ -78275,40 +84689,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, + [32255] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3110), 1, + ACTIONS(3866), 1, sym__concat, - STATE(917), 1, + STATE(817), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1115), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(1113), 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, @@ -78326,21 +84746,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, - [27648] = 3, + [32317] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + STATE(1525), 1, + sym_string, + ACTIONS(3111), 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(1215), 38, + ACTIONS(3109), 9, + anon_sym_DASH, + 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, @@ -78348,23 +84780,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, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -78375,46 +84803,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, - [27700] = 3, + [32381] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(2778), 1, + anon_sym_DQUOTE, + STATE(1525), 1, + sym_string, + ACTIONS(3111), 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(1267), 38, + ACTIONS(3109), 9, + anon_sym_DASH, + 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, anon_sym_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, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -78426,39 +84861,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27752] = 6, + [32445] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3868), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3871), 1, sym__concat, - STATE(781), 1, + STATE(816), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1131), 6, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(1129), 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, @@ -78476,19 +84916,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, - [27810] = 3, + [32507] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3874), 1, + aux_sym_concatenation_token1, + ACTIONS(3877), 1, sym__concat, + STATE(817), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1129), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78498,6 +84942,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, @@ -78508,11 +84953,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, @@ -78527,95 +84973,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27862] = 27, - ACTIONS(63), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(779), 1, - sym_test_operator, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2568), 1, - sym_word, - ACTIONS(3112), 1, - sym__special_character, - ACTIONS(3114), 1, - sym_variable_name, - STATE(457), 1, - sym_command_name, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(777), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(718), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [27962] = 6, + [32569] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(874), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1184), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(1182), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78625,8 +84993,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, @@ -78634,10 +85005,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, @@ -78652,20 +85026,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28020] = 5, + [32625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(1148), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 37, + ACTIONS(1146), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78675,6 +85046,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, @@ -78686,11 +85058,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, @@ -78703,41 +85079,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28076] = 3, + [32681] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3723), 1, + sym_variable_name, + STATE(4584), 1, + sym_subscript, + ACTIONS(3191), 2, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ACTIONS(3208), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + STATE(3114), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 16, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -78752,18 +85117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28128] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, - anon_sym_LPAREN_LPAREN, + ACTIONS(3206), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -78771,71 +85125,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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, - [28180] = 3, + [32749] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3228), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3723), 1, sym_variable_name, + STATE(4584), 1, + sym_subscript, + ACTIONS(3717), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3114), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, - anon_sym_LPAREN_LPAREN, + STATE(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 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(3175), 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, @@ -78850,70 +85198,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28232] = 27, - ACTIONS(63), 1, + [32819] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(3880), 1, + sym_word, + ACTIONS(3886), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(3889), 1, + sym__special_character, + ACTIONS(3892), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(3898), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(3901), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(3904), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(3907), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(3910), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(3913), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(435), 1, + ACTIONS(3919), 1, sym_test_operator, - ACTIONS(437), 1, + ACTIONS(3922), 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, + STATE(2138), 1, aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, + ACTIONS(3883), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, + ACTIONS(3895), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(429), 2, + ACTIONS(3916), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, + STATE(822), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1918), 7, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, 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, + STATE(1923), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -78923,24 +85257,71 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [28332] = 6, + ACTIONS(1920), 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, + [32911] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3120), 1, - sym__concat, - STATE(843), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(3000), 1, + anon_sym_DOLLAR, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + ACTIONS(3006), 1, + aux_sym_number_token1, + ACTIONS(3008), 1, + aux_sym_number_token2, + ACTIONS(3010), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3012), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3014), 1, + anon_sym_BQUOTE, + ACTIONS(3016), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3022), 1, sym__brace_start, + ACTIONS(3703), 1, + sym__special_character, + ACTIONS(3927), 1, + sym_test_operator, + STATE(3064), 1, + aux_sym__literal_repeat1, + STATE(3234), 1, + sym_concatenation, + ACTIONS(2102), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(2998), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3018), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3925), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3408), 9, + 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(2100), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -78948,18 +85329,61 @@ 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, + [33001] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3228), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3746), 1, + sym_variable_name, + STATE(4567), 1, + sym_subscript, + ACTIONS(3740), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3022), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(3014), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 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(3175), 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, @@ -78975,25 +85399,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28390] = 6, + [33071] = 9, 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, - sym_file_descriptor, + ACTIONS(3746), 1, + sym_variable_name, + STATE(4567), 1, + sym_subscript, + ACTIONS(3191), 2, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ACTIONS(3208), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 36, + STATE(3022), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3014), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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(3206), 21, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -79003,41 +85447,33 @@ 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, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [28448] = 3, + [33139] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(3753), 1, + aux_sym_concatenation_token1, + ACTIONS(3755), 1, sym__concat, + STATE(787), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1125), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79046,6 +85482,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,11 +85493,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, @@ -79076,41 +85514,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [28500] = 3, - ACTIONS(3), 1, + [33201] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1241), 6, + STATE(2015), 1, + aux_sym__literal_repeat1, + STATE(2195), 1, + sym_concatenation, + STATE(1849), 9, + 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(2100), 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(2102), 25, 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, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, 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, + [33263] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3721), 1, + anon_sym_LT_LT_LT, + ACTIONS(3723), 1, + sym_variable_name, + ACTIONS(3931), 1, + aux_sym_heredoc_redirect_token1, + STATE(4584), 1, + sym_subscript, + ACTIONS(3486), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3715), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3717), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3114), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3929), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -79125,71 +85633,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28552] = 3, - ACTIONS(3), 1, + [33339] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1225), 6, + STATE(1997), 1, + aux_sym__literal_repeat1, + STATE(2182), 1, + sym_concatenation, + STATE(1756), 9, + 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(2084), 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(2086), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 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, - aux_sym__simple_variable_name_token1, - sym_word, - [28604] = 6, + [33401] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3685), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3689), 1, sym__concat, - STATE(874), 1, + ACTIONS(3933), 1, + anon_sym_LPAREN, + STATE(753), 1, aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(1108), 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(1101), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79208,6 +85726,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, @@ -79226,41 +85746,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28662] = 3, + [33465] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, + ACTIONS(3477), 1, + aux_sym_concatenation_token1, + ACTIONS(3479), 1, sym__concat, - sym_variable_name, + STATE(770), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3679), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(3677), 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, @@ -79275,18 +85802,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28714] = 3, + [33527] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, - sym_file_descriptor, + ACTIONS(3477), 1, + aux_sym_concatenation_token1, + ACTIONS(3479), 1, sym__concat, + STATE(771), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3683), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(3681), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79298,6 +85829,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, @@ -79305,11 +85838,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, @@ -79324,40 +85858,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28766] = 3, + [33589] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, - sym_file_descriptor, + ACTIONS(3685), 1, + aux_sym_concatenation_token1, + ACTIONS(3689), 1, sym__concat, + STATE(804), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 39, + ACTIONS(1125), 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, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -79371,22 +85913,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, - [28818] = 5, + [33651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1168), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(1166), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79396,10 +85934,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, @@ -79407,11 +85945,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,22 +85966,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28874] = 6, + [33706] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3936), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3938), 1, sym__concat, - STATE(803), 1, + STATE(942), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1115), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(1113), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79448,15 +85989,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, @@ -79476,40 +86021,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [28932] = 3, + [33767] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3940), 1, sym__concat, + STATE(817), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + ACTIONS(1119), 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, @@ -79523,48 +86075,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, - [28984] = 6, + [33828] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3125), 1, - sym__concat, - STATE(843), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3942), 1, + sym__special_character, + STATE(837), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(1210), 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, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -79577,17 +86130,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29042] = 3, + [33887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1168), 6, sym_file_descriptor, sym__concat, sym_variable_name, 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, @@ -79596,6 +86149,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, @@ -79606,6 +86160,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, @@ -79626,20 +86182,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [29094] = 5, + [33942] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, + sym__concat, + STATE(836), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3683), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 37, + ACTIONS(3681), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79649,10 +86207,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -79660,11 +86217,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, @@ -79677,19 +86237,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29150] = 3, + [34003] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(3936), 1, + aux_sym_concatenation_token1, + ACTIONS(3945), 1, + sym__concat, + STATE(943), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 39, + ACTIONS(1125), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -79702,12 +86266,13 @@ 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, @@ -79725,18 +86290,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, - [29202] = 3, + [34064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1188), 6, 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, @@ -79756,6 +86322,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, @@ -79774,41 +86342,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, - [29254] = 3, + [34119] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, + STATE(947), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3679), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 39, + ACTIONS(3677), 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, @@ -79822,91 +86398,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, - [29306] = 27, - ACTIONS(63), 1, - sym_comment, - ACTIONS(709), 1, - anon_sym_DOLLAR, - ACTIONS(713), 1, - anon_sym_DQUOTE, - ACTIONS(717), 1, - aux_sym_number_token1, - ACTIONS(719), 1, - aux_sym_number_token2, - ACTIONS(721), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, - anon_sym_BQUOTE, - ACTIONS(727), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(735), 1, - sym_test_operator, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2570), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3127), 1, - sym__special_character, - STATE(434), 1, - sym_command_name, - STATE(829), 1, - aux_sym__literal_repeat1, - STATE(996), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(693), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(715), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(729), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(670), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [29406] = 3, + [34180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1168), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 39, + ACTIONS(1166), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79926,6 +86429,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, @@ -79946,41 +86451,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [29458] = 3, + [34235] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, + ACTIONS(3947), 1, + aux_sym_concatenation_token1, + ACTIONS(3950), 1, sym__concat, + STATE(844), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1129), 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, @@ -79994,45 +86504,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, - [29510] = 3, + [34296] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(3955), 1, + anon_sym_DQUOTE, + STATE(2060), 1, + sym_string, + ACTIONS(3957), 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(1255), 38, + ACTIONS(3953), 9, + anon_sym_DASH, + 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_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, @@ -80044,117 +86562,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29562] = 27, - ACTIONS(63), 1, + [34359] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, - anon_sym_DOLLAR, - ACTIONS(495), 1, + ACTIONS(3955), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, - aux_sym_number_token1, - ACTIONS(501), 1, - aux_sym_number_token2, - ACTIONS(503), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, - anon_sym_BQUOTE, - ACTIONS(509), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(517), 1, - sym_test_operator, - ACTIONS(519), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2552), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3129), 1, - sym__special_character, - STATE(425), 1, - sym_command_name, - STATE(707), 1, - aux_sym__literal_repeat1, - STATE(830), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(455), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(497), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(511), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(586), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2060), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [29662] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 6, + ACTIONS(3957), 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(1211), 38, + ACTIONS(3953), 9, + anon_sym_DASH, + 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, @@ -80166,41 +86618,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29714] = 3, + [34422] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(3685), 1, + aux_sym_concatenation_token1, + ACTIONS(3689), 1, sym__concat, - sym_variable_name, + STATE(880), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3679), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(3677), 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, @@ -80215,17 +86673,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29766] = 3, + [34483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1148), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(1146), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80245,6 +86703,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, @@ -80263,40 +86723,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, - [29818] = 6, + [34538] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3131), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3134), 1, + ACTIONS(3693), 1, sym__concat, - STATE(841), 1, + STATE(836), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1127), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(1125), 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, @@ -80314,24 +86779,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, - [29876] = 6, + [34599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(870), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(1200), 7, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 36, + ACTIONS(1198), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -80341,6 +86801,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, @@ -80350,10 +86811,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, @@ -80368,40 +86832,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29934] = 6, + [34654] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3140), 1, + ACTIONS(3693), 1, sym__concat, - STATE(843), 1, + STATE(878), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(244), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + 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_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_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, @@ -80420,65 +86887,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29992] = 3, + [34715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1160), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 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, - [30044] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1261), 5, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(1158), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80498,6 +86917,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,16 +86939,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30096] = 3, + [34770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, + ACTIONS(1204), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(1202), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80547,6 +86969,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, @@ -80567,21 +86991,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30148] = 6, + [34825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, - aux_sym_concatenation_token1, - ACTIONS(3143), 1, - sym__concat, - STATE(906), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(1144), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(1142), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80590,6 +87010,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,10 +87021,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, @@ -80619,18 +87043,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30206] = 3, + [34880] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, - sym_file_descriptor, + ACTIONS(3685), 1, + aux_sym_concatenation_token1, + ACTIONS(3689), 1, sym__concat, + STATE(881), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3683), 6, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(3681), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -80649,11 +87078,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, @@ -80668,20 +87098,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30258] = 5, + [34941] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(3959), 1, + aux_sym_concatenation_token1, + ACTIONS(3961), 1, + sym__concat, + STATE(912), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 37, + ACTIONS(3862), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80690,7 +87122,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, @@ -80701,11 +87132,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, @@ -80719,17 +87153,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30314] = 3, + [35002] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3959), 1, + aux_sym_concatenation_token1, + ACTIONS(3961), 1, sym__concat, + STATE(925), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3860), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(3858), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80748,11 +87187,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, @@ -80768,16 +87208,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30366] = 3, + [35063] = 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 +87238,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,44 +87260,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30418] = 5, + [35118] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(3685), 1, + aux_sym_concatenation_token1, + ACTIONS(3689), 1, + sym__concat, + STATE(881), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 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(2961), 37, + ACTIONS(1125), 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, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -80866,12 +87314,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [30474] = 3, + [35179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(1172), 7, sym_file_descriptor, sym__concat, sym_test_operator, @@ -80879,7 +87326,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(1170), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -80889,6 +87336,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 +87346,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,42 +87367,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30526] = 3, + [35234] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(3963), 1, + sym__special_character, + STATE(837), 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(1255), 39, + 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_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, @@ -80964,19 +87420,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, - [30578] = 3, + [35293] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, + ACTIONS(3965), 1, + aux_sym_concatenation_token1, + ACTIONS(3967), 1, sym__concat, + STATE(871), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1119), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80985,6 +87445,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, @@ -80995,11 +87456,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, @@ -81013,19 +87475,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, - [30630] = 3, + [35354] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(3965), 1, + aux_sym_concatenation_token1, + ACTIONS(3969), 1, sym__concat, + STATE(871), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1113), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81034,6 +87500,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, @@ -81044,11 +87511,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, @@ -81062,19 +87530,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, - [30682] = 3, + [35415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1208), 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(1231), 38, + ACTIONS(1206), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81084,7 +87552,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, @@ -81094,6 +87562,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, @@ -81113,16 +87583,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30734] = 3, + [35470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(1172), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, + ACTIONS(1170), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81142,6 +87613,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, @@ -81162,18 +87635,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30786] = 3, + [35525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, + ACTIONS(1127), 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(1251), 37, + ACTIONS(1125), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81183,8 +87654,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, @@ -81192,11 +87667,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, @@ -81211,40 +87687,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30838] = 6, + [35580] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3106), 1, + ACTIONS(3693), 1, sym__concat, - STATE(815), 1, + STATE(877), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1108), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 36, + 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_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, @@ -81263,41 +87742,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30896] = 3, + [35641] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, + ACTIONS(3965), 1, + aux_sym_concatenation_token1, + ACTIONS(3975), 1, sym__concat, + STATE(863), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3973), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(3971), 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, @@ -81312,19 +87797,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30948] = 3, + [35702] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, - sym_variable_name, + ACTIONS(3977), 1, + anon_sym_LPAREN, + STATE(877), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1108), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + 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, @@ -81333,19 +87826,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, @@ -81359,19 +87852,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, - [31000] = 3, + [35765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 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(1263), 38, + ACTIONS(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81381,7 +87874,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, @@ -81391,6 +87884,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, @@ -81410,41 +87905,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31052] = 3, + [35820] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3980), 1, + aux_sym_concatenation_token1, + ACTIONS(3983), 1, sym__concat, + STATE(871), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1129), 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, @@ -81459,113 +87960,43 @@ 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, + [35881] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3965), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3975), 1, sym__concat, - STATE(874), 1, + STATE(862), 1, aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(3988), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 36, + ACTIONS(3986), 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, @@ -81584,36 +88015,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31262] = 3, + [35942] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1176), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1174), 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, @@ -81632,17 +88065,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [31314] = 3, + [35997] = 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), 39, + ACTIONS(1182), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81662,6 +88097,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, @@ -81682,16 +88119,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31366] = 3, + [36052] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1180), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(1178), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81711,6 +88149,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, @@ -81731,22 +88171,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31418] = 6, + [36107] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3992), 1, + anon_sym_DQUOTE, + STATE(1932), 1, + sym_string, + ACTIONS(3994), 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(3990), 9, + anon_sym_DASH, + 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, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_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, + [36170] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3149), 1, + ACTIONS(3996), 1, sym__concat, - STATE(711), 1, + STATE(817), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1115), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1113), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81756,6 +88252,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, @@ -81765,6 +88262,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 +88282,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31476] = 3, + [36231] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3998), 1, sym__concat, + STATE(817), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1119), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81803,7 +88307,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 +88317,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,168 +88337,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31528] = 3, - ACTIONS(3), 1, + [36292] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(4000), 1, + sym_word, + ACTIONS(4004), 1, anon_sym_DOLLAR, + ACTIONS(4006), 1, sym__special_character, + ACTIONS(4008), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(4012), 1, aux_sym_number_token1, + ACTIONS(4014), 1, aux_sym_number_token2, + ACTIONS(4016), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(4018), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(4020), 1, anon_sym_BQUOTE, + ACTIONS(4022), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [31580] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1203), 5, - sym_file_descriptor, - sym__concat, + ACTIONS(4026), 1, sym_test_operator, + ACTIONS(4028), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, + STATE(3599), 1, + aux_sym__literal_repeat1, + STATE(3671), 1, + sym_concatenation, + ACTIONS(4002), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4010), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4024), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2100), 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, - 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, - [31632] = 6, - 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, + STATE(3528), 9, + 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(2102), 11, sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_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, - [31690] = 3, + [36383] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, - sym_file_descriptor, + ACTIONS(3685), 1, + aux_sym_concatenation_token1, + ACTIONS(4030), 1, sym__concat, + STATE(816), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 6, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1113), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -82012,11 +88442,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, @@ -82031,16 +88462,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31742] = 3, + [36444] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(3685), 1, + aux_sym_concatenation_token1, + ACTIONS(4032), 1, + sym__concat, + STATE(816), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 39, + ACTIONS(1119), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -82050,11 +88488,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, @@ -82062,6 +88497,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, @@ -82080,70 +88517,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31794] = 27, - ACTIONS(63), 1, + [36505] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(4004), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(4006), 1, + sym__special_character, + ACTIONS(4008), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(4012), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(4014), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(4016), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(4018), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(4020), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(4028), 1, sym__brace_start, - ACTIONS(1025), 1, - sym_test_operator, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2548), 1, + ACTIONS(4034), 1, sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3153), 1, - sym__special_character, - STATE(531), 1, - sym_command_name, - STATE(1044), 1, + ACTIONS(4038), 1, + sym_test_operator, + STATE(3546), 1, aux_sym__literal_repeat1, - STATE(1134), 1, + STATE(3668), 1, sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, + ACTIONS(4002), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(4024), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1019), 2, + ACTIONS(4036), 2, sym_raw_string, sym_ansi_c_string, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, + ACTIONS(2084), 7, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, 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, + STATE(3532), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -82153,16 +88575,29 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [31894] = 3, + ACTIONS(2086), 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, + [36596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1156), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + ACTIONS(1154), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82182,6 +88617,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 +88639,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31946] = 3, + [36651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1208), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1206), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82232,6 +88669,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 +88689,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, - [31998] = 6, + [36706] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3959), 1, aux_sym_concatenation_token1, - ACTIONS(3155), 1, + ACTIONS(3961), 1, sym__concat, - STATE(906), 1, + STATE(925), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1127), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1125), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82284,6 +88725,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, @@ -82303,35 +88746,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32056] = 3, + [36767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, + ACTIONS(1176), 7, sym_file_descriptor, sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 39, + ACTIONS(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_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, @@ -82350,25 +88797,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, - [32108] = 6, + [36822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3094), 1, - sym__concat, - STATE(787), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 6, + ACTIONS(1131), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1129), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82377,18 +88817,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, @@ -82404,41 +88850,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32166] = 3, + [36877] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3685), 1, + aux_sym_concatenation_token1, + ACTIONS(3689), 1, sym__concat, - sym_variable_name, + STATE(880), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3492), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(3490), 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, @@ -82453,36 +88905,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32218] = 3, + [36938] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1200), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1198), 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, @@ -82502,18 +88957,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32270] = 3, + [36993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 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(1259), 37, + ACTIONS(1206), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -82523,6 +88977,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 +88988,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,23 +89009,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32322] = 6, + [37048] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(3965), 1, aux_sym_concatenation_token1, - ACTIONS(3094), 1, + ACTIONS(3975), 1, sym__concat, - STATE(800), 1, + STATE(863), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 6, + ACTIONS(3751), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(3749), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82576,14 +89033,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, @@ -82601,38 +89063,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, - [32380] = 3, + [37109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1160), 7, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1158), 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, @@ -82652,43 +89116,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32432] = 6, + [37164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, - aux_sym_concatenation_token1, - ACTIONS(3090), 1, - sym__concat, - STATE(847), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(1172), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 37, + 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, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -82702,37 +89167,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, - [32490] = 3, + [37219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1148), 6, sym_file_descriptor, sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, + ACTIONS(1146), 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, @@ -82751,45 +89219,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, - [32542] = 6, + [37274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, - aux_sym_concatenation_token1, - ACTIONS(3090), 1, - sym__concat, - STATE(880), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + 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(3013), 37, + ACTIONS(1162), 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, @@ -82803,37 +89271,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, - [32600] = 3, + [37329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1204), 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(1263), 38, + 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_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, @@ -82852,43 +89323,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, - [32652] = 3, + [37384] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3965), 1, + aux_sym_concatenation_token1, + ACTIONS(3975), 1, sym__concat, + STATE(862), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 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(3757), 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, @@ -82903,10 +89379,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32704] = 3, + [37445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, + ACTIONS(1192), 7, sym_file_descriptor, sym__concat, sym_test_operator, @@ -82914,7 +89390,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -82924,6 +89400,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, @@ -82933,6 +89410,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, @@ -82952,17 +89431,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32756] = 3, + [37500] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, + ACTIONS(3965), 1, + aux_sym_concatenation_token1, + ACTIONS(3975), 1, sym__concat, + STATE(863), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(2016), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82982,11 +89466,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, @@ -83001,41 +89486,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32808] = 3, + [37561] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3965), 1, + aux_sym_concatenation_token1, + ACTIONS(3975), 1, sym__concat, + STATE(863), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1808), 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, @@ -83050,17 +89541,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32860] = 3, + [37622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + 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(1235), 38, + ACTIONS(1178), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -83070,7 +89562,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, @@ -83080,6 +89572,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, @@ -83099,113 +89593,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32912] = 27, - 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(999), 1, - sym_test_operator, - ACTIONS(1001), 1, - 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, - 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_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1330), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [33012] = 3, + [37677] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, + STATE(836), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3542), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 39, + ACTIONS(3540), 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, @@ -83219,117 +89647,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, - [33064] = 27, - ACTIONS(63), 1, + [37738] = 5, + 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, - sym_file_descriptor, - ACTIONS(2445), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3118), 1, + ACTIONS(3854), 1, sym__special_character, - STATE(473), 1, - sym_command_name, - STATE(1044), 1, + STATE(781), 1, aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(809), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [33164] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1203), 6, + ACTIONS(3542), 5, 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(3540), 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, @@ -83341,43 +89701,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, + [37797] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, - sym_variable_name, + STATE(947), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3492), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(3490), 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 +89757,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33268] = 3, + [37858] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(4042), 1, + anon_sym_DQUOTE, + STATE(1972), 1, + sym_string, + ACTIONS(1093), 2, sym__concat, - sym_variable_name, sym_test_operator, + ACTIONS(4044), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4040), 9, + anon_sym_DASH, + 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, + [37921] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1108), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(1101), 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 +89864,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, - [33320] = 3, + [37976] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3685), 1, + aux_sym_concatenation_token1, + ACTIONS(3689), 1, sym__concat, + STATE(881), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3542), 6, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(3540), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -83461,7 +89891,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, @@ -83471,11 +89900,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,10 +89920,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33372] = 3, + [38037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, + ACTIONS(1184), 7, sym_file_descriptor, sym__concat, sym_test_operator, @@ -83501,7 +89931,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(1182), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -83511,6 +89941,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, @@ -83520,6 +89951,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, @@ -83539,44 +89972,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33424] = 5, + [38092] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1168), 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(1273), 37, + ACTIONS(1166), 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, + aux_sym_concatenation_token1, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -83588,25 +90023,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [33480] = 6, + [38147] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3160), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3163), 1, + ACTIONS(3693), 1, sym__concat, - STATE(906), 1, + ACTIONS(4046), 1, + anon_sym_LPAREN, + STATE(877), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(1108), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 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, @@ -83615,14 +90053,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, @@ -83640,19 +90079,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, - [33538] = 3, + [38210] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1200), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1198), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83661,6 +90099,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 +90110,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,23 +90132,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33590] = 5, + [38265] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(3959), 1, + aux_sym_concatenation_token1, + ACTIONS(4049), 1, + sym__concat, + STATE(844), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 37, + ACTIONS(1113), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -83719,17 +90161,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, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -83741,25 +90185,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, - [33646] = 6, + [38326] = 7, 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(3992), 1, + anon_sym_DQUOTE, + STATE(1932), 1, + sym_string, + ACTIONS(3994), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 36, + ACTIONS(3990), 9, + anon_sym_DASH, + 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, @@ -83767,22 +90220,18 @@ 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, @@ -83794,16 +90243,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33704] = 3, + [38389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 5, + ACTIONS(1196), 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(2807), 39, + ACTIONS(1194), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -83813,11 +90264,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, @@ -83825,10 +90274,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, @@ -83843,44 +90295,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33756] = 6, + [38444] = 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(1196), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 36, + ACTIONS(1194), 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, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -83895,35 +90347,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33814] = 3, + [38499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 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(1251), 38, + 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_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, @@ -83942,38 +90398,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, - [33866] = 3, + [38554] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + 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(1235), 38, + 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_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, @@ -83993,22 +90451,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33918] = 6, + [38609] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3936), 1, aux_sym_concatenation_token1, - ACTIONS(3106), 1, + ACTIONS(3945), 1, sym__concat, - STATE(827), 1, + STATE(943), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(4053), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(4051), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84017,6 +90474,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,6 +90485,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, @@ -84044,45 +90504,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, - [33976] = 6, + [38670] = 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(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(2967), 36, + 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_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, @@ -84097,17 +90558,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34034] = 3, + [38725] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3936), 1, + aux_sym_concatenation_token1, + ACTIONS(3945), 1, sym__concat, - sym_variable_name, + STATE(835), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4057), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(4055), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84127,11 +90592,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, @@ -84145,44 +90611,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, - [34086] = 6, + [38786] = 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(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(1183), 36, + ACTIONS(1174), 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, @@ -84196,75 +90664,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, - [34144] = 6, + [38841] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(4042), 1, + anon_sym_DQUOTE, + STATE(1972), 1, + sym_string, + ACTIONS(1089), 2, sym__concat, - STATE(870), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, - sym_file_descriptor, sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + ACTIONS(4044), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4040), 9, + anon_sym_DASH, + 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_SEMI_SEMI, - 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_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, - [34202] = 6, + anon_sym_CARET, + [38904] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3959), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(3961), 1, sym__concat, - STATE(1007), 1, + STATE(912), 1, aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(3751), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 36, + ACTIONS(3749), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84273,15 +90745,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, @@ -84301,43 +90776,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34259] = 6, + [38965] = 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(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(3003), 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_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, @@ -84352,22 +90828,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34316] = 6, + [39020] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3959), 1, aux_sym_concatenation_token1, - ACTIONS(3180), 1, + ACTIONS(4059), 1, sym__concat, - STATE(917), 1, + STATE(844), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1121), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1119), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84378,12 +90854,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, @@ -84403,18 +90883,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34373] = 3, + [39081] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, - sym_file_descriptor, + ACTIONS(3959), 1, + aux_sym_concatenation_token1, + ACTIONS(3961), 1, sym__concat, + STATE(925), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(3757), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84425,17 +90909,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, @@ -84451,34 +90938,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34424] = 3, + [39142] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, + ACTIONS(1160), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 36, + ACTIONS(1158), 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, @@ -84497,36 +90989,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, - [34475] = 3, + [39197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1164), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(1162), 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, @@ -84545,20 +91041,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, - [34526] = 3, + [39252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, + ACTIONS(1196), 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(1194), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84567,14 +91061,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, @@ -84595,42 +91094,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34577] = 6, + [39307] = 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(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(1183), 35, + 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_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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,37 +91145,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, - [34634] = 3, + [39362] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 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(1211), 37, + 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_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, @@ -84694,43 +91198,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34685] = 6, + [39417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(929), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1131), 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), 35, + ACTIONS(1129), 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, @@ -84745,43 +91250,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34742] = 6, + [39472] = 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(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(1171), 35, + 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, @@ -84796,21 +91302,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34799] = 5, + [39527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 6, + ACTIONS(1180), 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(187), 35, + ACTIONS(1178), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -84820,6 +91322,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, @@ -84829,11 +91333,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, @@ -84846,34 +91354,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34854] = 3, + [39582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, + 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(1223), 36, + 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_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, @@ -84892,41 +91405,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, - [34905] = 3, + [39637] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, - sym_variable_name, + STATE(878), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 36, + ACTIONS(1125), 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, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -84940,44 +91460,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, - [34956] = 6, + [39698] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, - aux_sym_concatenation_token1, - ACTIONS(3194), 1, - sym__concat, - STATE(926), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1144), 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(1177), 35, + 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_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, @@ -84991,20 +91512,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, - [35013] = 3, + [39753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 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(1227), 36, + ACTIONS(1190), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85013,14 +91532,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, @@ -85041,34 +91565,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35064] = 3, + [39808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, + ACTIONS(1144), 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), 36, + ACTIONS(1142), 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, @@ -85087,44 +91616,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, - [35115] = 3, + [39863] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(3854), 1, + sym__special_character, + STATE(781), 1, + aux_sym__literal_repeat1, + ACTIONS(3683), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(3681), 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, @@ -85137,42 +91671,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35166] = 6, + [39922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, - aux_sym_concatenation_token1, - ACTIONS(3196), 1, - sym__concat, - STATE(926), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1131), 7, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(1129), 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, @@ -85186,20 +91722,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, - [35223] = 3, + [39977] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 7, - sym_file_descriptor, + ACTIONS(4061), 1, + aux_sym_concatenation_token1, + ACTIONS(4064), 1, sym__concat, - sym_variable_name, + STATE(942), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 36, + ACTIONS(1129), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85208,19 +91746,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, @@ -85236,22 +91778,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35274] = 6, + [40038] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, + ACTIONS(3936), 1, aux_sym_concatenation_token1, - ACTIONS(3198), 1, + ACTIONS(4067), 1, sym__concat, - STATE(937), 1, + STATE(942), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1121), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1119), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85260,14 +91801,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, @@ -85287,44 +91833,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35331] = 5, + [40099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, + ACTIONS(1152), 7, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 36, + ACTIONS(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_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, @@ -85337,18 +91885,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35386] = 3, + [40154] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, - sym_file_descriptor, + ACTIONS(3965), 1, + aux_sym_concatenation_token1, + ACTIONS(3975), 1, sym__concat, + STATE(862), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, + ACTIONS(1125), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85357,19 +91909,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, @@ -85383,37 +91939,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, - [35437] = 3, + [40215] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + 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(1183), 37, + 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_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, @@ -85433,39 +91992,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35488] = 3, + [40270] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(4069), 1, sym__concat, - sym_variable_name, + STATE(817), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 36, + ACTIONS(1113), 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, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -85479,36 +92046,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, - [35539] = 3, + [40331] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(1168), 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(1247), 36, + ACTIONS(1166), 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, @@ -85527,19 +92098,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [35590] = 3, + [40386] = 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), 37, + ACTIONS(1150), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85548,6 +92118,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, @@ -85558,6 +92129,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, @@ -85576,40 +92149,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, - [35641] = 6, + [40441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3202), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1127), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1125), 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, @@ -85628,18 +92202,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35698] = 3, + [40495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, + ACTIONS(1172), 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(1170), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85650,12 +92223,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, @@ -85676,18 +92253,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35749] = 3, + [40549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, + 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(1243), 36, + ACTIONS(1182), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85696,14 +92272,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, @@ -85722,20 +92303,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, - [35800] = 3, + [40603] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, - sym_file_descriptor, + ACTIONS(4071), 1, + aux_sym_concatenation_token1, + ACTIONS(4073), 1, sym__concat, + STATE(988), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 6, + 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(3862), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85752,11 +92337,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, @@ -85772,42 +92358,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35851] = 3, + [40663] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(4075), 1, + sym__special_character, + STATE(954), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(1210), 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, @@ -85820,18 +92411,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35902] = 3, + [40721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1131), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1129), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85840,14 +92429,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, @@ -85868,18 +92462,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35953] = 3, + [40775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(1156), 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(1255), 36, + ACTIONS(1154), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85888,14 +92480,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, @@ -85916,23 +92513,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36004] = 6, + [40829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3206), 1, - sym__concat, - STATE(1045), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 6, + ACTIONS(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(2995), 34, + ACTIONS(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85943,16 +92534,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, @@ -85966,40 +92562,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, - [36061] = 6, + [40883] = 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(3679), 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(3003), 34, + ACTIONS(3677), 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, @@ -86018,20 +92615,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36118] = 5, + [40937] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4080), 1, + sym__concat, + STATE(971), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 36, + ACTIONS(1113), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86040,22 +92639,23 @@ 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, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -86067,19 +92667,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, + [40997] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, - sym_file_descriptor, + ACTIONS(4082), 1, + aux_sym_concatenation_token1, + ACTIONS(4084), 1, sym__concat, + STATE(1001), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 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(2016), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86090,17 +92695,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, @@ -86114,20 +92722,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, - [36224] = 3, + [41057] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, - sym_file_descriptor, + ACTIONS(4086), 1, + aux_sym_concatenation_token1, + ACTIONS(4089), 1, sym__concat, + STATE(961), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 36, + ACTIONS(1129), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86138,17 +92749,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, @@ -86162,80 +92776,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [36275] = 5, + [41117] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, - sym_file_descriptor, - sym_variable_name, + ACTIONS(1093), 1, sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + ACTIONS(4042), 1, + anon_sym_DQUOTE, + STATE(1972), 1, + sym_string, + ACTIONS(4044), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4040), 9, + anon_sym_DASH, + 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_esac, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, + anon_sym_CARET, + [41179] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1093), 1, + sym_test_operator, + ACTIONS(4094), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [36330] = 9, + STATE(1814), 1, + sym_string, + ACTIONS(4096), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4092), 9, + anon_sym_DASH, + 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, + [41241] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3208), 1, + ACTIONS(4071), 1, + aux_sym_concatenation_token1, + ACTIONS(4073), 1, + sym__concat, + STATE(988), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 6, + sym_file_descriptor, sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(2592), 2, sym_test_operator, sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, + ts_builtin_sym_end, 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, + ACTIONS(3749), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -86243,16 +92913,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, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -86267,48 +92939,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, - [36393] = 10, + [41301] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3208), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(3211), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2914), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(1208), 5, sym_file_descriptor, + sym__concat, 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 41, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, 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_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -86322,110 +92990,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, - [36458] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1043), 1, - sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(1059), 1, - sym_test_operator, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3217), 1, - sym__regex_no_space, - STATE(1498), 1, - aux_sym__literal_repeat1, - STATE(1651), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1057), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1715), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1419), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [36553] = 6, + [41355] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3219), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3222), 1, + ACTIONS(3693), 1, sym__concat, - STATE(962), 1, + STATE(1027), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(3492), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(3490), 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, @@ -86444,22 +93046,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36610] = 6, + [41415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, - aux_sym_concatenation_token1, - ACTIONS(3198), 1, - sym__concat, - STATE(937), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 5, + ACTIONS(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(3019), 35, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86470,16 +93067,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, @@ -86495,22 +93097,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36667] = 6, + [41469] = 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(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(3013), 35, + ACTIONS(1186), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86521,16 +93118,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, @@ -86546,24 +93148,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36724] = 5, + [41523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 6, + ACTIONS(1168), 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(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -86572,18 +93169,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, @@ -86595,22 +93197,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, - [36779] = 5, + [41577] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, + sym__concat, + STATE(1070), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3542), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(3540), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -86629,11 +93233,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, @@ -86646,23 +93253,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36834] = 6, + [41637] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(4098), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(4101), 1, sym__concat, - STATE(1045), 1, + STATE(971), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 6, + ACTIONS(1131), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 34, + ACTIONS(1129), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86671,6 +93277,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, @@ -86679,6 +93286,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, @@ -86696,24 +93305,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, - [36891] = 6, + [41697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3206), 1, - sym__concat, - STATE(1061), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 6, + ACTIONS(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(3067), 34, + ACTIONS(1198), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86722,18 +93326,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, @@ -86748,16 +93358,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36948] = 3, + [41751] = 3, ACTIONS(3), 1, sym_comment, - 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), 38, + ACTIONS(1158), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86777,10 +93388,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, @@ -86794,25 +93408,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, - [36999] = 6, + [41805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3206), 1, - sym__concat, - STATE(1045), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 6, + ACTIONS(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(2967), 34, + ACTIONS(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86821,18 +93428,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, @@ -86847,23 +93460,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [37056] = 6, + [41859] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3206), 1, - sym__concat, - STATE(1061), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 6, + ACTIONS(4104), 1, + sym__special_character, + STATE(1064), 1, + aux_sym__literal_repeat1, + ACTIONS(3860), 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(3858), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86872,20 +93482,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, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -86897,17 +93511,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, + [41917] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, - sym_file_descriptor, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, sym__concat, + STATE(981), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(3757), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86916,21 +93537,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 +93567,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37164] = 3, + [41977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1164), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1162), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86964,6 +93586,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 +93597,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, @@ -86992,18 +93617,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [37215] = 3, + [42031] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + sym_test_operator, + ACTIONS(4094), 1, + anon_sym_DQUOTE, + STATE(1814), 1, + sym_string, + ACTIONS(4096), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4092), 9, + anon_sym_DASH, + 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, + [42093] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(4082), 1, + aux_sym_concatenation_token1, + ACTIONS(4084), 1, + sym__concat, + STATE(1001), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1808), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87012,7 +93697,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, @@ -87023,6 +93707,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, @@ -87040,18 +93726,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, - [37266] = 3, - ACTIONS(3), 1, + [42153] = 28, + ACTIONS(67), 1, sym_comment, - ACTIONS(1185), 5, + 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(3157), 1, + sym_word, + ACTIONS(4108), 1, + sym__special_character, + ACTIONS(4110), 1, + sym_variable_name, + STATE(513), 1, + sym_command_name, + STATE(1057), 1, + aux_sym__literal_repeat1, + STATE(1171), 1, + sym_concatenation, + STATE(2688), 1, + sym_file_redirect, + STATE(4606), 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(2345), 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(1366), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [42257] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4112), 1, sym__concat, + STATE(971), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1119), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87060,21 +93827,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, @@ -87090,19 +93857,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37317] = 3, + [42317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 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(2807), 38, + 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, @@ -87114,16 +93881,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, @@ -87137,18 +93906,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, - [37368] = 3, + [42371] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, sym__concat, + STATE(959), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(3862), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87157,21 +93932,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, @@ -87185,157 +93960,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, - [37419] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(346), 1, - sym_word, - ACTIONS(355), 1, - anon_sym_LPAREN, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(383), 1, - sym_test_operator, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3228), 1, - sym__special_character, - ACTIONS(3230), 1, - sym__regex_no_space, - STATE(1550), 1, - aux_sym__literal_repeat1, - STATE(1790), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [37514] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, - sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1427), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1117), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1123), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1119), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1541), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [37609] = 3, + [42431] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1144), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(1142), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87354,6 +93991,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,17 +94013,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37660] = 3, + [42485] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(228), 1, + anon_sym_DQUOTE, + ACTIONS(1089), 1, + sym_test_operator, + STATE(2059), 1, + sym_string, + ACTIONS(4116), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4114), 9, + anon_sym_DASH, + 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_RPAREN, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [42547] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, sym__concat, + STATE(981), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3860), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(3858), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87393,21 +94092,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, @@ -87421,17 +94120,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, - [37711] = 3, + [42607] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, - sym_file_descriptor, + ACTIONS(4082), 1, + aux_sym_concatenation_token1, + ACTIONS(4118), 1, sym__concat, + STATE(961), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1119), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87450,11 +94156,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, @@ -87468,21 +94175,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, - [37762] = 5, + [42667] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3236), 1, - sym__special_character, - STATE(983), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(4071), 1, + aux_sym_concatenation_token1, + ACTIONS(4120), 1, + sym__concat, + STATE(1080), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(1113), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87491,22 +94201,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, @@ -87520,24 +94230,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37817] = 5, + [42727] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 6, + ACTIONS(4071), 1, + aux_sym_concatenation_token1, + ACTIONS(4122), 1, + sym__concat, + STATE(1080), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 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(2817), 35, + ACTIONS(1119), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87547,17 +94258,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, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -87569,18 +94282,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, - [37872] = 3, + [42787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1184), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(1182), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87589,15 +94303,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, @@ -87618,20 +94335,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37923] = 5, + [42841] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3239), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, + sym__concat, + STATE(959), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(3749), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87640,22 +94359,23 @@ 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, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -87667,20 +94387,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [37978] = 3, + [42901] = 28, + ACTIONS(67), 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(1244), 1, + sym_file_descriptor, + ACTIONS(3169), 1, + sym_word, + ACTIONS(4110), 1, + sym_variable_name, + ACTIONS(4124), 1, + sym__special_character, + STATE(417), 1, + sym_command_name, + STATE(808), 1, + aux_sym__literal_repeat1, + STATE(906), 1, + sym_concatenation, + STATE(2688), 1, + sym_file_redirect, + STATE(4606), 1, + sym_subscript, + ACTIONS(407), 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, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2345), 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(680), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [43005] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(4126), 1, + aux_sym_concatenation_token1, + ACTIONS(4128), 1, + sym__concat, + STATE(1074), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 38, + ACTIONS(1125), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87692,12 +94493,13 @@ 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, @@ -87715,20 +94517,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, - [38029] = 3, + [43065] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, - sym_variable_name, + STATE(1027), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3679), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(3677), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87737,19 +94546,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, @@ -87764,43 +94573,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38080] = 5, + [43125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3242), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(3492), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(3490), 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, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -87812,20 +94623,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, - [38135] = 3, + [43179] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, + STATE(1070), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3683), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(3681), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87834,19 +94651,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, @@ -87860,22 +94677,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, - [38186] = 5, + [43239] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(4130), 1, + aux_sym_concatenation_token1, + ACTIONS(4132), 1, + sym__concat, + STATE(1030), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 36, + ACTIONS(1119), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87884,6 +94701,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, @@ -87894,11 +94712,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, @@ -87910,51 +94731,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, - [38241] = 12, + [43299] = 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(1152), 5, sym_file_descriptor, + sym__concat, 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(1150), 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, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -87968,18 +94781,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, - [38310] = 3, + [43353] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1196), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1194), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87988,6 +94802,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,6 +94813,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, @@ -88017,16 +94834,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38361] = 3, + [43407] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, - sym_file_descriptor, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, sym__concat, + STATE(981), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1125), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88035,21 +94858,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, @@ -88065,17 +94888,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38412] = 3, + [43467] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(4082), 1, + aux_sym_concatenation_token1, + ACTIONS(4134), 1, sym__concat, + STATE(961), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(1113), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88094,11 +94922,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, @@ -88113,16 +94942,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38463] = 3, + [43527] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(3963), 1, + sym__special_character, + STATE(837), 1, + aux_sym__literal_repeat1, + ACTIONS(3542), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(3540), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -88143,12 +94976,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, @@ -88161,87 +94995,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38514] = 25, - ACTIONS(63), 1, + [43585] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(198), 1, + ACTIONS(1164), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 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, anon_sym_DOLLAR, - ACTIONS(204), 1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(206), 1, aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(228), 1, - sym_word, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(234), 1, - sym_test_operator, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, - sym__special_character, - ACTIONS(3234), 1, - sym__regex_no_space, - ACTIONS(3253), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - STATE(1427), 1, - sym__expression, - STATE(1458), 1, - aux_sym__literal_repeat1, - ACTIONS(133), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1093), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(135), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1499), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [38609] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [43639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1160), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1158), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88250,15 +95064,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, @@ -88279,44 +95097,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38660] = 5, + [43693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3255), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1200), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(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, sym_raw_string, sym_ansi_c_string, @@ -88328,18 +95146,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, - [38715] = 3, + [43747] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, + ACTIONS(4082), 1, + aux_sym_concatenation_token1, + ACTIONS(4084), 1, sym__concat, + STATE(1001), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(3749), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88348,20 +95172,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, @@ -88375,43 +95201,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, - [38766] = 3, + [43807] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(4136), 1, + sym__special_character, + STATE(1014), 1, + aux_sym__literal_repeat1, + ACTIONS(244), 6, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(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_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, sym_raw_string, sym_ansi_c_string, @@ -88423,18 +95254,280 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [38817] = 3, + [43865] = 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(73), 1, + sym_test_operator, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(3113), 1, + sym_word, + ACTIONS(4110), 1, + sym_variable_name, + ACTIONS(4138), 1, + sym__special_character, + STATE(430), 1, + sym_command_name, + STATE(1007), 1, + aux_sym__literal_repeat1, + STATE(1156), 1, + sym_concatenation, + STATE(2688), 1, + sym_file_redirect, + STATE(4606), 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(2345), 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(754), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [43969] = 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(3155), 1, + sym_word, + ACTIONS(4110), 1, + sym_variable_name, + ACTIONS(4140), 1, + sym__special_character, + STATE(564), 1, + sym_command_name, + STATE(1734), 1, + aux_sym__literal_repeat1, + STATE(1834), 1, + sym_concatenation, + STATE(2688), 1, + sym_file_redirect, + STATE(4606), 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(2345), 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(1520), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [44073] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1093), 1, + sym_test_operator, + ACTIONS(4094), 1, + anon_sym_DQUOTE, + STATE(1814), 1, + sym_string, + ACTIONS(4096), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4092), 9, + anon_sym_DASH, + 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, + [44135] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + sym_test_operator, + ACTIONS(4094), 1, + anon_sym_DQUOTE, + STATE(1814), 1, + sym_string, + ACTIONS(4096), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4092), 9, + anon_sym_DASH, + 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, + [44197] = 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), 38, + ACTIONS(1178), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88454,10 +95547,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, @@ -88471,18 +95567,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, - [38868] = 3, + [44251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1176), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 38, + ACTIONS(1174), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88502,10 +95598,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, @@ -88519,22 +95618,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, - [38919] = 5, + [44305] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, + ACTIONS(4142), 1, sym__special_character, - STATE(999), 1, + STATE(1014), 1, aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(1212), 6, 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(1210), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -88544,7 +95643,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, @@ -88554,6 +95653,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, @@ -88571,17 +95672,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38974] = 3, + [44363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1192), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88590,15 +95691,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, @@ -88617,23 +95722,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, - [39025] = 6, + [44417] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(4130), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(4145), 1, sym__concat, - STATE(1007), 1, + STATE(1029), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(3973), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3971), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88642,15 +95746,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, @@ -88668,23 +95776,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, - [39082] = 6, + [44477] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(4071), 1, aux_sym_concatenation_token1, - ACTIONS(3268), 1, + ACTIONS(4073), 1, sym__concat, - STATE(1016), 1, + STATE(989), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(3759), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(3757), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88693,7 +95802,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, @@ -88702,6 +95810,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 +95831,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39139] = 3, + [44537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1196), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(1194), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88740,15 +95850,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, @@ -88769,21 +95882,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39190] = 6, + [44591] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(4082), 1, aux_sym_concatenation_token1, - ACTIONS(3270), 1, + ACTIONS(4084), 1, sym__concat, - STATE(1016), 1, + STATE(987), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(3759), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(3757), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88792,15 +95906,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, @@ -88818,19 +95935,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, - [39247] = 3, + [44651] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1176), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1174), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88849,6 +95965,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, @@ -88867,17 +95985,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, - [39298] = 3, + [44705] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, - sym_file_descriptor, + ACTIONS(4130), 1, + aux_sym_concatenation_token1, + ACTIONS(4145), 1, sym__concat, + STATE(997), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3988), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(3986), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88886,6 +96010,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,11 +96021,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, @@ -88914,19 +96040,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, - [39349] = 3, + [44765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1180), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1178), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88945,6 +96070,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, @@ -88963,17 +96090,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, - [39400] = 3, + [44819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, + ACTIONS(1192), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1190), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88982,6 +96110,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 +96121,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, @@ -89012,92 +96143,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39451] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - ACTIONS(3272), 1, - sym__special_character, - STATE(1427), 1, - sym__expression, - STATE(1571), 1, - aux_sym__literal_repeat1, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [39546] = 6, + [44873] = 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(1172), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(1170), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89106,18 +96162,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 +96193,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, + [44927] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3276), 1, + ACTIONS(4147), 1, aux_sym_concatenation_token1, - ACTIONS(3279), 1, + ACTIONS(4150), 1, sym__concat, - STATE(1016), 1, + STATE(1025), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(1131), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1129), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89156,15 +96217,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,39 +96248,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39660] = 3, + [44987] = 9, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4157), 1, + anon_sym_DQUOTE, + ACTIONS(4159), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4161), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4163), 1, + anon_sym_BQUOTE, + ACTIONS(4165), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1872), 3, + sym_string, + sym_expansion, + sym_command_substitution, + ACTIONS(4155), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4153), 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, + [45053] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(4167), 1, sym__concat, - sym_variable_name, + STATE(817), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(1113), 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, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -89230,18 +96358,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, - [39711] = 3, + [45113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(1184), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1182), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89250,6 +96377,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, @@ -89260,6 +96388,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,17 +96410,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39762] = 3, + [45167] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(4130), 1, + aux_sym_concatenation_token1, + ACTIONS(4169), 1, sym__concat, - sym_variable_name, + STATE(1030), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1113), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89299,20 +96433,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, @@ -89326,19 +96463,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, - [39813] = 3, + [45227] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(4171), 1, + aux_sym_concatenation_token1, + ACTIONS(4174), 1, sym__concat, - sym_variable_name, + STATE(1030), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1129), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89347,6 +96487,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, @@ -89357,11 +96498,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 +96518,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [39864] = 3, + [45287] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, + ACTIONS(4126), 1, + aux_sym_concatenation_token1, + ACTIONS(4177), 1, sym__concat, - sym_variable_name, + STATE(1025), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1113), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89405,11 +96551,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, @@ -89423,158 +96570,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, - [39915] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(181), 1, - sym_word, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(194), 1, - anon_sym_BANG, - ACTIONS(198), 1, - anon_sym_DOLLAR, - ACTIONS(204), 1, - aux_sym_number_token1, - ACTIONS(206), 1, - aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(222), 1, - sym_test_operator, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(951), 1, - sym__special_character, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - ACTIONS(3253), 1, - anon_sym_BQUOTE, - STATE(1427), 1, - sym__expression, - STATE(1458), 1, - aux_sym__literal_repeat1, - ACTIONS(93), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(955), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(961), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(95), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1347), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [40010] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1427), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [40105] = 3, + [45347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1131), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1129), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89583,15 +96591,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, @@ -89610,19 +96622,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, + [45401] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1156), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(1154), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89631,15 +96642,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, @@ -89658,24 +96673,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, - [40207] = 6, + [45455] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(4082), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(4084), 1, sym__concat, - STATE(1015), 1, + STATE(987), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(3988), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(3986), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89686,12 +96700,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, @@ -89709,24 +96727,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, - [40264] = 6, + [45515] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(4071), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(4073), 1, sym__concat, - STATE(921), 1, + STATE(989), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1127), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1125), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89743,6 +96761,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, @@ -89762,22 +96782,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40321] = 6, + [45575] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(4082), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(4084), 1, sym__concat, - STATE(1015), 1, + STATE(1001), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(3973), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(3971), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89788,12 +96808,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, @@ -89811,69 +96835,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, - [40378] = 25, - ACTIONS(63), 1, + [45635] = 28, + ACTIONS(67), 1, sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(349), 1, sym_test_operator, - ACTIONS(342), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(1031), 1, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2969), 1, + sym_word, + ACTIONS(4110), 1, + sym_variable_name, + ACTIONS(4179), 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, + STATE(435), 1, + sym_command_name, + STATE(1057), 1, aux_sym__literal_repeat1, - STATE(1797), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, + STATE(1171), 1, + sym_concatenation, + STATE(2688), 1, + sym_file_redirect, + STATE(4606), 1, + sym_subscript, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, + ACTIONS(329), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1041), 2, + ACTIONS(343), 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, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2345), 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(867), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -89883,43 +96912,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [40473] = 5, + [45739] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1108), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + 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_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, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -89931,66 +96962,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, - [40528] = 3, - ACTIONS(3), 1, + [45793] = 28, + ACTIONS(67), 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, + ACTIONS(637), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(641), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + 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(663), 1, + sym_test_operator, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(3171), 1, + sym_word, + ACTIONS(4110), 1, + sym_variable_name, + ACTIONS(4181), 1, + sym__special_character, + STATE(419), 1, + sym_command_name, + STATE(861), 1, + aux_sym__literal_repeat1, + STATE(1038), 1, + sym_concatenation, + STATE(2688), 1, + sym_file_redirect, + STATE(4606), 1, + sym_subscript, + ACTIONS(635), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(643), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [40579] = 3, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2345), 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(696), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [45897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1208), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1206), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90009,6 +97068,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,16 +97090,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40630] = 3, + [45951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1180), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1178), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90047,6 +97108,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, @@ -90057,6 +97119,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, @@ -90077,22 +97141,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40681] = 6, + [46005] = 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(2973), 5, + ACTIONS(1152), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 35, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90103,16 +97162,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, @@ -90128,22 +97192,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40738] = 6, + [46059] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(1015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(1144), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, + ACTIONS(1142), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90152,18 +97211,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, @@ -90177,18 +97242,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, - [40795] = 3, + [46113] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1176), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(1174), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90197,6 +97261,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, @@ -90207,6 +97272,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, @@ -90227,16 +97294,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40846] = 3, + [46167] = 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), 38, + ACTIONS(1202), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90245,6 +97313,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, @@ -90255,6 +97324,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, @@ -90273,21 +97344,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, - [40897] = 5, + [46221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3284), 1, - sym__special_character, - STATE(983), 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), 37, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90307,11 +97375,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, @@ -90323,21 +97395,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, - [40952] = 3, + [46275] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, - sym_variable_name, + STATE(1070), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1125), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -90346,19 +97423,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, @@ -90373,17 +97450,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41003] = 3, + [46335] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1172), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1170), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90392,6 +97468,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, @@ -90402,6 +97479,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, @@ -90420,17 +97499,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, + [46389] = 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(349), 1, + sym_test_operator, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2969), 1, sym_word, - [41054] = 3, + ACTIONS(4110), 1, + sym_variable_name, + ACTIONS(4179), 1, + sym__special_character, + STATE(439), 1, + sym_command_name, + STATE(1057), 1, + aux_sym__literal_repeat1, + STATE(1171), 1, + sym_concatenation, + STATE(2688), 1, + sym_file_redirect, + STATE(4606), 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(2345), 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(867), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [46493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1196), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1194), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90439,6 +97595,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, @@ -90449,6 +97606,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, @@ -90469,16 +97628,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41105] = 3, + [46547] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(1192), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90497,6 +97657,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, @@ -90517,23 +97679,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41156] = 6, + [46601] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(4126), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(4128), 1, sym__concat, - STATE(1045), 1, + STATE(1074), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 6, + ACTIONS(4053), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, + ACTIONS(4051), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90544,12 +97704,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, @@ -90567,45 +97731,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, - [41213] = 5, + [46661] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, + ACTIONS(4126), 1, + aux_sym_concatenation_token1, + ACTIONS(4128), 1, + sym__concat, + STATE(1031), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4057), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 36, + ACTIONS(4055), 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, @@ -90617,24 +97785,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, - [41268] = 6, + [46721] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3286), 1, - sym__concat, - STATE(1047), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + ACTIONS(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(1171), 34, + ACTIONS(1158), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90645,16 +97808,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, @@ -90668,18 +97836,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, + [46775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1208), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1206), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90688,6 +97857,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, @@ -90698,6 +97868,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 +97889,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41376] = 6, + [46829] = 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(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(1183), 34, + ACTIONS(1162), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90744,16 +97910,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, @@ -90767,43 +97938,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, - [41433] = 3, + [46883] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(4183), 1, + sym__special_character, + STATE(954), 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(1235), 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_SEMI_AMP, - anon_sym_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, @@ -90816,17 +97993,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41484] = 3, + [46941] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(4104), 1, + sym__special_character, + STATE(1064), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(3757), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90835,22 +98015,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, @@ -90864,116 +98046,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41535] = 6, - ACTIONS(3), 1, + [46999] = 28, + ACTIONS(67), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(929), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 35, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - 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, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [41592] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, + ACTIONS(351), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(703), 1, + sym_test_operator, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(3044), 1, + sym_word, + ACTIONS(4110), 1, + sym_variable_name, + ACTIONS(4185), 1, + sym__special_character, + STATE(427), 1, + sym_command_name, + STATE(1057), 1, + aux_sym__literal_repeat1, + STATE(1171), 1, + sym_concatenation, + STATE(2688), 1, + sym_file_redirect, + STATE(4606), 1, + sym_subscript, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_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(2345), 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_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [41643] = 3, + STATE(765), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [47103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1168), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1166), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90982,6 +98140,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, @@ -90992,6 +98151,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, @@ -91010,18 +98171,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, - [41694] = 3, + [47157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1144), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1142), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91030,15 +98191,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, @@ -91059,16 +98224,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41745] = 3, + [47211] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, - sym_file_descriptor, + ACTIONS(4071), 1, + aux_sym_concatenation_token1, + ACTIONS(4073), 1, sym__concat, + STATE(989), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3860), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(3858), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91079,19 +98251,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, @@ -91107,16 +98278,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41796] = 3, + [47271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1204), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1202), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91125,6 +98296,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, @@ -91135,6 +98307,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, @@ -91155,72 +98329,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41847] = 5, + [47325] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, + ACTIONS(4187), 1, sym__special_character, - STATE(999), 1, + STATE(1064), 1, aux_sym__literal_repeat1, - ACTIONS(2823), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [41902] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(946), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1212), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1210), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91229,21 +98351,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, @@ -91255,23 +98380,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, - [41959] = 6, + [47383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(929), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1188), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1186), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91280,19 +98400,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, @@ -91306,18 +98431,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, - [42016] = 3, + [47437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1168), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1166), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91326,15 +98451,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, @@ -91355,21 +98484,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42067] = 6, + [47491] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1009), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + ACTIONS(1168), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 36, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91378,19 +98503,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, @@ -91404,25 +98534,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, - [42124] = 6, + [47545] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(4130), 1, aux_sym_concatenation_token1, - ACTIONS(3294), 1, + ACTIONS(4145), 1, sym__concat, - STATE(1047), 1, + STATE(997), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(1127), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 34, + ACTIONS(1125), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91431,14 +98558,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, @@ -91457,17 +98589,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42181] = 3, + [47605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1188), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1186), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91476,15 +98608,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, @@ -91503,41 +98639,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, - [42232] = 3, + [47659] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(4190), 1, sym__concat, - sym_variable_name, + STATE(817), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1119), 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, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -91551,19 +98693,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, - [42283] = 3, + [47719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1168), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91572,15 +98713,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, @@ -91599,19 +98744,132 @@ static const uint16_t 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, + [47773] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(1093), 1, + sym_test_operator, + ACTIONS(4094), 1, + anon_sym_DQUOTE, + STATE(1814), 1, + sym_string, + ACTIONS(4096), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4092), 9, + anon_sym_DASH, + 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, + [47835] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + sym_test_operator, + ACTIONS(4094), 1, + anon_sym_DQUOTE, + STATE(1814), 1, + sym_string, + ACTIONS(4096), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4092), 9, + anon_sym_DASH, + 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, + [47897] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4126), 1, + aux_sym_concatenation_token1, + ACTIONS(4192), 1, sym__concat, - sym_variable_name, + STATE(1025), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1119), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91620,20 +98878,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, @@ -91649,22 +98909,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42385] = 6, + [47957] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(4082), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(4084), 1, sym__concat, - STATE(946), 1, + STATE(987), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(1127), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 35, + ACTIONS(1125), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91673,15 +98933,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, @@ -91700,17 +98963,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42442] = 3, + [48017] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(228), 1, + anon_sym_DQUOTE, + ACTIONS(1093), 1, + sym_test_operator, + STATE(2059), 1, + sym_string, + ACTIONS(4116), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4114), 9, + anon_sym_DASH, + 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, + [48079] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1148), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1146), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91719,15 +99036,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, @@ -91748,22 +99069,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42493] = 6, + [48133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(929), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 5, + ACTIONS(1200), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 35, + ACTIONS(1198), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91772,19 +99087,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, @@ -91798,42 +99118,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, - [42550] = 3, + [48187] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(3963), 1, + sym__special_character, + STATE(837), 1, + aux_sym__literal_repeat1, + ACTIONS(3683), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(3681), 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, sym_raw_string, sym_ansi_c_string, @@ -91845,18 +99172,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, - [42601] = 3, + [48245] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, - sym_file_descriptor, + ACTIONS(4194), 1, + aux_sym_concatenation_token1, + ACTIONS(4197), 1, sym__concat, + STATE(1080), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1129), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91865,7 +99198,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, @@ -91874,11 +99206,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, @@ -91894,22 +99227,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42651] = 6, + [48305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1187), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1131), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, + ACTIONS(1129), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91920,16 +99248,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, @@ -91943,19 +99276,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, - [42707] = 3, + [48359] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1089), 1, + sym_test_operator, + ACTIONS(4042), 1, + anon_sym_DQUOTE, + STATE(1972), 1, + sym_string, + ACTIONS(4044), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4040), 9, + anon_sym_DASH, + 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, + [48421] = 3, + ACTIONS(3), 1, + sym_comment, + 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(1183), 35, + ACTIONS(1154), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91966,12 +99354,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, @@ -91990,17 +99382,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, - [42757] = 3, + [48475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1208), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1206), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92009,15 +99403,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, @@ -92036,20 +99433,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [42807] = 3, + [48528] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, - sym_file_descriptor, + ACTIONS(4200), 1, + aux_sym_concatenation_token1, + ACTIONS(4203), 1, sym__concat, - sym_variable_name, + STATE(1085), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 35, + ACTIONS(1129), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92060,17 +99459,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, @@ -92085,20 +99487,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42857] = 5, + [48587] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3296), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(4206), 1, + aux_sym_concatenation_token1, + ACTIONS(4209), 1, + sym__concat, + STATE(1086), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1129), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92116,11 +99520,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, @@ -92132,19 +99539,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, - [42911] = 3, + [48646] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, + ACTIONS(4212), 1, + aux_sym_concatenation_token1, + ACTIONS(4215), 1, sym__concat, + STATE(1087), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 36, + ACTIONS(1129), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92153,7 +99565,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, @@ -92162,11 +99573,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, @@ -92181,86 +99593,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42961] = 24, - ACTIONS(63), 1, + [48705] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, + ACTIONS(4136), 1, sym__special_character, - STATE(1571), 1, + STATE(1014), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 5, + ACTIONS(3683), 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(1167), 37, + ACTIONS(3681), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -92269,20 +99619,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, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -92294,19 +99644,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43103] = 3, + [48762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1144), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, + ACTIONS(1142), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92324,6 +99673,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, @@ -92342,22 +99693,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, - [43153] = 5, + [48815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3298), 1, - sym__special_character, - STATE(1193), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 6, + ACTIONS(3751), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 34, + ACTIONS(3749), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92366,19 +99713,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, @@ -92392,16 +99745,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43207] = 3, + [48868] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1204), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1202), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92410,15 +99763,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, @@ -92437,21 +99794,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43257] = 5, + [48921] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3300), 1, - sym__special_character, - STATE(1131), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, + sym__concat, + STATE(1095), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 36, + ACTIONS(1125), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92462,19 +99821,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, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -92488,17 +99848,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43311] = 3, + [48980] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4218), 1, sym__concat, + STATE(971), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 36, + ACTIONS(1113), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92515,11 +99880,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, @@ -92535,84 +99901,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43361] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1043), 1, - sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(1059), 1, - sym_test_operator, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - STATE(1498), 1, - aux_sym__literal_repeat1, - STATE(1676), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1057), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1715), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1419), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [43453] = 3, + [49039] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, - sym_file_descriptor, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4222), 1, sym__concat, + STATE(1086), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1113), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92630,11 +99934,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, @@ -92648,19 +99953,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, - [43503] = 3, + [49098] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4224), 1, sym__concat, + STATE(971), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, + 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(1119), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92677,11 +99986,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, @@ -92697,39 +100007,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43553] = 3, + [49157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(1144), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 37, + ACTIONS(1142), 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_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, @@ -92744,21 +100057,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43603] = 6, + [49210] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(4220), 1, aux_sym_concatenation_token1, - ACTIONS(3302), 1, + ACTIONS(4226), 1, sym__concat, - STATE(1016), 1, + STATE(1086), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1121), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1119), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92767,6 +100081,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, @@ -92775,6 +100090,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, @@ -92792,18 +100109,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, - [43659] = 3, + [49269] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(4228), 1, + sym__special_character, + STATE(1111), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(3757), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92812,22 +100132,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, @@ -92839,18 +100161,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, + [49326] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1164), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1162), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92859,15 +100180,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 +100212,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43759] = 3, + [49379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 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(1227), 36, + ACTIONS(1158), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92909,12 +100232,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 +100262,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43809] = 3, + [49432] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, + ACTIONS(4228), 1, + sym__special_character, + STATE(1111), 1, + aux_sym__literal_repeat1, + ACTIONS(4232), 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(4230), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92955,21 +100284,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, @@ -92982,18 +100314,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43859] = 3, + [49489] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, + ACTIONS(4228), 1, + sym__special_character, + STATE(1111), 1, + aux_sym__literal_repeat1, + ACTIONS(4236), 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(4234), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93002,21 +100336,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, @@ -93029,85 +100366,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43909] = 24, - ACTIONS(63), 1, + [49546] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(346), 1, - sym_word, - ACTIONS(355), 1, - anon_sym_LPAREN, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(361), 1, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1097), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, - 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(1784), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [44001] = 3, + sym_word, + [49605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1192), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 36, + ACTIONS(1190), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93125,6 +100447,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 +100467,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, - [44051] = 5, + [49658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3296), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(1156), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, + ACTIONS(1154), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93175,11 +100497,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, @@ -93193,85 +100519,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44105] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1799), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [44197] = 3, + [49711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1131), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 36, + ACTIONS(1129), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93280,6 +100538,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, @@ -93288,6 +100547,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, @@ -93308,85 +100569,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, + [49764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1196), 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(1194), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93395,6 +100588,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, @@ -93403,6 +100597,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, @@ -93423,84 +100619,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44389] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1814), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [44481] = 3, + [49817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, + ACTIONS(1200), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1198), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93518,6 +100647,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, @@ -93538,102 +100669,23 @@ 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, + [49870] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(4240), 1, + aux_sym_concatenation_token1, + ACTIONS(4242), 1, + sym__concat, + STATE(1116), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2584), 16, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 37, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(3304), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -93641,99 +100693,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, 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, + [49929] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(4244), 1, + aux_sym_concatenation_token1, + ACTIONS(4247), 1, sym__concat, + STATE(1110), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 5, + sym_file_descriptor, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(1129), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93750,11 +100754,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, @@ -93770,20 +100775,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44819] = 5, + [49988] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, + ACTIONS(4250), 1, sym__special_character, - STATE(1156), 1, + STATE(1111), 1, aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(1212), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 35, + ACTIONS(1210), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93792,6 +100797,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 +100808,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, @@ -93819,16 +100827,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [44873] = 3, + [50045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1156), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1154), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93837,15 +100845,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 +100876,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, - [44923] = 3, + [50098] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, + ACTIONS(4240), 1, + aux_sym_concatenation_token1, + ACTIONS(4253), 1, sym__concat, + STATE(1110), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 36, + ACTIONS(1113), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93893,11 +100909,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, @@ -93913,16 +100930,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44973] = 3, + [50157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1131), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 37, + ACTIONS(1129), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93931,6 +100948,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 +100959,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 +100979,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, - [45023] = 3, + [50210] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4257), 1, sym__concat, + STATE(1162), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 36, + ACTIONS(1119), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93979,6 +101003,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,11 +101012,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, @@ -94007,73 +101033,71 @@ 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, + [50269] = 6, + ACTIONS(3), 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, + ACTIONS(4240), 1, + aux_sym_concatenation_token1, + ACTIONS(4259), 1, + sym__concat, + STATE(1110), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, - [45143] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [50328] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 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(3258), 37, + ACTIONS(1198), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94084,18 +101108,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, @@ -94111,85 +101136,16 @@ 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, + [50381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1204), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(1202), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94198,15 +101154,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, @@ -94225,18 +101184,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, - [45335] = 3, + [50434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + 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(1235), 36, + ACTIONS(1170), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94245,7 +101206,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, @@ -94254,6 +101214,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, @@ -94272,18 +101234,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, - [45385] = 3, + [50487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1148), 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(1146), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94292,7 +101256,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, @@ -94301,6 +101264,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, @@ -94319,86 +101284,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, - [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, + [50540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1196), 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(1211), 36, + ACTIONS(1194), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94415,6 +101314,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, @@ -94435,94 +101336,24 @@ 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, + [50593] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(4078), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(4106), 1, sym__concat, - ACTIONS(3325), 1, - anon_sym_LPAREN, - STATE(1260), 1, + STATE(1093), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(3751), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 33, + ACTIONS(3749), 37, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -94530,15 +101361,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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, @@ -94553,154 +101387,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, - [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, + [50652] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + 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(1251), 36, + ACTIONS(1166), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94717,6 +101417,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, @@ -94737,17 +101439,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [45961] = 3, + [50705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + 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(1247), 36, + ACTIONS(1186), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94764,6 +101467,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, @@ -94784,89 +101489,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46011] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3327), 1, - sym_word, - ACTIONS(3331), 1, - sym_test_operator, - STATE(1440), 1, - aux_sym__literal_repeat1, - STATE(1860), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(3329), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1644), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1405), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [46105] = 3, + [50758] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 6, + ACTIONS(1180), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 36, + ACTIONS(1178), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -94875,17 +101510,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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -94900,16 +101539,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [46155] = 3, + [50811] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 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(1205), 37, + ACTIONS(1166), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94918,7 +101559,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, @@ -94927,6 +101567,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, @@ -94947,20 +101589,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46205] = 5, + [50864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1204), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(1202), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94978,11 +101617,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,39 +101639,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46259] = 3, + [50917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1204), 7, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1202), 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, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -95042,20 +101687,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, - [46309] = 5, + [50970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3336), 1, - sym__special_character, - STATE(1131), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(1172), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(1170), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95064,6 +101707,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, @@ -95074,11 +101718,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, @@ -95090,85 +101738,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, - [46363] = 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(1819), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [46455] = 3, + [51023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(1176), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1174), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95177,7 +101758,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 +101768,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,41 +101788,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, - [46505] = 3, + [51076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(1176), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 37, + 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_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, @@ -95254,88 +101839,20 @@ 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, + [51129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 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(1167), 36, + ACTIONS(1174), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -95345,16 +101862,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, @@ -95368,18 +101887,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [46697] = 3, + [51182] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 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(1267), 36, + ACTIONS(1162), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95388,6 +101908,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 +101917,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 +101939,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46747] = 6, + [51235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3339), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(1160), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(1158), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95439,6 +101958,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,10 +101967,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, @@ -95466,43 +101989,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46803] = 7, + [51288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1184), 7, sym_file_descriptor, - 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(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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 13, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, + anon_sym_LT_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, @@ -95516,206 +102037,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [46861] = 24, - ACTIONS(63), 1, + [51341] = 3, + 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(1043), 1, - sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(1059), 1, + ACTIONS(1131), 7, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 38, 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, - [46953] = 9, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3322), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(2981), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(3029), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2660), 5, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2662), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_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, + aux_sym__simple_variable_name_token1, + sym_word, + [51394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 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(1251), 37, + ACTIONS(1154), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95724,7 +102109,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, @@ -95733,6 +102117,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,17 +102139,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47157] = 3, + [51447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1152), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95772,15 +102157,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, @@ -95799,19 +102187,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, - [47207] = 3, + [51500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 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(1211), 35, + ACTIONS(1178), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95820,14 +102207,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 +102239,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47257] = 3, + [51553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1164), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1162), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95865,15 +102258,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, @@ -95892,19 +102288,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, - [47307] = 3, + [51606] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + 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(1205), 36, + ACTIONS(1158), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95915,12 +102310,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, @@ -95939,19 +102338,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, - [47357] = 3, + [51659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 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(1243), 36, + ACTIONS(1206), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95962,12 +102359,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, @@ -95988,17 +102389,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47407] = 3, + [51712] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(4228), 1, + sym__special_character, + STATE(1111), 1, + aux_sym__literal_repeat1, + ACTIONS(3988), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 36, + ACTIONS(3986), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96007,22 +102411,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, @@ -96035,17 +102441,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47457] = 3, + [51769] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4261), 1, sym__concat, - sym_variable_name, + STATE(1162), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 36, + ACTIONS(1113), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96063,11 +102473,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 +102492,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, - [47507] = 3, + [51828] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 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(1243), 36, + ACTIONS(1142), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96101,7 +102514,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, @@ -96110,6 +102522,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, @@ -96128,222 +102542,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, - [47557] = 24, - ACTIONS(63), 1, + [51881] = 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, - 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, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [47649] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3355), 1, - sym_word, - ACTIONS(3359), 1, - sym_test_operator, - STATE(1417), 1, - aux_sym__literal_repeat1, - STATE(1860), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(3357), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1739), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1473), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [47743] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(198), 1, - anon_sym_DOLLAR, - ACTIONS(204), 1, - aux_sym_number_token1, - ACTIONS(206), 1, - aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(228), 1, - sym_word, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(234), 1, - sym_test_operator, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, - sym__special_character, - ACTIONS(3253), 1, - anon_sym_BQUOTE, - STATE(1458), 1, - aux_sym__literal_repeat1, - STATE(1812), 1, - sym__expression, - ACTIONS(133), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, - 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3260), 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(3258), 37, + ACTIONS(1150), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96352,21 +102564,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, @@ -96380,21 +102592,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, - [47885] = 5, + [51934] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3361), 1, - sym__special_character, - STATE(1156), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, + sym__concat, + STATE(1095), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(3757), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96405,19 +102620,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, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -96429,86 +102645,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, - [47939] = 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(1813), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48031] = 3, + [51993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 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(1239), 36, + ACTIONS(1178), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96525,6 +102675,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 +102697,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [48081] = 3, + [52046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 6, + ACTIONS(1192), 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(1190), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -96568,16 +102720,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 +102745,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, + [52099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 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(1247), 36, + ACTIONS(1162), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96611,7 +102767,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 +102775,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 +102795,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, - [48181] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1805), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48273] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3364), 1, - sym_word, - ACTIONS(3368), 1, - sym_test_operator, - STATE(1441), 1, - aux_sym__literal_repeat1, - STATE(1860), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(3366), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1647), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1454), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48367] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1785), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48459] = 3, + [52152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + 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(1183), 36, + ACTIONS(1158), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96871,6 +102825,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, @@ -96891,208 +102847,23 @@ 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, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1822), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48601] = 11, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2586), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3322), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(2981), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2590), 4, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - STATE(3029), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2592), 19, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [48667] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1801), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48759] = 3, + [52205] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(4263), 1, + aux_sym_concatenation_token1, + ACTIONS(4265), 1, sym__concat, + STATE(1087), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 36, + ACTIONS(1113), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97109,11 +102880,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, @@ -97127,20 +102899,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, - [48809] = 3, + [52264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 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(1205), 35, + ACTIONS(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97149,14 +102918,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, @@ -97176,17 +102950,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [48859] = 3, + [52317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 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(1215), 36, + ACTIONS(1206), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97195,7 +102970,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, @@ -97204,6 +102978,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, @@ -97222,17 +102998,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, - [48909] = 3, + [52370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, + ACTIONS(1127), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1125), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97241,20 +103018,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, @@ -97270,38 +103050,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [48959] = 3, + [52423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1108), 6, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(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_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, @@ -97315,88 +103099,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, - [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, + [52476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 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(1235), 35, + ACTIONS(1194), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97405,14 +103118,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, @@ -97432,18 +103150,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49151] = 3, + [52529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1168), 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(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97452,14 +103168,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, @@ -97479,21 +103200,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49201] = 6, + [52582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1138), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(1188), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 35, + ACTIONS(1186), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97502,18 +103218,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, @@ -97527,23 +103249,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, - [49257] = 6, + [52635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1088), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + ACTIONS(1168), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 35, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97552,18 +103268,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, @@ -97577,20 +103299,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, - [49313] = 3, + [52688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, + ACTIONS(1200), 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), 35, + ACTIONS(1198), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97599,14 +103318,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, @@ -97626,35 +103350,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49363] = 3, + [52741] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 6, + ACTIONS(4267), 1, + aux_sym_concatenation_token1, + ACTIONS(4270), 1, + sym__concat, + STATE(1162), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 36, + ACTIONS(1129), 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, @@ -97672,17 +103401,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, - [49413] = 3, + [52800] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(4273), 1, + sym__special_character, + STATE(1163), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 37, + ACTIONS(1210), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97702,12 +103435,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, @@ -97719,17 +103453,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, - [49463] = 3, + [52857] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(4263), 1, + aux_sym_concatenation_token1, + ACTIONS(4276), 1, + sym__concat, + STATE(1184), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3988), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(3986), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97738,17 +103480,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97767,39 +103508,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49513] = 3, + [52916] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, - sym_file_descriptor, - sym__concat, + ACTIONS(4282), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4284), 1, + anon_sym_LT_LT_LT, + ACTIONS(4286), 1, sym_variable_name, + STATE(4548), 1, + sym_subscript, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(4278), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(4280), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3394), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 35, + STATE(3376), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_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, @@ -97814,84 +103567,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, + [52987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1184), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1182), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97900,15 +103585,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, @@ -97927,18 +103616,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, - [49705] = 3, + [53040] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(4263), 1, + aux_sym_concatenation_token1, + ACTIONS(4276), 1, + sym__concat, + STATE(1152), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3973), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(3971), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97947,17 +103642,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97976,18 +103670,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49755] = 3, + [53099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, + 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(1231), 35, + ACTIONS(1150), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97998,12 +103691,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, @@ -98023,22 +103720,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49805] = 6, + [53152] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3370), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1184), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 34, + ACTIONS(1182), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98047,6 +103739,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, @@ -98055,10 +103748,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, @@ -98072,42 +103768,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, - [49861] = 6, + [53205] = 12, 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, - sym_file_descriptor, + ACTIONS(4284), 1, + anon_sym_LT_LT_LT, + ACTIONS(4286), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(4289), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(4548), 1, + sym_subscript, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(4278), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(4280), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3394), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(3376), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 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, @@ -98123,34 +103829,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49917] = 3, + [53276] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(1108), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(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_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, @@ -98168,88 +103878,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, - [49967] = 24, - ACTIONS(63), 1, + [53329] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(198), 1, + ACTIONS(4286), 1, + sym_variable_name, + STATE(4548), 1, + sym_subscript, + ACTIONS(3191), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(3208), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(3394), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3376), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(204), 1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(206), 1, aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(228), 1, - sym_word, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(234), 1, - sym_test_operator, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, - sym__special_character, - ACTIONS(3253), 1, + anon_sym_DOLLAR_LPAREN, 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_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, - [50059] = 3, + sym_word, + ACTIONS(3206), 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, + [53394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 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(1227), 35, + ACTIONS(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98258,14 +103953,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, @@ -98285,39 +103985,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50109] = 3, + [53447] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3228), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4286), 1, sym_variable_name, + STATE(4548), 1, + sym_subscript, + ACTIONS(4280), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3394), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3191), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(3376), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 5, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(3175), 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, @@ -98332,21 +104042,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50159] = 5, + [53514] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3374), 1, - sym__special_character, - STATE(1193), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1097), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3988), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 34, + ACTIONS(3986), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98355,6 +104066,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, @@ -98363,11 +104075,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, @@ -98379,91 +104094,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, + [53573] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(4220), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(4238), 1, sym__concat, - STATE(1138), 1, + STATE(1094), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(3973), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(3971), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98472,6 +104119,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 +104128,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 +104147,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, - [50361] = 3, + [53632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1172), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 36, + ACTIONS(1170), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98518,15 +104167,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, @@ -98546,23 +104198,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50411] = 5, + [53685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3298), 1, - sym__special_character, - STATE(1193), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 6, + ACTIONS(3492), 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), 34, + ACTIONS(3490), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -98571,17 +104219,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, @@ -98593,42 +104247,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, - [50465] = 3, + [53738] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(4136), 1, + sym__special_character, + STATE(1014), 1, + aux_sym__literal_repeat1, + ACTIONS(3542), 6, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(3540), 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, @@ -98640,41 +104299,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, - [50515] = 3, + [53795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1127), 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(1227), 36, + ACTIONS(1125), 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, @@ -98689,17 +104350,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50565] = 3, + [53848] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4291), 1, sym__concat, - sym_variable_name, + STATE(1115), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4053), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 36, + ACTIONS(4051), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98717,11 +104382,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, @@ -98735,85 +104401,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, - [50615] = 24, - ACTIONS(63), 1, + [53907] = 6, + 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, - 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(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, - sym_file_descriptor, - sym__concat, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4291), 1, + sym__concat, + STATE(1144), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4057), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(4055), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98831,11 +104435,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, @@ -98851,221 +104456,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [50757] = 24, - ACTIONS(63), 1, - 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, + [53966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1156), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 36, + ACTIONS(1154), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99074,15 +104475,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, @@ -99102,158 +104506,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51083] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1780), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [51175] = 24, - ACTIONS(63), 1, - 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, + [54019] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(4263), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(4293), 1, sym__concat, - STATE(1188), 1, + STATE(1087), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1121), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 34, + ACTIONS(1119), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99270,6 +104539,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, @@ -99288,158 +104559,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, 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, + [54078] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(4295), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(4297), 1, sym__concat, - STATE(1187), 1, + STATE(1228), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1127), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(1125), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99450,12 +104584,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, @@ -99474,17 +104612,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51563] = 3, + [54137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1131), 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(1219), 36, + ACTIONS(1129), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99495,12 +104633,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, @@ -99519,18 +104661,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, - [51613] = 3, + [54190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1148), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 37, + ACTIONS(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99539,7 +104680,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 +104690,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, @@ -99567,18 +104710,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, - [51663] = 3, + [54243] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, sym__concat, + STATE(1094), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 36, + ACTIONS(1808), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99587,6 +104736,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, @@ -99595,11 +104745,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, @@ -99613,18 +104764,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [51713] = 3, + [54302] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1180), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(1178), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99633,15 +104783,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, @@ -99662,90 +104815,17 @@ static const uint16_t ts_small_parse_table[] = { 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, + [54355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1188), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(1172), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 34, + ACTIONS(1170), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99754,6 +104834,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, @@ -99762,10 +104843,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, @@ -99779,91 +104863,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, + [54408] = 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(4301), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 34, + ACTIONS(4299), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99872,14 +104883,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, @@ -99897,154 +104913,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, - [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, + [54461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, + ACTIONS(1192), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1190), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100053,15 +104934,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, @@ -100080,24 +104964,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, - [52295] = 6, + [54514] = 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(1184), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 34, + ACTIONS(1182), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100108,16 +104985,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, @@ -100131,222 +105013,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, - [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, + [54567] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, + ACTIONS(4303), 1, sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1194), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3005), 5, + ACTIONS(1212), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 37, + ACTIONS(1210), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100355,7 +105037,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, @@ -100366,12 +105047,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, @@ -100383,19 +105065,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, - [52679] = 3, + [54624] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, + 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(1243), 35, + ACTIONS(1146), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100404,6 +105086,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,6 +105095,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, @@ -100430,45 +105115,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, - [52729] = 6, + [54677] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(1187), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(4183), 1, + sym__special_character, + STATE(954), 1, + aux_sym__literal_repeat1, + ACTIONS(3683), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 34, + ACTIONS(3681), 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, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -100481,20 +105169,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52785] = 3, + [54734] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, + ACTIONS(3679), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 35, + ACTIONS(3677), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -100503,17 +105190,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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -100528,88 +105219,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52835] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, - sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1427), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1117), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1123), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1119), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1541), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52927] = 5, + [54787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, - sym__special_character, - STATE(1156), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1196), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1194), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100628,11 +105248,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 +105269,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52981] = 3, + [54840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 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(1263), 35, + ACTIONS(1162), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100665,14 +105287,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, @@ -100692,86 +105319,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, + [54893] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 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(1259), 35, + ACTIONS(1158), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100780,14 +105337,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, @@ -100807,107 +105369,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53173] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1823), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [53265] = 3, + [54946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 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(2807), 37, + ACTIONS(1142), 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, @@ -100922,18 +105419,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53315] = 3, + [54999] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, - sym_file_descriptor, + ACTIONS(4263), 1, + aux_sym_concatenation_token1, + ACTIONS(4276), 1, sym__concat, + STATE(1152), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 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(2016), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100950,11 +105452,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,17 +105472,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53365] = 3, + [55058] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(4308), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 36, + ACTIONS(4306), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100988,20 +105490,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, @@ -101015,155 +105520,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, - [53415] = 24, - ACTIONS(63), 1, + [55111] = 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, - 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1249), 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(1247), 35, + ACTIONS(1198), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101174,12 +105543,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, @@ -101199,16 +105572,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53649] = 3, + [55164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(1208), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(1206), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101217,15 +105590,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, @@ -101244,88 +105621,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, - [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, + [55217] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, - sym_file_descriptor, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, sym__concat, + STATE(1097), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 35, + ACTIONS(3757), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101334,6 +105646,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, @@ -101342,11 +105655,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, @@ -101361,20 +105675,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53841] = 5, + [55276] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, + ACTIONS(4310), 1, sym__special_character, - STATE(1156), 1, + STATE(1194), 1, aux_sym__literal_repeat1, - ACTIONS(2997), 5, + ACTIONS(3860), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 35, + ACTIONS(3858), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101393,6 +105707,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, @@ -101409,18 +105725,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, - [53895] = 3, + [55333] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, sym__concat, + STATE(1094), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 36, + ACTIONS(3749), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101438,11 +105760,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, @@ -101457,40 +105780,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53945] = 6, + [55392] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(4220), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(4238), 1, sym__concat, - STATE(1254), 1, + STATE(1094), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(2018), 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(2016), 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, @@ -101506,21 +105833,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54000] = 5, + [55451] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 6, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4291), 1, + sym__concat, + STATE(1115), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 33, + ACTIONS(1125), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101529,6 +105856,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, @@ -101537,11 +105865,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, @@ -101553,17 +105884,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, - [54053] = 3, + [55510] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(4240), 1, + aux_sym_concatenation_token1, + ACTIONS(4242), 1, + sym__concat, + STATE(1116), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4053), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 36, + ACTIONS(4051), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101574,14 +105912,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, @@ -101599,69 +105937,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [54102] = 6, - ACTIONS(63), 1, + [55569] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1285), 1, - anon_sym_LPAREN, - STATE(1349), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, + ACTIONS(4263), 1, 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(4276), 1, + sym__concat, + STATE(1184), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 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(1125), 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, - [54157] = 5, + sym_word, + [55628] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3393), 1, - sym__special_character, - STATE(1253), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(4240), 1, + aux_sym_concatenation_token1, + ACTIONS(4242), 1, + sym__concat, + STATE(1113), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4057), 5, sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(4055), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101670,7 +106016,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, @@ -101679,11 +106024,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, @@ -101697,41 +106045,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [54210] = 6, + [55687] = 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(1208), 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(1206), 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, @@ -101745,17 +106093,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, - [54265] = 3, + [55740] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(4263), 1, + aux_sym_concatenation_token1, + ACTIONS(4276), 1, + sym__concat, + STATE(1152), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(1808), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101766,14 +106122,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, @@ -101792,17 +106148,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54314] = 3, + [55799] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(1152), 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(3258), 35, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101811,18 +106166,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, @@ -101836,67 +106197,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, - [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, + [55852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 6, + ACTIONS(1176), 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(2975), 35, + ACTIONS(1174), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101907,16 +106218,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, @@ -101932,20 +106248,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [54465] = 5, + [55905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, - sym__special_character, - STATE(1259), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + 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(1273), 34, + ACTIONS(1202), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101956,17 +106269,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, @@ -101978,26 +106297,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, - [54518] = 6, + [55958] = 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(1172), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 33, + ACTIONS(1170), 40, 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 +106317,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, @@ -102028,25 +106346,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, - [54573] = 6, + [56011] = 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(1200), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 33, + ACTIONS(1198), 40, 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 +106367,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, @@ -102077,25 +106396,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, - [54628] = 6, + [56064] = 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(1156), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 33, + ACTIONS(1154), 40, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102103,16 +106417,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, @@ -102126,22 +106446,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, - [54683] = 5, + [56117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 6, + ACTIONS(1131), 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(1129), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102152,17 +106468,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, @@ -102174,17 +106496,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, - [54736] = 3, + [56170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1176), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1174), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102193,20 +106517,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, @@ -102220,115 +106546,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, - [54785] = 7, + [56223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1184), 6, 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, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2977), 5, - sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(1182), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102337,19 +106567,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, @@ -102363,18 +106597,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, - [54944] = 3, + [56276] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, + sym__concat, + STATE(1095), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3860), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 36, + ACTIONS(3858), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102385,14 +106624,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, @@ -102410,18 +106649,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, - [54993] = 3, + [56335] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, + sym__concat, + STATE(1093), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 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(3862), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102438,6 +106683,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, @@ -102457,21 +106704,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55042] = 5, + [56394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 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(3063), 33, + ACTIONS(1146), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102482,17 +106725,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, @@ -102505,17 +106754,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55095] = 3, + [56447] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 6, + ACTIONS(4295), 1, + aux_sym_concatenation_token1, + ACTIONS(4312), 1, + sym__concat, + STATE(1085), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, 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(1119), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102526,12 +106779,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, @@ -102549,18 +106806,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, - [55144] = 3, + [56506] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(4310), 1, + sym__special_character, + STATE(1194), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3757), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102569,21 +106829,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, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -102597,16 +106859,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55193] = 3, + [56563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1192), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 36, + ACTIONS(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102625,10 +106887,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, @@ -102642,17 +106907,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, - [55242] = 3, + [56616] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(4295), 1, + aux_sym_concatenation_token1, + ACTIONS(4314), 1, + sym__concat, + STATE(1085), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 36, + ACTIONS(1113), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102661,15 +106932,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, @@ -102687,65 +106961,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, - [55291] = 5, - ACTIONS(3), 1, + [56675] = 9, + 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, - anon_sym_DOLLAR, - sym__special_character, + ACTIONS(4316), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, + ACTIONS(4318), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(4320), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(4322), 1, anon_sym_BQUOTE, + ACTIONS(4324), 1, 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, + STATE(2062), 3, + sym_string, + sym_expansion, + sym_command_substitution, + ACTIONS(4155), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_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, - anon_sym_LT_LT_LT, anon_sym_AMP, - [55344] = 3, + anon_sym_CARET, + ACTIONS(4153), 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, + [56740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(1144), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1142), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102764,10 +107046,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, @@ -102783,24 +107068,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55393] = 6, + [56793] = 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(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(187), 33, + ACTIONS(1166), 39, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102808,16 +107088,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, @@ -102832,24 +107118,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55448] = 6, + [56846] = 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(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(1147), 33, + ACTIONS(1186), 39, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102857,16 +107138,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, @@ -102881,16 +107168,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55503] = 3, + [56899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1168), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 36, + ACTIONS(1166), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102899,19 +107187,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, @@ -102925,22 +107217,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, - [55552] = 5, + [56952] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, + ACTIONS(1089), 1, + sym_test_operator, + ACTIONS(4094), 1, + anon_sym_DQUOTE, + STATE(1814), 1, + sym_string, + ACTIONS(4096), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4092), 9, + anon_sym_DASH, + 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_EQ_TILDE, + anon_sym_AMP, + anon_sym_CARET, + [57013] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4326), 1, sym__special_character, - STATE(1288), 1, + STATE(1163), 1, aux_sym__literal_repeat1, - ACTIONS(2997), 5, + ACTIONS(4053), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 34, + ACTIONS(4051), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102949,15 +107293,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, @@ -102974,17 +107322,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, - [55605] = 3, + [57070] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1093), 1, + sym_test_operator, + ACTIONS(4094), 1, + anon_sym_DQUOTE, + STATE(1814), 1, + sym_string, + ACTIONS(4096), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4092), 9, + anon_sym_DASH, + 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, + [57131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(1168), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 36, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103003,10 +107406,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, @@ -103020,25 +107426,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, - [55654] = 6, + [57184] = 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(2823), 5, + ACTIONS(1188), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 33, + ACTIONS(1186), 40, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -103046,16 +107447,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, @@ -103069,25 +107476,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, - [55709] = 6, + [57237] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(4263), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(4276), 1, sym__concat, - STATE(1260), 1, + STATE(1184), 1, aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(3759), 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), 33, + ACTIONS(3757), 36, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -103095,15 +107504,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_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, @@ -103119,20 +107531,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55764] = 5, + [57296] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - sym__special_character, - STATE(1259), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 5, + ACTIONS(4295), 1, + aux_sym_concatenation_token1, + ACTIONS(4297), 1, + sym__concat, + STATE(1228), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3988), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 34, + ACTIONS(3986), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103143,17 +107556,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, @@ -103165,21 +107583,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, + [57355] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3410), 1, - sym__special_character, - STATE(1253), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, + ACTIONS(1168), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 35, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103188,20 +107602,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, @@ -103215,21 +107634,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [55870] = 5, + [57408] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3412), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(4263), 1, + aux_sym_concatenation_token1, + ACTIONS(4276), 1, + sym__concat, + STATE(1152), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 6, 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(3749), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103246,11 +107667,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, @@ -103263,20 +107687,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55923] = 5, + [57467] = 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), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103285,20 +107705,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, @@ -103310,21 +107735,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, - [55976] = 5, + [57520] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3415), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(4295), 1, + aux_sym_concatenation_token1, + ACTIONS(4297), 1, + sym__concat, + STATE(1231), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3973), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 34, + ACTIONS(3971), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103333,20 +107760,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, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -103359,42 +107790,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56029] = 5, + [57579] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1127), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(1125), 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, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -103407,42 +107840,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56082] = 8, + [57632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1152), 6, 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, + 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_LT_LT, anon_sym_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, @@ -103456,43 +107888,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, - [56140] = 8, + [57685] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1180), 6, sym_file_descriptor, - ACTIONS(3421), 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(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, @@ -103506,43 +107938,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, - [56198] = 8, + [57738] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1168), 6, sym_file_descriptor, - ACTIONS(3424), 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(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, - 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 +107988,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, + [57791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 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(3262), 34, + ACTIONS(1186), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103576,6 +108009,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 +108018,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, @@ -103601,90 +108038,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, - [56304] = 5, - ACTIONS(63), 1, + [57844] = 5, + ACTIONS(3), 1, sym_comment, - STATE(1349), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2803), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2805), 24, + ACTIONS(4183), 1, + sym__special_character, + STATE(954), 1, + aux_sym__literal_repeat1, + ACTIONS(3542), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3540), 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, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, + anon_sym_DOLLAR, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [56356] = 8, + sym_word, + [57901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1168), 6, 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, + 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, - 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, @@ -103698,88 +108140,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, - [56414] = 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), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [56462] = 8, + [57954] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1196), 5, sym_file_descriptor, - ACTIONS(3430), 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, @@ -103793,21 +108189,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, - [56520] = 8, + [58006] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(4335), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4337), 1, sym_file_descriptor, - ACTIONS(3433), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(4340), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(4332), 10, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -103816,18 +108211,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(4330), 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(4328), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -103844,42 +108244,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56578] = 8, + [58066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1168), 5, sym_file_descriptor, - ACTIONS(3436), 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(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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_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, @@ -103894,16 +108293,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56636] = 3, + [58118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1196), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1194), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103921,10 +108321,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, @@ -103939,16 +108342,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56684] = 3, + [58170] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4348), 1, + anon_sym_DOLLAR, + ACTIONS(4351), 1, + sym__special_character, + ACTIONS(4354), 1, + anon_sym_DQUOTE, + ACTIONS(4357), 1, + aux_sym_number_token1, + ACTIONS(4360), 1, + aux_sym_number_token2, + ACTIONS(4363), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4366), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4369), 1, + anon_sym_BQUOTE, + ACTIONS(4372), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4378), 1, + sym_test_operator, + ACTIONS(4381), 1, + sym__brace_start, + STATE(2410), 1, + aux_sym__literal_repeat1, + ACTIONS(1920), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4345), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4375), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1259), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(4342), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + 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(1918), 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, + [58256] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1131), 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(1129), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103957,6 +108427,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 +108436,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 +108456,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, + [58308] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1156), 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(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, @@ -104034,248 +108506,68 @@ 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, + [58360] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1207), 27, - sym__concat, - 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, + ACTIONS(4255), 1, aux_sym_concatenation_token1, - [56890] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1443), 1, - aux_sym_concatenation_repeat1, - ACTIONS(949), 2, + ACTIONS(4291), 1, 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, + STATE(1267), 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, + ACTIONS(1127), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, - [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, + aux_sym__simple_variable_name_token1, + sym_word, + [58418] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 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(3003), 34, + ACTIONS(1142), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -104286,16 +108578,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, @@ -104310,68 +108607,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57090] = 3, - ACTIONS(63), 1, + [58470] = 26, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1207), 27, - sym__concat, + ACTIONS(967), 1, + sym_word, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(973), 1, + anon_sym_BANG, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1003), 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, - [57138] = 6, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4384), 1, + sym__special_character, + ACTIONS(4386), 1, + sym_extglob_pattern, + STATE(2003), 1, + sym__expression, + STATE(2004), 1, + sym__extglob_blob, + STATE(2022), 1, + aux_sym__literal_repeat1, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(987), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1859), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [58568] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(4255), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(4388), 1, sym__concat, - STATE(1393), 1, + STATE(1162), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1115), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 32, + ACTIONS(1113), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -104379,14 +108703,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, @@ -104403,42 +108731,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [57192] = 8, + [58626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1160), 5, sym_file_descriptor, - ACTIONS(3445), 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, @@ -104452,18 +108778,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, - [57250] = 3, + [58678] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4390), 1, + sym__concat, + STATE(1162), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, + ACTIONS(1119), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -104480,6 +108811,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, @@ -104497,40 +108830,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, - [57298] = 6, + [58736] = 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(1164), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 32, + 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -104546,70 +108881,20 @@ 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, + [58788] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(1393), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(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), 32, + ACTIONS(1182), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -104617,15 +108902,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, @@ -104639,44 +108929,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, - [57458] = 8, + [58840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1192), 6, sym_file_descriptor, - ACTIONS(3448), 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(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, - 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, @@ -104691,41 +108979,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57516] = 8, + [58892] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1274), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, sym_file_descriptor, - ACTIONS(3451), 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(1125), 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, @@ -104741,41 +109031,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57574] = 8, + [58950] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4392), 1, + sym__concat, + STATE(1086), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, sym_file_descriptor, - ACTIONS(3454), 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(1113), 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, @@ -104791,17 +109083,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57632] = 3, + [59008] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(4394), 1, + sym__special_character, + STATE(1334), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 6, 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(3757), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -104818,12 +109114,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, @@ -104835,42 +109132,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, - [57680] = 8, + [59064] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4396), 1, + sym__concat, + STATE(1086), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, sym_file_descriptor, - ACTIONS(3457), 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(1119), 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, @@ -104886,41 +109186,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57738] = 8, + [59122] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4398), 1, + aux_sym_concatenation_token1, + ACTIONS(4400), 1, + sym__concat, + STATE(1365), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, sym_file_descriptor, - ACTIONS(3460), 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(1125), 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, @@ -104936,87 +109238,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57796] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1225), 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, - [57844] = 8, + [59180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1176), 7, sym_file_descriptor, - ACTIONS(3463), 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(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, - 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, @@ -105031,60 +109287,16 @@ 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, + [59232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(3751), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(3749), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -105093,15 +109305,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, @@ -105119,41 +109335,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, - [57998] = 6, + [59284] = 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(1144), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 32, + 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_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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 +109384,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, + [59336] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 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(3262), 35, + ACTIONS(1202), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -105187,7 +109405,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 +109413,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,38 +109434,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58100] = 6, + [59388] = 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(2018), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 32, + ACTIONS(2016), 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, anon_sym_DOLLAR, sym__special_character, @@ -105260,187 +109482,277 @@ static const uint16_t 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, - ACTIONS(3), 1, + [59440] = 26, + ACTIONS(67), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3466), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + ACTIONS(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(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + ACTIONS(4402), 1, + sym_extglob_pattern, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2262), 1, + sym__extglob_blob, + STATE(2264), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [59538] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4408), 1, anon_sym_DOLLAR, + ACTIONS(4410), 1, sym__special_character, + ACTIONS(4412), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(4414), 1, aux_sym_number_token1, + ACTIONS(4416), 1, aux_sym_number_token2, + ACTIONS(4418), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(4420), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(4422), 1, anon_sym_BQUOTE, + ACTIONS(4424), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(4428), 1, + sym_test_operator, + ACTIONS(4430), 1, + sym__brace_start, + STATE(2410), 1, + aux_sym__literal_repeat1, + ACTIONS(2018), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4406), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4426), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(1259), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(4404), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [58212] = 5, - ACTIONS(63), 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, + 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(2016), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + 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(1156), 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, + [59624] = 3, + ACTIONS(3), 1, + sym_comment, + 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, - 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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1169), 24, + [59676] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 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(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_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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, + [59728] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1810), 5, sym_file_descriptor, - ACTIONS(3469), 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(1808), 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, @@ -105456,41 +109768,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58374] = 8, + [59780] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1272), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 5, sym_file_descriptor, - ACTIONS(3472), 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(3749), 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, @@ -105506,86 +109820,43 @@ 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, + [59838] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1274), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 5, 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(3757), 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, @@ -105601,41 +109872,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58538] = 8, + [59896] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3478), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1272), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(2016), 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, @@ -105651,20 +109924,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58596] = 8, + [59954] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3481), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + ACTIONS(4408), 1, + anon_sym_DOLLAR, + ACTIONS(4410), 1, + sym__special_character, + ACTIONS(4412), 1, + anon_sym_DQUOTE, + ACTIONS(4414), 1, + aux_sym_number_token1, + ACTIONS(4416), 1, + aux_sym_number_token2, + ACTIONS(4418), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4420), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4422), 1, + anon_sym_BQUOTE, + ACTIONS(4424), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4428), 1, sym_test_operator, + ACTIONS(4430), 1, sym__brace_start, - ACTIONS(3345), 8, + STATE(2410), 1, + aux_sym__literal_repeat1, + ACTIONS(1810), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4406), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4426), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1259), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(4404), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + 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(1808), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105673,20 +109988,43 @@ 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, + [60040] = 3, + ACTIONS(3), 1, + sym_comment, + 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(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, - 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, @@ -105701,16 +110039,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58654] = 3, + [60092] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(4432), 1, + sym__special_character, + STATE(1311), 1, + aux_sym__literal_repeat1, + ACTIONS(4236), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 35, + ACTIONS(4234), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -105719,21 +110061,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, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -105746,162 +110090,290 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58702] = 5, - ACTIONS(63), 1, + [60148] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1372), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, + ACTIONS(1168), 7, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(187), 13, - anon_sym_EQ_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_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(218), 24, + [60200] = 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_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, - [58754] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [60252] = 5, + ACTIONS(3), 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, + ACTIONS(4432), 1, + sym__special_character, + STATE(1311), 1, + aux_sym__literal_repeat1, + ACTIONS(4232), 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(4230), 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, - [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_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, + [60308] = 26, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, sym_word, - ACTIONS(1185), 24, + ACTIONS(1055), 1, + anon_sym_BANG, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4386), 1, + sym_extglob_pattern, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2003), 1, + sym__expression, + STATE(2004), 1, + sym__extglob_blob, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1057), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1059), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1853), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [60406] = 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, - [58854] = 6, + sym_word, + [60458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3487), 1, - sym__concat, - STATE(917), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1196), 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(1177), 32, + ACTIONS(1194), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -105909,15 +110381,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, @@ -105931,44 +110408,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, - [58908] = 8, + [60510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1164), 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(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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_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, @@ -105983,42 +110458,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58966] = 8, + [60562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1184), 6, sym_file_descriptor, - ACTIONS(3492), 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(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_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,184 +110507,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59024] = 6, - ACTIONS(63), 1, + [60614] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(949), 1, - aux_sym_concatenation_token1, - ACTIONS(3495), 1, + ACTIONS(1156), 7, + sym_file_descriptor, 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_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(1154), 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, - [59078] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(949), 1, - aux_sym_concatenation_token1, - ACTIONS(3497), 1, - sym__concat, - STATE(1303), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 14, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_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(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, - [59132] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1345), 1, - aux_sym_concatenation_repeat1, - ACTIONS(949), 2, - sym__concat, + anon_sym_DOLLAR_LPAREN_LPAREN, 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [60666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4301), 5, sym_file_descriptor, - ACTIONS(3499), 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(4299), 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, @@ -106226,89 +110605,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59242] = 6, - ACTIONS(63), 1, + [60718] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3391), 1, - aux_sym_concatenation_token1, - ACTIONS(3502), 1, + ACTIONS(1148), 6, + sym_file_descriptor, sym__concat, - STATE(1341), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ_EQ, + sym_variable_name, + sym_test_operator, + 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_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(1179), 24, + [60770] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3492), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3490), 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, - [59296] = 8, + sym_word, + [60822] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4308), 5, sym_file_descriptor, - ACTIONS(3504), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(4306), 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, @@ -106324,41 +110752,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59354] = 8, + [60874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3751), 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(3749), 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, @@ -106373,135 +110799,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [59412] = 5, - ACTIONS(63), 1, + [60926] = 11, + 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, + ACTIONS(3226), 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(4434), 1, 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, + ACTIONS(4436), 1, + anon_sym_PIPE_AMP, + ACTIONS(4438), 1, + sym_variable_name, + STATE(4575), 1, + sym_subscript, + STATE(3426), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3228), 4, 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, - [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_LT_DASH, + anon_sym_LT_LT_LT, + STATE(3405), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 10, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1261), 27, - sym__concat, + 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(3191), 19, + 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, - 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, + 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, + [60994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1168), 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(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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_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, @@ -106516,42 +110907,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59570] = 8, + [61046] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1131), 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(1129), 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, @@ -106566,41 +110956,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59628] = 8, + [61098] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1272), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 5, sym_file_descriptor, - ACTIONS(3516), 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(1808), 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, @@ -106616,42 +111008,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59686] = 8, + [61156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1156), 5, sym_file_descriptor, - ACTIONS(3519), 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, @@ -106666,89 +111057,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59744] = 3, - ACTIONS(63), 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), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [59792] = 8, + [61208] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4441), 1, + sym__special_character, + STATE(1311), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 5, sym_file_descriptor, - ACTIONS(3522), 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(1210), 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, @@ -106761,42 +111108,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59850] = 8, + [61264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1200), 6, sym_file_descriptor, - ACTIONS(3525), 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, @@ -106810,43 +111155,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, - [59908] = 8, + [61316] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1172), 6, sym_file_descriptor, - ACTIONS(3528), 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, @@ -106860,18 +111204,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, - [59966] = 3, + [61368] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 6, + 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(2975), 34, + ACTIONS(1146), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -106888,10 +111233,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 +111253,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, - [60014] = 8, + [61420] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4291), 1, + sym__concat, + STATE(1265), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4057), 4, 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(4055), 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, @@ -106955,43 +111305,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, + [61478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1196), 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(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, @@ -107005,18 +111354,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, - [60130] = 3, + [61530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 6, + ACTIONS(1168), 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(3067), 34, + ACTIONS(1166), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -107033,10 +111383,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, @@ -107050,180 +111403,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, - [60178] = 3, - ACTIONS(63), 1, + [61582] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1251), 13, - anon_sym_EQ, + ACTIONS(1188), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + 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_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1253), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [60226] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1418), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [60278] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1247), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1249), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [60326] = 8, - 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_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, @@ -107237,43 +111452,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, - [60384] = 8, + [61634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1168), 6, 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, + 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, @@ -107287,21 +111501,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, - [60442] = 5, + [61686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2592), 3, - sym_variable_name, + ACTIONS(1204), 6, + sym_file_descriptor, + sym__concat, 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(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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -107315,8 +111550,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, - ACTIONS(3304), 18, + [61738] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + 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, @@ -107332,92 +111579,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [61790] = 3, + ACTIONS(3), 1, + sym_comment, + 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(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_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, - [60548] = 8, + sym_word, + [61842] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, + sym__concat, + STATE(1400), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, sym_file_descriptor, - ACTIONS(3545), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, - 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, @@ -107433,41 +111702,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60606] = 7, + [61900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1160), 6, sym_file_descriptor, - ACTIONS(3353), 3, + sym__concat, 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), 11, + 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, - 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, @@ -107482,42 +111751,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60662] = 8, + [61952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1184), 6, 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, + 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, + 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, @@ -107531,43 +111798,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, - [60720] = 8, + [62004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1160), 5, 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, + 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_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, @@ -107582,42 +111849,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60778] = 8, + [62056] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1131), 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(1129), 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,91 +111896,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [60836] = 5, - ACTIONS(63), 1, + [62108] = 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, + [62160] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3350), 1, + ACTIONS(4444), 1, + sym__special_character, + STATE(1413), 1, + aux_sym__literal_repeat1, + ACTIONS(3988), 4, sym_file_descriptor, - ACTIONS(3348), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3353), 3, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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, - 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, @@ -107728,89 +111998,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60944] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1404), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1053), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [60996] = 8, + [62216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1208), 6, sym_file_descriptor, - ACTIONS(3557), 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, @@ -107825,153 +112047,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61054] = 3, - ACTIONS(63), 1, + [62268] = 6, + 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, - 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, + ACTIONS(4255), 1, 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_AMP, - anon_sym_CARET, - ACTIONS(1221), 27, + ACTIONS(4291), 1, sym__concat, + STATE(1267), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4053), 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(4051), 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, - [61150] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1349), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2807), 13, - anon_sym_EQ_EQ, anon_sym_LT_LT, + anon_sym_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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_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, + [62326] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_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, + sym_word, + [62378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(1176), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 35, + ACTIONS(1174), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -107989,10 +112175,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, @@ -108006,90 +112195,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, - [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, + [62430] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4446), 1, + sym__special_character, + STATE(1334), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 6, sym_file_descriptor, - ACTIONS(3560), 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(1210), 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, @@ -108101,90 +112246,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, - [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, + [62486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1172), 5, 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, + 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_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, @@ -108199,42 +112297,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61466] = 8, + [62538] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1144), 6, sym_file_descriptor, - ACTIONS(3566), 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, @@ -108248,20 +112344,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, - [61524] = 5, + [62590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(1152), 6, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(2584), 16, + 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, sym__special_character, anon_sym_DQUOTE, @@ -108275,8 +112393,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, - ACTIONS(3304), 19, + [62642] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1180), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + 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, @@ -108284,7 +112414,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 +112422,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, + [62694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1192), 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(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, @@ -108345,40 +112491,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, + [62746] = 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,41 +112542,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [61688] = 8, + [62798] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1272), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3973), 5, sym_file_descriptor, - ACTIONS(3574), 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(3971), 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, @@ -108444,87 +112594,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, 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, + [62856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1164), 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(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, - 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 +112641,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, - [61852] = 8, + [62908] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1176), 5, 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, + 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_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, @@ -108589,42 +112692,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61910] = 8, + [62960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1160), 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(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_PIPE, + anon_sym_SEMI_SEMI, + anon_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 +112739,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [61968] = 3, - ACTIONS(63), 1, + [63012] = 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(1180), 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(1178), 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, + 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, - [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, + sym_word, + [63064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(4301), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 35, + ACTIONS(4299), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -108702,15 +112808,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, @@ -108728,107 +112837,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [62064] = 3, - ACTIONS(63), 1, + [63116] = 3, + 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), 27, + ACTIONS(1200), 6, + 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, + 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_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_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(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, + [63168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(1152), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1150), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -108846,10 +112915,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, @@ -108863,271 +112935,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [62208] = 6, - ACTIONS(63), 1, + [63220] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(4449), 1, aux_sym_concatenation_token1, - ACTIONS(3586), 1, + ACTIONS(4452), 1, sym__concat, - STATE(1519), 1, + STATE(1349), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, + ACTIONS(1131), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 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, + [63278] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(4455), 1, aux_sym_concatenation_token1, - ACTIONS(3588), 1, - anon_sym_RBRACK, - ACTIONS(3590), 1, + ACTIONS(4457), 1, sym__concat, - STATE(1524), 1, + STATE(1374), 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, + ACTIONS(3973), 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(3971), 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, - [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_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_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_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, 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, sym_word, - ACTIONS(3596), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [62458] = 25, - ACTIONS(3), 1, + [63336] = 26, + ACTIONS(67), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(256), 1, + sym_word, + ACTIONS(265), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(267), 1, + anon_sym_BANG, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(3610), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(3614), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, + ACTIONS(293), 1, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(3632), 1, - anon_sym_esac, - ACTIONS(3634), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, + ACTIONS(4459), 1, + sym__special_character, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4463), 1, + sym_extglob_pattern, + STATE(2061), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4081), 1, - sym_last_case_item, - ACTIONS(3594), 2, + STATE(2240), 1, + sym__expression, + STATE(2241), 1, + sym__extglob_blob, + ACTIONS(171), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(258), 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, + ACTIONS(277), 2, 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, + 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(2268), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1963), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -109137,23 +113113,18 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [62549] = 6, + [63434] = 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(4308), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 31, + ACTIONS(4306), 39, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -109161,14 +113132,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, @@ -109183,24 +113160,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, - [62602] = 6, + [63486] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(4220), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(4238), 1, sym__concat, - STATE(1463), 1, + STATE(1274), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(3988), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 31, + ACTIONS(3986), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -109208,14 +113187,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, @@ -109231,38 +113214,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62655] = 6, + [63544] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(4455), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(4457), 1, sym__concat, - STATE(1465), 1, + STATE(1389), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(3988), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 31, + ACTIONS(3986), 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, @@ -109278,39 +113266,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62708] = 6, + [63602] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(1208), 6, + sym_file_descriptor, sym__concat, - STATE(1463), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_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, + [63654] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1180), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 31, + 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -109324,24 +113362,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [62761] = 6, + [63706] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3693), 1, sym__concat, - STATE(1465), 1, + ACTIONS(4465), 1, + anon_sym_LPAREN, + STATE(1423), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1108), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 31, + ACTIONS(1101), 35, anon_sym_LPAREN_LPAREN, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -109350,11 +113392,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, @@ -109372,70 +113417,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62814] = 6, - ACTIONS(63), 1, + [63766] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3636), 1, + ACTIONS(1152), 5, + sym_file_descriptor, sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ, + sym_test_operator, + 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_LT_LT, anon_sym_GT_GT, - anon_sym_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(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, + [63818] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 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(1206), 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, - [62867] = 6, + 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, + sym_word, + [63870] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(4398), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(4468), 1, sym__concat, - STATE(1463), 1, + STATE(1349), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1115), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 31, + ACTIONS(1113), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -109443,14 +113540,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, @@ -109466,15 +113567,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62920] = 5, - ACTIONS(63), 1, + [63928] = 9, + ACTIONS(67), 1, sym_comment, - STATE(1468), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, + ACTIONS(4470), 1, + anon_sym_DQUOTE, + ACTIONS(4472), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4474), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4476), 1, + anon_sym_BQUOTE, + ACTIONS(4478), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2152), 3, + sym_string, + sym_expansion, + sym_command_substitution, + ACTIONS(4155), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -109488,7 +113598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(4153), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -109509,673 +113619,830 @@ 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, - [62971] = 7, - ACTIONS(63), 1, + [63992] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1079), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, + ACTIONS(4432), 1, sym__special_character, - ACTIONS(3640), 1, - sym__concat, - STATE(1528), 1, + STATE(1311), 1, aux_sym__literal_repeat1, - ACTIONS(185), 13, - anon_sym_EQ, + ACTIONS(3988), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_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, + 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, + [64048] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1148), 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(1146), 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, - [63026] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3642), 1, - sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_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, + anon_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, + [64100] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4480), 1, + sym__special_character, + STATE(1384), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 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(3757), 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, - [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_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), 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, + aux_sym__simple_variable_name_token1, + sym_word, + [64156] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4398), 1, + aux_sym_concatenation_token1, + ACTIONS(4482), 1, sym__concat, + STATE(1349), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 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(1119), 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, + [64214] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, + sym__concat, + STATE(1423), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1108), 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(1101), 36, + 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_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_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, anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(2963), 24, + [64272] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4398), 1, + aux_sym_concatenation_token1, + ACTIONS(4400), 1, + sym__concat, + STATE(1365), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3988), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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, + [64330] = 6, + ACTIONS(3), 1, sym_comment, - STATE(1526), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, - sym__concat, + ACTIONS(4398), 1, aux_sym_concatenation_token1, - ACTIONS(2971), 12, + ACTIONS(4400), 1, + sym__concat, + STATE(1360), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3973), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3971), 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, + [64388] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4394), 1, + sym__special_character, + STATE(1334), 1, + aux_sym__literal_repeat1, + ACTIONS(3860), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3858), 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, - 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, - [63283] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [64444] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3650), 14, - anon_sym_EQ, + 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(1170), 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(3648), 25, + anon_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, + [64496] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4486), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3191), 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(3175), 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(4484), 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, - [63330] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3652), 1, - anon_sym_RBRACK, - ACTIONS(3654), 1, - sym__concat, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_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(1283), 22, + [64552] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 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(1190), 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, + anon_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, + [64604] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 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(1206), 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, - [63440] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3658), 1, - sym__special_character, - STATE(1426), 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_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_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, + 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, + [64656] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_concatenation_token1, + ACTIONS(4488), 1, + sym__concat, + STATE(1416), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 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(1113), 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_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_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_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, + [64714] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1180), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + 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_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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_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, + anon_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, + [64766] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 6, + 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, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3677), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_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_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(1275), 23, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [64818] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + 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_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [63636] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3668), 1, - anon_sym_RBRACK, - ACTIONS(3670), 1, - 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_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), 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, - [63691] = 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, + [64870] = 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(1169), 5, + 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), 31, + ACTIONS(1142), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -110183,15 +114450,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, @@ -110206,1562 +114478,1068 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [63744] = 25, + [64922] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, + ACTIONS(4490), 1, sym__special_character, - ACTIONS(3608), 1, + STATE(1403), 1, + aux_sym__literal_repeat1, + ACTIONS(4053), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4051), 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, 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, + [64978] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 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(1150), 37, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1903), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3672), 3, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_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, + 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, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [65030] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 5, + sym_file_descriptor, + sym__concat, 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(1186), 39, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1889), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3678), 3, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_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, + 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, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [65082] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 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(3686), 1, - anon_sym_esac, - ACTIONS(3688), 1, + ts_builtin_sym_end, 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(1198), 37, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1896), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(3684), 3, anon_sym_SEMI, - anon_sym_SEMI_SEMI, - 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, - sym_comment, - ACTIONS(1183), 13, - anon_sym_EQ_EQ, + anon_sym_AMP_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, + 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(1185), 26, + [65134] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, 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, - [64064] = 25, + sym_word, + [65186] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, + ACTIONS(4492), 1, sym__special_character, - ACTIONS(3608), 1, + STATE(1384), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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, + [65242] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1180), 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(3692), 1, - anon_sym_esac, - ACTIONS(3694), 1, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4027), 1, - sym_last_case_item, - ACTIONS(3594), 2, + ACTIONS(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, + anon_sym_LT_AMP_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(1909), 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(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, + [65294] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1562), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, + ACTIONS(1200), 5, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 13, - anon_sym_EQ, + sym_test_operator, + 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_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(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_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, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [65346] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 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(3698), 1, - anon_sym_esac, - ACTIONS(3700), 1, + ts_builtin_sym_end, 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, + ACTIONS(1190), 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(1900), 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(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, + [65398] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1508), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, + ACTIONS(1164), 7, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, + sym_variable_name, + sym_test_operator, + 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_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_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_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(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, + [65450] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(949), 1, + ACTIONS(4455), 1, aux_sym_concatenation_token1, - ACTIONS(3714), 1, + ACTIONS(4495), 1, sym__concat, - STATE(1303), 1, + STATE(1416), 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(1121), 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(1119), 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, - [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_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_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), 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_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(3606), 1, sym__special_character, - ACTIONS(3608), 1, anon_sym_DQUOTE, - ACTIONS(3610), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(3612), 1, aux_sym_number_token2, - ACTIONS(3614), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, anon_sym_BQUOTE, - ACTIONS(3620), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(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, + [65508] = 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(1172), 6, + sym_file_descriptor, + sym__concat, + 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(1170), 38, 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_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_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(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, + anon_sym_DOLLAR_LPAREN_LPAREN, 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, + anon_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, + [65560] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1160), 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(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, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65072] = 3, - ACTIONS(63), 1, + sym_word, + [65612] = 5, + ACTIONS(3), 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, + ACTIONS(4432), 1, + sym__special_character, + STATE(1311), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 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(3757), 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, - [65119] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 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_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_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(1237), 26, + [65668] = 3, + ACTIONS(3), 1, + sym_comment, + 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(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_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, - [65166] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3728), 1, - anon_sym_RBRACK, - ACTIONS(3730), 1, - sym__concat, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_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_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, + [65720] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, 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_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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, - [65268] = 3, - ACTIONS(63), 1, + sym_word, + [65772] = 26, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 13, - anon_sym_EQ_EQ, + 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, + sym_word, + ACTIONS(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + ACTIONS(4499), 1, + sym_extglob_pattern, + STATE(1885), 1, + aux_sym__literal_repeat1, + STATE(2161), 1, + sym__extglob_blob, + STATE(2163), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2118), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1914), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [65870] = 13, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4434), 1, + anon_sym_PIPE, + ACTIONS(4436), 1, + anon_sym_PIPE_AMP, + ACTIONS(4438), 1, + sym_variable_name, + ACTIONS(4503), 1, anon_sym_LT_LT, + ACTIONS(4505), 1, + anon_sym_LT_LT_DASH, + ACTIONS(4507), 1, + anon_sym_LT_LT_LT, + STATE(4575), 1, + sym_subscript, + ACTIONS(4501), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3426), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3396), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 10, 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(1253), 26, + ACTIONS(3191), 19, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, + anon_sym_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, - [65315] = 3, - ACTIONS(63), 1, + [65942] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1247), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1249), 26, + ACTIONS(1156), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, 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_LT_LT, anon_sym_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, - [65362] = 5, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [65994] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(3732), 1, - sym__special_character, - STATE(1429), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 14, - anon_sym_EQ, + ACTIONS(4438), 1, + sym_variable_name, + STATE(4575), 1, + sym_subscript, + STATE(3426), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3405), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3175), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3206), 7, anon_sym_LT_LT, - anon_sym_GT_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_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3208), 11, + sym_file_descriptor, 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, + 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, + ACTIONS(3191), 13, 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__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, 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, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [66058] = 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(1131), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 32, + ACTIONS(1129), 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, @@ -111777,36 +115555,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [65615] = 6, + [66110] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3691), 1, aux_sym_concatenation_token1, - ACTIONS(3736), 1, + ACTIONS(4509), 1, sym__concat, - STATE(962), 1, + STATE(817), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1121), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 31, + ACTIONS(1119), 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, @@ -111824,67 +115607,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [65668] = 3, - ACTIONS(63), 1, + [66168] = 26, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, + ACTIONS(991), 1, aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1261), 26, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 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(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4386), 1, + sym_extglob_pattern, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2003), 1, + sym__expression, + STATE(2004), 1, + sym__extglob_blob, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 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(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1984), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [66266] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3677), 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, - 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, - [65715] = 6, + sym_word, + [66318] = 5, 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(4511), 1, + sym__special_character, + STATE(1403), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 31, + ACTIONS(1210), 38, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -111892,17 +115750,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, anon_sym_DOLLAR, - sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -111914,308 +115777,587 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [65768] = 3, - ACTIONS(63), 1, + [66374] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1243), 13, - anon_sym_EQ_EQ, + ACTIONS(4480), 1, + sym__special_character, + STATE(1384), 1, + aux_sym__literal_repeat1, + ACTIONS(3860), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3858), 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_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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1245), 26, + [66430] = 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), 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, - [65815] = 3, - ACTIONS(63), 1, + sym_word, + [66482] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1239), 13, - anon_sym_EQ_EQ, + ACTIONS(1204), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, + 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_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(1241), 26, + [66534] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3492), 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(3490), 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, - aux_sym_concatenation_token1, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65862] = 6, - ACTIONS(63), 1, + sym_word, + [66586] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1029), 1, + ACTIONS(4455), 1, aux_sym_concatenation_token1, - ACTIONS(3740), 1, + ACTIONS(4457), 1, sym__concat, - STATE(1266), 1, + STATE(1389), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ, + ACTIONS(1127), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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(1179), 23, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [66644] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1184), 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(1182), 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, - [65915] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3742), 1, - sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_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(1173), 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, + [66696] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 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(1125), 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, - [65968] = 3, - ACTIONS(63), 1, + 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, + aux_sym__simple_variable_name_token1, + sym_word, + [66748] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1215), 13, - anon_sym_EQ_EQ, + ACTIONS(1172), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + 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_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, + 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(1217), 26, + [66800] = 3, + ACTIONS(3), 1, + sym_comment, + 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(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, - [66015] = 3, - ACTIONS(63), 1, + sym_word, + [66852] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1219), 13, - anon_sym_EQ_EQ, + ACTIONS(4514), 1, + sym__special_character, + STATE(1413), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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_EQ_TILDE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_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(1221), 26, + [66908] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + 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, anon_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, + aux_sym__simple_variable_name_token1, + sym_word, + [66960] = 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(1127), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 32, + ACTIONS(1125), 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, sym__special_character, @@ -112232,86 +116374,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [66115] = 7, - ACTIONS(63), 1, + [67012] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(4517), 1, aux_sym_concatenation_token1, - ACTIONS(3744), 1, - anon_sym_RBRACK, - ACTIONS(3746), 1, + ACTIONS(4520), 1, sym__concat, - STATE(1524), 1, + STATE(1416), 1, aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, + ACTIONS(1131), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 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(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, - [66170] = 6, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [67070] = 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(3021), 4, + ACTIONS(1208), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 32, + 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_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, @@ -112327,63 +116475,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [66223] = 25, - ACTIONS(3), 1, + [67122] = 26, + ACTIONS(67), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(971), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(981), 1, anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(3610), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(3614), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4386), 1, sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3750), 1, - anon_sym_esac, - ACTIONS(3752), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, + STATE(1854), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4131), 1, - sym_last_case_item, - ACTIONS(3594), 2, + STATE(2003), 1, + sym__expression, + STATE(2004), 1, + sym__extglob_blob, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(3622), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1918), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - ACTIONS(3592), 3, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, 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, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -112393,230 +116547,275 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [66314] = 3, - ACTIONS(63), 1, + [67220] = 6, + ACTIONS(3), 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, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, + sym__concat, + STATE(1400), 1, + aux_sym_concatenation_repeat1, + ACTIONS(244), 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(211), 36, + 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_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_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, anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, + anon_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, + [67278] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1131), 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(1129), 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, - [66408] = 3, - ACTIONS(63), 1, + sym_word, + [67330] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1223), 13, - anon_sym_EQ_EQ, + ACTIONS(1188), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + 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_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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1225), 26, + [67382] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + 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, anon_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, + aux_sym__simple_variable_name_token1, + sym_word, + [67434] = 6, + 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(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(4523), 1, sym__concat, + STATE(817), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 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(1113), 36, + 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, - [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_LPAREN, anon_sym_PIPE, - 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_PIPE_AMP, anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [66549] = 3, - 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, + [67492] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 14, + ACTIONS(4525), 1, + anon_sym_DQUOTE, + ACTIONS(4527), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4529), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4531), 1, + anon_sym_BQUOTE, + ACTIONS(4533), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2159), 3, + sym_string, + sym_expansion, + sym_command_substitution, + ACTIONS(4155), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -112627,14 +116826,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1221), 25, - sym__concat, + ACTIONS(4153), 23, sym_test_operator, - anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -112654,661 +116850,677 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - aux_sym_concatenation_token1, - [66596] = 3, - ACTIONS(63), 1, + [67556] = 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(1148), 5, + 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, + 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_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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1269), 26, + [67608] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1196), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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, - [66737] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1525), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_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, + [67660] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [66788] = 3, - ACTIONS(63), 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, - 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(1257), 26, + [67712] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, 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, - [66835] = 5, - ACTIONS(63), 1, + sym_word, + [67764] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1512), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, + ACTIONS(1172), 5, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 12, + sym_test_operator, + 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, sym_word, - ACTIONS(3069), 24, + [67815] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4535), 1, + sym__special_character, + STATE(1467), 1, + aux_sym__literal_repeat1, + ACTIONS(4232), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4230), 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, + 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, + [67870] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1263), 13, - anon_sym_EQ_EQ, + ACTIONS(4537), 1, + sym__special_character, + STATE(1512), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3757), 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, + [67925] = 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, - [66933] = 5, - ACTIONS(63), 1, + sym_word, + [67976] = 6, + ACTIONS(3), 1, sym_comment, - STATE(1510), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, + ACTIONS(4455), 1, 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_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(3065), 24, + ACTIONS(4457), 1, + sym__concat, + STATE(1435), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_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, + [68033] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(4455), 1, aux_sym_concatenation_token1, - ACTIONS(3760), 1, + ACTIONS(4539), 1, sym__concat, - STATE(1519), 1, + STATE(1416), 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(1115), 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(1113), 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, - [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_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(2969), 24, + [68090] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_concatenation_token1, + ACTIONS(4541), 1, + sym__concat, + STATE(1416), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, - [67088] = 5, - ACTIONS(63), 1, + sym_word, + [68147] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1526), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, + ACTIONS(1144), 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(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_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_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, + [68198] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 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(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, + aux_sym_number_token1, + aux_sym_number_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_word, + [68249] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3762), 1, - sym__concat, - STATE(1266), 1, + STATE(1441), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1173), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [67192] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1251), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1253), 25, - sym__concat, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [67239] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_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(1217), 25, + ACTIONS(4543), 2, 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, - [67286] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 13, + ACTIONS(1125), 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(1203), 26, + ACTIONS(1127), 24, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -113318,13 +117530,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, @@ -113333,26 +117544,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67333] = 3, - ACTIONS(63), 1, + [68304] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 13, + ACTIONS(4543), 1, + aux_sym_concatenation_token1, + ACTIONS(4545), 1, + sym__concat, + STATE(1533), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1233), 26, + ACTIONS(1115), 24, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -113362,13 +117581,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, @@ -113377,125 +117595,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67380] = 5, - ACTIONS(63), 1, + [68361] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3638), 1, + ACTIONS(4535), 1, sym__special_character, - STATE(1528), 1, + STATE(1467), 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, - 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, - [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_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, - [67482] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3306), 2, + ACTIONS(4236), 5, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2584), 15, + aux_sym_heredoc_redirect_token1, + ACTIONS(4234), 36, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(3304), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -113503,6 +117617,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, @@ -113511,30 +117626,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, + 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, - [67533] = 3, - ACTIONS(63), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [68416] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 13, + ACTIONS(4543), 1, + aux_sym_concatenation_token1, + ACTIONS(4547), 1, + sym__concat, + STATE(1533), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1229), 26, + ACTIONS(1121), 24, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -113544,13 +117682,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, @@ -113559,223 +117696,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67580] = 3, - ACTIONS(63), 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, - 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, - [67627] = 5, - ACTIONS(63), 1, + [68473] = 25, + ACTIONS(67), 1, sym_comment, - STATE(1512), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, + ACTIONS(991), 1, aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, sym_word, - ACTIONS(3005), 24, - sym_file_descriptor, - sym_variable_name, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, sym_test_operator, - sym__brace_start, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4549), 1, + sym__regex_no_space, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2003), 1, + sym__expression, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [67678] = 5, - ACTIONS(63), 1, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [68568] = 5, + ACTIONS(3), 1, sym_comment, - STATE(1510), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(4551), 1, sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2997), 24, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(3988), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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, - [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, + sym_word, + [68623] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4553), 1, + sym__special_character, + STATE(1444), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 4, sym_file_descriptor, - ACTIONS(3353), 3, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 9, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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_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, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -113783,158 +117860,73 @@ 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, - 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, - 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, - [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_EQ_TILDE, - anon_sym_QMARK, - [67931] = 25, - ACTIONS(3), 1, + [68678] = 25, + ACTIONS(67), 1, sym_comment, - ACTIONS(3598), 1, + ACTIONS(967), 1, + sym_word, + ACTIONS(971), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(973), 1, + anon_sym_BANG, + ACTIONS(981), 1, anon_sym_DOLLAR, - ACTIONS(3606), 1, - sym__special_character, - ACTIONS(3608), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(3610), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(3614), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(3616), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3618), 1, - anon_sym_BQUOTE, - ACTIONS(3620), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3624), 1, + ACTIONS(1003), 1, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(3768), 1, - anon_sym_esac, - ACTIONS(3770), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4384), 1, + sym__special_character, + ACTIONS(4549), 1, + sym__regex_no_space, + STATE(2003), 1, + sym__expression, + STATE(2022), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4132), 1, - sym_last_case_item, - ACTIONS(3594), 2, + ACTIONS(969), 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(975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(987), 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(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1859), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -113944,227 +117936,408 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [68022] = 6, - ACTIONS(63), 1, + [68773] = 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, + ACTIONS(3751), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, - ACTIONS(1173), 24, + [68824] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4556), 1, + sym__special_character, + STATE(1444), 1, + aux_sym__literal_repeat1, + ACTIONS(4053), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4051), 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_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, - [68075] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [68879] = 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, - sym__concat, + ACTIONS(1127), 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(1125), 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, - 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_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_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(1179), 24, + [68930] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_concatenation_token1, + ACTIONS(4457), 1, + sym__concat, + STATE(1434), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3973), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3971), 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, + anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_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, + [68987] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1513), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3776), 2, + ACTIONS(1188), 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(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_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, + [69038] = 25, + ACTIONS(67), 1, + sym_comment, + ACTIONS(252), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, sym_word, - ACTIONS(1185), 24, + ACTIONS(1055), 1, + anon_sym_BANG, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2253), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1057), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1059), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1853), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [69133] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4535), 1, + sym__special_character, + STATE(1467), 1, + aux_sym__literal_repeat1, + ACTIONS(3988), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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, + 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, - [68226] = 7, + sym_word, + [69188] = 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(1168), 5, 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, + 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, @@ -114176,90 +118349,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [68281] = 6, - ACTIONS(63), 1, + [69239] = 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, anon_sym_DQUOTE, - STATE(2080), 1, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + ACTIONS(4558), 1, + sym__regex_no_space, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2264), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 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, + [69334] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 5, 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(1137), 22, + 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, @@ -114271,248 +118467,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [68389] = 5, - ACTIONS(63), 1, + [69385] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1510), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, + ACTIONS(1180), 6, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 12, + sym_test_operator, + sym__brace_start, + 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_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(1169), 24, + [69436] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1184), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, 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, + aux_sym_number_token1, + aux_sym_number_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_comment, - ACTIONS(1227), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1229), 25, - sym__concat, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [68487] = 5, - ACTIONS(63), 1, + sym_word, + [69487] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3787), 2, + ACTIONS(1148), 6, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1185), 23, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 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, - 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, - [68585] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1490), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1053), 2, - sym__concat, + anon_sym_DOLLAR_LPAREN_LPAREN, 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, - 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [69538] = 3, 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(1208), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 32, + ACTIONS(1206), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -114520,15 +118631,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, @@ -114542,39 +118658,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, - [68689] = 6, + [69589] = 3, 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(1127), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 32, + ACTIONS(1125), 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, anon_sym_DOLLAR, sym__special_character, @@ -114589,2225 +118706,2384 @@ static const uint16_t 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, + [69640] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3794), 1, - sym__concat, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_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(4564), 1, + anon_sym_DOLLAR, + ACTIONS(4566), 1, + sym__special_character, + ACTIONS(4568), 1, + anon_sym_DQUOTE, + ACTIONS(4570), 1, + aux_sym_number_token1, + ACTIONS(4572), 1, + aux_sym_number_token2, + ACTIONS(4574), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4576), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4578), 1, + anon_sym_BQUOTE, + ACTIONS(4580), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4584), 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(4586), 1, + sym__brace_start, + STATE(3753), 1, + aux_sym__literal_repeat1, + STATE(3859), 1, + sym_concatenation, + ACTIONS(2102), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4562), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4582), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(4560), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3725), 9, + 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(2100), 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, - sym_comment, - ACTIONS(3646), 1, - aux_sym_concatenation_token1, - ACTIONS(3796), 1, - sym__concat, - STATE(1527), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, - anon_sym_LT_LT, + 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, + [69725] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4564), 1, anon_sym_DOLLAR, + ACTIONS(4566), 1, + sym__special_character, + ACTIONS(4568), 1, + anon_sym_DQUOTE, + ACTIONS(4570), 1, aux_sym_number_token1, + ACTIONS(4572), 1, aux_sym_number_token2, + ACTIONS(4574), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4576), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(4578), 1, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + ACTIONS(4580), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4586), 1, + sym__brace_start, + ACTIONS(4590), 1, + sym_test_operator, + STATE(3742), 1, + aux_sym__literal_repeat1, + STATE(3844), 1, + sym_concatenation, + ACTIONS(2086), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4562), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4582), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(4588), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(1173), 24, + STATE(3735), 9, + 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(2084), 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, + [69810] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1810), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1808), 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, - [68848] = 6, - ACTIONS(63), 1, + sym_word, + [69861] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3646), 1, - aux_sym_concatenation_token1, - ACTIONS(3798), 1, + ACTIONS(1168), 6, + sym_file_descriptor, sym__concat, - STATE(1527), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 12, + 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_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_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(1179), 24, + [69912] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1184), 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(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, - [68901] = 5, - ACTIONS(63), 1, + sym_word, + [69963] = 5, + ACTIONS(3), 1, sym_comment, - STATE(1527), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3800), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 12, + ACTIONS(4535), 1, + sym__special_character, + STATE(1467), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3757), 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, + anon_sym_DQUOTE, + sym_raw_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, + [70018] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4592), 1, + sym__special_character, + STATE(1467), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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, + aux_sym_number_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, + [70073] = 3, + 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(1208), 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(1206), 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, - [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_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(1257), 26, - sym_file_descriptor, + [70124] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, - sym_variable_name, + STATE(1485), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3542), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3540), 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, - 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, + [70181] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3806), 1, - aux_sym_concatenation_token1, - ACTIONS(3808), 1, + ACTIONS(1180), 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(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, sym_word, - ACTIONS(1173), 24, + [70232] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2016), 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, - [69101] = 3, - ACTIONS(63), 1, + sym_word, + [70283] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1201), 13, - anon_sym_EQ, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, + sym__concat, + STATE(1481), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3492), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3490), 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_PLUS, - anon_sym_DASH, - anon_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), 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_PIPE_AMP, 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_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_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(1203), 26, + [70340] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4537), 1, + sym__special_character, + STATE(1512), 1, + aux_sym__literal_repeat1, + ACTIONS(4232), 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(4230), 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, - [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, + [70395] = 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, - [69331] = 3, - ACTIONS(63), 1, + sym_word, + [70446] = 25, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, + ACTIONS(991), 1, aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, sym_word, - ACTIONS(1237), 26, + ACTIONS(1055), 1, + anon_sym_BANG, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4549), 1, + sym__regex_no_space, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2003), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1057), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1059), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1853), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [70541] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4537), 1, + sym__special_character, + STATE(1512), 1, + aux_sym__literal_repeat1, + ACTIONS(3988), 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(3986), 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, - [69377] = 3, - ACTIONS(63), 1, + sym_word, + [70596] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1259), 12, + ACTIONS(4595), 1, + sym__special_character, + STATE(1477), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_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(1261), 26, + [70651] = 3, + ACTIONS(3), 1, + sym_comment, + 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(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, 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_comment, - ACTIONS(1255), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1257), 25, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [69469] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1183), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1185), 25, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [69515] = 5, - ACTIONS(63), 1, + sym_word, + [70702] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3810), 1, + ACTIONS(4598), 1, sym__special_character, - STATE(1540), 1, + STATE(1479), 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_EQ_TILDE, - anon_sym_QMARK, - [69565] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1561), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1212), 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(1210), 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, - [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_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_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1207), 26, + [70757] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4301), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4299), 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, - [69707] = 3, - ACTIONS(63), 1, + sym_word, + [70808] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1255), 12, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(4601), 1, + sym__concat, + STATE(817), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 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, anon_sym_DOLLAR, sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, + anon_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, + [70865] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4486), 2, sym_file_descriptor, - sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(3191), 3, sym_variable_name, sym_test_operator, sym__brace_start, + ACTIONS(3175), 16, anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_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_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, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym_word, + ACTIONS(4484), 22, + 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, - [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_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, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1185), 26, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [70920] = 3, + ACTIONS(3), 1, + sym_comment, + 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(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_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, - [69847] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3819), 1, - sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(187), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(218), 24, + [70971] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4301), 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(4299), 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, - [69897] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [71022] = 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(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(4603), 1, sym__concat, + STATE(817), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 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(1119), 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_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_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(1269), 26, + [71079] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1196), 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(1194), 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, - [69989] = 5, - ACTIONS(63), 1, + sym_word, + [71130] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3821), 1, - sym__special_character, - STATE(1540), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(350), 23, + ACTIONS(1127), 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(1125), 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, - [70039] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 12, 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1217), 26, + [71181] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4308), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4306), 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, - [70085] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [71232] = 3, + ACTIONS(3), 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, + ACTIONS(1131), 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(1129), 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, - aux_sym_concatenation_token1, - [70131] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1211), 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, sym_word, - ACTIONS(1213), 26, + [71283] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1172), 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(1170), 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, - 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, + [71334] = 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_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, - [70223] = 3, - ACTIONS(63), 1, + sym_word, + [71385] = 3, + ACTIONS(3), 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, - 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, - 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, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1221), 26, + ACTIONS(1164), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, 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_LT_LT, anon_sym_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, - [70315] = 3, - ACTIONS(63), 1, + sym_word, + [71436] = 3, + 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(1144), 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(1142), 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, - 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_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(3021), 23, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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, - [70411] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1614), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3013), 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(3015), 23, + [71487] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1204), 6, sym_file_descriptor, + sym__concat, sym_test_operator, 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, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, 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, + sym_word, + [71538] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3825), 1, + ACTIONS(1160), 5, + sym_file_descriptor, 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, - 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(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, - [70559] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3827), 1, - sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1173), 22, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [70611] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 12, - anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, 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(1225), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_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, - [70657] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_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(1225), 26, + [71589] = 3, + ACTIONS(3), 1, + sym_comment, + 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(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_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_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, - [70703] = 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, - 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(1241), 26, + [71640] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4301), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4299), 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, - [70749] = 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, - 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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1245), 26, - sym_file_descriptor, + [71691] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, - sym_variable_name, + STATE(1485), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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_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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [70795] = 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_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(1229), 26, + [71748] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4308), 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(4306), 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, - [70841] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [71799] = 6, + ACTIONS(3), 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, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, + STATE(1485), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3683), 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(3681), 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, - [70887] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 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(1229), 26, - sym_file_descriptor, + [71856] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3691), 1, + aux_sym_concatenation_token1, + ACTIONS(3693), 1, sym__concat, - sym_variable_name, + STATE(1481), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3679), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3677), 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_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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [70933] = 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, - 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(1233), 26, - sym_file_descriptor, + [71913] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_concatenation_token1, + ACTIONS(4457), 1, sym__concat, - sym_variable_name, + STATE(1435), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3988), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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, - [70979] = 5, - ACTIONS(63), 1, + sym_word, + [71970] = 25, + ACTIONS(67), 1, sym_comment, - ACTIONS(3829), 1, + ACTIONS(161), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_BANG, + ACTIONS(1061), 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, + ACTIONS(1065), 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_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [71029] = 3, - ACTIONS(63), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2230), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1057), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1059), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1853), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72065] = 25, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, + ACTIONS(991), 1, aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1067), 1, sym_word, - ACTIONS(1233), 26, + ACTIONS(1069), 1, + anon_sym_BANG, + ACTIONS(1075), 1, + sym__special_character, + ACTIONS(1079), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4549), 1, + sym__regex_no_space, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2003), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 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(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1984), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72160] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 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(1125), 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, - [71075] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [72211] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1247), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(4537), 1, sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1249), 26, + STATE(1512), 1, + aux_sym__literal_repeat1, + ACTIONS(4236), 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(4234), 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, - [71121] = 6, - ACTIONS(63), 1, + sym_word, + [72266] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3806), 1, - aux_sym_concatenation_token1, - ACTIONS(3831), 1, - sym__concat, - STATE(1591), 1, + STATE(1441), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 11, + ACTIONS(4543), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(211), 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(1179), 24, + ACTIONS(244), 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 +121091,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,645 +121105,663 @@ 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, + [72321] = 25, + ACTIONS(67), 1, sym_comment, - STATE(1574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 11, - 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(4459), 1, + sym__special_character, + ACTIONS(4461), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(3069), 24, + ACTIONS(4605), 1, + sym__regex_no_space, + STATE(2061), 1, + aux_sym__literal_repeat1, + STATE(2240), 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(2268), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1963), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72416] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4607), 1, + sym__special_character, + STATE(1477), 1, + aux_sym__literal_repeat1, + ACTIONS(4053), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4051), 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, - 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, - [71223] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3065), 24, + [72471] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [71273] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1619), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_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), 23, + [72522] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1131), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 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, - [71323] = 3, - ACTIONS(63), 1, + sym_word, + [72573] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1251), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(4609), 1, sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1253), 26, + STATE(1512), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 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(1210), 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, - [71369] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 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(3005), 24, + [72628] = 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_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_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, + 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, - [71419] = 5, - ACTIONS(63), 1, + sym_word, + [72679] = 25, + ACTIONS(67), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - 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, - anon_sym_BQUOTE, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(947), 1, sym_word, - ACTIONS(2997), 24, + ACTIONS(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + ACTIONS(4612), 1, + sym__regex_no_space, + STATE(1885), 1, + aux_sym__literal_repeat1, + STATE(2163), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2118), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1914), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72774] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 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(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, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71469] = 3, - ACTIONS(63), 1, + sym_word, + [72825] = 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, + ACTIONS(1192), 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(1190), 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, - 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, - sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - ACTIONS(1167), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - 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(1169), 24, + [72876] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4412), 1, + anon_sym_DQUOTE, + STATE(2358), 1, + sym_string, + ACTIONS(4616), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ACTIONS(4614), 9, + anon_sym_DASH, + 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), 27, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71611] = 3, - ACTIONS(63), 1, + sym_word, + [72935] = 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), 25, - sym__concat, + ACTIONS(3751), 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, - 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, - 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_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, - sym_comment, - ACTIONS(3819), 1, - sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(2821), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_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(2823), 24, + [72986] = 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, - [71849] = 3, - ACTIONS(63), 1, + sym_word, + [73037] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 12, + STATE(1439), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4543), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1101), 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(1108), 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, @@ -117475,13 +121769,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, @@ -117490,333 +121783,494 @@ 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, + [73092] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1247), 12, + ACTIONS(3751), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1249), 26, + [73143] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4308), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4306), 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, - [71941] = 5, - ACTIONS(63), 1, + sym_word, + [73194] = 7, + ACTIONS(3), 1, sym_comment, - STATE(1591), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3845), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 11, - anon_sym_LT_LT, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4332), 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(4330), 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(4328), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1185), 24, + [73253] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, - [71991] = 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_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(1203), 26, + [73304] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 5, sym_file_descriptor, sym__concat, - sym_variable_name, 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, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72037] = 5, - ACTIONS(63), 1, + sym_word, + [73355] = 25, + 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(254), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, + ACTIONS(991), 1, aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, sym_word, - ACTIONS(2819), 24, + ACTIONS(1055), 1, + anon_sym_BANG, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2223), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1057), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1059), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1853), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [73450] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1196), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, 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, - [72087] = 3, - ACTIONS(63), 1, + sym_word, + [73501] = 3, + 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, + ACTIONS(1204), 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(1202), 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, - aux_sym_concatenation_token1, - [72133] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 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, sym_word, - ACTIONS(1207), 26, + [73552] = 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_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, - [72179] = 4, - ACTIONS(63), 1, + sym_word, + [73603] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3852), 1, + ACTIONS(1225), 1, + anon_sym_LPAREN, + STATE(1439), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4543), 2, 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, + aux_sym_concatenation_token1, + ACTIONS(1101), 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_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [72227] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 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(1245), 26, + ACTIONS(1108), 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, @@ -117824,13 +122278,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, @@ -117839,113 +122292,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72273] = 3, - ACTIONS(63), 1, + [73660] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1235), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1237), 26, + ACTIONS(4412), 1, + anon_sym_DQUOTE, + STATE(2358), 1, + sym_string, + ACTIONS(4616), 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, + ACTIONS(4614), 9, + anon_sym_DASH, + 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), 27, 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_LT, + 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, + aux_sym_heredoc_redirect_token1, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DQUOTE, + sym__special_character, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [72319] = 3, - 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_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(1241), 26, + [73719] = 3, + ACTIONS(3), 1, + sym_comment, + 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(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, + aux_sym_number_token1, + aux_sym_number_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, + [73770] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 12, + STATE(1533), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4618), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1131), 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, @@ -117953,13 +122428,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, @@ -117968,30 +122442,35 @@ 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, + [73825] = 6, + ACTIONS(67), 1, sym_comment, - STATE(1601), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3854), 2, - sym__concat, + ACTIONS(4543), 1, aux_sym_concatenation_token1, - ACTIONS(1183), 12, + ACTIONS(4621), 1, + sym__concat, + STATE(1533), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1185), 23, + ACTIONS(1115), 24, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -117999,9 +122478,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, @@ -118013,70 +122492,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72461] = 3, - ACTIONS(63), 1, + [73881] = 3, + ACTIONS(3), 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, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 26, + ACTIONS(4308), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4306), 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_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, - [72507] = 3, - ACTIONS(63), 1, + sym_word, + [73931] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1267), 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(1269), 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, @@ -118084,9 +122571,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, @@ -118099,336 +122586,388 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72553] = 4, - ACTIONS(63), 1, + [73981] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3861), 1, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 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, - sym_comment, - STATE(1530), 1, + STATE(1626), 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, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2969), 24, + ACTIONS(3751), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, - [72651] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [74037] = 24, + ACTIONS(67), 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, + 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, - aux_sym_concatenation_token1, - [72697] = 3, - ACTIONS(63), 1, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2259), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74129] = 8, + ACTIONS(3), 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, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4623), 1, + anon_sym_RPAREN, + ACTIONS(4340), 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(4330), 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, - [72743] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1263), 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(4332), 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(4328), 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(1265), 26, + [74189] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4337), 1, sym_file_descriptor, - sym__concat, + ACTIONS(4335), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4340), 3, sym_variable_name, sym_test_operator, sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4330), 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(4332), 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(4328), 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, + aux_sym_number_token1, + aux_sym_number_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_word, + [74247] = 24, + ACTIONS(67), 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, + ACTIONS(967), 1, + sym_word, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(973), 1, + anon_sym_BANG, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1003), 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, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4384), 1, sym__special_character, - [72835] = 5, - ACTIONS(63), 1, + STATE(2022), 1, + aux_sym__literal_repeat1, + STATE(2220), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(987), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1859), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74339] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3863), 1, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1067), 1, + sym_word, + ACTIONS(1069), 1, + anon_sym_BANG, + ACTIONS(1075), 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, + ACTIONS(1079), 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_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [72885] = 5, - ACTIONS(63), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2287), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 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(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1984), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74431] = 3, + ACTIONS(67), 1, sym_comment, - STATE(1574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2975), 11, + ACTIONS(1129), 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(2977), 24, + ACTIONS(1131), 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, @@ -118436,12 +122975,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, @@ -118450,161 +122990,185 @@ 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, + [74481] = 8, + ACTIONS(3), 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, - sym__concat, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4626), 1, + anon_sym_RPAREN, + ACTIONS(4340), 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(4330), 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, - [72981] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3866), 1, - sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 12, - anon_sym_EQ_EQ, anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(4332), 10, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, + anon_sym_AMP_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(4328), 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(1275), 24, + [74541] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4629), 1, + sym__concat, + STATE(971), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, - [73031] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3823), 1, - aux_sym_concatenation_token1, - ACTIONS(3869), 1, - sym__concat, - STATE(1601), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1179), 23, + [74597] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, sym_file_descriptor, + ACTIONS(4631), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, sym_test_operator, sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4330), 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_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(4332), 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(4328), 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, - [73083] = 3, - ACTIONS(63), 1, + sym_word, + [74657] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 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(1221), 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, @@ -118612,9 +123176,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, @@ -118627,128 +123191,98 @@ static const uint16_t ts_small_parse_table[] = { 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, + [74707] = 8, + 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, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1213), 26, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, sym_file_descriptor, - sym__concat, + ACTIONS(4634), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, sym_variable_name, sym_test_operator, sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4330), 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_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(4332), 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(4328), 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, + aux_sym_number_token1, + aux_sym_number_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, + [74767] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 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(1261), 26, + ACTIONS(1196), 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, @@ -118756,246 +123290,357 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73267] = 6, - ACTIONS(63), 1, + [74817] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(3823), 1, - aux_sym_concatenation_token1, - ACTIONS(3871), 1, - sym__concat, - STATE(1601), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4637), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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(1173), 23, + [74877] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, sym_file_descriptor, + ACTIONS(4640), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, sym_test_operator, sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4330), 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_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(4332), 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(4328), 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, - [73319] = 3, - ACTIONS(63), 1, + sym_word, + [74937] = 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(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, + ACTIONS(991), 1, aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, sym_word, - ACTIONS(1265), 26, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2276), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75029] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, sym_file_descriptor, - sym__concat, + ACTIONS(4643), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, sym_variable_name, sym_test_operator, sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4330), 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_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(4332), 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(4328), 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, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73365] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 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(1207), 26, + [75089] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2016), 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, - [73410] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_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(1221), 25, + [75139] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, sym_file_descriptor, - sym__concat, + ACTIONS(4646), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, sym_test_operator, sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4330), 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_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(4332), 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(4328), 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, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73455] = 8, - ACTIONS(63), 1, + sym_word, + [75199] = 5, + ACTIONS(67), 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, + STATE(1609), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4543), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3681), 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_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_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(3683), 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, @@ -119003,13 +123648,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, @@ -119018,66 +123662,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73555] = 3, - ACTIONS(63), 1, + [75253] = 3, + ACTIONS(3), 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_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1249), 26, + ACTIONS(3751), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, + [75303] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 12, + 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(1169), 25, + ACTIONS(1200), 26, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -119087,109 +123741,28401 @@ 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, - [73645] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3887), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3885), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_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, - [73690] = 3, - ACTIONS(63), 1, + [75353] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3887), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3885), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_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, - [73735] = 3, - ACTIONS(63), 1, + 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, + sym_word, + ACTIONS(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + STATE(1885), 1, + aux_sym__literal_repeat1, + STATE(2162), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2118), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1914), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75445] = 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(947), 1, + sym_word, + ACTIONS(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + STATE(1885), 1, + aux_sym__literal_repeat1, + STATE(2163), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2118), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1914), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75537] = 3, + ACTIONS(67), 1, + sym_comment, + 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(1204), 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, + [75587] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4649), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [75647] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4652), 1, + sym__special_character, + STATE(1582), 1, + aux_sym__literal_repeat1, + ACTIONS(3988), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [75701] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(967), 1, + sym_word, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(973), 1, + anon_sym_BANG, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1003), 1, + sym_test_operator, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4384), 1, + sym__special_character, + STATE(2022), 1, + aux_sym__literal_repeat1, + STATE(2275), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(987), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1859), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75793] = 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2257), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75885] = 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2219), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75977] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4654), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [76037] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, + sym__concat, + STATE(1545), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3757), 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, + [76093] = 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(4459), 1, + sym__special_character, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + STATE(2061), 1, + aux_sym__literal_repeat1, + STATE(2213), 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(2268), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1963), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76185] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4657), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [76245] = 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(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + ACTIONS(4660), 1, + sym_word, + ACTIONS(4664), 1, + sym_test_operator, + STATE(1931), 1, + aux_sym__literal_repeat1, + STATE(2323), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4662), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1981), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(957), 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(1934), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76339] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(967), 1, + sym_word, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(973), 1, + anon_sym_BANG, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1003), 1, + sym_test_operator, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4384), 1, + sym__special_character, + STATE(2022), 1, + aux_sym__literal_repeat1, + STATE(2256), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(987), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1859), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76431] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1534), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4543), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3677), 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(3679), 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [76485] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2018), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2016), 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, + [76535] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, + sym__concat, + STATE(1545), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3860), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3858), 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, + [76591] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(967), 1, + sym_word, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(973), 1, + anon_sym_BANG, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1003), 1, + sym_test_operator, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4384), 1, + sym__special_character, + STATE(2003), 1, + sym__expression, + STATE(2022), 1, + aux_sym__literal_repeat1, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(987), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1859), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76683] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2255), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76775] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4666), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [76835] = 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(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + ACTIONS(4669), 1, + sym_word, + ACTIONS(4673), 1, + sym_test_operator, + STATE(1857), 1, + aux_sym__literal_repeat1, + STATE(2323), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4671), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1981), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2191), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1860), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76929] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4675), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [76989] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [77039] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4678), 1, + sym__special_character, + STATE(1582), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [77093] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4681), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [77153] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4684), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [77213] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 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(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2003), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 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(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1984), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [77305] = 6, + ACTIONS(67), 1, + sym_comment, + STATE(2467), 1, + aux_sym__literal_repeat1, + STATE(1612), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2427), 9, + 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(2016), 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(2018), 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, + [77361] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4687), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [77421] = 3, + ACTIONS(67), 1, + sym_comment, + 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, + 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_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, + [77471] = 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(4459), 1, + sym__special_character, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + STATE(2061), 1, + aux_sym__literal_repeat1, + STATE(2246), 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(2268), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1963), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [77563] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4690), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3751), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, + [77673] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2003), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [77765] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4693), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [77825] = 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(4459), 1, + sym__special_character, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + STATE(2061), 1, + aux_sym__literal_repeat1, + STATE(2240), 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(2268), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1963), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [77917] = 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, + sym_word, + 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, + 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, + [77967] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4696), 1, + sym__special_character, + STATE(1684), 1, + aux_sym__literal_repeat1, + ACTIONS(3988), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [78021] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1534), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4543), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3490), 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(3492), 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [78075] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4698), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [78135] = 3, + ACTIONS(67), 1, + sym_comment, + 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, + sym_word, + ACTIONS(1184), 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, + [78185] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4701), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [78245] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1810), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1808), 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, + [78295] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4704), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [78355] = 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(4459), 1, + sym__special_character, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + STATE(2061), 1, + aux_sym__literal_repeat1, + STATE(2214), 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(2268), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1963), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [78447] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3191), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4486), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3175), 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(4484), 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, + [78501] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1609), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4543), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3540), 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(3542), 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [78555] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1810), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1808), 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, + [78605] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4707), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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] = 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(947), 1, + sym_word, + ACTIONS(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + STATE(1885), 1, + aux_sym__literal_repeat1, + STATE(2178), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2118), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1914), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [78757] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4543), 1, + aux_sym_concatenation_token1, + ACTIONS(4710), 1, + sym__concat, + STATE(1533), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [78813] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4712), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [78873] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2269), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [78965] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4715), 1, + sym_word, + ACTIONS(4721), 1, + anon_sym_DOLLAR, + ACTIONS(4724), 1, + sym__special_character, + ACTIONS(4727), 1, + anon_sym_DQUOTE, + ACTIONS(4733), 1, + aux_sym_number_token1, + ACTIONS(4736), 1, + aux_sym_number_token2, + ACTIONS(4739), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4742), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4745), 1, + anon_sym_BQUOTE, + ACTIONS(4748), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4754), 1, + sym_test_operator, + ACTIONS(4757), 1, + sym__brace_start, + STATE(2467), 1, + aux_sym__literal_repeat1, + ACTIONS(4718), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4730), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(4751), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1612), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1918), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1920), 7, + sym_file_descriptor, + sym_variable_name, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2427), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [79051] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4760), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [79111] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(967), 1, + sym_word, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(973), 1, + anon_sym_BANG, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1003), 1, + sym_test_operator, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4384), 1, + sym__special_character, + STATE(2022), 1, + aux_sym__literal_repeat1, + STATE(2217), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(987), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1859), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [79203] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, + sym__concat, + STATE(1545), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [79259] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4486), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3191), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3175), 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(4484), 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, + [79313] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4763), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [79373] = 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(947), 1, + sym_word, + ACTIONS(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + STATE(1885), 1, + aux_sym__literal_repeat1, + STATE(2174), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2118), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1914), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [79465] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 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(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2298), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 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(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1984), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [79557] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [79607] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4766), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [79667] = 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(1172), 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, + [79717] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2271), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [79809] = 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2260), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [79901] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2212), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [79993] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4769), 1, + sym__concat, + STATE(971), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 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, + [80049] = 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2273), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [80141] = 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2270), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [80233] = 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(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + ACTIONS(4771), 1, + sym_word, + ACTIONS(4775), 1, + sym_test_operator, + STATE(1962), 1, + aux_sym__literal_repeat1, + STATE(2323), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4773), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1981), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2184), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1965), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [80327] = 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(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + ACTIONS(4777), 1, + sym_word, + ACTIONS(4781), 1, + sym_test_operator, + STATE(1911), 1, + aux_sym__literal_repeat1, + STATE(2323), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4779), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1981), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2115), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1915), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [80421] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(967), 1, + sym_word, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(973), 1, + anon_sym_BANG, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1003), 1, + sym_test_operator, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4384), 1, + sym__special_character, + STATE(2022), 1, + aux_sym__literal_repeat1, + STATE(2222), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(987), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1859), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [80513] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4783), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [80573] = 3, + ACTIONS(67), 1, + sym_comment, + 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, + 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_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, + [80623] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4786), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [80683] = 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2243), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [80775] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4789), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [80835] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4792), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [80895] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2232), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [80987] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4795), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81047] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4798), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81107] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4801), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81167] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4804), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81227] = 3, + ACTIONS(67), 1, + sym_comment, + 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(1168), 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, + [81277] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2247), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [81369] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4807), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81429] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4810), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81489] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4813), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81549] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4816), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81609] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1146), 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(1148), 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, + [81659] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4819), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81719] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4822), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81779] = 3, + ACTIONS(67), 1, + sym_comment, + 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(1188), 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, + [81829] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4825), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [81889] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4078), 1, + aux_sym_concatenation_token1, + ACTIONS(4106), 1, + sym__concat, + STATE(1626), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3864), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3862), 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, + [81945] = 3, + ACTIONS(67), 1, + sym_comment, + 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(1168), 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, + [81995] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1609), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4543), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(1127), 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [82049] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2252), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [82141] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4828), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [82201] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [82251] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [82301] = 3, + ACTIONS(67), 1, + sym_comment, + 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(1208), 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, + [82351] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4831), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [82411] = 3, + ACTIONS(67), 1, + sym_comment, + 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, + 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_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, + [82461] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4834), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [82521] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4837), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [82581] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4301), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4299), 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, + [82631] = 3, + ACTIONS(67), 1, + sym_comment, + 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, + 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_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, + [82681] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4840), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [82741] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_BANG, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2258), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1057), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1059), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1853), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [82833] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4843), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [82893] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_BANG, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2210), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1057), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1059), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1853), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [82985] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4846), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [83045] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4332), 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(4330), 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(4328), 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, + [83103] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(967), 1, + sym_word, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(973), 1, + anon_sym_BANG, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1003), 1, + sym_test_operator, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(4384), 1, + sym__special_character, + STATE(2022), 1, + aux_sym__literal_repeat1, + STATE(2242), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(975), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(987), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(977), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1859), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83195] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [83245] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4849), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [83305] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_BANG, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2263), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1057), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1059), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1853), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83397] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4852), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [83457] = 3, + ACTIONS(67), 1, + sym_comment, + 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(1176), 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, + [83507] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4308), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4306), 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, + [83557] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4855), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [83617] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1011), 1, + sym_word, + ACTIONS(1013), 1, + anon_sym_BANG, + ACTIONS(1019), 1, + sym__special_character, + ACTIONS(1023), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2231), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1015), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1021), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1017), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1856), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83709] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4858), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [83769] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4861), 1, + sym__special_character, + STATE(1684), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [83823] = 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(949), 1, + anon_sym_LPAREN, + ACTIONS(951), 1, + anon_sym_BANG, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(4497), 1, + sym__special_character, + ACTIONS(4864), 1, + sym_word, + ACTIONS(4868), 1, + sym_test_operator, + STATE(1917), 1, + aux_sym__literal_repeat1, + STATE(2323), 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(955), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4866), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1981), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(957), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2126), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1922), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83917] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4870), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [83977] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(1053), 1, + sym_word, + ACTIONS(1055), 1, + anon_sym_BANG, + ACTIONS(1061), 1, + sym__special_character, + ACTIONS(1065), 1, + sym_test_operator, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2003), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1057), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1063), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1059), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1853), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [84069] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4873), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [84129] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4876), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [84189] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4879), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [84249] = 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2280), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [84341] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4882), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [84401] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4885), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [84461] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + anon_sym_LPAREN, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, + aux_sym_number_token1, + ACTIONS(991), 1, + aux_sym_number_token2, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 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(2756), 1, + anon_sym_BQUOTE, + STATE(1854), 1, + aux_sym__literal_repeat1, + STATE(2306), 1, + sym__expression, + ACTIONS(969), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1001), 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(1981), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1984), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [84553] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4888), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [84613] = 6, + ACTIONS(67), 1, + sym_comment, + STATE(2467), 1, + aux_sym__literal_repeat1, + STATE(1612), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2427), 9, + 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(1808), 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(1810), 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, + [84669] = 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(1037), 1, + sym__special_character, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + STATE(1999), 1, + aux_sym__literal_repeat1, + STATE(2264), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1041), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2250), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1933), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [84761] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4891), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [84821] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4894), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [84881] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4301), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4299), 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, + [84931] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4897), 1, + anon_sym_RPAREN, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [84991] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4291), 1, + sym__concat, + STATE(1732), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [85046] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1753), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4900), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3862), 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(3864), 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, + [85099] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4904), 1, + anon_sym_DQUOTE, + STATE(2461), 1, + sym_string, + ACTIONS(4906), 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(4902), 9, + anon_sym_DASH, + 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, + [85156] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [85205] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4908), 1, + sym__concat, + STATE(1086), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, + [85260] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1751), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4900), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3858), 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(3860), 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, + [85313] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1717), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3973), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3971), 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, + [85368] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1717), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1808), 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, + [85423] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4904), 1, + anon_sym_DQUOTE, + STATE(2461), 1, + sym_string, + ACTIONS(4906), 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(4902), 9, + anon_sym_DASH, + 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, + [85480] = 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, + [85529] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4291), 1, + sym__concat, + STATE(1742), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4057), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4055), 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, + [85584] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4910), 1, + sym__special_character, + STATE(1713), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(1212), 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, + [85637] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [85686] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4913), 1, + aux_sym_concatenation_token1, + ACTIONS(4915), 1, + sym__concat, + STATE(1718), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 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, + [85741] = 6, + ACTIONS(67), 1, + sym_comment, + STATE(2515), 1, + aux_sym__literal_repeat1, + STATE(2626), 1, + sym_concatenation, + STATE(2383), 9, + 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(2084), 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(2086), 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, + [85796] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4917), 1, + sym__concat, + STATE(1086), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 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, + [85851] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1718), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4919), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1131), 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, + [85904] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1706), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [85959] = 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, + [86008] = 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, + [86057] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1717), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(2016), 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, + [86112] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1717), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, + [86167] = 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, + [86216] = 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, + [86265] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4291), 1, + sym__concat, + STATE(1732), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4053), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4051), 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, + [86320] = 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, + [86369] = 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), 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, + [86418] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4486), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3191), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(3175), 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(4484), 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, + [86471] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1753), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4900), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3749), 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(3751), 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, + [86524] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1751), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4900), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3757), 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(3759), 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, + [86577] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4922), 1, + sym__concat, + STATE(1162), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, + [86632] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1751), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4900), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(1127), 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, + [86685] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4924), 1, + sym__special_character, + STATE(1713), 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, + [86738] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1741), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3971), 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(3973), 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, + [86791] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1741), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2016), 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(2018), 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, + [86844] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1706), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3757), 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, + [86899] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1741), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1808), 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(1810), 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, + [86952] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1715), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3986), 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(3988), 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, + [87005] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4220), 1, + aux_sym_concatenation_token1, + ACTIONS(4238), 1, + sym__concat, + STATE(1706), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3988), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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, + [87060] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4913), 1, + aux_sym_concatenation_token1, + ACTIONS(4926), 1, + sym__concat, + STATE(1718), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1115), 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, + [87115] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4255), 1, + aux_sym_concatenation_token1, + ACTIONS(4928), 1, + sym__concat, + STATE(1162), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 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, + [87170] = 6, + ACTIONS(67), 1, + sym_comment, + STATE(2466), 1, + aux_sym__literal_repeat1, + STATE(2574), 1, + sym_concatenation, + STATE(2418), 9, + 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(2100), 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(2102), 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, + [87225] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1715), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4913), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(1127), 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, + [87278] = 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), 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, + [87327] = 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), 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, + [87376] = 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), 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, + [87425] = 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, + [87474] = 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), 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, + [87523] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4335), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4337), 1, + sym_file_descriptor, + ACTIONS(4340), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4330), 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(4332), 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(4328), 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, + [87580] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4900), 1, + aux_sym_concatenation_token1, + ACTIONS(4930), 1, + sym__concat, + STATE(1754), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 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, + [87635] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4932), 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(1131), 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, + [87688] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4900), 1, + aux_sym_concatenation_token1, + ACTIONS(4935), 1, + sym__concat, + STATE(1754), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1115), 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, + [87743] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1754), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4937), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1131), 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, + [87796] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_concatenation_token1, + ACTIONS(4457), 1, + sym__concat, + STATE(1770), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [87850] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1765), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4940), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1808), 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(1810), 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, + [87902] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_concatenation_token1, + ACTIONS(4457), 1, + sym__concat, + STATE(1779), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3973), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3971), 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, + [87956] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_concatenation_token1, + ACTIONS(4457), 1, + sym__concat, + STATE(1770), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3988), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 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, + [88010] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1223), 1, + sym_test_operator, + STATE(1939), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4944), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4942), 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, + [88064] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1223), 1, + sym_test_operator, + STATE(1939), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4948), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4946), 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, + [88118] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4958), 1, + anon_sym_esac, + ACTIONS(4960), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4849), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2318), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4954), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88210] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(4990), 1, + anon_sym_esac, + ACTIONS(4992), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4885), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2325), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4988), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88302] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1878), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1127), 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, + [88354] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4940), 1, + aux_sym_concatenation_token1, + ACTIONS(4994), 1, + sym__concat, + STATE(1768), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 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, + [88408] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4940), 1, + aux_sym_concatenation_token1, + ACTIONS(4996), 1, + sym__concat, + STATE(1768), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1115), 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, + [88462] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5000), 1, + anon_sym_esac, + ACTIONS(5002), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4754), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2339), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4998), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88554] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5006), 1, + anon_sym_esac, + ACTIONS(5008), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4730), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2328), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5004), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88646] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1768), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5010), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1131), 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, + [88698] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5013), 1, + aux_sym_concatenation_token1, + ACTIONS(5015), 1, + sym__concat, + STATE(1773), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 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, + [88752] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_concatenation_token1, + ACTIONS(5017), 1, + sym__concat, + STATE(1416), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, + [88806] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1912), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1035), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1127), 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, + [88858] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5013), 1, + aux_sym_concatenation_token1, + ACTIONS(5019), 1, + sym__concat, + STATE(1773), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1115), 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, + [88912] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1773), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5021), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1131), 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, + [88964] = 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, + [89012] = 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, + [89060] = 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, + [89108] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1764), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4940), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(1127), 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, + [89160] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1125), 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(1127), 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, + [89208] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, + aux_sym_concatenation_token1, + ACTIONS(5024), 1, + sym__concat, + STATE(1416), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 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, + [89262] = 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, + [89310] = 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, + [89358] = 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, + [89406] = 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, + [89454] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5026), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(1127), 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, + [89506] = 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, + [89554] = 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, + [89602] = 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, + [89650] = 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, + [89698] = 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, + [89746] = 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, + [89794] = 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, + [89842] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1765), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4940), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3971), 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(3973), 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, + [89894] = 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, + [89942] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1764), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4940), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3986), 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(3988), 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, + [89994] = 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, + [90042] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1769), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(1127), 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, + [90094] = 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, + [90142] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5030), 1, + anon_sym_esac, + ACTIONS(5032), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4990), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2342), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5028), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [90234] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5036), 1, + anon_sym_esac, + ACTIONS(5038), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4991), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2338), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5034), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [90326] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + STATE(1958), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1125), 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(1127), 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, + [90378] = 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, + [90426] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1802), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5040), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1131), 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, + [90478] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1930), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1127), 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, + [90530] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5045), 1, + anon_sym_esac, + ACTIONS(5047), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4998), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2334), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5043), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [90622] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5051), 1, + anon_sym_esac, + ACTIONS(5053), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4999), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2332), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5049), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [90714] = 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, + [90762] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5026), 1, + aux_sym_concatenation_token1, + ACTIONS(5055), 1, + sym__concat, + STATE(1802), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1115), 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, + [90816] = 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, + [90864] = 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, + [90912] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5026), 1, + aux_sym_concatenation_token1, + ACTIONS(5057), 1, + sym__concat, + STATE(1802), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 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, + [90966] = 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, + [91014] = 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, + [91062] = 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, + [91110] = 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), 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, + [91158] = 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, + [91206] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1129), 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(1131), 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, + [91254] = 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, + [91302] = 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), 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, + [91350] = 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, + [91398] = 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(1131), 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, + [91446] = 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, + [91494] = 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, + [91542] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5061), 1, + anon_sym_esac, + ACTIONS(5063), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5040), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2317), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5059), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [91634] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5067), 1, + anon_sym_esac, + ACTIONS(5069), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5041), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2319), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5065), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [91726] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5073), 1, + anon_sym_esac, + ACTIONS(5075), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5047), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2322), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5071), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [91818] = 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, + [91866] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4964), 1, + sym__special_character, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4972), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4976), 1, + anon_sym_BQUOTE, + ACTIONS(4978), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5079), 1, + anon_sym_esac, + ACTIONS(5081), 1, + aux_sym_heredoc_redirect_token1, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5048), 1, + sym_last_case_item, + ACTIONS(4952), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4980), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2327), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4950), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5077), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [91958] = 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), 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, + [92006] = 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, + [92054] = 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), 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, + [92102] = 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, + [92150] = 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, + [92198] = 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), 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, + [92246] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1101), 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(1108), 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, + [92294] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1882), 1, + aux_sym_concatenation_repeat1, + ACTIONS(945), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(1127), 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, + [92346] = 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, + [92394] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5026), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4051), 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(4053), 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, + [92446] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1807), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5026), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4055), 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(4057), 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, + [92498] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1772), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3971), 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(3973), 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, + [92550] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1769), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3986), 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(3988), 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, + [92602] = 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, + [92650] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4924), 1, + sym__special_character, + STATE(1713), 1, + aux_sym__literal_repeat1, + ACTIONS(3681), 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(3683), 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, + [92702] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1764), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4940), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3757), 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(3759), 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, + [92754] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1765), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4940), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3749), 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(3751), 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, + [92806] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1129), 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(1131), 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, + [92854] = 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, + [92902] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4924), 1, + sym__special_character, + STATE(1713), 1, + aux_sym__literal_repeat1, + ACTIONS(3540), 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(3542), 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, + [92954] = 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, + [93002] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1765), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4940), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2016), 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(2018), 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, + [93054] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1884), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(1127), 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, + [93106] = 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, + [93153] = 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, + [93200] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1939), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [93251] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5083), 1, + sym__special_character, + STATE(1940), 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_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, + [93302] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(2025), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1127), 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, + [93353] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1873), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [93404] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1049), 1, + anon_sym_RBRACK, + ACTIONS(5085), 1, + sym__special_character, + ACTIONS(5087), 1, + sym__concat, + STATE(1862), 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, + [93459] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1948), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5089), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(1127), 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, + [93510] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1883), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [93561] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + ACTIONS(5091), 1, + anon_sym_RBRACK, + ACTIONS(5093), 1, + sym__concat, + STATE(1968), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [93616] = 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, + [93663] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5095), 1, + sym__special_character, + STATE(1862), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1212), 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, + [93714] = 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), 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, + [93761] = 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, + [93808] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1129), 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(1131), 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, + [93855] = 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, + [93902] = 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, + [93949] = 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, + [93996] = 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, + [94043] = 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, + [94090] = 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, + [94137] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5102), 1, + sym_extglob_pattern, + ACTIONS(5100), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5098), 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, + [94186] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(979), 1, + aux_sym_concatenation_token1, + ACTIONS(5104), 1, + sym__concat, + STATE(1752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1115), 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, + [94239] = 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), 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, + [94286] = 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, + [94333] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1129), 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(1131), 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, + [94380] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1877), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5106), 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(1131), 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, + [94431] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(979), 1, + aux_sym_concatenation_token1, + ACTIONS(5109), 1, + sym__concat, + STATE(1752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1121), 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, + [94484] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + ACTIONS(5111), 1, + sym__concat, + STATE(1938), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1115), 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, + [94537] = 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, + [94584] = 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, + [94631] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + ACTIONS(5113), 1, + sym__concat, + STATE(1938), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1121), 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, + [94684] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(979), 1, + aux_sym_concatenation_token1, + ACTIONS(5115), 1, + sym__concat, + STATE(1752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1115), 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, + [94737] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(979), 1, + aux_sym_concatenation_token1, + ACTIONS(5117), 1, + sym__concat, + STATE(1752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1121), 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, + [94790] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5085), 1, + sym__special_character, + STATE(1862), 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, + [94841] = 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, + [94888] = 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, + [94935] = 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, + [94982] = 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, + [95029] = 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, + [95076] = 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, + [95123] = 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, + [95170] = 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, + [95217] = 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, + [95264] = 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, + [95311] = 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, + [95358] = 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, + [95405] = 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), 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, + [95452] = 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, + [95499] = 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, + [95546] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5119), 1, + sym__special_character, + STATE(1945), 1, + aux_sym__literal_repeat1, + ACTIONS(4230), 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(4232), 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, + [95597] = 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, + [95644] = 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, + [95691] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5119), 1, + sym__special_character, + STATE(1945), 1, + aux_sym__literal_repeat1, + ACTIONS(4234), 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(4236), 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, + [95742] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5121), 1, + sym__special_character, + STATE(1905), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(1212), 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, + [95793] = 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, + [95840] = 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, + [95887] = 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, + [95934] = 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, + [95981] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5119), 1, + sym__special_character, + STATE(1945), 1, + aux_sym__literal_repeat1, + ACTIONS(3986), 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(3988), 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, + [96032] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1029), 1, + anon_sym_RBRACK, + ACTIONS(5085), 1, + sym__special_character, + ACTIONS(5124), 1, + sym__concat, + STATE(1862), 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, + [96087] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1035), 1, + aux_sym_concatenation_token1, + ACTIONS(5126), 1, + sym__concat, + STATE(1877), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1121), 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, + [96140] = 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, + [96187] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + STATE(1968), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [96238] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + ACTIONS(5128), 1, + anon_sym_RBRACK, + ACTIONS(5130), 1, + sym__concat, + STATE(1968), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [96293] = 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, + [96340] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1025), 1, + anon_sym_RBRACK, + ACTIONS(5085), 1, + sym__special_character, + ACTIONS(5132), 1, + sym__concat, + STATE(1862), 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, + [96395] = 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, + [96442] = 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, + [96489] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1948), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5089), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3986), 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(3988), 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, + [96540] = 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, + [96587] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + ACTIONS(5134), 1, + anon_sym_RBRACK, + ACTIONS(5136), 1, + sym__concat, + STATE(1968), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [96642] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1944), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5089), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3971), 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(3973), 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, + [96693] = 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, + [96740] = 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, + [96787] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1926), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5138), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1131), 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, + [96838] = 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, + [96885] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1129), 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(1131), 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, + [96932] = 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, + [96979] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(979), 1, + aux_sym_concatenation_token1, + ACTIONS(5141), 1, + sym__concat, + STATE(1752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1121), 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, + [97032] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1007), 1, + anon_sym_RBRACK, + ACTIONS(5085), 1, + sym__special_character, + ACTIONS(5143), 1, + sym__concat, + STATE(1862), 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, + [97087] = 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, + [97134] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1954), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1035), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [97185] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + ACTIONS(5145), 1, + anon_sym_RBRACK, + ACTIONS(5147), 1, + sym__concat, + STATE(1968), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [97240] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1223), 1, + sym_test_operator, + STATE(1954), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1035), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4944), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4942), 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, + [97293] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1223), 1, + sym_test_operator, + STATE(1954), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1035), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4948), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4946), 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, + [97346] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5149), 1, + sym__special_character, + STATE(1905), 1, + aux_sym__literal_repeat1, + ACTIONS(3757), 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(3759), 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, + [97397] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1938), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5151), 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(1131), 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, + [97448] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(979), 1, + aux_sym_concatenation_token1, + ACTIONS(5154), 1, + sym__concat, + STATE(1752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1115), 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, + [97501] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5156), 1, + sym__special_character, + STATE(1940), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1212), 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, + [97552] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3490), 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(3492), 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, + [97599] = 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, + [97646] = 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, + [97693] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5089), 1, + aux_sym_concatenation_token1, + ACTIONS(5159), 1, + sym__concat, + STATE(1926), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1115), 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, + [97746] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5161), 1, + sym__special_character, + STATE(1945), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(1212), 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, + [97797] = 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), 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, + [97844] = 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, + [97891] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5089), 1, + aux_sym_concatenation_token1, + ACTIONS(5164), 1, + sym__concat, + STATE(1926), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 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, + [97944] = 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), 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, + [97991] = 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), 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, + [98038] = 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, + [98085] = 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, + [98132] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5168), 1, + anon_sym_DQUOTE, + STATE(2969), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5170), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5166), 9, + anon_sym_DASH, + 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, + [98187] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1035), 1, + aux_sym_concatenation_token1, + ACTIONS(5172), 1, + sym__concat, + STATE(1877), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1115), 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, + [98240] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3677), 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(3679), 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, + [98287] = 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, + [98334] = 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), 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, + [98381] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + ACTIONS(5174), 1, + sym__concat, + STATE(1938), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1121), 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, + [98434] = 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, + [98481] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5149), 1, + sym__special_character, + STATE(1905), 1, + aux_sym__literal_repeat1, + ACTIONS(3858), 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(3860), 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, + [98532] = 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, + [98579] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(953), 1, + anon_sym_RBRACK, + ACTIONS(5085), 1, + sym__special_character, + ACTIONS(5176), 1, + sym__concat, + STATE(1862), 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, + [98634] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1879), 1, + aux_sym_concatenation_repeat1, + ACTIONS(945), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [98685] = 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, + [98732] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + ACTIONS(5178), 1, + anon_sym_RBRACK, + ACTIONS(5180), 1, + sym__concat, + STATE(1968), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [98787] = 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, + [98834] = 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, + [98881] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(945), 1, + aux_sym_concatenation_token1, + ACTIONS(5182), 1, + sym__concat, + STATE(1938), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1115), 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, + [98934] = 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, + [98981] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5168), 1, + anon_sym_DQUOTE, + STATE(2969), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5170), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5166), 9, + anon_sym_DASH, + 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, + [99036] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [99082] = 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), 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, + [99128] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5184), 1, + sym__special_character, + STATE(2056), 1, + aux_sym__literal_repeat1, + ACTIONS(3986), 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(3988), 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, + [99178] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5190), 1, + sym__concat, + ACTIONS(5188), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5186), 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, + [99226] = 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), 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, + [99272] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5196), 1, + sym__concat, + ACTIONS(5194), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5192), 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, + [99320] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(2431), 1, + anon_sym_DQUOTE, + STATE(3083), 1, + sym_string, + ACTIONS(5200), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5198), 9, + anon_sym_DASH, + 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, + [99374] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5202), 1, + anon_sym_LBRACK, + ACTIONS(4944), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4942), 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, + [99422] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5204), 1, + sym__special_character, + STATE(1979), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1212), 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, + [99472] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [99518] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 25, + sym_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, + [99564] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5207), 1, + sym__special_character, + STATE(1982), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1212), 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, + [99614] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5210), 1, + sym__special_character, + STATE(1983), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1212), 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, + [99664] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(2024), 1, + aux_sym_concatenation_repeat1, + ACTIONS(979), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [99714] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [99760] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4330), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(4332), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4328), 6, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(4335), 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(4337), 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(4340), 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, + [99814] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5215), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5213), 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, + [99860] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5168), 1, + anon_sym_DQUOTE, + STATE(2969), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5170), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5166), 9, + anon_sym_DASH, + 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, + [99914] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5168), 1, + anon_sym_DQUOTE, + STATE(2969), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5170), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5166), 9, + anon_sym_DASH, + 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, + [99968] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5221), 1, + sym__concat, + ACTIONS(5219), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5217), 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, + [100016] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5227), 1, + sym__concat, + ACTIONS(5225), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5223), 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, + [100064] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1125), 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(1127), 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, + [100110] = 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), 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, + [100156] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [100202] = 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), 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, + [100248] = 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), 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, + [100294] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5184), 1, + sym__special_character, + STATE(2056), 1, + aux_sym__literal_repeat1, + ACTIONS(4234), 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(4236), 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, + [100344] = 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), 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, + [100390] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5229), 1, + sym__special_character, + STATE(1982), 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), 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, + [100440] = 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, + [100486] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5231), 1, + sym__special_character, + STATE(2014), 1, + aux_sym__literal_repeat1, + ACTIONS(3986), 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(3988), 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_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, + [100536] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [100582] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5235), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5233), 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, + [100628] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5235), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5233), 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, + [100674] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5237), 1, + sym__special_character, + STATE(2063), 1, + aux_sym__literal_repeat1, + ACTIONS(4051), 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(4053), 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, + [100724] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3749), 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(3751), 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, + [100770] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5184), 1, + sym__special_character, + STATE(2056), 1, + aux_sym__literal_repeat1, + ACTIONS(3757), 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(3759), 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, + [100820] = 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_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, + [100866] = 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, + [100912] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1125), 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(1127), 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, + [100958] = 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), 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, + [101004] = 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(1131), 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, + [101050] = 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, + [101096] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5239), 1, + sym__special_character, + STATE(2014), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(1212), 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_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, + [101146] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5184), 1, + sym__special_character, + STATE(2056), 1, + aux_sym__literal_repeat1, + ACTIONS(4230), 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(4232), 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, + [101196] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1125), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1127), 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_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + sym__special_character, + [101242] = 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, + [101288] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5244), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5242), 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, + [101334] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5248), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5246), 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, + [101380] = 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), 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, + [101426] = 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_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [101472] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5250), 1, + sym__special_character, + STATE(1983), 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), 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, + [101522] = 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_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, + aux_sym_concatenation_token1, + [101568] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(979), 1, + aux_sym_concatenation_token1, + ACTIONS(5252), 1, + sym__concat, + STATE(1752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1115), 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, + [101620] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(979), 1, + aux_sym_concatenation_token1, + ACTIONS(5254), 1, + sym__concat, + STATE(1752), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1121), 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, + [101672] = 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_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, + aux_sym_concatenation_token1, + [101718] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [101764] = 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(1131), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [101810] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(2431), 1, + anon_sym_DQUOTE, + STATE(3083), 1, + sym_string, + ACTIONS(5200), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5198), 9, + anon_sym_DASH, + 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, + [101864] = 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), 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, + [101910] = 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, + [101956] = 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), 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, + [102002] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1129), 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(1131), 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, + [102048] = 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), 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, + [102094] = 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), 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, + [102140] = 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_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, + aux_sym_concatenation_token1, + [102186] = 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), 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, + [102232] = 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), 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, + [102278] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [102324] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4299), 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(4301), 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, + [102370] = 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), 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, + [102416] = 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), 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, + [102462] = 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), 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, + [102508] = 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, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_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, + aux_sym_concatenation_token1, + [102554] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4306), 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(4308), 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, + [102600] = 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_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, + [102646] = 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, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_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, + [102692] = 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), 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, + [102738] = 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), 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, + [102784] = 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), 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, + [102830] = 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), 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, + [102876] = 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, + [102922] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [102968] = 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), 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, + [103014] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [103060] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5256), 1, + sym__special_character, + STATE(2056), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(1212), 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, + [103110] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [103156] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [103202] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [103248] = 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, + [103294] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5259), 1, + sym__special_character, + STATE(1979), 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), 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, + [103344] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5261), 1, + sym_extglob_pattern, + ACTIONS(5100), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5098), 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, + [103392] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5263), 1, + sym__special_character, + STATE(2063), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(1212), 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, + [103442] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [103488] = 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, + [103534] = 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, + [103580] = 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), 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, + [103626] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1125), 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(1127), 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, + [103672] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1808), 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(1810), 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, + [103718] = 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), 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, + [103764] = 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), 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, + [103810] = 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), 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, + [103856] = 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), 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, + [103902] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2016), 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(2018), 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, + [103948] = 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, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_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, + [103994] = 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), 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, + [104040] = 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), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [104086] = 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), 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, + [104132] = 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), 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, + [104178] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5145), 1, + anon_sym_RBRACK, + ACTIONS(5266), 1, + sym__concat, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [104227] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5270), 1, + anon_sym_DQUOTE, + STATE(2943), 1, + sym_string, + ACTIONS(5272), 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(5268), 9, + anon_sym_DASH, + 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, + [104280] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5274), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + STATE(4440), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104335] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5286), 1, + anon_sym_RPAREN_RPAREN, + STATE(4425), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104390] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5288), 1, + anon_sym_RPAREN_RPAREN, + STATE(4394), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104445] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5290), 1, + anon_sym_RPAREN_RPAREN, + STATE(4397), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104500] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5292), 1, + anon_sym_RPAREN_RPAREN, + STATE(4366), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104555] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5294), 1, + anon_sym_RPAREN_RPAREN, + STATE(4488), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104610] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5296), 1, + anon_sym_RPAREN_RPAREN, + STATE(4375), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104665] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5298), 1, + anon_sym_RPAREN_RPAREN, + STATE(4385), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104720] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5188), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5186), 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, + [104765] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5300), 1, + anon_sym_RPAREN_RPAREN, + STATE(4476), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104820] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5302), 1, + anon_sym_RPAREN_RPAREN, + STATE(4418), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104875] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5304), 1, + anon_sym_RPAREN_RPAREN, + STATE(4485), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104930] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5306), 1, + anon_sym_RPAREN_RPAREN, + STATE(4432), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [104985] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5308), 1, + sym__special_character, + STATE(2095), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(1212), 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, + [105034] = 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), 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, + [105079] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1125), 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(1127), 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_GT_PIPE, + anon_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, + [105124] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5311), 1, + anon_sym_RPAREN_RPAREN, + STATE(4499), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105179] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5313), 1, + anon_sym_RPAREN_RPAREN, + STATE(4439), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105234] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5315), 1, + anon_sym_RPAREN_RPAREN, + STATE(4462), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105289] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5317), 1, + anon_sym_RPAREN_RPAREN, + STATE(4493), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105344] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5319), 1, + anon_sym_RPAREN_RPAREN, + STATE(4501), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105399] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5321), 1, + anon_sym_RPAREN_RPAREN, + STATE(4487), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105454] = 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), 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, + [105499] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5323), 1, + anon_sym_RPAREN_RPAREN, + STATE(4504), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105554] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5325), 1, + anon_sym_RPAREN_RPAREN, + STATE(4492), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105609] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5327), 1, + anon_sym_RPAREN_RPAREN, + STATE(4478), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105664] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5329), 1, + anon_sym_RPAREN_RPAREN, + STATE(4408), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105719] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5331), 1, + anon_sym_RPAREN_RPAREN, + STATE(4454), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105774] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5333), 1, + anon_sym_RPAREN_RPAREN, + STATE(4446), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105829] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5335), 1, + anon_sym_RPAREN_RPAREN, + STATE(4436), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105884] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5337), 1, + anon_sym_RPAREN_RPAREN, + STATE(4424), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [105939] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5248), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5246), 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, + [105984] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5339), 1, + anon_sym_RPAREN_RPAREN, + STATE(4412), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106039] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5128), 1, + anon_sym_RBRACK, + ACTIONS(5341), 1, + sym__concat, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [106088] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5343), 1, + anon_sym_RPAREN_RPAREN, + STATE(4367), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106143] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5345), 1, + anon_sym_RPAREN_RPAREN, + STATE(4443), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106198] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [106243] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5270), 1, + anon_sym_DQUOTE, + STATE(2943), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5272), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5268), 9, + anon_sym_DASH, + 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_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, + [106296] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5347), 1, + anon_sym_RPAREN_RPAREN, + STATE(4484), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106351] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1125), 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(1127), 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, + [106396] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5349), 1, + anon_sym_RPAREN_RPAREN, + STATE(4426), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106451] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5351), 1, + anon_sym_RPAREN_RPAREN, + STATE(4505), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106506] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5353), 1, + anon_sym_RPAREN_RPAREN, + STATE(4473), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106561] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5270), 1, + anon_sym_DQUOTE, + STATE(2943), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5272), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5268), 9, + anon_sym_DASH, + 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_AMP, + [106614] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5134), 1, + anon_sym_RBRACK, + ACTIONS(5355), 1, + sym__concat, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 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, + [106663] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5357), 1, + anon_sym_RPAREN_RPAREN, + STATE(4450), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106718] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5359), 1, + anon_sym_RPAREN_RPAREN, + STATE(4433), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106773] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5361), 1, + anon_sym_RPAREN_RPAREN, + STATE(4388), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106828] = 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), 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, + [106873] = 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), 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, + [106918] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5363), 1, + anon_sym_RPAREN_RPAREN, + STATE(4374), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [106973] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5365), 1, + anon_sym_RPAREN_RPAREN, + STATE(4357), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [107028] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5367), 1, + anon_sym_RPAREN_RPAREN, + STATE(4363), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [107083] = 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), 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, + [107128] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5369), 1, + anon_sym_RPAREN_RPAREN, + STATE(4472), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [107183] = 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), 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, + [107228] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5371), 1, + sym__special_character, + STATE(2095), 1, + aux_sym__literal_repeat1, + ACTIONS(3986), 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(3988), 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, + [107277] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4330), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(4328), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(4332), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4335), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(4337), 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(4340), 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, + [107330] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5373), 1, + anon_sym_RPAREN_RPAREN, + STATE(4380), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [107385] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5375), 1, + anon_sym_RPAREN_RPAREN, + STATE(4413), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [107440] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5377), 1, + anon_sym_RPAREN_RPAREN, + STATE(4416), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [107495] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5379), 1, + anon_sym_RPAREN_RPAREN, + STATE(4453), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [107550] = 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), 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, + [107595] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5270), 1, + anon_sym_DQUOTE, + STATE(2943), 1, + sym_string, + ACTIONS(5272), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + ACTIONS(5268), 9, + anon_sym_DASH, + 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, + [107648] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3891), 13, + ACTIONS(1170), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119203,7 +152149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3889), 24, + ACTIONS(1172), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -119228,21 +152174,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [73780] = 8, - ACTIONS(63), 1, + [107693] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3893), 1, - anon_sym_RPAREN_RPAREN, - STATE(3792), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1174), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119256,7 +152191,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1176), 24, + sym_test_operator, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119274,22 +152213,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - 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, + [107738] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3749), 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(3751), 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, + [107783] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119303,8 +152275,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(1180), 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, @@ -119315,15 +152290,114 @@ 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [107828] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5270), 1, + anon_sym_DQUOTE, + STATE(2943), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5272), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5268), 9, + anon_sym_DASH, + 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_AMP_GT_GT, + anon_sym_LT_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_BQUOTE, + [107881] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5270), 1, + anon_sym_DQUOTE, + STATE(2943), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5272), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5268), 9, + anon_sym_DASH, + 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_AMP_GT_GT, + anon_sym_LT_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_BQUOTE, + [107934] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(5381), 1, + sym_extglob_pattern, + ACTIONS(5100), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119337,8 +152411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, + ACTIONS(5098), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -119359,26 +152432,55 @@ 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, + [107981] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3905), 1, + 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), 24, anon_sym_RPAREN_RPAREN, - ACTIONS(3909), 1, - anon_sym_RPAREN, - ACTIONS(3911), 1, - anon_sym_QMARK, - 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, + [108026] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119392,8 +152494,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(1188), 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, @@ -119404,26 +152509,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, - [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, + [108071] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119437,8 +152536,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, - sym_test_operator, + ACTIONS(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, @@ -119449,26 +152551,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_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, + anon_sym_COLON, + [108116] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119482,7 +152578,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1168), 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, @@ -119500,22 +152600,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, - [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, + [108161] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119529,8 +152620,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, - sym_test_operator, + ACTIONS(1168), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119541,30 +152635,35 @@ 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, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [108206] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 12, + ACTIONS(4306), 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, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1203), 25, + ACTIONS(4308), 25, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -119573,36 +152672,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, - [74188] = 8, - ACTIONS(63), 1, + [108251] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3919), 1, - anon_sym_RPAREN_RPAREN, - STATE(3866), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5383), 1, + sym_extglob_pattern, + ACTIONS(5100), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5098), 23, + 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [108298] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119616,7 +152747,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + 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, @@ -119635,149 +152770,268 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [74243] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [108343] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 11, + ACTIONS(5235), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + 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(1221), 26, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5233), 24, sym__concat, - sym_variable_name, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_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, - [74288] = 5, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [108388] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3921), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 11, + ACTIONS(5393), 1, + anon_sym_EQ_TILDE, + ACTIONS(5391), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5387), 5, + sym__concat, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(5385), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + 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), 24, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5389), 16, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_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_STAR_STAR, + [108439] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1255), 12, + ACTIONS(5235), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + 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(1257), 25, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5233), 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_AMP_GT_GT, - anon_sym_LT_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, - [74382] = 8, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [108484] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5395), 6, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, - ACTIONS(3883), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(3924), 1, - anon_sym_RPAREN_RPAREN, - STATE(3820), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + anon_sym_COLON, + ACTIONS(5278), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [108531] = 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), 24, + sym_test_operator, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [108576] = 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), 24, + sym_test_operator, + sym_extglob_pattern, 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, + [108621] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119791,7 +153045,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1176), 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, @@ -119810,21 +153068,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [74437] = 8, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [108666] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5284), 1, anon_sym_QMARK, - ACTIONS(3926), 1, + ACTIONS(5397), 1, anon_sym_RPAREN_RPAREN, - STATE(3858), 1, + STATE(4381), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5280), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5278), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119838,7 +153098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5282), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119857,14 +153117,10 @@ 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, + [108721] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3588), 1, - anon_sym_RBRACK, - ACTIONS(3928), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(5244), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119878,7 +153134,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(5242), 24, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -119899,12 +153156,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, - [74541] = 3, - ACTIONS(63), 1, + [108766] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 13, + ACTIONS(1170), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119918,9 +153176,9 @@ 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(1172), 24, + sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -119940,28 +153198,28 @@ 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, - [74586] = 3, - ACTIONS(63), 1, + [108811] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 12, + ACTIONS(4299), 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, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1185), 25, + ACTIONS(4301), 25, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -119970,29 +153228,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, - [74631] = 5, - ACTIONS(63), 1, + [108856] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3728), 1, - anon_sym_RBRACK, - ACTIONS(3930), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(1174), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120006,8 +153260,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1176), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120027,27 +153282,28 @@ 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, - [74680] = 3, - ACTIONS(63), 1, + [108901] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 11, + ACTIONS(1125), 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(1245), 26, + ACTIONS(1127), 24, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -120055,30 +153311,37 @@ 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, - [74725] = 5, - ACTIONS(63), 1, + [108946] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3652), 1, - anon_sym_RBRACK, - ACTIONS(3932), 1, + ACTIONS(5393), 1, + anon_sym_EQ_TILDE, + ACTIONS(5391), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 5, sym__concat, - ACTIONS(1149), 13, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(5385), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120092,8 +153355,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(5389), 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, + [108997] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5403), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5401), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120115,10 +153413,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [74774] = 3, - ACTIONS(63), 1, + anon_sym_COLON, + [109042] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(1178), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120132,9 +153431,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 24, - sym__concat, + ACTIONS(1180), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120157,10 +153456,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [74819] = 3, - ACTIONS(63), 1, + [109087] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(1166), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120174,9 +153473,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 24, - sym__concat, + ACTIONS(1168), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120199,10 +153498,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [74864] = 3, - ACTIONS(63), 1, + [109132] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5393), 1, + anon_sym_EQ_TILDE, + ACTIONS(5391), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 5, + sym__concat, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(5385), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5389), 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, + [109183] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3850), 13, + ACTIONS(1206), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120216,7 +153560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3848), 24, + ACTIONS(1208), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -120241,10 +153585,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [74909] = 3, - ACTIONS(63), 1, + [109228] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(5407), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120258,9 +153602,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 24, - sym__concat, - sym_test_operator, + ACTIONS(5405), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120280,24 +153624,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, - [74954] = 8, - ACTIONS(63), 1, + anon_sym_COLON, + [109273] = 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(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120311,7 +153644,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, @@ -120330,24 +153667,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75009] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [109318] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1211), 11, + ACTIONS(1808), 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(1213), 26, + ACTIONS(1810), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -120357,36 +153696,113 @@ 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, + 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, + [109363] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3175), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(4484), 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(4486), 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, + ACTIONS(3191), 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, - [75054] = 8, - ACTIONS(63), 1, + [109412] = 5, + 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, + ACTIONS(5178), 1, + anon_sym_RBRACK, + ACTIONS(5409), 1, + sym__concat, + ACTIONS(1103), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1223), 22, + 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_EQ_TILDE, + anon_sym_QMARK, + [109461] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120400,7 +153816,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1160), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120419,63 +153839,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75109] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [109506] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1267), 12, + ACTIONS(5413), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + 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(1269), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5411), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [75154] = 8, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [109551] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5284), 1, anon_sym_QMARK, - ACTIONS(3938), 1, + ACTIONS(5415), 1, anon_sym_RPAREN_RPAREN, - STATE(3819), 1, + STATE(4430), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5280), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5278), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120489,7 +153911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5282), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120508,63 +153930,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75209] = 3, - ACTIONS(63), 1, + [109606] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1267), 11, + ACTIONS(5419), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + 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(1269), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [75254] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3940), 1, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5417), 24, anon_sym_RPAREN_RPAREN, - STATE(3818), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_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, + [109651] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5419), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120578,7 +153989,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5417), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120597,10 +154012,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75309] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [109696] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(1162), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120614,7 +154031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 24, + ACTIONS(1164), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -120639,21 +154056,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [75354] = 8, - ACTIONS(63), 1, + [109741] = 5, + 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(5091), 1, + anon_sym_RBRACK, + ACTIONS(5421), 1, + sym__concat, + ACTIONS(1103), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120667,7 +154077,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1223), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -120686,52 +154099,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75409] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + [109790] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2807), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2809), 25, + ACTIONS(1093), 1, sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(2431), 1, + anon_sym_DQUOTE, + STATE(3083), 1, + sym_string, + ACTIONS(5200), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5198), 9, + anon_sym_DASH, + 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_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [75454] = 3, - ACTIONS(63), 1, + anon_sym_AMP, + [109843] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 13, + ACTIONS(1125), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120745,9 +154163,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, + sym__special_character, + ACTIONS(1127), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120767,24 +154185,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [75499] = 8, - ACTIONS(63), 1, + [109888] = 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(5425), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120798,7 +154205,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5423), 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, @@ -120817,24 +154228,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [75554] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [109933] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 11, + ACTIONS(2016), 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(1253), 26, + ACTIONS(2018), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -120844,67 +154257,71 @@ 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, + [109978] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1183), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1185), 26, + ACTIONS(1089), 1, sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(2431), 1, + anon_sym_DQUOTE, + STATE(3083), 1, + sym_string, + ACTIONS(5200), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5198), 9, + anon_sym_DASH, + 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, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [75644] = 3, - ACTIONS(63), 1, + anon_sym_AMP, + [110031] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3948), 13, + ACTIONS(1125), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120918,9 +154335,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3946), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1127), 24, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120940,59 +154356,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, - [75689] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1257), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [75734] = 5, - ACTIONS(63), 1, + [110076] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3668), 1, - anon_sym_RBRACK, - ACTIONS(3950), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(5429), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121006,8 +154377,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(5427), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -121029,10 +154401,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, + [110121] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3954), 13, + ACTIONS(5429), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121046,7 +154419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3952), 24, + ACTIONS(5427), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -121071,52 +154444,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [75828] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2803), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2805), 25, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [75873] = 3, - ACTIONS(63), 1, + [110166] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(5433), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121130,7 +154461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 24, + ACTIONS(5431), 24, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -121155,63 +154486,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [75918] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 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(1207), 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, - [75963] = 8, - ACTIONS(63), 1, + [110211] = 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(5437), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121225,7 +154503,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5435), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121244,20 +154526,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76018] = 5, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [110256] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3962), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 5, - sym__concat, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5439), 1, + anon_sym_RPAREN_RPAREN, + STATE(4447), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(5280), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(3958), 13, + ACTIONS(5278), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121271,8 +154556,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(5282), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121283,28 +154567,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76067] = 8, - 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, + [110311] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5443), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121318,8 +154592,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, - sym_test_operator, + ACTIONS(5441), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121330,152 +154607,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, - [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, - 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_EQ_TILDE, 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_COLON, + [110356] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121489,7 +154634,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1180), 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, @@ -121508,21 +154657,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76312] = 8, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [110401] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5284), 1, anon_sym_QMARK, - ACTIONS(3970), 1, + ACTIONS(5445), 1, anon_sym_RPAREN_RPAREN, - STATE(3854), 1, + STATE(4445), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5280), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5278), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121536,7 +154687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5282), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121555,21 +154706,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76367] = 8, - ACTIONS(63), 1, + [110456] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3972), 1, - anon_sym_RPAREN_RPAREN, - STATE(3841), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1125), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121583,7 +154723,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + sym__special_character, + ACTIONS(1127), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121601,22 +154745,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, - [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, + [110501] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5194), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121630,7 +154765,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5192), 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, @@ -121649,21 +154788,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, 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, + anon_sym_COLON, + [110546] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5447), 1, + sym__concat, + ACTIONS(5194), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121677,7 +154809,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5192), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121695,108 +154829,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - [76532] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + [110592] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1215), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1217), 26, + ACTIONS(5270), 1, + anon_sym_DQUOTE, + STATE(2943), 1, + sym_string, + ACTIONS(1093), 2, sym_file_descriptor, - sym__concat, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(5272), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5268), 9, + anon_sym_DASH, + 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_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [76577] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 11, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1203), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_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, - [76622] = 8, - ACTIONS(63), 1, + anon_sym_AMP, + [110644] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3909), 1, - anon_sym_RPAREN, - ACTIONS(3911), 1, - anon_sym_QMARK, - ACTIONS(3964), 1, + ACTIONS(5455), 1, + anon_sym_EQ_TILDE, + ACTIONS(5453), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5387), 4, anon_sym_RPAREN_RPAREN, - ACTIONS(3907), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3901), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3897), 13, + anon_sym_QMARK, + ACTIONS(5449), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121810,7 +154904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(5451), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -121827,21 +154921,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76677] = 8, - ACTIONS(63), 1, + [110694] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + STATE(3067), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + ts_builtin_sym_end, + ACTIONS(5459), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5457), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, anon_sym_QMARK, - ACTIONS(3978), 1, - anon_sym_RPAREN_RPAREN, - STATE(3886), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + 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, + [110746] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5469), 1, + anon_sym_EQ_TILDE, + ACTIONS(5471), 1, + anon_sym_QMARK, + ACTIONS(5473), 1, + anon_sym_COLON, + ACTIONS(5463), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5461), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121855,7 +154995,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5465), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121866,29 +155007,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [76732] = 8, - ACTIONS(63), 1, + [110800] = 6, + ACTIONS(67), 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, + ACTIONS(5481), 1, + anon_sym_EQ_TILDE, + ACTIONS(5479), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(5475), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121902,7 +155039,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5477), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -121913,28 +155051,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [76787] = 5, - ACTIONS(63), 1, + [110850] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3962), 3, + ACTIONS(5481), 1, + anon_sym_EQ_TILDE, + ACTIONS(5479), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 5, - sym__concat, + ACTIONS(5399), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(3958), 13, + ACTIONS(5475), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121948,7 +155083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, + ACTIONS(5477), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -121965,63 +155100,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76836] = 3, - ACTIONS(63), 1, + [110900] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1263), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1265), 25, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + STATE(3067), 1, + sym_string, + ACTIONS(1093), 2, sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ts_builtin_sym_end, + ACTIONS(5459), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5457), 9, + anon_sym_DASH, + 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_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [76881] = 8, - ACTIONS(63), 1, + anon_sym_AMP, + [110952] = 3, + 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, + ACTIONS(5215), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122035,7 +155162,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5213), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122053,21 +155183,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, - [76936] = 5, - ACTIONS(63), 1, + anon_sym_QMARK, + [110996] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3962), 3, + ACTIONS(5489), 1, + anon_sym_EQ_TILDE, + ACTIONS(5487), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 5, - sym__concat, + ACTIONS(5399), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, + anon_sym_RBRACK_RBRACK, anon_sym_QMARK, - ACTIONS(3958), 13, + ACTIONS(5483), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122081,7 +155213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, + ACTIONS(5485), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -122098,21 +155230,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76985] = 8, - ACTIONS(63), 1, + [111046] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5493), 1, + anon_sym_esac, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4714), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2312), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [111132] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5517), 1, + anon_sym_RPAREN, + ACTIONS(5519), 1, + anon_sym_EQ_TILDE, + ACTIONS(5521), 1, anon_sym_QMARK, - ACTIONS(3984), 1, - anon_sym_RPAREN_RPAREN, - STATE(3791), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5511), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5515), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5509), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122126,7 +155321,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5513), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122137,104 +155333,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [77040] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3986), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1275), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [77089] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1239), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1241), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [77134] = 3, - ACTIONS(63), 1, + [111186] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3859), 13, + ACTIONS(5489), 1, + anon_sym_EQ_TILDE, + ACTIONS(5487), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK_RBRACK, + anon_sym_QMARK, + ACTIONS(5483), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122248,11 +155365,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3857), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5485), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122263,115 +155377,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [77179] = 3, - ACTIONS(63), 1, + [111236] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, anon_sym_DOLLAR, + ACTIONS(4968), 1, aux_sym_number_token1, + ACTIONS(4970), 1, aux_sym_number_token2, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1225), 25, - sym_file_descriptor, - sym__concat, + ACTIONS(4982), 1, sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(5495), 1, sym__special_character, + ACTIONS(5497), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(5501), 1, 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, + ACTIONS(5503), 1, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1245), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5523), 1, + anon_sym_esac, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4628), 1, + sym_last_case_item, + ACTIONS(5491), 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(5499), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(5507), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77269] = 8, - ACTIONS(63), 1, + STATE(2315), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [111322] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5489), 1, + anon_sym_EQ_TILDE, + ACTIONS(5525), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(5527), 1, anon_sym_QMARK, - ACTIONS(3989), 1, - anon_sym_RPAREN_RPAREN, - STATE(3795), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5463), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5487), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5483), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122385,7 +155473,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5485), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122395,19 +155484,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_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, - anon_sym_EQ_TILDE, - [77324] = 3, - ACTIONS(63), 1, + [111376] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 13, + ACTIONS(5455), 1, + anon_sym_EQ_TILDE, + ACTIONS(5529), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(5531), 1, + anon_sym_QMARK, + ACTIONS(5453), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5463), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5449), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122421,11 +155519,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1217), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5451), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122436,30 +155531,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, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [77369] = 7, + [111430] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 1, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(3004), 1, anon_sym_DQUOTE, - STATE(2468), 1, + STATE(3067), 1, sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(3995), 2, + ACTIONS(5459), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, + ACTIONS(5457), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -122469,7 +155558,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, @@ -122477,77 +155566,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, 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, - sym_word, - ACTIONS(1261), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_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, - [77467] = 7, + [111482] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 1, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(3004), 1, anon_sym_DQUOTE, - STATE(2468), 1, + STATE(3067), 1, sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(3995), 2, + ACTIONS(5459), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, + ACTIONS(5457), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -122557,7 +155603,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, @@ -122565,36 +155611,78 @@ 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, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [77520] = 8, - ACTIONS(63), 1, + [111534] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(1125), 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(1127), 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_GT_PIPE, + anon_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, + [111578] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5481), 1, + anon_sym_EQ_TILDE, + ACTIONS(5525), 1, + anon_sym_RBRACK, + ACTIONS(5535), 1, anon_sym_QMARK, - ACTIONS(3997), 1, - anon_sym_RPAREN_RPAREN, - STATE(3813), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5479), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5533), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5475), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122608,7 +155696,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5477), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122619,73 +155708,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [77575] = 5, - ACTIONS(63), 1, + [111632] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3999), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, anon_sym_DOLLAR, + ACTIONS(4968), 1, aux_sym_number_token1, + ACTIONS(4970), 1, aux_sym_number_token2, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(2969), 24, - sym_file_descriptor, - sym_variable_name, + ACTIONS(4982), 1, sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, sym__brace_start, + ACTIONS(5067), 1, + anon_sym_esac, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5041), 1, + sym_last_case_item, + ACTIONS(5491), 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(5499), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2319), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [111718] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5061), 1, + anon_sym_esac, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, anon_sym_BQUOTE, + ACTIONS(5505), 1, anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5040), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77624] = 8, - ACTIONS(63), 1, + STATE(2317), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [111804] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4001), 1, + ACTIONS(5455), 1, + anon_sym_EQ_TILDE, + ACTIONS(5525), 1, anon_sym_RPAREN_RPAREN, - STATE(3852), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5531), 1, + anon_sym_QMARK, + ACTIONS(5453), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5463), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5449), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122699,7 +155866,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5451), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122710,18 +155878,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [77679] = 3, - ACTIONS(63), 1, + [111858] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4005), 13, + ACTIONS(5469), 1, + anon_sym_EQ_TILDE, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5387), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(5461), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122735,11 +155910,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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5465), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -122750,146 +155922,107 @@ 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, + [111908] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5469), 1, anon_sym_EQ_TILDE, + ACTIONS(5471), 1, anon_sym_QMARK, + ACTIONS(5537), 1, anon_sym_COLON, - [77724] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 12, + ACTIONS(5463), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5461), 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(1207), 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, - [77769] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 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(1237), 25, - sym_file_descriptor, - sym__concat, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5465), 16, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [77814] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [111962] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(5469), 1, + anon_sym_EQ_TILDE, + ACTIONS(5471), 1, + anon_sym_QMARK, + ACTIONS(5539), 1, + anon_sym_COLON, + ACTIONS(5463), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5461), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + 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(1207), 25, - sym_file_descriptor, - sym__concat, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5465), 16, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [77859] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [112016] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4009), 13, + ACTIONS(5248), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122903,9 +156036,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4007), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(5246), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -122925,57 +156057,137 @@ 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, - [77904] = 5, - ACTIONS(63), 1, + [112060] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3999), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(2961), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, anon_sym_DOLLAR, + ACTIONS(4968), 1, aux_sym_number_token1, + ACTIONS(4970), 1, aux_sym_number_token2, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(2963), 24, - sym_file_descriptor, - sym_variable_name, + ACTIONS(4982), 1, sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5541), 1, + anon_sym_esac, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5031), 1, + sym_last_case_item, + ACTIONS(5491), 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(5499), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2310), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [112146] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, anon_sym_BQUOTE, + ACTIONS(5505), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(5543), 1, + anon_sym_esac, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5030), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77953] = 3, - ACTIONS(63), 1, + STATE(2307), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [112232] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(5244), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122989,8 +156201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 24, - sym__concat, + ACTIONS(5242), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -123014,21 +156225,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [77998] = 8, - ACTIONS(63), 1, + [112276] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5006), 1, + anon_sym_esac, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4730), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2328), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [112362] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5481), 1, + anon_sym_EQ_TILDE, + ACTIONS(5529), 1, + anon_sym_RBRACK, + ACTIONS(5535), 1, anon_sym_QMARK, - ACTIONS(4011), 1, - anon_sym_RPAREN_RPAREN, - STATE(3873), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5479), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5533), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5475), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123042,7 +156316,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5477), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123053,18 +156328,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [78053] = 3, - ACTIONS(63), 1, + [112416] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(5235), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123078,9 +156350,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4013), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(5233), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123100,13 +156371,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, - [78098] = 3, - ACTIONS(63), 1, + [112460] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(5235), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123120,9 +156391,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4013), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(5233), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123142,13 +156412,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [78143] = 3, - ACTIONS(63), 1, + [112504] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4019), 13, + ACTIONS(5489), 1, + anon_sym_EQ_TILDE, + ACTIONS(5527), 1, + anon_sym_QMARK, + ACTIONS(5529), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(5463), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5487), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5483), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123162,11 +156444,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4017), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5485), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123177,20 +156456,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + [112558] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5519), 1, anon_sym_EQ_TILDE, + ACTIONS(5521), 1, anon_sym_QMARK, - anon_sym_COLON, - [78188] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 13, + ACTIONS(5545), 1, + anon_sym_RPAREN, + ACTIONS(5511), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5515), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5509), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123204,11 +156490,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1233), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5513), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123219,31 +156502,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [78233] = 8, - ACTIONS(63), 1, + [112612] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5000), 1, + anon_sym_esac, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4754), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2339), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [112698] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + STATE(3067), 1, + sym_string, + ACTIONS(5459), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5457), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, anon_sym_QMARK, - ACTIONS(4021), 1, - anon_sym_RPAREN_RPAREN, - STATE(3859), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + 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_AMP_GT_GT, + anon_sym_LT_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_BQUOTE, + [112750] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5481), 1, + anon_sym_EQ_TILDE, + ACTIONS(5479), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5387), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(5475), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123257,7 +156641,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5477), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123268,29 +156653,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [78288] = 8, - ACTIONS(63), 1, + [112800] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5469), 1, + anon_sym_EQ_TILDE, + ACTIONS(5471), 1, anon_sym_QMARK, - ACTIONS(4023), 1, - anon_sym_RPAREN_RPAREN, - STATE(3860), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5547), 1, + anon_sym_COLON, + ACTIONS(5463), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5461), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123304,7 +156687,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5465), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123315,71 +156699,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [78343] = 3, - ACTIONS(63), 1, + [112854] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1263), 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(1265), 26, + ACTIONS(1093), 1, sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + STATE(3067), 1, + sym_string, + ACTIONS(5459), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5457), 9, + anon_sym_DASH, + 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_AMP_GT_GT, anon_sym_LT_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, - [78388] = 8, - ACTIONS(63), 1, + anon_sym_AMP, + anon_sym_BQUOTE, + [112906] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5284), 1, anon_sym_QMARK, - ACTIONS(4025), 1, - anon_sym_RPAREN_RPAREN, - STATE(3862), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5280), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5549), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(5278), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123393,7 +156774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5282), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123412,21 +156793,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78443] = 8, - ACTIONS(63), 1, + [112956] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4027), 1, - anon_sym_RPAREN_RPAREN, - STATE(3917), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1103), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123440,7 +156810,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1223), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123458,11 +156831,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, - [78498] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + [113000] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 13, + ACTIONS(5215), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123476,9 +156851,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(5213), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123498,13 +156872,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_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [78543] = 3, - ACTIONS(63), 1, + [113044] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(5469), 1, + anon_sym_EQ_TILDE, + ACTIONS(5471), 1, + anon_sym_QMARK, + ACTIONS(5551), 1, + anon_sym_COLON, + ACTIONS(5463), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5461), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123518,11 +156904,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1265), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5465), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123533,31 +156916,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [78588] = 8, - ACTIONS(63), 1, + [113098] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5455), 1, + anon_sym_EQ_TILDE, + ACTIONS(5531), 1, anon_sym_QMARK, - ACTIONS(4029), 1, + ACTIONS(5553), 1, anon_sym_RPAREN_RPAREN, - STATE(3884), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5453), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5463), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5449), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123571,7 +156950,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5451), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123582,62 +156962,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, - anon_sym_EQ_TILDE, - [78643] = 5, - ACTIONS(63), 1, + [113152] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4031), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 10, + ACTIONS(5481), 1, + anon_sym_EQ_TILDE, + ACTIONS(5535), 1, + anon_sym_QMARK, + ACTIONS(5553), 1, + anon_sym_RBRACK, + ACTIONS(5479), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5533), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5475), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + 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(3065), 25, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5477), 16, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_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, - [78692] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [113206] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4035), 13, + ACTIONS(5469), 1, + anon_sym_EQ_TILDE, + ACTIONS(5471), 1, + anon_sym_QMARK, + ACTIONS(5555), 1, + anon_sym_COLON, + ACTIONS(5463), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5461), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123651,11 +157042,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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5465), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123666,31 +157054,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [78737] = 8, - ACTIONS(63), 1, + [113260] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5489), 1, + anon_sym_EQ_TILDE, + ACTIONS(5527), 1, anon_sym_QMARK, - ACTIONS(4037), 1, - anon_sym_RPAREN_RPAREN, - STATE(3868), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5553), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(5463), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5487), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5483), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123704,7 +157088,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5485), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123715,71 +157100,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [78792] = 3, - ACTIONS(63), 1, + [113314] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 11, + ACTIONS(5519), 1, + anon_sym_EQ_TILDE, + ACTIONS(5521), 1, + anon_sym_QMARK, + ACTIONS(5557), 1, + anon_sym_RPAREN, + ACTIONS(5511), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5515), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5509), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + 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, - sym__concat, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5513), 16, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + [113368] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5455), 1, + anon_sym_EQ_TILDE, + ACTIONS(5453), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(5449), 13, + anon_sym_EQ, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [78837] = 8, - 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(5451), 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, + [113418] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5519), 1, + anon_sym_EQ_TILDE, + ACTIONS(5521), 1, anon_sym_QMARK, - ACTIONS(4039), 1, - anon_sym_RPAREN_RPAREN, - STATE(3907), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5559), 1, + anon_sym_RPAREN, + ACTIONS(5511), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5515), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5509), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123793,7 +157224,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5513), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123804,29 +157236,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [78892] = 8, - ACTIONS(63), 1, + [113472] = 6, + ACTIONS(67), 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, + ACTIONS(5519), 1, + anon_sym_EQ_TILDE, + ACTIONS(5515), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5387), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(5509), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123840,7 +157268,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5513), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123851,29 +157280,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [78947] = 8, - ACTIONS(63), 1, + [113522] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4043), 1, - anon_sym_RPAREN_RPAREN, - STATE(3889), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5561), 1, + sym__concat, + ACTIONS(5188), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123887,7 +157304,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5186), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123905,60 +157324,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, - [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, + [113568] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5235), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123972,7 +157344,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5233), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123990,22 +157365,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, - [79094] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(4047), 1, + [113612] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5455), 1, + anon_sym_EQ_TILDE, + ACTIONS(5453), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 4, 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, + anon_sym_QMARK, + ACTIONS(5449), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124019,7 +157395,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5451), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124030,22 +157407,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [79149] = 5, - ACTIONS(63), 1, + [113662] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3744), 1, - anon_sym_RBRACK, - ACTIONS(4049), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(5235), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124059,7 +157429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(5233), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -124080,23 +157450,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, - [79198] = 8, - ACTIONS(63), 1, + [113706] = 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(5244), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124110,7 +157470,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5242), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124128,106 +157491,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - [79253] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + [113750] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1247), 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(1249), 25, + ACTIONS(5270), 1, + anon_sym_DQUOTE, + STATE(2943), 1, + sym_string, + ACTIONS(1089), 2, sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + sym_variable_name, + ACTIONS(5272), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5268), 9, + anon_sym_DASH, + 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_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_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_GT_GT, 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, - sym_test_operator, - 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, + 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, - [79343] = 8, - ACTIONS(63), 1, + anon_sym_AMP, + [113802] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4053), 1, - anon_sym_RPAREN_RPAREN, - STATE(3865), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5563), 1, + sym__concat, + ACTIONS(5219), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124241,7 +157558,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5217), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124259,11 +157578,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, - [79398] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + [113848] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(1103), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124277,8 +157598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, + ACTIONS(1223), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -124302,52 +157622,20 @@ 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, + [113892] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 13, + ACTIONS(5469), 1, + anon_sym_EQ_TILDE, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(5461), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124361,11 +157649,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1225), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5465), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124376,31 +157661,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [79533] = 8, - ACTIONS(63), 1, + [113942] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(5519), 1, + anon_sym_EQ_TILDE, + ACTIONS(5521), 1, anon_sym_QMARK, - ACTIONS(4055), 1, - anon_sym_RPAREN_RPAREN, - STATE(3805), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5565), 1, + anon_sym_RPAREN, + ACTIONS(5511), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5515), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5509), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124414,7 +157695,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5513), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124425,157 +157707,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [79588] = 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, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1217), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [79633] = 3, - ACTIONS(63), 1, + [113996] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1147), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, + ACTIONS(5469), 1, anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1156), 25, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [79678] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4031), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2997), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [79727] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4057), 1, - anon_sym_RPAREN_RPAREN, - STATE(3836), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(5461), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124589,7 +157739,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5465), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124600,29 +157751,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [79782] = 8, - ACTIONS(63), 1, + [114046] = 4, + ACTIONS(67), 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, + ACTIONS(5567), 1, + anon_sym_LBRACK, + ACTIONS(4944), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124636,7 +157775,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4942), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124654,22 +157795,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, - [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, + [114092] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5519), 1, + anon_sym_EQ_TILDE, + ACTIONS(5515), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(5509), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124683,7 +157825,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5513), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124694,113 +157837,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [79892] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 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(1233), 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, - [79937] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 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(1229), 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, - [79982] = 8, - ACTIONS(63), 1, + [114142] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4063), 1, - anon_sym_RPAREN_RPAREN, - STATE(3912), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(5248), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124814,7 +157859,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(5246), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124832,20 +157880,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, - [80037] = 5, - ACTIONS(63), 1, + anon_sym_QMARK, + [114186] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4069), 3, + ACTIONS(5489), 1, + anon_sym_EQ_TILDE, + ACTIONS(5487), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + ACTIONS(5387), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, + anon_sym_RBRACK_RBRACK, anon_sym_QMARK, - ACTIONS(4065), 13, + ACTIONS(5483), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124859,7 +157910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(5485), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -124876,225 +157927,22 @@ static const uint16_t ts_small_parse_table[] = { 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, + [114236] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3993), 1, - anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(3995), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, + ACTIONS(5469), 1, + anon_sym_EQ_TILDE, + ACTIONS(5471), 1, anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [80237] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3258), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(3260), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__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, - [80281] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3003), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(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_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, - sym_comment, - ACTIONS(1149), 13, + ACTIONS(5569), 1, + anon_sym_COLON, + ACTIONS(5463), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5467), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5461), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125108,10 +157956,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(5465), 16, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125122,113 +157968,211 @@ 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, - [80369] = 3, - ACTIONS(63), 1, + [114290] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3262), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, anon_sym_DOLLAR, + ACTIONS(4968), 1, aux_sym_number_token1, + ACTIONS(4970), 1, aux_sym_number_token2, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(3264), 25, - sym_file_descriptor, - sym_variable_name, + ACTIONS(4982), 1, sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5036), 1, + anon_sym_esac, + ACTIONS(5495), 1, sym__special_character, + ACTIONS(5497), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(5501), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, anon_sym_BQUOTE, + ACTIONS(5505), 1, anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4991), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80413] = 3, - ACTIONS(63), 1, + STATE(2338), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [114376] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(2975), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, anon_sym_DOLLAR, + ACTIONS(4968), 1, aux_sym_number_token1, + ACTIONS(4970), 1, aux_sym_number_token2, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(2977), 25, - sym_file_descriptor, - sym_variable_name, + ACTIONS(4982), 1, sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5030), 1, + anon_sym_esac, + ACTIONS(5495), 1, sym__special_character, + ACTIONS(5497), 1, anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4990), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2342), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [114462] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, anon_sym_BQUOTE, + ACTIONS(5505), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(5571), 1, + anon_sym_esac, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4963), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80457] = 7, - ACTIONS(63), 1, + STATE(2336), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [114548] = 6, + 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, + ACTIONS(5519), 1, + anon_sym_EQ_TILDE, + ACTIONS(5515), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + ACTIONS(5399), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(5509), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125242,7 +158186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(5513), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125259,109 +158203,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [80509] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3993), 1, - anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(3995), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [80561] = 5, - ACTIONS(63), 1, + [114598] = 24, + ACTIONS(67), 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, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, anon_sym_DOLLAR, + ACTIONS(4968), 1, aux_sym_number_token1, + ACTIONS(4970), 1, aux_sym_number_token2, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1275), 24, - sym_file_descriptor, - sym_variable_name, + ACTIONS(4982), 1, sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(5501), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, anon_sym_BQUOTE, + ACTIONS(5505), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(5573), 1, + anon_sym_esac, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4962), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80609] = 7, - ACTIONS(63), 1, + STATE(2324), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [114684] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(77), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, - anon_sym_QMARK, - ACTIONS(4088), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4092), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4086), 13, + ACTIONS(5575), 1, + sym__concat, + ACTIONS(5225), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125375,8 +158284,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, - sym_test_operator, + ACTIONS(5223), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125387,67 +158297,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [80661] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4096), 1, - sym__special_character, - STATE(1770), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1275), 23, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [80709] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4103), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + anon_sym_QMARK, + [114730] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5395), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK_RBRACK, + anon_sym_RPAREN, anon_sym_QMARK, - ACTIONS(4099), 13, + ACTIONS(5577), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125461,8 +158329,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(5579), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125473,56 +158340,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, - [80757] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3067), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(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_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_EQ_TILDE, + [114775] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(1166), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125536,8 +158365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, - sym_test_operator, + ACTIONS(1168), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -125557,22 +158385,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [80845] = 5, - ACTIONS(63), 1, + [114818] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4077), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, + ACTIONS(5437), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125586,8 +158405,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(5435), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125598,24 +158418,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, - [80893] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4103), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK_RBRACK, anon_sym_QMARK, - ACTIONS(4099), 13, + [114861] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125629,8 +158445,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, - sym_test_operator, + ACTIONS(1172), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125641,24 +158458,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, - [80941] = 5, - ACTIONS(63), 1, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [114904] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4077), 3, + ACTIONS(5587), 1, + anon_sym_EQ_TILDE, + ACTIONS(5585), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(5387), 3, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, + ACTIONS(5581), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125672,7 +158494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(5583), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125689,21 +158511,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [80989] = 7, - ACTIONS(63), 1, + [114953] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(77), 1, - anon_sym_RBRACK_RBRACK, - ACTIONS(4105), 1, + ACTIONS(5284), 1, anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(5589), 1, + anon_sym_COLON, + ACTIONS(5280), 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(5278), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125717,8 +158535,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(5282), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125729,116 +158546,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81041] = 7, - ACTIONS(3), 1, + anon_sym_EQ_TILDE, + [115002] = 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), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1174), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [81093] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4109), 1, - anon_sym_DQUOTE, - STATE(2517), 1, - sym_string, - ACTIONS(4111), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + anon_sym_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), 22, - 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_esac, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, anon_sym_AMP, - [81145] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4113), 1, - anon_sym_COLON, - ACTIONS(3907), 2, + anon_sym_CARET, + ACTIONS(1176), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4077), 3, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + anon_sym_QMARK, + [115045] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125852,8 +158611,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(1164), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125864,67 +158624,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81197] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4071), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3065), 24, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [81245] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4103), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK_RBRACK, anon_sym_QMARK, - ACTIONS(4099), 13, + [115088] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5433), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125938,8 +158651,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, - sym_test_operator, + ACTIONS(5431), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125950,24 +158664,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, - [81293] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_RPAREN, 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, + [115131] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5429), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125981,8 +158691,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, - sym_test_operator, + ACTIONS(5427), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125993,24 +158704,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, - [81341] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4092), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(3895), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(4086), 13, + [115174] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5194), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126024,8 +158731,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, - sym_test_operator, + ACTIONS(5192), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126036,26 +158744,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81389] = 7, - ACTIONS(63), 1, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [115217] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4123), 1, + ACTIONS(5593), 1, anon_sym_RPAREN, - ACTIONS(4125), 1, + ACTIONS(5595), 1, anon_sym_QMARK, - ACTIONS(4121), 2, + ACTIONS(5591), 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(5577), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126069,8 +158778,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(5579), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126081,24 +158789,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, - [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, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4115), 13, + [115266] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5188), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126112,8 +158814,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, - sym_test_operator, + ACTIONS(5186), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126124,15 +158827,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, - [81489] = 3, - ACTIONS(63), 1, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [115309] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3756), 13, + ACTIONS(5443), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126146,8 +158854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3754), 23, - sym_test_operator, + ACTIONS(5441), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126170,10 +158877,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [81533] = 3, - ACTIONS(63), 1, + [115352] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(5429), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126187,8 +158894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, - sym_test_operator, + ACTIONS(5427), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126208,24 +158914,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_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [81577] = 7, - ACTIONS(63), 1, + [115395] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(129), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, - anon_sym_QMARK, - ACTIONS(4088), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4092), 3, + ACTIONS(5587), 1, + anon_sym_EQ_TILDE, + ACTIONS(5585), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4086), 13, + ACTIONS(5399), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(5581), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126239,7 +158943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, + ACTIONS(5583), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126256,10 +158960,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81629] = 3, - ACTIONS(63), 1, + [115444] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(1142), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126273,8 +158977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, - sym_test_operator, + ACTIONS(1144), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126294,24 +158997,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [81673] = 7, - ACTIONS(63), 1, + [115487] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(129), 1, - anon_sym_RBRACK_RBRACK, - ACTIONS(4105), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4103), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4099), 13, + ACTIONS(5419), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126325,8 +159017,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, - sym_test_operator, + ACTIONS(5417), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126337,26 +159030,63 @@ 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, - sym_comment, - ACTIONS(4127), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(4129), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(4115), 13, + anon_sym_QMARK, + [115530] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5597), 1, + aux_sym_concatenation_token1, + ACTIONS(5600), 1, + sym__concat, + STATE(2301), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 28, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + [115579] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126370,8 +159100,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, - sym_test_operator, + ACTIONS(1152), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126382,15 +159113,106 @@ 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [115622] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5603), 1, + aux_sym_concatenation_token1, + ACTIONS(5605), 1, + sym__concat, + STATE(2301), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 28, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + [115671] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5603), 1, + aux_sym_concatenation_token1, + ACTIONS(5607), 1, + sym__concat, + STATE(2303), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 28, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + [115720] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(1178), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126404,8 +159226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 23, - sym_test_operator, + ACTIONS(1180), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126425,15 +159246,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_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [81821] = 4, - ACTIONS(63), 1, + [115763] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4131), 1, - sym__concat, - ACTIONS(3835), 13, + ACTIONS(5587), 1, + anon_sym_EQ_TILDE, + ACTIONS(5585), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5399), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(5581), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126447,9 +159275,8 @@ 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(5583), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126460,22 +159287,75 @@ 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, - [81867] = 4, - ACTIONS(63), 1, + [115812] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4133), 1, - sym__concat, - ACTIONS(3841), 13, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5022), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [115895] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5425), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126489,7 +159369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3839), 22, + ACTIONS(5423), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126512,51 +159392,216 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [81913] = 3, - ACTIONS(63), 1, + [115938] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 11, + ACTIONS(5284), 1, + anon_sym_QMARK, + ACTIONS(5609), 1, + anon_sym_COLON, + ACTIONS(5280), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5278), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + 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_AMP, + anon_sym_CARET, + ACTIONS(5282), 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, + [115987] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(4968), 1, aux_sym_number_token1, + ACTIONS(4970), 1, aux_sym_number_token2, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1169), 25, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5024), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [116070] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5603), 1, + aux_sym_concatenation_token1, + ACTIONS(5611), 1, + sym__concat, + STATE(2301), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 28, 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_LT, + 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, anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [81957] = 3, - ACTIONS(63), 1, + sym_word, + [116119] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5127), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [116202] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(5403), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126570,8 +159615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, - sym_test_operator, + ACTIONS(5401), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126594,10 +159638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [82001] = 3, - ACTIONS(63), 1, + [116245] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(1206), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126611,8 +159655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, - sym_test_operator, + ACTIONS(1208), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126635,19 +159678,290 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [82045] = 5, - ACTIONS(63), 1, + [116288] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4808), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [116371] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4077), 3, + ACTIONS(5419), 13, + anon_sym_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5417), 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, - ACTIONS(3913), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, + [116414] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5030), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [116497] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4754), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [116580] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5031), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [116663] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5407), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126661,8 +159975,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(5405), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126673,26 +159988,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82093] = 7, - ACTIONS(63), 1, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [116706] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(141), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, + ACTIONS(5595), 1, anon_sym_QMARK, - ACTIONS(4088), 2, + ACTIONS(5613), 1, + anon_sym_RPAREN, + ACTIONS(5591), 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(5577), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126706,8 +160022,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(5579), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126718,24 +160033,88 @@ 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, - [82145] = 5, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [116755] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5040), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [116838] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(4069), 3, + ACTIONS(5393), 1, + anon_sym_EQ_TILDE, + ACTIONS(5615), 1, + anon_sym_QMARK, + ACTIONS(5391), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(5463), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, - anon_sym_QMARK, - ACTIONS(4065), 13, + ACTIONS(5385), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126749,7 +160128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(5389), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -126766,12 +160145,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82193] = 4, - ACTIONS(63), 1, + [116889] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4135), 1, - sym__concat, - ACTIONS(3859), 13, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4943), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [116972] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4730), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [117055] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5413), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126785,7 +160282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3857), 22, + ACTIONS(5411), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -126808,21 +160305,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [82239] = 7, - ACTIONS(63), 1, + [117098] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4137), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(5041), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [117181] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4714), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [117264] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126836,8 +160442,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, - sym_test_operator, + ACTIONS(1160), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126848,26 +160455,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, - [82291] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4139), 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_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(4073), 13, + anon_sym_QMARK, + [117307] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126881,8 +160482,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(1188), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126893,26 +160495,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, - [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_RPAREN, anon_sym_EQ_TILDE, - ACTIONS(4099), 13, + anon_sym_QMARK, + [117350] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126926,8 +160522,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, - sym_test_operator, + ACTIONS(1168), 22, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126938,62 +160535,288 @@ 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, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [117393] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4991), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [117476] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + STATE(3067), 1, + sym_string, + ACTIONS(5459), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5457), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, 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, - anon_sym_EQ, + 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_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, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4075), 16, + [117527] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, 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, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4990), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [117610] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + STATE(3067), 1, + sym_string, + ACTIONS(5459), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5457), 9, + anon_sym_DASH, + 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_STAR_STAR, - [82447] = 4, - ACTIONS(63), 1, + 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, + [117661] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4143), 1, - sym__concat, - ACTIONS(3850), 13, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4944), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [117744] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127007,7 +160830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3848), 22, + ACTIONS(1204), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -127030,462 +160853,1223 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [82493] = 5, - ACTIONS(63), 1, + [117787] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4145), 1, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, sym__special_character, - STATE(1770), 1, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, aux_sym__literal_repeat1, - ACTIONS(3019), 11, - anon_sym_LT_LT, + STATE(4963), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [117870] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4628), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [117953] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5603), 1, + aux_sym_concatenation_token1, + ACTIONS(5607), 1, + sym__concat, + STATE(2311), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3973), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3971), 28, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + [118002] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5603), 1, + aux_sym_concatenation_token1, + ACTIONS(5607), 1, + sym__concat, + STATE(2303), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3988), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 28, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + [118051] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4950), 1, + sym_word, + ACTIONS(4956), 1, + anon_sym_LPAREN, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4982), 1, + sym_test_operator, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4234), 1, + aux_sym__literal_repeat1, + STATE(4962), 1, + sym_last_case_item, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5499), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4486), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4181), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [118134] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1184), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1182), 29, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [118176] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1156), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1154), 29, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [118218] = 11, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5630), 1, + sym_file_descriptor, + ACTIONS(5633), 1, + sym_variable_name, + STATE(2688), 1, + sym_file_redirect, + STATE(4606), 1, + sym_subscript, + ACTIONS(5627), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2345), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(5621), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(5617), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(5624), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(5619), 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, + [118276] = 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), 29, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [118318] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1164), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 29, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [118360] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5642), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5644), 1, + anon_sym_DOLLAR, + ACTIONS(5646), 1, + sym__special_character, + ACTIONS(5648), 1, + anon_sym_DQUOTE, + ACTIONS(5650), 1, + aux_sym_number_token1, + ACTIONS(5652), 1, + aux_sym_number_token2, + ACTIONS(5654), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5656), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5658), 1, + anon_sym_BQUOTE, + ACTIONS(5660), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5664), 1, + sym_test_operator, + ACTIONS(5666), 1, + sym__brace_start, + STATE(3386), 1, + aux_sym__literal_repeat1, + ACTIONS(5638), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5662), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2350), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(5636), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5640), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3168), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [118436] = 22, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5668), 1, + sym_word, + ACTIONS(5674), 1, + anon_sym_LPAREN, + ACTIONS(5677), 1, + anon_sym_DOLLAR, + ACTIONS(5680), 1, + sym__special_character, + ACTIONS(5683), 1, + anon_sym_DQUOTE, + ACTIONS(5689), 1, + aux_sym_number_token1, + ACTIONS(5692), 1, + aux_sym_number_token2, + ACTIONS(5695), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5698), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5701), 1, + anon_sym_BQUOTE, + ACTIONS(5704), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5710), 1, + sym_test_operator, + ACTIONS(5713), 1, + sym_extglob_pattern, + ACTIONS(5716), 1, + sym__brace_start, + STATE(4215), 1, + aux_sym__literal_repeat1, + ACTIONS(5671), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5686), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5707), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2349), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4405), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4196), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [118516] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1920), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5725), 1, + anon_sym_DOLLAR, + ACTIONS(5728), 1, + sym__special_character, + ACTIONS(5731), 1, + anon_sym_DQUOTE, + ACTIONS(5734), 1, + aux_sym_number_token1, + ACTIONS(5737), 1, + aux_sym_number_token2, + ACTIONS(5740), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5743), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5746), 1, + anon_sym_BQUOTE, + ACTIONS(5749), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5755), 1, + sym_test_operator, + ACTIONS(5758), 1, + sym__brace_start, + STATE(3386), 1, + aux_sym__literal_repeat1, + ACTIONS(5722), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5752), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2350), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(1918), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + ACTIONS(5719), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3168), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [118592] = 25, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5761), 1, + sym_word, + ACTIONS(5765), 1, + anon_sym_LPAREN, + ACTIONS(5767), 1, + anon_sym_DOLLAR, + ACTIONS(5769), 1, + sym__special_character, + ACTIONS(5771), 1, + anon_sym_DQUOTE, + ACTIONS(5775), 1, + aux_sym_number_token1, + ACTIONS(5777), 1, + aux_sym_number_token2, + ACTIONS(5779), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5781), 1, + anon_sym_RBRACE3, + ACTIONS(5783), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5785), 1, + anon_sym_BQUOTE, + ACTIONS(5787), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5791), 1, + sym_variable_name, + ACTIONS(5793), 1, + sym_test_operator, + ACTIONS(5795), 1, + sym__expansion_word, + ACTIONS(5797), 1, + sym__brace_start, + STATE(4190), 1, + sym_command_substitution, + STATE(4320), 1, + aux_sym__literal_repeat1, + STATE(4502), 1, + sym_array, + ACTIONS(5763), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5773), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5789), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(4223), 3, + sym_string, + sym_simple_expansion, + sym_expansion, + STATE(4559), 6, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_number, + sym__concatenation_in_expansion, + sym_process_substitution, + [118678] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5644), 1, + anon_sym_DOLLAR, + ACTIONS(5646), 1, + sym__special_character, + ACTIONS(5648), 1, + anon_sym_DQUOTE, + ACTIONS(5650), 1, + aux_sym_number_token1, + ACTIONS(5652), 1, + aux_sym_number_token2, + ACTIONS(5654), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5656), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5658), 1, + anon_sym_BQUOTE, + ACTIONS(5660), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5664), 1, + sym_test_operator, + ACTIONS(5666), 1, + sym__brace_start, + ACTIONS(5801), 1, + aux_sym_heredoc_redirect_token1, + STATE(3386), 1, + aux_sym__literal_repeat1, + ACTIONS(5638), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5662), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2350), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(5636), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5799), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3168), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [118754] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1180), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1178), 29, + anon_sym_LPAREN_LPAREN, + 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, + anon_sym_AMP_GT_GT, + 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, anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(3021), 23, + [118796] = 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(1174), 29, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, + anon_sym_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, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [82541] = 7, - ACTIONS(63), 1, + sym_word, + [118838] = 25, + 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, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(5765), 1, + anon_sym_LPAREN, + ACTIONS(5767), 1, + anon_sym_DOLLAR, + ACTIONS(5769), 1, + sym__special_character, + ACTIONS(5771), 1, + anon_sym_DQUOTE, + ACTIONS(5775), 1, + aux_sym_number_token1, + ACTIONS(5777), 1, + aux_sym_number_token2, + ACTIONS(5779), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5783), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5785), 1, + anon_sym_BQUOTE, + ACTIONS(5787), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5791), 1, + sym_variable_name, + ACTIONS(5797), 1, + sym__brace_start, + ACTIONS(5803), 1, + sym_word, + ACTIONS(5807), 1, + anon_sym_RBRACE3, + ACTIONS(5809), 1, 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, + ACTIONS(5811), 1, + sym__expansion_word, + STATE(4173), 1, + sym_command_substitution, + STATE(4335), 1, + aux_sym__literal_repeat1, + STATE(4502), 1, + sym_array, + ACTIONS(5763), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5789), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(5805), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4212), 3, + sym_string, + sym_simple_expansion, + sym_expansion, + STATE(4551), 6, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_number, + sym__concatenation_in_expansion, + sym_process_substitution, + [118924] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1148), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 29, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [82593] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1167), 11, - anon_sym_LT_LT, + 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, + anon_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, - aux_sym__simple_variable_name_token1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1169), 25, + [118966] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 29, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, + anon_sym_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, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [82637] = 7, - ACTIONS(63), 1, + sym_word, + [119008] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4147), 1, - anon_sym_COLON, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4077), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(1192), 5, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 29, + anon_sym_LPAREN_LPAREN, 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, - anon_sym_EQ, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4117), 16, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [119050] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 5, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 29, + anon_sym_LPAREN_LPAREN, 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_EQ, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_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, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [119092] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1144), 5, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1142), 29, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [82785] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4149), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, - anon_sym_EQ, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_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, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [119134] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1196), 5, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 29, + anon_sym_LPAREN_LPAREN, 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_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, + anon_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(2969), 24, + [119176] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1172), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1170), 29, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, + anon_sym_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, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [82885] = 6, - ACTIONS(63), 1, + sym_word, + [119218] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4151), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - ACTIONS(3877), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_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, + ACTIONS(1204), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 29, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [82935] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3964), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(4129), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4115), 13, - anon_sym_EQ, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4117), 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, - [82987] = 3, - 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_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, + [119260] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(5815), 1, anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3661), 23, - sym_test_operator, + ACTIONS(5817), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5813), 32, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -127493,6 +162077,7 @@ 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, @@ -127504,24 +162089,6 @@ 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, - [83031] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4092), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(4086), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -127529,312 +162096,382 @@ 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, - anon_sym_CARET, - ACTIONS(4090), 16, + [119304] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1131), 5, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 29, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [83079] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4153), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, - anon_sym_EQ, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - 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_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [119346] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5644), 1, + anon_sym_DOLLAR, + ACTIONS(5646), 1, + sym__special_character, + ACTIONS(5648), 1, + anon_sym_DQUOTE, + ACTIONS(5650), 1, + aux_sym_number_token1, + ACTIONS(5652), 1, + aux_sym_number_token2, + ACTIONS(5654), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5656), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5658), 1, + anon_sym_BQUOTE, + ACTIONS(5660), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5664), 1, + sym_test_operator, + ACTIONS(5666), 1, + sym__brace_start, + ACTIONS(5821), 1, + aux_sym_heredoc_redirect_token1, + STATE(3386), 1, + aux_sym__literal_repeat1, + ACTIONS(5638), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5662), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2350), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(5636), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5819), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4067), 16, + STATE(3168), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [119422] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 5, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 29, + anon_sym_LPAREN_LPAREN, 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - 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, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [119464] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 5, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 29, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [83179] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4155), 1, - anon_sym_COLON, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4077), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, - anon_sym_EQ, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4075), 16, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [119506] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 5, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 29, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [83231] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4079), 1, - anon_sym_QMARK, - ACTIONS(4157), 1, - anon_sym_COLON, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4077), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4073), 13, - anon_sym_EQ, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4075), 16, - 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, - [83283] = 3, - 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_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, + [119548] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(3756), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5825), 1, anon_sym_SLASH, + ACTIONS(5827), 1, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5829), 1, + anon_sym_COLON, + ACTIONS(5833), 1, + anon_sym_RBRACE3, + ACTIONS(5835), 1, + anon_sym_AT, + ACTIONS(5837), 1, + anon_sym_STAR2, + STATE(4232), 1, + aux_sym__expansion_body_repeat1, + STATE(4827), 1, + sym__expansion_operator, + STATE(4830), 1, + sym__expansion_max_length, + STATE(4831), 1, + sym__expansion_regex_removal, + STATE(4832), 1, + sym__expansion_regex_replacement, + STATE(4833), 1, + sym__expansion_regex, + STATE(4836), 1, + sym__expansion_expression, + ACTIONS(5823), 2, + anon_sym_COMMA, anon_sym_CARET, - ACTIONS(3754), 23, + ACTIONS(5843), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5831), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5841), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5839), 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, + [119624] = 3, + ACTIONS(3), 1, + sym_comment, + 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), 29, + 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, - [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, - anon_sym_EQ, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4075), 16, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [119666] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5847), 1, + sym_word, + ACTIONS(5851), 1, + anon_sym_LPAREN, + ACTIONS(5853), 1, + anon_sym_DOLLAR, + ACTIONS(5855), 1, + sym__special_character, + ACTIONS(5857), 1, + anon_sym_DQUOTE, + ACTIONS(5861), 1, + aux_sym_number_token1, + ACTIONS(5863), 1, + aux_sym_number_token2, + ACTIONS(5865), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5867), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5869), 1, + anon_sym_BQUOTE, + ACTIONS(5871), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5875), 1, + sym__comment_word, + ACTIONS(5877), 1, + sym__empty_value, + ACTIONS(5879), 1, sym_test_operator, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [83379] = 4, - ACTIONS(63), 1, + ACTIONS(5881), 1, + sym__brace_start, + STATE(2962), 1, + aux_sym__literal_repeat1, + ACTIONS(5849), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5859), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5873), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3096), 2, + sym_concatenation, + sym_array, + STATE(3011), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [119745] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4161), 1, - anon_sym_LBRACK, - ACTIONS(3815), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3813), 22, + ACTIONS(1144), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1142), 32, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -127842,6 +162479,7 @@ 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, @@ -127853,26 +162491,6 @@ 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, - [83425] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4125), 1, - anon_sym_QMARK, - ACTIONS(4163), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4065), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -127880,80 +162498,138 @@ 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, - 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, - [83477] = 24, - ACTIONS(63), 1, + [119786] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, + STATE(2431), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5883), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3757), 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(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3759), 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [119831] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(2386), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5883), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3749), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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_BQUOTE, + sym_word, + ACTIONS(3751), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4167), 1, - anon_sym_esac, - ACTIONS(4169), 1, + 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(4171), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [119876] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5885), 1, + sym_word, + ACTIONS(5889), 1, + anon_sym_LPAREN, + ACTIONS(5891), 1, + anon_sym_DOLLAR, + ACTIONS(5893), 1, + sym__special_character, + ACTIONS(5895), 1, + anon_sym_DQUOTE, + ACTIONS(5899), 1, + aux_sym_number_token1, + ACTIONS(5901), 1, + aux_sym_number_token2, + ACTIONS(5903), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5905), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5907), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5909), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(5913), 1, + sym__comment_word, + ACTIONS(5915), 1, + sym__empty_value, + ACTIONS(5917), 1, + sym_test_operator, + ACTIONS(5919), 1, + sym__brace_start, + STATE(2935), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4287), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(5887), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(5897), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(5911), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1891), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3112), 2, + sym_concatenation, + sym_array, + STATE(2973), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -127963,24 +162639,14 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [83562] = 3, - ACTIONS(63), 1, + [119955] = 3, + ACTIONS(3), 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), 22, + 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, @@ -127988,6 +162654,7 @@ 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, @@ -127999,15 +162666,6 @@ 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, - [83605] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4035), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -128015,86 +162673,58 @@ 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, - anon_sym_CARET, - ACTIONS(4033), 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, - [83648] = 24, - ACTIONS(63), 1, + [119996] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(5921), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(5925), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(5927), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(5929), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(5931), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5935), 1, + aux_sym_number_token1, + ACTIONS(5937), 1, + aux_sym_number_token2, + ACTIONS(5939), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5941), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5943), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5945), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4183), 1, - anon_sym_esac, - STATE(3681), 1, + ACTIONS(5949), 1, + sym__comment_word, + ACTIONS(5951), 1, + sym__empty_value, + ACTIONS(5953), 1, + sym_test_operator, + ACTIONS(5955), 1, + sym__brace_start, + STATE(2468), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4054), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(5923), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(5933), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(5947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1899), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(2666), 2, + sym_concatenation, + sym_array, + STATE(2375), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -128104,102 +162734,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [83733] = 7, + [120075] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 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, + ACTIONS(1596), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(1622), 1, sym__brace_start, - ACTIONS(3692), 1, - anon_sym_esac, - ACTIONS(4169), 1, + ACTIONS(5957), 1, + sym_word, + ACTIONS(5961), 1, + anon_sym_LPAREN, + ACTIONS(5963), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(5965), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5969), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5971), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5973), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(5977), 1, + sym__comment_word, + ACTIONS(5979), 1, + sym__empty_value, + ACTIONS(5981), 1, + sym_test_operator, + STATE(1364), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4027), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(5959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(5967), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(5975), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1909), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1518), 2, + sym_concatenation, + sym_array, + STATE(991), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -128209,98 +162791,111 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [83869] = 3, - ACTIONS(63), 1, + [120154] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(2975), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(1596), 1, anon_sym_DOLLAR, + ACTIONS(1602), 1, aux_sym_number_token1, + ACTIONS(1604), 1, aux_sym_number_token2, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2977), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(1622), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, + ACTIONS(5961), 1, + anon_sym_LPAREN, + ACTIONS(5965), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(5969), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(5971), 1, anon_sym_BQUOTE, + ACTIONS(5973), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(5977), 1, + sym__comment_word, + ACTIONS(5979), 1, + sym__empty_value, + ACTIONS(5983), 1, + sym_word, + ACTIONS(5985), 1, + sym__special_character, + ACTIONS(5989), 1, + sym_test_operator, + STATE(1364), 1, + aux_sym__literal_repeat1, + ACTIONS(5959), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5975), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [83912] = 24, - ACTIONS(63), 1, + ACTIONS(5987), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1518), 2, + sym_concatenation, + sym_array, + STATE(1122), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [120233] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(3119), 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, + ACTIONS(3121), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(3123), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(3127), 1, + aux_sym_number_token1, + ACTIONS(3129), 1, + aux_sym_number_token2, + ACTIONS(3131), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(3133), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3135), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(3137), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(3147), 1, + sym__brace_start, + ACTIONS(5991), 1, + sym_word, + ACTIONS(5993), 1, + anon_sym_LPAREN, + ACTIONS(5997), 1, + sym__comment_word, + ACTIONS(5999), 1, + sym__empty_value, + ACTIONS(6001), 1, + sym_test_operator, + STATE(1937), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4295), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(3117), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(3139), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1892), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + ACTIONS(5995), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2006), 2, + sym_concatenation, + sym_array, + STATE(1730), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -128310,68 +162905,14 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [83997] = 7, + [120312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, + ACTIONS(1204), 1, aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [84048] = 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), 22, + ACTIONS(1202), 32, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128379,6 +162920,7 @@ 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, @@ -128390,72 +162932,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [84091] = 7, - ACTIONS(63), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [120353] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3343), 2, - anon_sym_LT_LT, - anon_sym_PIPE, - ACTIONS(3345), 3, + STATE(2386), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5883), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1808), 11, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(3341), 5, + 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(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, + ACTIONS(1810), 19, 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_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, - [84142] = 3, - ACTIONS(63), 1, + [120398] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4019), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4017), 22, + ACTIONS(6005), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6003), 32, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128463,6 +162998,7 @@ 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, @@ -128474,62 +163010,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [84185] = 24, - ACTIONS(63), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [120439] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(6007), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(6011), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(6013), 1, + anon_sym_DOLLAR, + ACTIONS(6015), 1, + sym__special_character, + ACTIONS(6017), 1, + anon_sym_DQUOTE, + ACTIONS(6021), 1, + aux_sym_number_token1, + ACTIONS(6023), 1, + aux_sym_number_token2, + ACTIONS(6025), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6027), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6029), 1, + anon_sym_BQUOTE, + ACTIONS(6031), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6035), 1, + sym__comment_word, + ACTIONS(6037), 1, + sym__empty_value, + ACTIONS(6039), 1, + sym_test_operator, + ACTIONS(6041), 1, + sym__brace_start, + STATE(2007), 1, + aux_sym__literal_repeat1, + ACTIONS(6009), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6033), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2148), 2, + sym_concatenation, + sym_array, + STATE(1844), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [120518] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5883), 1, + aux_sym_concatenation_token1, + ACTIONS(6043), 1, + sym__concat, + STATE(2415), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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_BQUOTE, + sym_word, + ACTIONS(1115), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_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(4171), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [120565] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1420), 1, + anon_sym_DOLLAR, + ACTIONS(1426), 1, + aux_sym_number_token1, + ACTIONS(1428), 1, + aux_sym_number_token2, + ACTIONS(1432), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1446), 1, + sym__brace_start, + ACTIONS(6045), 1, + sym_word, + ACTIONS(6049), 1, + anon_sym_LPAREN, + ACTIONS(6051), 1, + sym__special_character, + ACTIONS(6053), 1, + anon_sym_DQUOTE, + ACTIONS(6057), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6059), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6061), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4191), 1, - anon_sym_esac, - STATE(3681), 1, + ACTIONS(6065), 1, + sym__comment_word, + ACTIONS(6067), 1, + sym__empty_value, + ACTIONS(6069), 1, + sym_test_operator, + STATE(1229), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4283), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(6047), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(6055), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(6063), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1911), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1305), 2, + sym_concatenation, + sym_array, + STATE(923), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -128539,19 +163176,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [84270] = 7, + [120644] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(4109), 1, + ACTIONS(5270), 1, anon_sym_DQUOTE, - STATE(2517), 1, + STATE(2943), 1, sym_string, - ACTIONS(4111), 2, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5272), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + ACTIONS(5268), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -128561,8 +163199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 21, - anon_sym_SEMI, + ACTIONS(1091), 18, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -128570,215 +163207,75 @@ 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, - [84321] = 3, - ACTIONS(63), 1, + [120693] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4015), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, + ACTIONS(5648), 1, + anon_sym_DQUOTE, + STATE(3340), 1, + sym_string, + ACTIONS(1089), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(6073), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6071), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4013), 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, - [84364] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4199), 1, - anon_sym_RPAREN, - ACTIONS(4201), 1, + anon_sym_BANG, anon_sym_QMARK, - ACTIONS(4195), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4193), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4197), 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, - [84413] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3262), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3264), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1081), 18, 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_SEMI, + anon_sym_SEMI_SEMI, + aux_sym_heredoc_redirect_token1, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [84456] = 6, - ACTIONS(63), 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, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_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, - [84505] = 6, - ACTIONS(63), 1, + sym_word, + [120742] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4205), 1, - anon_sym_COLON, - ACTIONS(3879), 2, + ACTIONS(6077), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6075), 32, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3881), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, 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, @@ -128790,21 +163287,6 @@ 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, - [84554] = 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, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -128812,183 +163294,58 @@ 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(4209), 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, - [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, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4209), 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, - [84648] = 24, - ACTIONS(63), 1, + [120783] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(6079), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(6083), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(6085), 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, + ACTIONS(6087), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(6089), 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, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(6095), 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, + ACTIONS(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(6107), 1, + sym__comment_word, + ACTIONS(6109), 1, + sym__empty_value, + ACTIONS(6111), 1, + sym_test_operator, + ACTIONS(6113), 1, + sym__brace_start, + STATE(1466), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4122), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(6091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1893), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1557), 2, + sym_concatenation, + sym_array, + STATE(1723), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -128998,24 +163355,14 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [84818] = 3, - ACTIONS(63), 1, + [120862] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4009), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4007), 22, + 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, @@ -129023,6 +163370,7 @@ 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, @@ -129034,15 +163382,6 @@ 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, - [84861] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4005), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -129050,86 +163389,58 @@ 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, - anon_sym_CARET, - ACTIONS(4003), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [84904] = 24, - ACTIONS(63), 1, + [120903] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(6115), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(6119), 1, anon_sym_LPAREN, - ACTIONS(3600), 1, - anon_sym_esac, - ACTIONS(3604), 1, + ACTIONS(6121), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(6123), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(6125), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(6129), 1, + aux_sym_number_token1, + ACTIONS(6131), 1, + aux_sym_number_token2, + ACTIONS(6133), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6135), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6137), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6139), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(6143), 1, + sym__comment_word, + ACTIONS(6145), 1, + sym__empty_value, + ACTIONS(6147), 1, + sym_test_operator, + ACTIONS(6149), 1, + sym__brace_start, + STATE(3517), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4072), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(6117), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(6127), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(6141), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1914), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(3656), 2, + sym_concatenation, + sym_array, + STATE(3418), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -129139,114 +163450,121 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [84989] = 6, - ACTIONS(63), 1, + [120982] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4201), 1, - anon_sym_QMARK, - ACTIONS(4213), 1, - anon_sym_RPAREN, - ACTIONS(4195), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4193), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, + ACTIONS(5270), 1, + anon_sym_DQUOTE, + STATE(2943), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5272), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5268), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(4197), 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_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_STAR_STAR, - anon_sym_EQ_TILDE, - [85038] = 3, - ACTIONS(63), 1, - sym_comment, - 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), 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, - [85081] = 3, - ACTIONS(63), 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, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + [121031] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(3954), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, + ACTIONS(5825), 1, anon_sym_SLASH, + ACTIONS(5827), 1, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5829), 1, + anon_sym_COLON, + ACTIONS(6151), 1, + anon_sym_RBRACE3, + ACTIONS(6153), 1, + anon_sym_AT, + STATE(4279), 1, + aux_sym__expansion_body_repeat1, + STATE(4893), 1, + sym__expansion_regex_replacement, + STATE(4967), 1, + sym__expansion_operator, + STATE(4970), 1, + sym__expansion_max_length, + STATE(4973), 1, + sym__expansion_regex_removal, + STATE(4979), 1, + sym__expansion_regex, + STATE(4980), 1, + sym__expansion_expression, + ACTIONS(5823), 2, + anon_sym_COMMA, anon_sym_CARET, - ACTIONS(3952), 22, + ACTIONS(5843), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5831), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5841), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5839), 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, + [121104] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6161), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6157), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(6155), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(6159), 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, @@ -129258,15 +163576,6 @@ 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, - [85124] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3948), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -129274,126 +163583,156 @@ 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(3946), 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, - [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, + [121149] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5648), 1, + anon_sym_DQUOTE, + STATE(3340), 1, + sym_string, + ACTIONS(1093), 2, sym_test_operator, sym__brace_start, + ACTIONS(6073), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6071), 9, + anon_sym_DASH, + 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_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + aux_sym_heredoc_redirect_token1, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [85210] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, sym_word, - ACTIONS(3598), 1, + [121198] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5851), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(5853), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(5857), 1, + anon_sym_DQUOTE, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(5865), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(5869), 1, + anon_sym_BQUOTE, + ACTIONS(5871), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5875), 1, + sym__comment_word, + ACTIONS(5877), 1, + sym__empty_value, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(6163), 1, + sym_word, + ACTIONS(6165), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(6169), 1, + sym_test_operator, + STATE(2962), 1, + aux_sym__literal_repeat1, + ACTIONS(5849), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5873), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6167), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3096), 2, + sym_concatenation, + sym_array, + 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, + [121277] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5851), 1, + anon_sym_LPAREN, + ACTIONS(5853), 1, + anon_sym_DOLLAR, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5861), 1, + aux_sym_number_token1, + ACTIONS(5863), 1, + aux_sym_number_token2, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5867), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4215), 1, - anon_sym_esac, - STATE(3681), 1, + ACTIONS(5875), 1, + sym__comment_word, + ACTIONS(5877), 1, + sym__empty_value, + ACTIONS(5881), 1, + sym__brace_start, + ACTIONS(6171), 1, + sym_word, + ACTIONS(6173), 1, + sym__special_character, + ACTIONS(6177), 1, + sym_test_operator, + STATE(2962), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4044), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1913), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + ACTIONS(6175), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3096), 2, + sym_concatenation, + sym_array, + STATE(3065), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -129403,101 +163742,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [85295] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4217), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3962), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3958), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3960), 16, - 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, - [85344] = 24, - ACTIONS(63), 1, + [121356] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(6179), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(6183), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(6185), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(6187), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(6189), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(6193), 1, + aux_sym_number_token1, + ACTIONS(6195), 1, + aux_sym_number_token2, + ACTIONS(6197), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6199), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6201), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6203), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4219), 1, - anon_sym_esac, - STATE(3681), 1, + ACTIONS(6207), 1, + sym__comment_word, + ACTIONS(6209), 1, + sym__empty_value, + ACTIONS(6211), 1, + sym_test_operator, + ACTIONS(6213), 1, + sym__brace_start, + STATE(1098), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4038), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(6181), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(6191), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(6205), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1888), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1277), 2, + sym_concatenation, + sym_array, + STATE(891), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -129507,31 +163799,25 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [85429] = 3, - ACTIONS(63), 1, + [121435] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3859), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3857), 22, + ACTIONS(6217), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6157), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(6215), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(6159), 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, @@ -129543,15 +163829,6 @@ 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, - [85472] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -129559,52 +163836,185 @@ 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, - anon_sym_CARET, - ACTIONS(1233), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [85515] = 3, - ACTIONS(63), 1, + [121480] = 19, + ACTIONS(3), 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, + ACTIONS(5825), 1, anon_sym_SLASH, + ACTIONS(5827), 1, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5829), 1, + anon_sym_COLON, + ACTIONS(6153), 1, + anon_sym_AT, + ACTIONS(6219), 1, + anon_sym_RBRACE3, + STATE(4242), 1, + aux_sym__expansion_body_repeat1, + STATE(4951), 1, + sym__expansion_operator, + STATE(4952), 1, + sym__expansion_max_length, + STATE(4953), 1, + sym__expansion_regex_removal, + STATE(4954), 1, + sym__expansion_regex_replacement, + STATE(4955), 1, + sym__expansion_regex, + STATE(4956), 1, + sym__expansion_expression, + ACTIONS(5823), 2, + anon_sym_COMMA, anon_sym_CARET, - ACTIONS(1229), 22, + ACTIONS(5843), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5831), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5841), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5839), 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, + [121553] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1596), 1, + anon_sym_DOLLAR, + ACTIONS(1602), 1, + aux_sym_number_token1, + ACTIONS(1604), 1, + aux_sym_number_token2, + ACTIONS(1608), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1622), 1, + sym__brace_start, + ACTIONS(5961), 1, + anon_sym_LPAREN, + ACTIONS(5965), 1, + anon_sym_DQUOTE, + ACTIONS(5969), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5971), 1, + anon_sym_BQUOTE, + ACTIONS(5973), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5977), 1, + sym__comment_word, + ACTIONS(5979), 1, + sym__empty_value, + ACTIONS(6221), 1, + sym_word, + ACTIONS(6223), 1, + sym__special_character, + ACTIONS(6227), 1, + sym_test_operator, + STATE(1364), 1, + aux_sym__literal_repeat1, + ACTIONS(5959), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5975), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6225), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1518), 2, + sym_concatenation, + sym_array, + STATE(1537), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [121632] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5851), 1, + anon_sym_LPAREN, + ACTIONS(5853), 1, + anon_sym_DOLLAR, + ACTIONS(5857), 1, + anon_sym_DQUOTE, + ACTIONS(5861), 1, + aux_sym_number_token1, + ACTIONS(5863), 1, + aux_sym_number_token2, + ACTIONS(5865), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5867), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5869), 1, + anon_sym_BQUOTE, + ACTIONS(5871), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5875), 1, + sym__comment_word, + ACTIONS(5877), 1, + sym__empty_value, + ACTIONS(5881), 1, + sym__brace_start, + ACTIONS(6229), 1, + sym_word, + ACTIONS(6231), 1, + sym__special_character, + ACTIONS(6235), 1, + sym_test_operator, + STATE(2962), 1, + aux_sym__literal_repeat1, + ACTIONS(5849), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5873), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6233), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3096), 2, + sym_concatenation, + sym_array, + STATE(3078), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [121711] = 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, @@ -129612,6 +164022,7 @@ 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, @@ -129623,15 +164034,6 @@ 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, - [85558] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -129639,126 +164041,58 @@ 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, - anon_sym_CARET, - ACTIONS(1225), 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, - [85601] = 3, - ACTIONS(63), 1, + [121752] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3003), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(1308), 1, anon_sym_DOLLAR, + ACTIONS(1314), 1, aux_sym_number_token1, + ACTIONS(1316), 1, aux_sym_number_token2, + ACTIONS(1320), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3005), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(1334), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - 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, + ACTIONS(6237), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(6241), 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, + ACTIONS(6243), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(6245), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(6249), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6251), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6253), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(6257), 1, + sym__comment_word, + ACTIONS(6259), 1, + sym__empty_value, + ACTIONS(6261), 1, + sym_test_operator, + STATE(1058), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4112), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(6239), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(6247), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(6255), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1890), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1090), 2, + sym_concatenation, + sym_array, + STATE(776), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -129768,64 +164102,71 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [85729] = 3, - ACTIONS(63), 1, + [121831] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3067), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(5851), 1, + anon_sym_LPAREN, + ACTIONS(5853), 1, anon_sym_DOLLAR, + ACTIONS(5857), 1, + anon_sym_DQUOTE, + ACTIONS(5861), 1, aux_sym_number_token1, + ACTIONS(5863), 1, aux_sym_number_token2, + ACTIONS(5865), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5869), 1, + anon_sym_BQUOTE, + ACTIONS(5871), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5875), 1, + sym__comment_word, + ACTIONS(5877), 1, + sym__empty_value, + ACTIONS(5881), 1, + sym__brace_start, + ACTIONS(6263), 1, sym_word, - ACTIONS(3069), 25, - sym_file_descriptor, - sym_variable_name, + ACTIONS(6265), 1, + sym__special_character, + ACTIONS(6269), 1, sym_test_operator, - sym__brace_start, + STATE(2962), 1, + aux_sym__literal_repeat1, + ACTIONS(5849), 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(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [85772] = 3, - ACTIONS(63), 1, + ACTIONS(6267), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3096), 2, + sym_concatenation, + sym_array, + STATE(3385), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [121910] = 3, + ACTIONS(3), 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), 22, + ACTIONS(6273), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6271), 32, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129833,6 +164174,7 @@ 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, @@ -129844,148 +164186,252 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [85815] = 5, - ACTIONS(63), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [121951] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(2584), 5, + ACTIONS(6083), 1, + anon_sym_LPAREN, + ACTIONS(6085), 1, anon_sym_DOLLAR, + ACTIONS(6089), 1, + anon_sym_DQUOTE, + ACTIONS(6093), 1, aux_sym_number_token1, + ACTIONS(6095), 1, aux_sym_number_token2, + ACTIONS(6097), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6101), 1, + anon_sym_BQUOTE, + ACTIONS(6103), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6107), 1, + sym__comment_word, + ACTIONS(6109), 1, + sym__empty_value, + ACTIONS(6113), 1, + sym__brace_start, + ACTIONS(6275), 1, 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, + ACTIONS(6277), 1, + sym__special_character, + ACTIONS(6281), 1, + sym_test_operator, + STATE(1466), 1, + aux_sym__literal_repeat1, + ACTIONS(6081), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6105), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6279), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1557), 2, + sym_concatenation, + sym_array, + STATE(1208), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [122030] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6283), 1, + sym__special_character, + STATE(2417), 1, + aux_sym__literal_repeat1, + ACTIONS(3988), 4, sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3986), 27, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(2592), 14, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [85862] = 5, - ACTIONS(63), 1, + sym_word, + [122075] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3895), 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, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, + ACTIONS(6083), 1, + anon_sym_LPAREN, + ACTIONS(6085), 1, + anon_sym_DOLLAR, + ACTIONS(6089), 1, + anon_sym_DQUOTE, + ACTIONS(6093), 1, + aux_sym_number_token1, + ACTIONS(6095), 1, + aux_sym_number_token2, + ACTIONS(6097), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6101), 1, + anon_sym_BQUOTE, + ACTIONS(6103), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6107), 1, + sym__comment_word, + ACTIONS(6109), 1, + sym__empty_value, + ACTIONS(6113), 1, + sym__brace_start, + ACTIONS(6285), 1, + sym_word, + ACTIONS(6287), 1, + sym__special_character, + ACTIONS(6291), 1, + sym_test_operator, + STATE(1466), 1, + aux_sym__literal_repeat1, + ACTIONS(6081), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6105), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6289), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1557), 2, + sym_concatenation, + sym_array, + STATE(1286), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [122154] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5825), 1, anon_sym_SLASH, + ACTIONS(5827), 1, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(5829), 1, + anon_sym_COLON, + ACTIONS(5833), 1, + anon_sym_RBRACE3, + ACTIONS(6153), 1, + anon_sym_AT, + STATE(4231), 1, + aux_sym__expansion_body_repeat1, + STATE(4818), 1, + sym__expansion_operator, + STATE(4819), 1, + sym__expansion_max_length, + STATE(4820), 1, + sym__expansion_regex_removal, + STATE(4821), 1, + sym__expansion_regex_replacement, + STATE(4824), 1, + sym__expansion_regex, + STATE(4825), 1, + sym__expansion_expression, + ACTIONS(5823), 2, + anon_sym_COMMA, anon_sym_CARET, - ACTIONS(4209), 16, - sym_test_operator, + ACTIONS(5843), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5831), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5841), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5839), 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, + [122227] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6077), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6075), 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, - [85909] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, - sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [85960] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4045), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_RPAREN, - anon_sym_QMARK, - ACTIONS(4193), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -129993,17 +164439,26 @@ 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, - anon_sym_CARET, - ACTIONS(4197), 18, + [122268] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1160), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1158), 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, @@ -130015,190 +164470,199 @@ 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_EQ_TILDE, - [86005] = 3, - ACTIONS(63), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + [122309] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 11, - anon_sym_LT_LT, + STATE(2415), 1, + aux_sym_concatenation_repeat1, + ACTIONS(6293), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 11, 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(1169), 24, + ACTIONS(1131), 19, 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_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, - [86048] = 7, + [122354] = 19, 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, + ACTIONS(5825), 1, + anon_sym_SLASH, + ACTIONS(5827), 1, + anon_sym_PERCENT, + ACTIONS(5829), 1, + anon_sym_COLON, + ACTIONS(6153), 1, + anon_sym_AT, + ACTIONS(6296), 1, + anon_sym_RBRACE3, + STATE(4233), 1, + aux_sym__expansion_body_repeat1, + STATE(4838), 1, + sym__expansion_operator, + STATE(4839), 1, + sym__expansion_max_length, + STATE(4842), 1, + sym__expansion_regex_removal, + STATE(4843), 1, + sym__expansion_regex_replacement, + STATE(4844), 1, + sym__expansion_regex, + STATE(4845), 1, + sym__expansion_expression, + ACTIONS(5823), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(5843), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5831), 3, + sym__immediate_double_hash, anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 19, - anon_sym_SEMI, + anon_sym_PERCENT_PERCENT, + ACTIONS(5841), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5839), 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, + [122427] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6298), 1, + sym__special_character, + STATE(2417), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 27, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [86099] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3891), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3889), 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, - [86142] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [122472] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 10, - anon_sym_LT_LT, + STATE(2386), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5883), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2016), 11, 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(1169), 25, + ACTIONS(2018), 19, 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_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, - [86185] = 3, - ACTIONS(63), 1, + [122517] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3887), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3885), 22, + ACTIONS(1180), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1178), 32, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130206,6 +164670,7 @@ 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, @@ -130217,15 +164682,6 @@ 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, - [86228] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3887), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -130233,12 +164689,18 @@ 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, - anon_sym_CARET, - ACTIONS(3885), 22, + [122558] = 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, @@ -130246,6 +164708,7 @@ 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, @@ -130257,76 +164720,6 @@ 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, - [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, - sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -130334,12 +164727,18 @@ 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, - anon_sym_CARET, - ACTIONS(1207), 22, + [122599] = 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, @@ -130347,6 +164746,7 @@ 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, @@ -130358,15 +164758,6 @@ 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, - [86399] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -130374,12 +164765,18 @@ 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, - anon_sym_CARET, - ACTIONS(1237), 22, + [122640] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6303), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6301), 32, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130387,6 +164784,7 @@ 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, @@ -130398,15 +164796,6 @@ 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, - [86442] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -130414,12 +164803,18 @@ 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, - anon_sym_CARET, - ACTIONS(1207), 22, + [122681] = 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, @@ -130427,6 +164822,7 @@ 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, @@ -130438,15 +164834,6 @@ 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, - [86485] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4015), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -130454,12 +164841,18 @@ 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, - anon_sym_CARET, - ACTIONS(4013), 22, + [122722] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6077), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6075), 32, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130467,6 +164860,7 @@ 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, @@ -130478,852 +164872,223 @@ 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, - [86528] = 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_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_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_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_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, + [122763] = 5, + 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, - 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, + STATE(2431), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5883), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 11, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_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, + ACTIONS(1127), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4223), 1, - sym_last_case_item, - ACTIONS(4165), 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(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, + [122808] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 20, + ACTIONS(1164), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 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_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_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, + [122849] = 5, + ACTIONS(67), 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, + STATE(2386), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5883), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3971), 11, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_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, + ACTIONS(3973), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4151), 1, - sym_last_case_item, - ACTIONS(4165), 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(4173), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [122894] = 5, + ACTIONS(67), 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_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + STATE(2431), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5883), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3986), 11, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_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, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3988), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4154), 1, - sym_last_case_item, - ACTIONS(4165), 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(4173), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [122939] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(6305), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(6309), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(6311), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(6313), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(6315), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(6319), 1, + aux_sym_number_token1, + ACTIONS(6321), 1, + aux_sym_number_token2, + ACTIONS(6323), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6325), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6327), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6329), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(6333), 1, + sym__comment_word, + ACTIONS(6335), 1, + sym__empty_value, + ACTIONS(6337), 1, + sym_test_operator, + ACTIONS(6339), 1, + sym__brace_start, + STATE(1392), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4027), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(6307), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(6317), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(6331), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1521), 2, + sym_concatenation, + sym_array, + STATE(1006), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131333,53 +165098,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87651] = 20, + [123018] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4235), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4237), 1, + ACTIONS(5889), 1, + anon_sym_LPAREN, + ACTIONS(5891), 1, anon_sym_DOLLAR, - ACTIONS(4239), 1, - sym__special_character, - ACTIONS(4241), 1, + ACTIONS(5895), 1, anon_sym_DQUOTE, - ACTIONS(4243), 1, + ACTIONS(5899), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(5901), 1, aux_sym_number_token2, - ACTIONS(4247), 1, + ACTIONS(5903), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4249), 1, + ACTIONS(5905), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4251), 1, + ACTIONS(5907), 1, anon_sym_BQUOTE, - ACTIONS(4253), 1, + ACTIONS(5909), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4257), 1, - sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(5913), 1, + sym__comment_word, + ACTIONS(5915), 1, + sym__empty_value, + ACTIONS(5919), 1, sym__brace_start, - STATE(2877), 1, + ACTIONS(6341), 1, + sym_word, + ACTIONS(6343), 1, + sym__special_character, + ACTIONS(6347), 1, + sym_test_operator, + STATE(2935), 1, aux_sym__literal_repeat1, - ACTIONS(4231), 2, + ACTIONS(5887), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4255), 2, + ACTIONS(5911), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1912), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4229), 3, + ACTIONS(6345), 2, sym_raw_string, sym_ansi_c_string, - sym_word, - ACTIONS(4233), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2519), 9, + STATE(3112), 2, + sym_concatenation, + sym_array, + STATE(2848), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131389,198 +165155,133 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87727] = 7, - ACTIONS(3), 1, + [123097] = 6, + 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, - 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, + ACTIONS(5883), 1, + aux_sym_concatenation_token1, + ACTIONS(6349), 1, + sym__concat, + STATE(2415), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 11, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_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, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1121), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4122), 1, - sym_last_case_item, - ACTIONS(4165), 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(4173), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [123144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 20, + ACTIONS(6353), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6351), 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_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, + [123185] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, + ACTIONS(6355), 1, + sym_word, + ACTIONS(6359), 1, + anon_sym_LPAREN, + ACTIONS(6361), 1, anon_sym_DOLLAR, - ACTIONS(4239), 1, + ACTIONS(6363), 1, sym__special_character, - ACTIONS(4241), 1, + ACTIONS(6365), 1, anon_sym_DQUOTE, - ACTIONS(4243), 1, + ACTIONS(6369), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(6371), 1, aux_sym_number_token2, - ACTIONS(4247), 1, + ACTIONS(6373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4249), 1, + ACTIONS(6375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4251), 1, + ACTIONS(6377), 1, anon_sym_BQUOTE, - ACTIONS(4253), 1, + ACTIONS(6379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4257), 1, + ACTIONS(6383), 1, + sym__comment_word, + ACTIONS(6385), 1, + sym__empty_value, + ACTIONS(6387), 1, sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(6389), 1, sym__brace_start, - ACTIONS(4263), 1, - aux_sym_heredoc_redirect_token1, - STATE(2877), 1, + STATE(1431), 1, aux_sym__literal_repeat1, - ACTIONS(4231), 2, + ACTIONS(6357), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4255), 2, + ACTIONS(6367), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1912), 2, + STATE(1591), 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_array, + STATE(1245), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131590,14 +165291,12 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [87985] = 4, + [123264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4267), 1, - anon_sym_EQ, - ACTIONS(4269), 1, + ACTIONS(1172), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(4265), 32, + ACTIONS(1170), 32, anon_sym_SEMI, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -131630,155 +165329,54 @@ static const uint16_t ts_small_parse_table[] = { 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, + [123305] = 22, 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, + ACTIONS(1628), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(1634), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(1636), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(1654), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(6391), 1, + sym_word, + ACTIONS(6395), 1, + anon_sym_LPAREN, + ACTIONS(6397), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(6399), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(6403), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6405), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6407), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(6411), 1, + sym__comment_word, + ACTIONS(6413), 1, + sym__empty_value, + ACTIONS(6415), 1, + sym_test_operator, + STATE(1273), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4287), 1, - sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(6393), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(6401), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(6409), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(1446), 2, + sym_concatenation, + sym_array, + STATE(964), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -131788,411 +165386,357 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88237] = 7, - ACTIONS(3), 1, + [123384] = 4, + 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, + ACTIONS(6417), 1, + anon_sym_EQ, + ACTIONS(5813), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 19, - anon_sym_SEMI, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5817), 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_LT_LT, - anon_sym_GT_GT, + anon_sym_RPAREN, + [123426] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 11, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_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, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1168), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4275), 1, - sym_last_case_item, - ACTIONS(4165), 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(4173), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [123466] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4303), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4305), 1, + ACTIONS(1198), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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, + sym_word, + ACTIONS(1200), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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_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(4332), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1912), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4295), 3, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, 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_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [123506] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1194), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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_BQUOTE, + sym_word, + ACTIONS(1196), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4053), 1, - sym_last_case_item, - ACTIONS(4165), 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(4173), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, - [88527] = 23, - ACTIONS(63), 1, + [123546] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + 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(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_BQUOTE, + sym_word, + ACTIONS(1184), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_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(4171), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4038), 1, - sym_last_case_item, - ACTIONS(4165), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [123586] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 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(1204), 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, - ACTIONS(4173), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [123626] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(3004), 1, + anon_sym_DQUOTE, + STATE(3067), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [88609] = 20, + ACTIONS(5459), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5457), 9, + anon_sym_DASH, + 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, + [123674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, + ACTIONS(1127), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 28, + anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + 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, - ACTIONS(4239), 1, sym__special_character, - ACTIONS(4241), 1, anon_sym_DQUOTE, - ACTIONS(4243), 1, + sym_raw_string, + sym_ansi_c_string, 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, - 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_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [88685] = 23, - ACTIONS(63), 1, + [123714] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1146), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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_BQUOTE, + sym_word, + ACTIONS(1148), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4044), 1, - sym_last_case_item, - ACTIONS(4165), 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(4173), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, - [88767] = 7, + [123754] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(3004), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(3067), 1, sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, + ACTIONS(5459), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(5457), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -132202,8 +165746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 19, - anon_sym_SEMI, + ACTIONS(1091), 18, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -132211,244 +165754,368 @@ 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, - [88817] = 23, - ACTIONS(63), 1, + [123802] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1206), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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_BQUOTE, + sym_word, + ACTIONS(1208), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_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(4171), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [123842] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 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, - ACTIONS(4179), 1, + 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, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, 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_LT_LPAREN, + anon_sym_GT_LPAREN, + [123882] = 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, - ACTIONS(4173), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [88899] = 23, - ACTIONS(63), 1, + [123922] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 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, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(1168), 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, + [123962] = 3, + ACTIONS(67), 1, + sym_comment, + 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(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_BQUOTE, + sym_word, + ACTIONS(1176), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(4169), 1, + anon_sym_LPAREN_LPAREN, + anon_sym_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(4171), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [124002] = 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, - ACTIONS(4179), 1, + 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, + anon_sym_DOLLAR_LBRACE, 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_LT_LPAREN, + anon_sym_GT_LPAREN, + [124042] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 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(1160), 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, - ACTIONS(4173), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, - [88981] = 3, + [124082] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(6421), 1, + anon_sym_DQUOTE, + STATE(3523), 1, + sym_string, + ACTIONS(6423), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6419), 9, + anon_sym_DASH, + 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_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [89022] = 22, - ACTIONS(3), 1, + 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, + [124130] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1789), 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(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, + sym_word, + ACTIONS(1164), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(1197), 1, - aux_sym__literal_repeat1, - ACTIONS(4347), 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(4355), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4363), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [124170] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 1, + ACTIONS(6427), 1, anon_sym_DQUOTE, - STATE(2741), 1, + STATE(3525), 1, sym_string, - ACTIONS(1135), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(4373), 2, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(6429), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4371), 9, + ACTIONS(6425), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -132458,434 +166125,297 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 18, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - aux_sym_heredoc_redirect_token1, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [89150] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1265), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(1081), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [89191] = 3, + 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, + [124218] = 7, 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_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, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(6421), 1, + anon_sym_DQUOTE, + STATE(3523), 1, + sym_string, + ACTIONS(6423), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6419), 9, + anon_sym_DASH, + 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_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, - [89232] = 3, + 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, + [124266] = 7, 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_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, + ACTIONS(6427), 1, + anon_sym_DQUOTE, + STATE(3525), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(6429), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6425), 9, + anon_sym_DASH, + 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_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, - [89273] = 22, - ACTIONS(3), 1, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [124314] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4379), 1, - sym_word, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, + ACTIONS(1129), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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_word, + ACTIONS(1131), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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_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(4391), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4405), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [124354] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1469), 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(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, + sym_word, + ACTIONS(1156), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(1030), 1, - aux_sym__literal_repeat1, - ACTIONS(4417), 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(4425), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4433), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [124394] = 3, + ACTIONS(67), 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_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + ACTIONS(1142), 11, 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_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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_word, + ACTIONS(1144), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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_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(4461), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4475), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [124434] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1190), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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, + anon_sym_BQUOTE, sym_word, - ACTIONS(4489), 1, - anon_sym_LPAREN, - ACTIONS(4491), 1, + 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, - ACTIONS(4493), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + sym_raw_string, + sym_ansi_c_string, 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_LT_LPAREN, + anon_sym_GT_LPAREN, + [124474] = 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, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1188), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(1075), 1, - aux_sym__literal_repeat1, - ACTIONS(4487), 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(4495), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4503), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, 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, + [124514] = 4, + ACTIONS(67), 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, + ACTIONS(6431), 1, + anon_sym_EQ, + ACTIONS(5813), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -132896,14 +166426,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [89675] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1229), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 32, - anon_sym_SEMI, + ACTIONS(5817), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -132924,122 +166448,50 @@ 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, - [89716] = 22, - ACTIONS(3), 1, + [124556] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6437), 1, + anon_sym_RPAREN, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6457), 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, + ACTIONS(6461), 1, sym_test_operator, - STATE(2448), 1, + ACTIONS(6463), 1, + sym__brace_start, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4381), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4515), 2, + ACTIONS(6445), 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, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4523), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2758), 2, + STATE(2533), 2, sym_concatenation, - sym_array, - STATE(2719), 9, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133049,67 +166501,21 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [89874] = 19, - ACTIONS(3), 1, + [124629] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(6075), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, - ACTIONS(4275), 1, anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(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_STAR_STAR, + anon_sym_LT, + anon_sym_GT, + ACTIONS(6077), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -133130,420 +166536,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, + anon_sym_RPAREN, + [124668] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6465), 1, + sym__special_character, + STATE(2545), 1, + aux_sym__literal_repeat1, + ACTIONS(4230), 10, anon_sym_LT, anon_sym_GT, - 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_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(4559), 1, - sym__comment_word, - ACTIONS(4561), 1, - sym__empty_value, - ACTIONS(4563), 1, + sym_word, + ACTIONS(4232), 19, + sym_file_descriptor, + sym_variable_name, 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_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(4543), 2, + anon_sym_DQUOTE, 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, - 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, + [124711] = 5, + 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, + ACTIONS(6465), 1, sym__special_character, - ACTIONS(4585), 1, - anon_sym_DQUOTE, - ACTIONS(4589), 1, + STATE(2545), 1, + aux_sym__literal_repeat1, + ACTIONS(3986), 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(4603), 1, - sym__comment_word, - ACTIONS(4605), 1, - sym__empty_value, - ACTIONS(4607), 1, + sym_word, + ACTIONS(3988), 19, + sym_file_descriptor, + sym_variable_name, 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_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(4587), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2388), 2, - sym_concatenation, - sym_array, - STATE(1997), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90298] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, - aux_sym_number_token1, - ACTIONS(4395), 1, - aux_sym_number_token2, - ACTIONS(4397), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, - sym__comment_word, - ACTIONS(4409), 1, - sym__empty_value, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(4611), 1, - sym_word, - ACTIONS(4613), 1, - sym__special_character, - ACTIONS(4617), 1, - sym_test_operator, - STATE(2448), 1, - aux_sym__literal_repeat1, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, 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, + [124754] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(4619), 1, - sym_word, - ACTIONS(4623), 1, - anon_sym_LPAREN, - ACTIONS(4625), 1, - anon_sym_DOLLAR, - ACTIONS(4627), 1, + ACTIONS(6465), 1, sym__special_character, - ACTIONS(4629), 1, - anon_sym_DQUOTE, - ACTIONS(4633), 1, + STATE(2545), 1, + aux_sym__literal_repeat1, + ACTIONS(3757), 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(4635), 1, aux_sym_number_token2, - ACTIONS(4637), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, - anon_sym_BQUOTE, - ACTIONS(4643), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4647), 1, - sym__comment_word, - ACTIONS(4649), 1, - sym__empty_value, - ACTIONS(4651), 1, + sym_word, + ACTIONS(3759), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(4653), 1, sym__brace_start, - STATE(3114), 1, - aux_sym__literal_repeat1, - ACTIONS(4621), 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(4631), 2, + anon_sym_DQUOTE, 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, - 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(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, - aux_sym__literal_repeat1, - ACTIONS(4657), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4667), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4681), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1403), 2, - sym_concatenation, - sym_array, - STATE(1209), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90535] = 3, - ACTIONS(3), 1, + [124797] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4693), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4691), 32, - anon_sym_SEMI, + 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, @@ -133564,6 +166686,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + [124836] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6301), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -133574,113 +166701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - 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, - 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4241), 1, - anon_sym_DQUOTE, - STATE(2741), 1, - sym_string, - ACTIONS(1139), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(4373), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4371), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 18, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - aux_sym_heredoc_redirect_token1, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [90704] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1261), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 32, - anon_sym_SEMI, + ACTIONS(6303), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -133701,107 +166722,51 @@ 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, - [90745] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [90794] = 22, - ACTIONS(3), 1, + anon_sym_RPAREN, + [124875] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, + ACTIONS(1920), 1, + anon_sym_RPAREN, + ACTIONS(6467), 1, + sym_word, + ACTIONS(6473), 1, anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(6476), 1, + sym__special_character, + ACTIONS(6479), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6485), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6488), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6491), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6494), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6497), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6500), 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(6506), 1, sym_test_operator, - STATE(2448), 1, + ACTIONS(6509), 1, + sym__brace_start, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4381), 2, + ACTIONS(6470), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4707), 2, + ACTIONS(6482), 2, sym_raw_string, sym_ansi_c_string, - STATE(2758), 2, + ACTIONS(6503), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2471), 2, sym_concatenation, - sym_array, - STATE(2952), 9, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133811,54 +166776,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90873] = 22, - ACTIONS(3), 1, + [124948] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(1709), 1, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(4489), 1, - anon_sym_LPAREN, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6457), 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(6461), 1, sym_test_operator, - STATE(1075), 1, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6512), 1, + anon_sym_RPAREN, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4487), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4715), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - STATE(1267), 2, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2471), 2, sym_concatenation, - sym_array, - STATE(825), 9, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133868,54 +166829,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90952] = 22, - ACTIONS(63), 1, + [125021] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4719), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4725), 1, - anon_sym_LPAREN, - ACTIONS(4728), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4731), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4734), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4740), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4743), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4746), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4749), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4752), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4755), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4761), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(4764), 1, - sym_extglob_pattern, - ACTIONS(4767), 1, + ACTIONS(6463), 1, sym__brace_start, - STATE(3715), 1, + ACTIONS(6514), 1, + anon_sym_RPAREN, + STATE(3556), 1, aux_sym__literal_repeat1, - STATE(3817), 1, - sym_concatenation, - ACTIONS(4722), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4737), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4758), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3649), 9, + STATE(2472), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133925,96 +166882,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91031] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [91080] = 22, - ACTIONS(3), 1, + [125094] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(2461), 1, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(2463), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(2465), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(6457), 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, + ACTIONS(6461), 1, sym_test_operator, - STATE(1707), 1, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6516), 1, + anon_sym_RPAREN, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(2459), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4774), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - STATE(1765), 2, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2471), 2, sym_concatenation, - sym_array, - STATE(1492), 9, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134024,16 +166935,27 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91159] = 3, - ACTIONS(3), 1, + [125167] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1245), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 32, - anon_sym_SEMI, + ACTIONS(6217), 2, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, + ACTIONS(6518), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(6522), 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(6520), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -134051,120 +166973,50 @@ 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, - [91200] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1327), 1, - anon_sym_DOLLAR, - ACTIONS(1333), 1, - aux_sym_number_token1, - ACTIONS(1335), 1, - aux_sym_number_token2, - ACTIONS(1339), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(4782), 1, - sym_word, - ACTIONS(4786), 1, - anon_sym_LPAREN, - ACTIONS(4788), 1, - sym__special_character, - ACTIONS(4790), 1, - anon_sym_DQUOTE, - ACTIONS(4794), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, - anon_sym_BQUOTE, - ACTIONS(4798), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4802), 1, - sym__comment_word, - ACTIONS(4804), 1, - sym__empty_value, - ACTIONS(4806), 1, - sym_test_operator, - STATE(849), 1, - aux_sym__literal_repeat1, - ACTIONS(4784), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4792), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4800), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(969), 2, - sym_concatenation, - sym_array, - STATE(661), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [91279] = 19, + [125210] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(5825), 1, anon_sym_SLASH, - ACTIONS(4275), 1, + ACTIONS(5827), 1, anon_sym_PERCENT, - ACTIONS(4277), 1, + ACTIONS(5829), 1, anon_sym_COLON, - ACTIONS(4529), 1, - anon_sym_AT, - ACTIONS(4808), 1, + ACTIONS(5833), 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, + ACTIONS(5835), 1, + anon_sym_AT, + ACTIONS(5837), 1, + anon_sym_STAR2, + ACTIONS(6524), 1, + anon_sym_LBRACK, + STATE(4769), 1, sym__expansion_max_length, - STATE(4271), 1, + STATE(4848), 1, + sym__expansion_operator, + STATE(4850), 1, sym__expansion_regex_removal, - STATE(4274), 1, + STATE(4851), 1, sym__expansion_regex_replacement, - STATE(4278), 1, + STATE(4854), 1, + sym__expansion_regex, + STATE(4855), 1, sym__expansion_expression, - ACTIONS(4271), 2, + ACTIONS(5823), 2, anon_sym_COMMA, anon_sym_CARET, - ACTIONS(4291), 2, + ACTIONS(5843), 2, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - ACTIONS(4279), 3, + ACTIONS(5831), 3, sym__immediate_double_hash, anon_sym_POUND, anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, + ACTIONS(5841), 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, + ACTIONS(5839), 8, anon_sym_EQ2, anon_sym_COLON_EQ, anon_sym_DASH3, @@ -134173,13 +167025,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_PLUS, anon_sym_QMARK2, anon_sym_COLON_QMARK, - [91352] = 3, - ACTIONS(3), 1, + [125281] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 32, - anon_sym_SEMI, + ACTIONS(6351), 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(6353), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134200,119 +167060,104 @@ 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, + [125320] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4659), 1, - anon_sym_LPAREN, - ACTIONS(4661), 1, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4683), 1, - sym__comment_word, - ACTIONS(4685), 1, - sym__empty_value, - ACTIONS(4689), 1, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(4812), 1, + ACTIONS(6526), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2525), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [125393] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, sym_word, - ACTIONS(4814), 1, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4818), 1, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, sym_test_operator, - STATE(1289), 1, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6528), 1, + anon_sym_RPAREN, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4657), 2, + ACTIONS(6435), 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(6445), 2, sym_raw_string, sym_ansi_c_string, - STATE(1403), 2, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2471), 2, sym_concatenation, - sym_array, - STATE(1057), 9, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134322,54 +167167,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91545] = 22, - ACTIONS(3), 1, + [125466] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4820), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4824), 1, - anon_sym_LPAREN, - ACTIONS(4826), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4830), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4848), 1, - sym__comment_word, - ACTIONS(4850), 1, - sym__empty_value, - ACTIONS(4852), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(4854), 1, + ACTIONS(6463), 1, sym__brace_start, - STATE(1815), 1, + ACTIONS(6530), 1, + anon_sym_RPAREN, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4822), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4832), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4846), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1834), 2, + STATE(2479), 2, sym_concatenation, - sym_array, - STATE(1611), 9, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134379,109 +167220,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91624] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1237), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [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_PLUS_PLUS, - anon_sym_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, - [91706] = 3, - ACTIONS(3), 1, + [125539] = 3, + ACTIONS(67), 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_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(6075), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134492,14 +167234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 32, - anon_sym_SEMI, + ACTIONS(6077), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134520,82 +167255,64 @@ 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, - [91788] = 3, - ACTIONS(3), 1, + anon_sym_RPAREN, + [125578] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1217), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 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, - [91829] = 3, - ACTIONS(3), 1, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6532), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2474), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [125651] = 3, + ACTIONS(67), 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_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(6075), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134606,14 +167323,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - [91870] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4866), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4864), 32, - anon_sym_SEMI, + ACTIONS(6077), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134634,103 +167345,209 @@ 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, - [91911] = 3, - ACTIONS(3), 1, + [125690] = 20, + ACTIONS(67), 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_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, - [91952] = 22, - ACTIONS(3), 1, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6534), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2489), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [125763] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4659), 1, - anon_sym_LPAREN, - ACTIONS(4661), 1, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4683), 1, - sym__comment_word, - ACTIONS(4685), 1, - sym__empty_value, - ACTIONS(4689), 1, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(4868), 1, + ACTIONS(6536), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2471), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [125836] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, sym_word, - ACTIONS(4870), 1, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4874), 1, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, sym_test_operator, - STATE(1289), 1, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6538), 1, + anon_sym_RPAREN, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4657), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(4872), 2, + STATE(2520), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [125909] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6540), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - STATE(1403), 2, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2471), 2, sym_concatenation, - sym_array, - STATE(1415), 9, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134740,54 +167557,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92031] = 22, - ACTIONS(3), 1, + [125982] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4876), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4880), 1, - anon_sym_LPAREN, - ACTIONS(4882), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4884), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4886), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4904), 1, - sym__comment_word, - ACTIONS(4906), 1, - sym__empty_value, - ACTIONS(4908), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(4910), 1, + ACTIONS(6463), 1, sym__brace_start, - STATE(1250), 1, + ACTIONS(6542), 1, + anon_sym_RPAREN, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4878), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4888), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4902), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1362), 2, + STATE(2485), 2, sym_concatenation, - sym_array, - STATE(971), 9, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134797,54 +167610,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92110] = 22, - ACTIONS(3), 1, + [126055] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4912), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4916), 1, - anon_sym_LPAREN, - ACTIONS(4918), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4920), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4922), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4940), 1, - sym__comment_word, - ACTIONS(4942), 1, - sym__empty_value, - ACTIONS(4944), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(4946), 1, + ACTIONS(6463), 1, sym__brace_start, - STATE(958), 1, + ACTIONS(6544), 1, + anon_sym_RPAREN, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4914), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4924), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4938), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1185), 2, + STATE(2471), 2, sym_concatenation, - sym_array, - STATE(760), 9, + aux_sym_for_statement_repeat1, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134854,19 +167663,24 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92189] = 5, - ACTIONS(3), 1, + [126128] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4950), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4443), 2, + ACTIONS(1170), 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(1172), 21, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4948), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_AMP, - ACTIONS(4445), 27, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -134884,66 +167698,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - [92234] = 10, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4962), 1, - sym_file_descriptor, - ACTIONS(4965), 1, - sym_variable_name, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(4959), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(4952), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(4956), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(4954), 13, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [92288] = 4, - ACTIONS(63), 1, + anon_sym_RPAREN, + [126167] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4968), 1, - anon_sym_EQ, - ACTIONS(4265), 10, + ACTIONS(6075), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134954,7 +167713,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4269), 21, + ACTIONS(6077), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -134975,13 +167735,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [92330] = 4, - ACTIONS(63), 1, + [126206] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4970), 1, - anon_sym_EQ, - ACTIONS(4265), 10, + ACTIONS(6003), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134992,7 +167749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4269), 21, + ACTIONS(6005), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135014,10 +167771,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92372] = 3, - ACTIONS(63), 1, + [126245] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 10, + ACTIONS(6075), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135028,7 +167785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1253), 21, + ACTIONS(6077), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135050,156 +167807,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92411] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4976), 1, - anon_sym_RPAREN, - 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, - 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, - [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, + [126284] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5006), 1, + ACTIONS(6546), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2039), 2, + STATE(2497), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135209,10 +167860,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92630] = 3, - ACTIONS(63), 1, + [126357] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1158), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135223,8 +167874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1160), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135245,10 +167895,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92669] = 3, - ACTIONS(63), 1, + anon_sym_RPAREN, + [126396] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 10, + ACTIONS(1162), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135259,8 +167910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1233), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1164), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135281,10 +167931,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92708] = 3, - ACTIONS(63), 1, + anon_sym_RPAREN, + [126435] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6548), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2471), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [126508] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 10, + ACTIONS(1166), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135295,7 +167999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1229), 21, + ACTIONS(1168), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135317,16 +168021,10 @@ 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, + [126547] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4447), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5008), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(5012), 10, + ACTIONS(6271), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135337,7 +168035,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5010), 17, + ACTIONS(6273), 21, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -135355,10 +168056,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92790] = 3, - ACTIONS(63), 1, + anon_sym_RPAREN, + [126586] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1186), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135369,7 +168071,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(1188), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135390,49 +168093,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [92829] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2003), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(3065), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [92872] = 3, - ACTIONS(63), 1, + [126625] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1166), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135443,7 +168107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(1168), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -135465,50 +168129,50 @@ 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, + [126664] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5016), 1, + ACTIONS(6550), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2487), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135518,10 +168182,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [92984] = 3, - ACTIONS(63), 1, + [126737] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(6301), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135532,7 +168196,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(6303), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135553,11 +168218,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93023] = 3, - ACTIONS(63), 1, + [126776] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(6271), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135568,7 +168232,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, + ACTIONS(6273), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135589,51 +168254,50 @@ 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, + [126815] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5018), 1, + ACTIONS(6552), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1987), 2, + STATE(2507), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135643,48 +168307,116 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93135] = 5, - ACTIONS(63), 1, + [126888] = 20, + ACTIONS(67), 1, sym_comment, - STATE(1991), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5020), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(4962), 1, anon_sym_DOLLAR, + ACTIONS(4968), 1, aux_sym_number_token1, + ACTIONS(4970), 1, aux_sym_number_token2, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6554), 1, sym_word, - ACTIONS(1185), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(6558), 1, sym_test_operator, - sym__brace_start, + STATE(4225), 1, + aux_sym__literal_repeat1, + ACTIONS(5491), 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(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6556), 2, sym_raw_string, sym_ansi_c_string, + STATE(4455), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4189), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [126961] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6560), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93178] = 3, - ACTIONS(63), 1, + STATE(2471), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [127034] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4864), 10, + ACTIONS(6003), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135695,7 +168427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4866), 21, + ACTIONS(6005), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135717,10 +168449,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [93217] = 3, - ACTIONS(63), 1, + [127073] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6562), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2471), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [127146] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6564), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2509), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [127219] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4691), 10, + ACTIONS(1202), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135731,7 +168569,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4693), 21, + ACTIONS(1204), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135752,51 +168591,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + [127258] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6566), 1, anon_sym_RPAREN, - [93256] = 20, - ACTIONS(63), 1, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2513), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [127331] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5023), 1, + ACTIONS(6568), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2041), 2, + STATE(2471), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -135806,10 +168697,101 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93329] = 3, - ACTIONS(63), 1, + [127404] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4962), 1, + anon_sym_DOLLAR, + ACTIONS(4968), 1, + aux_sym_number_token1, + ACTIONS(4970), 1, + aux_sym_number_token2, + ACTIONS(4974), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5495), 1, + sym__special_character, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, + anon_sym_BQUOTE, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6570), 1, + sym_word, + ACTIONS(6574), 1, + sym_test_operator, + STATE(4330), 1, + aux_sym__literal_repeat1, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6572), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4620), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4216), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [127477] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6465), 1, + sym__special_character, + STATE(2545), 1, + aux_sym__literal_repeat1, + ACTIONS(4234), 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(4236), 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, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [127520] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 10, + ACTIONS(1186), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135820,7 +168802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 21, + ACTIONS(1188), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135842,10 +168824,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [93368] = 3, - ACTIONS(63), 1, + [127559] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(6161), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(6518), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6522), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135856,11 +168844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(6520), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -135878,87 +168862,46 @@ 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, + [127602] = 3, + 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, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2977), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(1142), 10, + 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, - [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_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1179), 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, - [93495] = 3, - ACTIONS(63), 1, + ACTIONS(1144), 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, + [127641] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 10, + ACTIONS(1166), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135969,7 +168912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1217), 21, + ACTIONS(1168), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -135991,88 +168934,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_RPAREN, - [93534] = 5, - ACTIONS(63), 1, + [127680] = 20, + 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(6433), 1, + sym_word, + ACTIONS(6439), 1, anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, aux_sym_number_token1, + ACTIONS(6449), 1, aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(2969), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, sym_test_operator, + ACTIONS(6463), 1, sym__brace_start, + ACTIONS(6576), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 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(6445), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93577] = 20, - ACTIONS(63), 1, + STATE(2471), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [127753] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4303), 1, - anon_sym_RPAREN, - ACTIONS(5027), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(5033), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(5036), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(5039), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(5045), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(5048), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(5051), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5054), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5057), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(5060), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5066), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5069), 1, + ACTIONS(6463), 1, sym__brace_start, - STATE(3028), 1, + ACTIONS(6578), 1, + anon_sym_RPAREN, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(5030), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5042), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5063), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2471), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136082,10 +169040,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93650] = 3, - ACTIONS(63), 1, + [127826] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 10, + ACTIONS(1150), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136096,8 +169054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1225), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1152), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136118,89 +169075,11 @@ 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_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, + anon_sym_RPAREN, + [127865] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4860), 10, + ACTIONS(1206), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136211,7 +169090,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4862), 21, + ACTIONS(1208), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136232,11 +169112,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93820] = 3, - ACTIONS(63), 1, + [127904] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 10, + ACTIONS(6161), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(6580), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6584), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136247,10 +169132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1245), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(6582), 17, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -136268,129 +169150,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93859] = 7, - 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), 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, - 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, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1169), 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, - [93949] = 20, - ACTIONS(63), 1, + [127947] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5074), 1, + ACTIONS(6586), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2471), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136400,103 +169203,86 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94022] = 20, - ACTIONS(63), 1, + [128020] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + 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, + [128059] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4962), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4968), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4970), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4984), 1, + sym_extglob_pattern, + ACTIONS(4986), 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(5495), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5497), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5501), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5503), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5505), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6588), 1, + sym_word, + ACTIONS(6592), 1, sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5078), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(4201), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5491), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5507), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2061), 2, + ACTIONS(6590), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4406), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4186), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136506,16 +169292,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94168] = 5, - ACTIONS(63), 1, + [128132] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4447), 2, + ACTIONS(1158), 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(1160), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, - ACTIONS(5080), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(5084), 10, + 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, + [128171] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136526,7 +169342,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5082), 17, + ACTIONS(1164), 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, @@ -136544,10 +169364,10 @@ 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, + [128210] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 10, + ACTIONS(1150), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136558,7 +169378,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1225), 21, + ACTIONS(1152), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136579,49 +169400,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [94250] = 5, - ACTIONS(63), 1, + [128249] = 5, + ACTIONS(67), 1, sym_comment, - STATE(2003), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 9, + ACTIONS(6217), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(6580), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6584), 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(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, + ACTIONS(6582), 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, + [128292] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 10, + ACTIONS(1174), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136632,7 +169452,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1253), 21, + ACTIONS(1176), 21, + anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136653,142 +169474,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [94332] = 5, - 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, + [128331] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5088), 1, + ACTIONS(6594), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2471), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136798,10 +169527,10 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94521] = 3, - ACTIONS(63), 1, + [128404] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 10, + ACTIONS(1166), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136812,8 +169541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1217), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1168), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136834,10 +169562,11 @@ 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_RPAREN, + [128443] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(1178), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136848,7 +169577,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1207), 21, + ACTIONS(1180), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -136870,10 +169599,63 @@ 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, + [128482] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, + sym_word, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6441), 1, + sym__special_character, + ACTIONS(6443), 1, + anon_sym_DQUOTE, + ACTIONS(6447), 1, + aux_sym_number_token1, + ACTIONS(6449), 1, + aux_sym_number_token2, + ACTIONS(6451), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6453), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6461), 1, + sym_test_operator, + ACTIONS(6463), 1, + sym__brace_start, + ACTIONS(6596), 1, + anon_sym_RPAREN, + STATE(3556), 1, + aux_sym__literal_repeat1, + ACTIONS(6435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6445), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6459), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2544), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3431), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [128555] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 10, + ACTIONS(6075), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136884,8 +169666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1237), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(6077), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136906,10 +169687,11 @@ 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_RPAREN, + [128594] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(1170), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136920,7 +169702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1207), 21, + ACTIONS(1172), 21, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, anon_sym_PLUS_PLUS, @@ -136942,10 +169724,10 @@ 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, + [128633] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4864), 10, + ACTIONS(1178), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136956,8 +169738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4866), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1180), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -136978,50 +169759,87 @@ 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_RPAREN, + [128672] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(1142), 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(1144), 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, + [128711] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5090), 1, + ACTIONS(6598), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2471), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137031,50 +169849,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94789] = 20, - ACTIONS(63), 1, + [128784] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5092), 1, + ACTIONS(6600), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2024), 2, + STATE(2521), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137084,50 +169902,86 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94862] = 20, - ACTIONS(63), 1, + [128857] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(6351), 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(6353), 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, + [128896] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5094), 1, + ACTIONS(6602), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2471), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137137,135 +169991,128 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94935] = 20, - ACTIONS(63), 1, + [128969] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6604), 1, sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + STATE(2545), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(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(1212), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5002), 1, sym__brace_start, - ACTIONS(5096), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [95008] = 3, - ACTIONS(63), 1, + [129012] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1263), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(6609), 1, + anon_sym_DQUOTE, + STATE(3620), 1, + sym_string, + ACTIONS(6611), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6607), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1265), 21, - anon_sym_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_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, - [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_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, + [129059] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(6609), 1, + anon_sym_DQUOTE, + STATE(3620), 1, + sym_string, + ACTIONS(6611), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6607), 9, + anon_sym_DASH, + 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_RPAREN, - [95086] = 3, - ACTIONS(63), 1, + 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, + [129106] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4860), 10, + ACTIONS(1202), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137276,8 +170123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4862), 21, - anon_sym_RPAREN_RPAREN, + ACTIONS(1204), 21, anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -137298,50 +170144,51 @@ 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_RPAREN, + [129145] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(6433), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6439), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6441), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6461), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(5098), 1, + ACTIONS(6613), 1, anon_sym_RPAREN, - STATE(3028), 1, + STATE(3556), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6445), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2541), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(3431), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137351,50 +170198,303 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95198] = 20, + [129218] = 20, + 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(4972), 1, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(6615), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(6617), 1, + sym__special_character, + ACTIONS(6621), 1, + sym_test_operator, + ACTIONS(6623), 1, + sym_regex, + STATE(1179), 1, + aux_sym__literal_repeat1, + STATE(1407), 1, + sym_concatenation, + ACTIONS(43), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(65), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6619), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(888), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [129290] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(3554), 1, + sym_word, + ACTIONS(3558), 1, + sym_test_operator, + ACTIONS(6627), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6629), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(6625), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6631), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6639), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(743), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1757), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [129360] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, + sym_word, + ACTIONS(6643), 1, + anon_sym_RBRACK, + ACTIONS(6649), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6645), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(2012), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [129428] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2983), 1, + sym_variable_name, + ACTIONS(3159), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6651), 1, + anon_sym_LPAREN, + ACTIONS(6653), 1, + anon_sym_BANG, + ACTIONS(6659), 1, + anon_sym_DOLLAR, + ACTIONS(6661), 1, + anon_sym_DQUOTE, + ACTIONS(6663), 1, + aux_sym_number_token1, + ACTIONS(6665), 1, + aux_sym_number_token2, + ACTIONS(6667), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6669), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6671), 1, + anon_sym_BQUOTE, + ACTIONS(6673), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6655), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6657), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2321), 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, + [129500] = 18, + ACTIONS(3), 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(5100), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, + sym_word, + ACTIONS(6649), 1, + sym_test_operator, + ACTIONS(6675), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6645), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + STATE(2012), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [129568] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(3103), 1, + sym_word, + ACTIONS(3107), 1, + sym_test_operator, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6677), 1, + sym__special_character, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(6625), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2031), 2, + ACTIONS(6679), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(624), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(1449), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137404,122 +170504,306 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95271] = 3, - ACTIONS(63), 1, + [129638] = 20, + 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, - 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, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2951), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + 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, + [129710] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1233), 21, - anon_sym_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, - [95349] = 20, - ACTIONS(63), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6705), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2128), 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, + [129782] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6707), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2088), 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, + [129854] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(3103), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(3107), 1, + sym_test_operator, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6677), 1, + sym__special_character, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(6625), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6639), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6679), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(636), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1449), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [129924] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6185), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6187), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6189), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6193), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6195), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6197), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6199), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6201), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6203), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6213), 1, + sym__brace_start, + ACTIONS(6709), 1, + sym_word, + ACTIONS(6713), 1, sym_test_operator, - ACTIONS(5002), 1, + STATE(1143), 1, + aux_sym__literal_repeat1, + ACTIONS(6181), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6205), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6711), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(469), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(868), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [129994] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3503), 1, + anon_sym_DOLLAR, + ACTIONS(3507), 1, + anon_sym_DQUOTE, + ACTIONS(3511), 1, + aux_sym_number_token1, + ACTIONS(3513), 1, + aux_sym_number_token2, + ACTIONS(3515), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3517), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3519), 1, + anon_sym_BQUOTE, + ACTIONS(3521), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3525), 1, + sym_test_operator, + ACTIONS(3527), 1, sym__brace_start, - ACTIONS(5102), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(6715), 1, + sym__special_character, + STATE(2001), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(3501), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(3509), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(3523), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1977), 2, + STATE(741), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(1839), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137529,160 +170813,134 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95422] = 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_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, - [95461] = 5, - ACTIONS(63), 1, + [130064] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4950), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5008), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(5012), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5010), 17, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [95504] = 3, - ACTIONS(63), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6717), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2249), 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, + [130136] = 3, + ACTIONS(67), 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, + ACTIONS(1125), 10, 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, - sym_comment, - ACTIONS(4972), 1, + 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(4978), 1, + ACTIONS(1127), 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, + [130174] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(5104), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, + sym_word, + ACTIONS(6649), 1, + sym_test_operator, + ACTIONS(6719), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + ACTIONS(6645), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137692,86 +170950,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95616] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1237), 21, - anon_sym_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, - [95655] = 20, - ACTIONS(63), 1, + [130242] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(5106), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, + sym_word, + ACTIONS(6649), 1, + sym_test_operator, + ACTIONS(6721), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + ACTIONS(6645), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137781,50 +171000,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95728] = 20, - ACTIONS(63), 1, + [130310] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(6185), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(6187), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6189), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6193), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6195), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6197), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6199), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6201), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6203), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6213), 1, sym__brace_start, - ACTIONS(5108), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(6709), 1, + sym_word, + ACTIONS(6713), 1, + sym_test_operator, + STATE(1143), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6181), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6205), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2027), 2, + ACTIONS(6711), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(455), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(868), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137834,124 +171051,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95801] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1221), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [95840] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4950), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - ACTIONS(5080), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(5084), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5082), 17, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [95883] = 20, - ACTIONS(63), 1, + [130380] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(3103), 1, + sym_word, + ACTIONS(3107), 1, + sym_test_operator, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6637), 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, + ACTIONS(6677), 1, + sym__special_character, + STATE(1596), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + ACTIONS(6679), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(605), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(1449), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137961,175 +171102,256 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95956] = 20, - ACTIONS(63), 1, + [130450] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6703), 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, + ACTIONS(6723), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [96029] = 3, - ACTIONS(63), 1, + [130522] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4856), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4858), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [96068] = 3, - ACTIONS(63), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6725), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2142), 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, + [130594] = 20, + 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_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, - [96107] = 20, - ACTIONS(63), 1, + ACTIONS(2983), 1, + sym_variable_name, + ACTIONS(6651), 1, + anon_sym_LPAREN, + ACTIONS(6653), 1, + anon_sym_BANG, + ACTIONS(6659), 1, + anon_sym_DOLLAR, + ACTIONS(6661), 1, + anon_sym_DQUOTE, + ACTIONS(6663), 1, + aux_sym_number_token1, + ACTIONS(6665), 1, + aux_sym_number_token2, + ACTIONS(6667), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6669), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6671), 1, + anon_sym_BQUOTE, + ACTIONS(6673), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6727), 1, + aux_sym__simple_variable_name_token1, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6655), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6657), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2283), 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, + [130666] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(6729), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2288), 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, + [130738] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2796), 1, sym__brace_start, - ACTIONS(5114), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(3103), 1, + sym_word, + ACTIONS(3107), 1, + sym_test_operator, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6677), 1, + sym__special_character, + STATE(1596), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2059), 2, + ACTIONS(6679), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(622), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(1449), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138139,138 +171361,136 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96180] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4856), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4858), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [96219] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 1, - anon_sym_SLASH, - ACTIONS(4275), 1, - anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4281), 1, - anon_sym_RBRACE3, - ACTIONS(4283), 1, - anon_sym_AT, - ACTIONS(4285), 1, - anon_sym_STAR2, - ACTIONS(5116), 1, - anon_sym_LBRACK, - STATE(4192), 1, - sym__expansion_operator, - STATE(4193), 1, - sym__expansion_max_length, - STATE(4194), 1, - sym__expansion_regex_removal, - STATE(4195), 1, - sym__expansion_regex_replacement, - STATE(4197), 1, - sym__expansion_regex, - STATE(4198), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, - anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, - anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [96290] = 20, - ACTIONS(63), 1, + [130808] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(6731), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + 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, + [130880] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2016), 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(2018), 20, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5002), 1, sym__brace_start, - ACTIONS(5118), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + [130918] = 20, + 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(6733), 1, + sym_word, + ACTIONS(6735), 1, + sym__special_character, + ACTIONS(6739), 1, + sym_test_operator, + ACTIONS(6741), 1, + sym_regex, + STATE(1253), 1, + aux_sym__literal_repeat1, + STATE(1303), 1, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6737), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(904), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138280,122 +171500,204 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96363] = 3, - ACTIONS(63), 1, + [130990] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1245), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - [96402] = 3, - ACTIONS(63), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2955), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [131062] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1265), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [96441] = 20, - ACTIONS(63), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6743), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2094), 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, + [131134] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(2983), 1, + sym_variable_name, + ACTIONS(2985), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6651), 1, + anon_sym_LPAREN, + ACTIONS(6653), 1, + anon_sym_BANG, + ACTIONS(6659), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6661), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6663), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6665), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6667), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6669), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6671), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6673), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6655), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6657), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2300), 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, + [131206] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2770), 1, + sym_word, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2794), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(2796), 1, sym__brace_start, - ACTIONS(5120), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6745), 1, + sym__special_character, + STATE(1596), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + ACTIONS(6747), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(554), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138405,50 +171707,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96514] = 20, - ACTIONS(63), 1, + [131276] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(5927), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5929), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5931), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5935), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5937), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5939), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5941), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5943), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5945), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(5955), 1, sym__brace_start, - ACTIONS(5122), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(6749), 1, + sym_word, + ACTIONS(6753), 1, + sym_test_operator, + STATE(2467), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(5923), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2055), 2, + ACTIONS(6751), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1696), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(2427), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138458,139 +171758,152 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96587] = 3, - ACTIONS(63), 1, + [131346] = 20, + ACTIONS(67), 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, - [96626] = 20, - ACTIONS(63), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6755), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2120), 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, + [131418] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6703), 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, + ACTIONS(6757), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2140), 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, - [96699] = 20, - ACTIONS(63), 1, + [131490] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(3761), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(3765), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(3767), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(3769), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(3773), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(3775), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(3777), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(3779), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(3781), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(3783), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(3787), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(3789), 1, sym__brace_start, - ACTIONS(5126), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(2138), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(3763), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(3771), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(3785), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(779), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(1923), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138600,88 +171913,138 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96772] = 5, - ACTIONS(63), 1, + [131560] = 20, + 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, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, aux_sym_number_token1, + ACTIONS(6695), 1, aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(3069), 19, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6759), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + 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, + [131632] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6761), 1, + aux_sym_concatenation_token1, + ACTIONS(6763), 1, + sym__concat, + STATE(2730), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 3, sym_file_descriptor, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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_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, sym__special_character, - anon_sym_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, + [131676] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(2798), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(2802), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(2822), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(5128), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(6767), 1, + sym__special_character, + ACTIONS(6769), 1, + anon_sym_DQUOTE, + ACTIONS(6773), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6775), 1, + anon_sym_BQUOTE, + ACTIONS(6777), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1563), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + ACTIONS(6765), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(6771), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(6779), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(573), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2890), 9, + STATE(1368), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138691,252 +172054,203 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96888] = 7, - ACTIONS(3), 1, + [131746] = 19, + ACTIONS(67), 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, + ACTIONS(3761), 1, + sym_word, + ACTIONS(3765), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - [96934] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(5132), 1, + ACTIONS(3767), 1, + sym__special_character, + ACTIONS(3769), 1, anon_sym_DQUOTE, - STATE(3105), 1, - sym_string, - ACTIONS(5134), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [96980] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1259), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(3773), 1, aux_sym_number_token1, + ACTIONS(3775), 1, aux_sym_number_token2, + ACTIONS(3777), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3779), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3781), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1261), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(3783), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3787), 1, sym_test_operator, + ACTIONS(3789), 1, sym__brace_start, + STATE(2138), 1, + aux_sym__literal_repeat1, + ACTIONS(3763), 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(3771), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(3785), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97018] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5138), 1, - anon_sym_DQUOTE, - STATE(2924), 1, + STATE(784), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1923), 9, + sym_arithmetic_expansion, + sym_brace_expression, 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, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [131816] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(6689), 1, 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, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, aux_sym_number_token1, + ACTIONS(6695), 1, aux_sym_number_token2, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, anon_sym_BQUOTE, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [97064] = 20, - ACTIONS(63), 1, + ACTIONS(6781), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2175), 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, + [131888] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(713), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(6703), 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, + ACTIONS(6783), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2187), 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, - [97136] = 19, - ACTIONS(63), 1, + [131960] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4229), 1, + ACTIONS(2146), 1, sym_word, - ACTIONS(4237), 1, + ACTIONS(2154), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(2160), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(2162), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(2166), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4257), 1, + ACTIONS(2174), 1, sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(2176), 1, sym__brace_start, - ACTIONS(5152), 1, + ACTIONS(6787), 1, sym__special_character, - ACTIONS(5154), 1, + ACTIONS(6789), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(6793), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(6795), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(6797), 1, anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, + STATE(1329), 1, aux_sym__literal_repeat1, - ACTIONS(5150), 2, + ACTIONS(6785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, + ACTIONS(6791), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5164), 2, + ACTIONS(6799), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1901), 2, + STATE(501), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2519), 9, + STATE(1016), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138946,88 +172260,205 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97206] = 7, - ACTIONS(3), 1, + [132030] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5138), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, anon_sym_DQUOTE, - STATE(2924), 1, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6801), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2309), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - ACTIONS(1135), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(5140), 2, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [132102] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6803), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5136), 9, - anon_sym_DASH, - anon_sym_STAR, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2086), 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, + [132174] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(6689), 1, 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, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, aux_sym_number_token1, + ACTIONS(6695), 1, aux_sym_number_token2, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, anon_sym_BQUOTE, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [97252] = 20, - ACTIONS(63), 1, + ACTIONS(6805), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2168), 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, + [132246] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(637), 1, anon_sym_DOLLAR, - 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(3153), 1, - sym__special_character, - ACTIONS(5166), 1, + ACTIONS(6807), 1, sym_word, - ACTIONS(5170), 1, + ACTIONS(6809), 1, + sym__special_character, + ACTIONS(6813), 1, sym_test_operator, - ACTIONS(5172), 1, + ACTIONS(6815), 1, sym_regex, - STATE(1004), 1, + STATE(1002), 1, aux_sym__literal_repeat1, - STATE(1238), 1, + STATE(1178), 1, sym_concatenation, - 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(5168), 2, + ACTIONS(6811), 2, sym_raw_string, sym_ansi_c_string, - STATE(1262), 9, + STATE(797), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139037,84 +172468,204 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97324] = 3, - ACTIONS(63), 1, + [132318] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1211), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, aux_sym_number_token1, + ACTIONS(6695), 1, aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1213), 21, - sym_file_descriptor, - sym__concat, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6817), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + 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, + [132390] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2760), 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, - aux_sym_concatenation_token1, - sym__special_character, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [97362] = 20, - ACTIONS(63), 1, + ACTIONS(6819), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2100), 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, + [132462] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6821), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2164), 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, + [132534] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(3604), 1, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, + ACTIONS(2796), 1, sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, + ACTIONS(3103), 1, + sym_word, + ACTIONS(3107), 1, + sym_test_operator, + ACTIONS(6629), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(6633), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6637), 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, + ACTIONS(6677), 1, + sym__special_character, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(3903), 1, - sym_concatenation, - ACTIONS(4165), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5176), 2, + ACTIONS(6679), 2, sym_raw_string, sym_ansi_c_string, - STATE(3642), 9, + STATE(609), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1449), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139124,49 +172675,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97434] = 20, - ACTIONS(63), 1, + [132604] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(6361), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(6363), 1, + sym__special_character, + ACTIONS(6365), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(6369), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(6371), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(6373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(6375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(6377), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(6379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(6389), 1, sym__brace_start, - ACTIONS(2576), 1, - sym__special_character, - ACTIONS(5182), 1, + ACTIONS(6823), 1, sym_word, - ACTIONS(5186), 1, + ACTIONS(6827), 1, sym_test_operator, - ACTIONS(5188), 1, - sym_regex, - STATE(1593), 1, + STATE(1476), 1, aux_sym__literal_repeat1, - STATE(1663), 1, - sym_concatenation, - ACTIONS(965), 2, + ACTIONS(6357), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(6381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5184), 2, + ACTIONS(6825), 2, sym_raw_string, sym_ansi_c_string, - STATE(1384), 9, + STATE(511), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1167), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139176,154 +172726,202 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97506] = 3, - ACTIONS(63), 1, + [132674] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2881), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, aux_sym_number_token1, + ACTIONS(6695), 1, aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, 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, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [97544] = 3, - ACTIONS(63), 1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + 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, + [132746] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(6829), 1, + sym_word, + ACTIONS(6833), 1, anon_sym_DOLLAR, + ACTIONS(6835), 1, + sym__special_character, + ACTIONS(6837), 1, + anon_sym_DQUOTE, + ACTIONS(6841), 1, aux_sym_number_token1, + ACTIONS(6843), 1, aux_sym_number_token2, + ACTIONS(6845), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6847), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6849), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1249), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(6851), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6855), 1, sym_test_operator, + ACTIONS(6857), 1, sym__brace_start, + STATE(1910), 1, + aux_sym__literal_repeat1, + ACTIONS(6831), 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(6839), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(6853), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97582] = 3, - ACTIONS(63), 1, + STATE(667), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1735), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [132816] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2774), 1, anon_sym_DOLLAR, + ACTIONS(2780), 1, aux_sym_number_token1, + ACTIONS(2782), 1, aux_sym_number_token2, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(3554), 1, sym_word, - ACTIONS(1217), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(3558), 1, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(6627), 1, sym__special_character, + ACTIONS(6629), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(6633), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(6625), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6631), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97620] = 20, - ACTIONS(63), 1, + STATE(723), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1757), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [132886] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(3604), 1, + ACTIONS(2798), 1, + sym_word, + ACTIONS(2802), 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(2822), 1, + sym_test_operator, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(6767), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(6769), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(6773), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6775), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6777), 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, + STATE(1563), 1, aux_sym__literal_repeat1, - STATE(3914), 1, - sym_concatenation, - ACTIONS(4165), 2, + ACTIONS(6765), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5192), 2, + ACTIONS(6771), 2, sym_raw_string, sym_ansi_c_string, - STATE(3641), 9, + ACTIONS(6779), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(584), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1368), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139333,231 +172931,253 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97692] = 3, - ACTIONS(63), 1, + [132956] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2798), 1, + sym_word, + 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, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1245), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(2822), 1, sym_test_operator, + ACTIONS(2824), 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(6767), 1, sym__special_character, + ACTIONS(6769), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(6773), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6775), 1, + anon_sym_BQUOTE, + ACTIONS(6777), 1, anon_sym_DOLLAR_BQUOTE, + STATE(1563), 1, + aux_sym__literal_repeat1, + ACTIONS(6765), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6771), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6779), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97730] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(5132), 1, - anon_sym_DQUOTE, - STATE(3105), 1, + STATE(565), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1368), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(5134), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, - anon_sym_DASH, - anon_sym_STAR, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [133026] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(6689), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_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, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6859), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2101), 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, + [133098] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1239), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2774), 1, anon_sym_DOLLAR, + ACTIONS(2780), 1, aux_sym_number_token1, + ACTIONS(2782), 1, aux_sym_number_token2, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(3554), 1, sym_word, - ACTIONS(1241), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(3558), 1, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(6627), 1, sym__special_character, + ACTIONS(6629), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(6633), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, + STATE(1596), 1, + aux_sym__literal_repeat1, + ACTIONS(6625), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6631), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97814] = 3, - ACTIONS(63), 1, + STATE(724), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1757), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [133168] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(4404), 1, + sym_word, + ACTIONS(4408), 1, anon_sym_DOLLAR, + ACTIONS(4414), 1, aux_sym_number_token1, + ACTIONS(4416), 1, aux_sym_number_token2, + ACTIONS(4420), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1203), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(4428), 1, sym_test_operator, + ACTIONS(4430), 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(6863), 1, sym__special_character, + ACTIONS(6865), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(6869), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6871), 1, + anon_sym_BQUOTE, + ACTIONS(6873), 1, anon_sym_DOLLAR_BQUOTE, + STATE(2410), 1, + aux_sym__literal_repeat1, + ACTIONS(6861), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6867), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6875), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [97852] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - [97898] = 19, - ACTIONS(63), 1, + STATE(1282), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + 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, + [133238] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4229), 1, + ACTIONS(4404), 1, sym_word, - ACTIONS(4237), 1, + ACTIONS(4408), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(4414), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(4416), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(4420), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4428), 1, sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(4430), 1, sym__brace_start, - ACTIONS(5152), 1, + ACTIONS(6863), 1, sym__special_character, - ACTIONS(5154), 1, + ACTIONS(6865), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(6871), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(6873), 1, anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, + STATE(2410), 1, aux_sym__literal_repeat1, - ACTIONS(5150), 2, + ACTIONS(6861), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, + ACTIONS(6867), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5164), 2, + ACTIONS(6875), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1905), 2, + STATE(1289), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2519), 9, + STATE(2340), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139567,49 +173187,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [97968] = 20, - ACTIONS(63), 1, + [133308] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(3604), 1, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 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, + ACTIONS(4461), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5198), 1, + ACTIONS(6641), 1, sym_word, - ACTIONS(5202), 1, + ACTIONS(6649), 1, sym_test_operator, - ACTIONS(5204), 1, - sym_extglob_pattern, - STATE(3723), 1, - aux_sym__literal_repeat1, - STATE(4018), 1, - sym_concatenation, - ACTIONS(4165), 2, + ACTIONS(6877), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5200), 2, + ACTIONS(6645), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3716), 9, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139619,189 +173237,357 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98040] = 3, - ACTIONS(63), 1, + [133376] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5636), 1, + sym_word, + ACTIONS(5644), 1, anon_sym_DOLLAR, + ACTIONS(5650), 1, aux_sym_number_token1, + ACTIONS(5652), 1, aux_sym_number_token2, + ACTIONS(5656), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1265), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5664), 1, sym_test_operator, + ACTIONS(5666), 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(6881), 1, sym__special_character, + ACTIONS(6883), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(6887), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6889), 1, + anon_sym_BQUOTE, + ACTIONS(6891), 1, anon_sym_DOLLAR_BQUOTE, + STATE(3386), 1, + aux_sym__literal_repeat1, + ACTIONS(6879), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6885), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6893), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98078] = 3, - ACTIONS(63), 1, + STATE(2366), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3168), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [133446] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1255), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, aux_sym_number_token1, + ACTIONS(6695), 1, aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1257), 21, - sym_file_descriptor, - sym__concat, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6895), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + 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, + [133518] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2981), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2983), 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, - aux_sym_concatenation_token1, - sym__special_character, + ACTIONS(6651), 1, + anon_sym_LPAREN, + ACTIONS(6653), 1, + anon_sym_BANG, + ACTIONS(6659), 1, + anon_sym_DOLLAR, + ACTIONS(6661), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(6663), 1, + aux_sym_number_token1, + ACTIONS(6665), 1, + aux_sym_number_token2, + ACTIONS(6667), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6669), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6671), 1, + anon_sym_BQUOTE, + ACTIONS(6673), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98116] = 3, - ACTIONS(63), 1, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6655), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6657), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2316), 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, + [133590] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(1183), 9, - anon_sym_LT, - anon_sym_GT, - 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(4461), 1, anon_sym_BQUOTE, + ACTIONS(6641), 1, sym_word, - ACTIONS(1185), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(6649), 1, sym_test_operator, - sym__brace_start, + ACTIONS(6897), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6645), 2, sym__special_character, - anon_sym_DQUOTE, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98154] = 3, - ACTIONS(63), 1, + STATE(2012), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [133658] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1267), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3503), 1, anon_sym_DOLLAR, + ACTIONS(3507), 1, + anon_sym_DQUOTE, + ACTIONS(3511), 1, aux_sym_number_token1, + ACTIONS(3513), 1, aux_sym_number_token2, + ACTIONS(3515), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3517), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3519), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1269), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(3521), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3525), 1, sym_test_operator, + ACTIONS(3527), 1, sym__brace_start, + ACTIONS(6715), 1, + sym__special_character, + STATE(2001), 1, + aux_sym__literal_repeat1, + ACTIONS(3501), 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(3509), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(3523), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98192] = 20, - ACTIONS(63), 1, + STATE(715), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1839), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [133728] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6899), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [133800] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(917), 1, anon_sym_DOLLAR, - ACTIONS(495), 1, + ACTIONS(921), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(925), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(927), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(933), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(943), 1, sym__brace_start, - ACTIONS(3129), 1, + ACTIONS(2840), 1, sym__special_character, - ACTIONS(5206), 1, + ACTIONS(6901), 1, sym_word, - ACTIONS(5210), 1, + ACTIONS(6905), 1, sym_test_operator, - ACTIONS(5212), 1, + ACTIONS(6907), 1, sym_regex, - STATE(754), 1, + STATE(1847), 1, aux_sym__literal_repeat1, - STATE(910), 1, + STATE(1941), 1, sym_concatenation, - ACTIONS(455), 2, + ACTIONS(915), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(937), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5208), 2, + ACTIONS(6903), 2, sym_raw_string, sym_ansi_c_string, - STATE(588), 9, + STATE(1597), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139811,48 +173597,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98264] = 19, - ACTIONS(63), 1, + [133872] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4229), 1, + ACTIONS(6829), 1, sym_word, - ACTIONS(4237), 1, + ACTIONS(6833), 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, + ACTIONS(6835), 1, sym__special_character, - ACTIONS(5154), 1, + ACTIONS(6837), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(6841), 1, + aux_sym_number_token1, + ACTIONS(6843), 1, + aux_sym_number_token2, + ACTIONS(6845), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(6847), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6849), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(6851), 1, anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, + ACTIONS(6855), 1, + sym_test_operator, + ACTIONS(6857), 1, + sym__brace_start, + STATE(1910), 1, aux_sym__literal_repeat1, - ACTIONS(5150), 2, + ACTIONS(6831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, + ACTIONS(6839), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5164), 2, + ACTIONS(6853), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1915), 2, + STATE(677), 2, sym_concatenation, aux_sym_for_statement_repeat1, - STATE(2519), 9, + STATE(1735), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139862,49 +173648,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98334] = 20, - ACTIONS(63), 1, + [133942] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5214), 1, + ACTIONS(3761), 1, sym_word, - ACTIONS(5218), 1, + ACTIONS(3765), 1, anon_sym_DOLLAR, - ACTIONS(5220), 1, + ACTIONS(3767), 1, sym__special_character, - ACTIONS(5222), 1, + ACTIONS(3769), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(3773), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(3775), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(3777), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5232), 1, - anon_sym_RBRACE3, - ACTIONS(5234), 1, + ACTIONS(3779), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(3781), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(3783), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5242), 1, + ACTIONS(3787), 1, sym_test_operator, - ACTIONS(5244), 1, + ACTIONS(3789), 1, sym__brace_start, - STATE(3725), 1, + STATE(2138), 1, aux_sym__literal_repeat1, - STATE(3997), 1, - sym_concatenation, - ACTIONS(5216), 2, + ACTIONS(3763), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5224), 2, + ACTIONS(3771), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5240), 2, + ACTIONS(3785), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3712), 9, + STATE(802), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1923), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139914,49 +173699,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98406] = 20, - ACTIONS(41), 1, + [134012] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(45), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(63), 1, + ACTIONS(6909), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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, + [134084] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(71), 1, + ACTIONS(2774), 1, + anon_sym_DOLLAR, + ACTIONS(2780), 1, + aux_sym_number_token1, + ACTIONS(2782), 1, + aux_sym_number_token2, + ACTIONS(2786), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2796), 1, sym__brace_start, - ACTIONS(3147), 1, - sym__special_character, - ACTIONS(5246), 1, + ACTIONS(3554), 1, sym_word, - ACTIONS(5250), 1, + ACTIONS(3558), 1, sym_test_operator, - ACTIONS(5252), 1, - sym_regex, - STATE(984), 1, + ACTIONS(6627), 1, + sym__special_character, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(1179), 1, - sym_concatenation, - ACTIONS(13), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5248), 2, + ACTIONS(6631), 2, sym_raw_string, sym_ansi_c_string, - STATE(739), 9, + ACTIONS(6639), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(730), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1757), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139966,49 +173802,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98478] = 20, - ACTIONS(63), 1, + [134154] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(6013), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(6015), 1, + sym__special_character, + ACTIONS(6017), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(6021), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(6023), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(6025), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(6027), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(6029), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(6041), 1, sym__brace_start, - ACTIONS(3112), 1, - sym__special_character, - ACTIONS(5172), 1, - sym_regex, - ACTIONS(5254), 1, + ACTIONS(6911), 1, sym_word, - ACTIONS(5258), 1, + ACTIONS(6915), 1, sym_test_operator, - STATE(1004), 1, + STATE(1973), 1, aux_sym__literal_repeat1, - STATE(1238), 1, - sym_concatenation, - ACTIONS(389), 2, + ACTIONS(6009), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(6033), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5256), 2, + ACTIONS(6913), 2, sym_raw_string, sym_ansi_c_string, - STATE(692), 9, + STATE(727), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1792), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140018,372 +173853,391 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98550] = 3, - ACTIONS(63), 1, + [134224] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, aux_sym_number_token1, + ACTIONS(6695), 1, aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1233), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98588] = 3, - ACTIONS(63), 1, + ACTIONS(6917), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [134296] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2146), 1, + sym_word, + ACTIONS(2154), 1, anon_sym_DOLLAR, + ACTIONS(2160), 1, aux_sym_number_token1, + ACTIONS(2162), 1, aux_sym_number_token2, + ACTIONS(2166), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1225), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(2174), 1, sym_test_operator, + ACTIONS(2176), 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(6787), 1, sym__special_character, + ACTIONS(6789), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(6793), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6795), 1, + anon_sym_BQUOTE, + ACTIONS(6797), 1, anon_sym_DOLLAR_BQUOTE, + STATE(1329), 1, + aux_sym__literal_repeat1, + ACTIONS(6785), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6791), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6799), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98626] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5262), 1, - anon_sym_DQUOTE, - STATE(3082), 1, + STATE(499), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1016), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(5264), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [98672] = 3, - ACTIONS(63), 1, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [134366] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(6013), 1, anon_sym_DOLLAR, + ACTIONS(6015), 1, + sym__special_character, + ACTIONS(6017), 1, + anon_sym_DQUOTE, + ACTIONS(6021), 1, aux_sym_number_token1, + ACTIONS(6023), 1, aux_sym_number_token2, + ACTIONS(6025), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6027), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6029), 1, anon_sym_BQUOTE, + ACTIONS(6031), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6041), 1, + sym__brace_start, + ACTIONS(6911), 1, sym_word, - ACTIONS(1229), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(6915), 1, sym_test_operator, - sym__brace_start, + STATE(1973), 1, + aux_sym__literal_repeat1, + ACTIONS(6009), 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(6033), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98710] = 3, - ACTIONS(63), 1, + ACTIONS(6913), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(686), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1792), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [134436] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2983), 1, + sym_variable_name, + ACTIONS(6651), 1, + anon_sym_LPAREN, + ACTIONS(6653), 1, + anon_sym_BANG, + ACTIONS(6659), 1, anon_sym_DOLLAR, + ACTIONS(6661), 1, + anon_sym_DQUOTE, + ACTIONS(6663), 1, aux_sym_number_token1, + ACTIONS(6665), 1, aux_sym_number_token2, + ACTIONS(6667), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6669), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6671), 1, 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, + ACTIONS(6673), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98748] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5262), 1, - anon_sym_DQUOTE, - STATE(3082), 1, - sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(5264), 2, + ACTIONS(6919), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6655), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6657), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2313), 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, + [134508] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1808), 10, 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, - 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, + ACTIONS(1810), 20, 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, - [98832] = 3, - ACTIONS(63), 1, + [134546] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(6085), 1, anon_sym_DOLLAR, + ACTIONS(6087), 1, + sym__special_character, + ACTIONS(6089), 1, + anon_sym_DQUOTE, + ACTIONS(6093), 1, aux_sym_number_token1, + ACTIONS(6095), 1, aux_sym_number_token2, + ACTIONS(6097), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6101), 1, anon_sym_BQUOTE, + ACTIONS(6103), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6113), 1, + sym__brace_start, + ACTIONS(6921), 1, sym_word, - ACTIONS(1237), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(6925), 1, sym_test_operator, - sym__brace_start, + STATE(1452), 1, + aux_sym__literal_repeat1, + ACTIONS(6081), 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(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98870] = 3, - ACTIONS(63), 1, + ACTIONS(6923), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(675), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1708), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [134616] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(6085), 1, anon_sym_DOLLAR, + ACTIONS(6087), 1, + sym__special_character, + ACTIONS(6089), 1, + anon_sym_DQUOTE, + ACTIONS(6093), 1, aux_sym_number_token1, + ACTIONS(6095), 1, aux_sym_number_token2, + ACTIONS(6097), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(6101), 1, anon_sym_BQUOTE, + ACTIONS(6103), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6113), 1, + sym__brace_start, + ACTIONS(6921), 1, sym_word, - ACTIONS(1207), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(6925), 1, sym_test_operator, - sym__brace_start, + STATE(1452), 1, + aux_sym__literal_repeat1, + ACTIONS(6081), 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(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98908] = 20, - ACTIONS(63), 1, + ACTIONS(6923), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(659), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1708), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [134686] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2770), 1, + sym_word, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(2794), 1, + sym_test_operator, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(3118), 1, + ACTIONS(6745), 1, sym__special_character, - ACTIONS(5172), 1, - sym_regex, - ACTIONS(5266), 1, - sym_word, - ACTIONS(5270), 1, - sym_test_operator, - STATE(1004), 1, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(1238), 1, - sym_concatenation, - ACTIONS(389), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5268), 2, + ACTIONS(6747), 2, sym_raw_string, sym_ansi_c_string, - STATE(866), 9, + STATE(548), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140393,47 +174247,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98980] = 19, - ACTIONS(63), 1, + [134756] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5272), 1, - sym_word, - ACTIONS(5276), 1, + ACTIONS(6085), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, - sym__special_character, - ACTIONS(5280), 1, + ACTIONS(6089), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(6095), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5298), 1, - sym_test_operator, - ACTIONS(5300), 1, + ACTIONS(6113), 1, sym__brace_start, - STATE(2644), 1, + ACTIONS(6287), 1, + sym__special_character, + ACTIONS(6927), 1, + sym_word, + ACTIONS(6931), 1, + sym_test_operator, + STATE(1452), 1, aux_sym__literal_repeat1, - STATE(2837), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5282), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5296), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2674), 9, + ACTIONS(6929), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(542), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1341), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140443,47 +174298,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99049] = 19, - ACTIONS(63), 1, + [134826] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(6085), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, - sym__special_character, - ACTIONS(5280), 1, + ACTIONS(6089), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(6095), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(6113), 1, sym__brace_start, - ACTIONS(5302), 1, + ACTIONS(6287), 1, + sym__special_character, + ACTIONS(6927), 1, sym_word, - ACTIONS(5306), 1, + ACTIONS(6931), 1, sym_test_operator, - STATE(2648), 1, + STATE(1452), 1, aux_sym__literal_repeat1, - STATE(2811), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5304), 2, + ACTIONS(6929), 2, sym_raw_string, sym_ansi_c_string, - STATE(2671), 9, + STATE(556), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1341), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140493,46 +174349,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99118] = 18, - ACTIONS(3), 1, + [134896] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(6311), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(6313), 1, + sym__special_character, + ACTIONS(6315), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6319), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6321), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6323), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6325), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(6327), 1, + anon_sym_BQUOTE, + ACTIONS(6329), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(6339), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(6933), 1, sym_word, - ACTIONS(5310), 1, - anon_sym_RBRACK, - ACTIONS(5316), 1, + ACTIONS(6937), 1, sym_test_operator, - ACTIONS(348), 2, + STATE(1362), 1, + aux_sym__literal_repeat1, + ACTIONS(6307), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(6331), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(6935), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(481), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1036), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140542,47 +174400,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99185] = 19, - ACTIONS(63), 1, + [134966] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, - anon_sym_BQUOTE, - ACTIONS(4679), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(2796), 1, sym__brace_start, - ACTIONS(4814), 1, - sym__special_character, - ACTIONS(5318), 1, + ACTIONS(3103), 1, sym_word, - ACTIONS(5322), 1, + ACTIONS(3107), 1, sym_test_operator, - STATE(1287), 1, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6677), 1, + sym__special_character, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(1400), 1, - sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5320), 2, + ACTIONS(6679), 2, sym_raw_string, sym_ansi_c_string, - STATE(1066), 9, + STATE(617), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1449), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140592,47 +174451,152 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99254] = 19, - ACTIONS(63), 1, + [135036] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4882), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6939), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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, + [135108] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, + anon_sym_DOLLAR, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6941), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + 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, + [135180] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5927), 1, anon_sym_DOLLAR, - ACTIONS(4884), 1, + ACTIONS(5929), 1, sym__special_character, - ACTIONS(4886), 1, + ACTIONS(5931), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(5935), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(5937), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(5939), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(5941), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(5943), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(5945), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(5955), 1, sym__brace_start, - ACTIONS(5324), 1, + ACTIONS(6749), 1, sym_word, - ACTIONS(5328), 1, + ACTIONS(6753), 1, sym_test_operator, - STATE(1263), 1, + STATE(2467), 1, aux_sym__literal_repeat1, - STATE(1308), 1, - sym_concatenation, - ACTIONS(4878), 2, + ACTIONS(5923), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(5947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5326), 2, + ACTIONS(6751), 2, sym_raw_string, sym_ansi_c_string, - STATE(954), 9, + STATE(1586), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(2427), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140642,197 +174606,204 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99323] = 19, - ACTIONS(63), 1, + [135250] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5330), 1, - sym_word, - ACTIONS(5334), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, - sym__special_character, - ACTIONS(5338), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5356), 1, - sym_test_operator, - ACTIONS(5358), 1, - sym__brace_start, - STATE(3616), 1, - aux_sym__literal_repeat1, - STATE(3686), 1, - sym_concatenation, - ACTIONS(5332), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5340), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5354), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(3555), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6943), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2109), 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, - [99392] = 19, - ACTIONS(63), 1, + [135322] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5360), 1, - sym_word, - ACTIONS(5364), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5386), 1, - sym_test_operator, - ACTIONS(5388), 1, - sym__brace_start, - 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(5370), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(3026), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6945), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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, - [99461] = 19, - ACTIONS(63), 1, + [135394] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5390), 1, - sym_word, - ACTIONS(5394), 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(5392), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2977), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6947), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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, - [99530] = 19, - ACTIONS(63), 1, + [135466] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(6311), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(6313), 1, + sym__special_character, + ACTIONS(6315), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6319), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6321), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6323), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6325), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6327), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6329), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(6339), 1, sym__brace_start, - ACTIONS(5396), 1, + ACTIONS(6933), 1, sym_word, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5402), 1, + ACTIONS(6937), 1, sym_test_operator, - STATE(2547), 1, + STATE(1362), 1, aux_sym__literal_repeat1, - STATE(2838), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6307), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(6331), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5400), 2, + ACTIONS(6935), 2, sym_raw_string, sym_ansi_c_string, - STATE(2700), 9, + STATE(479), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1036), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140842,97 +174813,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99599] = 19, - ACTIONS(63), 1, + [135536] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2796), 1, sym__brace_start, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5404), 1, + ACTIONS(3103), 1, sym_word, - ACTIONS(5408), 1, + ACTIONS(3107), 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(5406), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2702), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [99668] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4882), 1, - anon_sym_DOLLAR, - ACTIONS(4884), 1, - sym__special_character, - ACTIONS(4886), 1, + ACTIONS(6629), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, - aux_sym_number_token1, - ACTIONS(4892), 1, - aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(6633), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, - sym__brace_start, - ACTIONS(5410), 1, - sym_word, - ACTIONS(5414), 1, - sym_test_operator, - STATE(1270), 1, + ACTIONS(6677), 1, + sym__special_character, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(1365), 1, - sym_concatenation, - ACTIONS(4878), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5412), 2, + ACTIONS(6679), 2, sym_raw_string, sym_ansi_c_string, - STATE(968), 9, + STATE(630), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1449), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140942,150 +174864,152 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99737] = 19, - ACTIONS(63), 1, + [135606] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6703), 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, - sym_test_operator, - STATE(1280), 1, - aux_sym__literal_repeat1, - STATE(1385), 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(5418), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(920), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6949), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2112), 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, - [99806] = 22, - ACTIONS(3), 1, + [135678] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5426), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5430), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2373), 1, - sym__c_terminator, - STATE(3631), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - STATE(4366), 1, - sym__for_body, - ACTIONS(5422), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, + ACTIONS(6951), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [99881] = 19, - ACTIONS(63), 1, + [135750] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5448), 1, - sym_word, - ACTIONS(5452), 1, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, - sym__special_character, - ACTIONS(5456), 1, - anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(5464), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(3103), 1, + sym_word, + ACTIONS(3107), 1, + sym_test_operator, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5474), 1, - sym_test_operator, - ACTIONS(5476), 1, - sym__brace_start, - STATE(3077), 1, + ACTIONS(6677), 1, + sym__special_character, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(3172), 1, - sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5458), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5472), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3020), 9, + ACTIONS(6679), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(626), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1449), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141095,47 +175019,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99950] = 19, - ACTIONS(63), 1, + [135820] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5478), 1, + ACTIONS(3761), 1, sym_word, - ACTIONS(5482), 1, + ACTIONS(3765), 1, anon_sym_DOLLAR, - ACTIONS(5484), 1, + ACTIONS(3767), 1, sym__special_character, - ACTIONS(5486), 1, + ACTIONS(3769), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(3773), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(3775), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(3777), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(3779), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(3781), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(3783), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5504), 1, + ACTIONS(3787), 1, sym_test_operator, - ACTIONS(5506), 1, + ACTIONS(3789), 1, sym__brace_start, - STATE(1750), 1, + STATE(2138), 1, aux_sym__literal_repeat1, - STATE(1762), 1, - sym_concatenation, - ACTIONS(5480), 2, + ACTIONS(3763), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5488), 2, + ACTIONS(3771), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5502), 2, + ACTIONS(3785), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1503), 9, + STATE(786), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1923), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141145,246 +175070,256 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100019] = 18, - ACTIONS(3), 1, + [135890] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(3046), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5316), 1, - sym_test_operator, - ACTIONS(5508), 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, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2188), 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, - [100086] = 19, - ACTIONS(63), 1, + [135962] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6703), 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, - 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(5512), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1410), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6953), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2082), 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, - [100155] = 19, - ACTIONS(63), 1, + [136034] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5482), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5484), 1, - sym__special_character, - ACTIONS(5486), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, - sym__brace_start, - ACTIONS(5516), 1, - sym_word, - ACTIONS(5520), 1, - sym_test_operator, - STATE(1729), 1, - aux_sym__literal_repeat1, - STATE(1772), 1, - sym_concatenation, - ACTIONS(5480), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5518), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1487), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6955), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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, - [100224] = 19, - ACTIONS(63), 1, + [136106] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5522), 1, - sym_word, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5528), 1, - sym_test_operator, - STATE(2644), 1, - aux_sym__literal_repeat1, - STATE(2837), 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(5526), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2478), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6957), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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, - [100293] = 19, - ACTIONS(63), 1, + [136178] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(2315), 1, + sym_word, + ACTIONS(2319), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(2325), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(2327), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(2331), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, - anon_sym_BQUOTE, - ACTIONS(4679), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(2339), 1, + sym_test_operator, + ACTIONS(2341), 1, sym__brace_start, - ACTIONS(4870), 1, + ACTIONS(6961), 1, sym__special_character, - ACTIONS(5530), 1, - sym_word, - ACTIONS(5534), 1, - sym_test_operator, - STATE(1280), 1, + ACTIONS(6963), 1, + anon_sym_DQUOTE, + ACTIONS(6967), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6969), 1, + anon_sym_BQUOTE, + ACTIONS(6971), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1443), 1, aux_sym__literal_repeat1, - STATE(1385), 1, - sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(6959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5532), 2, + ACTIONS(6965), 2, sym_raw_string, sym_ansi_c_string, - STATE(1412), 9, + ACTIONS(6973), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(514), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1247), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141394,145 +175329,101 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100362] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 1, - anon_sym_SLASH, - ACTIONS(4275), 1, - anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4529), 1, - anon_sym_AT, - ACTIONS(5116), 1, - anon_sym_LBRACK, - STATE(4303), 1, - sym__expansion_operator, - STATE(4304), 1, - sym__expansion_max_length, - STATE(4305), 1, - sym__expansion_regex_removal, - STATE(4306), 1, - sym__expansion_regex_replacement, - STATE(4307), 1, - sym__expansion_regex, - STATE(4308), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, - anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, - anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [100427] = 19, - ACTIONS(63), 1, + [136248] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, - sym__special_character, - ACTIONS(5456), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, - sym__brace_start, - ACTIONS(5536), 1, - sym_word, - ACTIONS(5540), 1, - sym_test_operator, - STATE(3084), 1, - aux_sym__literal_repeat1, - STATE(3166), 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(5538), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3024), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6975), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [100496] = 19, - ACTIONS(63), 1, + [136320] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(409), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(5542), 1, + ACTIONS(6977), 1, sym_word, - ACTIONS(5544), 1, + ACTIONS(6979), 1, sym__special_character, - ACTIONS(5548), 1, + ACTIONS(6983), 1, sym_test_operator, - STATE(2547), 1, + ACTIONS(6985), 1, + sym_regex, + STATE(903), 1, aux_sym__literal_repeat1, - STATE(2838), 1, + STATE(995), 1, sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(407), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5546), 2, + ACTIONS(6981), 2, sym_raw_string, sym_ansi_c_string, - STATE(2797), 9, + STATE(708), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141542,47 +175433,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100565] = 19, - ACTIONS(63), 1, + [136392] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2798), 1, + sym_word, + ACTIONS(2802), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2822), 1, + sym_test_operator, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(5544), 1, + ACTIONS(6767), 1, sym__special_character, - ACTIONS(5550), 1, - sym_word, - ACTIONS(5554), 1, - sym_test_operator, - STATE(2512), 1, + ACTIONS(6769), 1, + anon_sym_DQUOTE, + ACTIONS(6773), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6775), 1, + anon_sym_BQUOTE, + ACTIONS(6777), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1563), 1, aux_sym__literal_repeat1, - STATE(2769), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6765), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5552), 2, + ACTIONS(6771), 2, sym_raw_string, sym_ansi_c_string, - STATE(2801), 9, + ACTIONS(6779), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(549), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1368), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141592,136 +175484,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100634] = 5, - ACTIONS(63), 1, + [136462] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5556), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2315), 1, + sym_word, + ACTIONS(2319), 1, anon_sym_DOLLAR, + ACTIONS(2325), 1, aux_sym_number_token1, + ACTIONS(2327), 1, aux_sym_number_token2, + ACTIONS(2331), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2969), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2339), 1, sym_test_operator, + ACTIONS(2341), 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, - anon_sym_DQUOTE, - sym_raw_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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5430), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5434), 1, - anon_sym_DQUOTE, - ACTIONS(5436), 1, - aux_sym_number_token1, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(5440), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, - anon_sym_BQUOTE, - ACTIONS(5446), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2373), 1, - sym__c_terminator, - STATE(3631), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - STATE(4247), 1, - sym__for_body, - ACTIONS(5422), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [100750] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5334), 1, - anon_sym_DOLLAR, - ACTIONS(5336), 1, + ACTIONS(6961), 1, sym__special_character, - ACTIONS(5338), 1, + ACTIONS(6963), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, - aux_sym_number_token1, - ACTIONS(5344), 1, - aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(6967), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(6969), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(6971), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, - sym__brace_start, - ACTIONS(5558), 1, - sym_word, - ACTIONS(5562), 1, - sym_test_operator, - STATE(3599), 1, + STATE(1443), 1, aux_sym__literal_repeat1, - STATE(3668), 1, - sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(6959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5560), 2, + ACTIONS(6965), 2, sym_raw_string, sym_ansi_c_string, - STATE(3569), 9, + ACTIONS(6973), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(520), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1247), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141731,591 +175535,534 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100819] = 19, - ACTIONS(63), 1, + [136532] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2852), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5564), 1, - sym_word, - ACTIONS(5568), 1, - sym_test_operator, - STATE(2648), 1, - aux_sym__literal_repeat1, - STATE(2811), 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(5566), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2476), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2116), 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, - [100888] = 18, - ACTIONS(3), 1, + [136604] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(3048), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6701), 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, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2189), 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, - [100955] = 18, - ACTIONS(3), 1, + [136676] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5316), 1, - sym_test_operator, - ACTIONS(5572), 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, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6987), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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, - [101022] = 19, - ACTIONS(63), 1, + [136748] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(4663), 1, - sym__special_character, - ACTIONS(4665), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6703), 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, + ACTIONS(6989), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2122), 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, - [101091] = 19, - ACTIONS(63), 1, + [136820] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(4663), 1, - sym__special_character, - ACTIONS(4665), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(5580), 1, - sym_word, - ACTIONS(5584), 1, - sym_test_operator, - STATE(1280), 1, - aux_sym__literal_repeat1, - STATE(1385), 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(5582), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1224), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6991), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2123), 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, - [101160] = 18, - ACTIONS(3), 1, + [136892] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(2983), 1, + sym_variable_name, + ACTIONS(3050), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6651), 1, + anon_sym_LPAREN, + ACTIONS(6653), 1, + anon_sym_BANG, + ACTIONS(6659), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(6661), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6663), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6665), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6667), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6669), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6671), 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, - 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, + ACTIONS(6673), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2285), 1, + sym__arithmetic_binary_expression, + STATE(2291), 1, + sym__arithmetic_ternary_expression, + STATE(2292), 1, + sym__arithmetic_unary_expression, + STATE(2297), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6655), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6657), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2294), 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, - [101227] = 18, - ACTIONS(3), 1, + [136964] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(4306), 10, + 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(4308), 20, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5588), 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, - [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, + [137002] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5598), 1, - sym_word, - ACTIONS(5602), 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, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5600), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2753), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6993), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2124), 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, - [101432] = 18, - ACTIONS(3), 1, + [137074] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(4299), 10, + 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(4301), 20, + 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, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [137112] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6701), 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, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6995), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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, - [101566] = 19, - ACTIONS(63), 1, + [137184] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3503), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(3507), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(3511), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(3513), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(3515), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(3517), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(3519), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(3521), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(3525), 1, + sym_test_operator, + ACTIONS(3527), 1, sym__brace_start, - ACTIONS(5608), 1, - sym_word, - ACTIONS(5610), 1, + ACTIONS(6715), 1, sym__special_character, - ACTIONS(5614), 1, - sym_test_operator, - STATE(2547), 1, + STATE(2001), 1, aux_sym__literal_repeat1, - STATE(2838), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(3501), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5612), 2, + ACTIONS(3509), 2, sym_raw_string, sym_ansi_c_string, - STATE(2731), 9, + ACTIONS(3523), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(710), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1839), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142325,47 +176072,83 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101635] = 19, - ACTIONS(63), 1, + [137254] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(3749), 10, + 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, + sym_word, + ACTIONS(3751), 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, - ACTIONS(5470), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, - sym__brace_start, - ACTIONS(5616), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [137292] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2315), 1, sym_word, - ACTIONS(5620), 1, + ACTIONS(2319), 1, + anon_sym_DOLLAR, + ACTIONS(2325), 1, + aux_sym_number_token1, + ACTIONS(2327), 1, + aux_sym_number_token2, + ACTIONS(2331), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2339), 1, sym_test_operator, - STATE(3101), 1, + ACTIONS(2341), 1, + sym__brace_start, + ACTIONS(6961), 1, + sym__special_character, + ACTIONS(6963), 1, + anon_sym_DQUOTE, + ACTIONS(6967), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6969), 1, + anon_sym_BQUOTE, + ACTIONS(6971), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1443), 1, aux_sym__literal_repeat1, - STATE(3165), 1, - sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(6959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5618), 2, + ACTIONS(6965), 2, sym_raw_string, sym_ansi_c_string, - STATE(2973), 9, + ACTIONS(6973), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(510), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1247), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142375,47 +176158,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101704] = 19, - ACTIONS(63), 1, + [137362] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2146), 1, + sym_word, + ACTIONS(2154), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2160), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2162), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2166), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(2174), 1, + sym_test_operator, + ACTIONS(2176), 1, sym__brace_start, - ACTIONS(5610), 1, + ACTIONS(6787), 1, sym__special_character, - ACTIONS(5622), 1, - sym_word, - ACTIONS(5626), 1, - sym_test_operator, - STATE(2512), 1, + ACTIONS(6789), 1, + anon_sym_DQUOTE, + ACTIONS(6793), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6795), 1, + anon_sym_BQUOTE, + ACTIONS(6797), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1329), 1, aux_sym__literal_repeat1, - STATE(2769), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5624), 2, + ACTIONS(6791), 2, sym_raw_string, sym_ansi_c_string, - STATE(2737), 9, + ACTIONS(6799), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(489), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1016), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142425,100 +176209,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101773] = 22, - ACTIONS(3), 1, + [137432] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5426), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5430), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2373), 1, - sym__c_terminator, - STATE(3631), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - STATE(4410), 1, - sym__for_body, - ACTIONS(5422), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, + ACTIONS(6997), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2205), 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, - [101848] = 19, - ACTIONS(63), 1, + [137504] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5334), 1, + ACTIONS(6085), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, - sym__special_character, - ACTIONS(5338), 1, + ACTIONS(6089), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(6095), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(6113), 1, sym__brace_start, - ACTIONS(5628), 1, + ACTIONS(6277), 1, + sym__special_character, + ACTIONS(6999), 1, sym_word, - ACTIONS(5632), 1, + ACTIONS(7003), 1, sym_test_operator, - STATE(3607), 1, + STATE(1452), 1, aux_sym__literal_repeat1, - STATE(3699), 1, - sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5630), 2, + ACTIONS(7001), 2, sym_raw_string, sym_ansi_c_string, - STATE(3549), 9, + STATE(508), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1176), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142528,47 +176312,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101917] = 19, - ACTIONS(63), 1, + [137574] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(3499), 1, + sym_word, + ACTIONS(3503), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(3507), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(3511), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(3513), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(3515), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(3517), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(3519), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(3521), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(3525), 1, + sym_test_operator, + ACTIONS(3527), 1, sym__brace_start, - ACTIONS(5592), 1, + ACTIONS(6715), 1, sym__special_character, - ACTIONS(5634), 1, - sym_word, - ACTIONS(5638), 1, - sym_test_operator, - STATE(2512), 1, + STATE(2001), 1, aux_sym__literal_repeat1, - STATE(2769), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(3501), 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(3509), 2, sym_raw_string, sym_ansi_c_string, - STATE(2679), 9, + ACTIONS(3523), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(714), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1839), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142578,46 +176363,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101986] = 18, - ACTIONS(3), 1, + [137644] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(6361), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(6363), 1, + sym__special_character, + ACTIONS(6365), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6369), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6371), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(6377), 1, + anon_sym_BQUOTE, + ACTIONS(6379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(6389), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(6823), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(6827), 1, sym_test_operator, - ACTIONS(5640), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(1476), 1, + aux_sym__literal_repeat1, + ACTIONS(6357), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(6381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(6825), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + STATE(519), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1167), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142627,96 +176414,99 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102053] = 18, - ACTIONS(3), 1, + [137714] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5316), 1, - sym_test_operator, - ACTIONS(5642), 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, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7005), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2129), 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, - [102120] = 19, - ACTIONS(63), 1, + [137786] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(4826), 1, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, - sym__special_character, - ACTIONS(4830), 1, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, - anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(5644), 1, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, sym_word, - ACTIONS(5648), 1, + ACTIONS(6649), 1, sym_test_operator, - STATE(1758), 1, - aux_sym__literal_repeat1, - STATE(1866), 1, - sym_concatenation, - ACTIONS(4822), 2, + ACTIONS(7007), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5646), 2, + ACTIONS(6645), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1579), 9, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142726,47 +176516,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102189] = 19, - ACTIONS(63), 1, + [137854] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4826), 1, + ACTIONS(2315), 1, + sym_word, + ACTIONS(2319), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, - sym__special_character, - ACTIONS(4830), 1, - anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(2325), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(2327), 1, aux_sym_number_token2, - ACTIONS(4838), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(2331), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(2339), 1, + sym_test_operator, + ACTIONS(2341), 1, + sym__brace_start, + ACTIONS(6961), 1, + sym__special_character, + ACTIONS(6963), 1, + anon_sym_DQUOTE, + ACTIONS(6967), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6969), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(6971), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, - sym__brace_start, - ACTIONS(5650), 1, - sym_word, - ACTIONS(5654), 1, - sym_test_operator, - STATE(1781), 1, + STATE(1443), 1, aux_sym__literal_repeat1, - STATE(1868), 1, - sym_concatenation, - ACTIONS(4822), 2, + ACTIONS(6959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5652), 2, + ACTIONS(6965), 2, sym_raw_string, sym_ansi_c_string, - STATE(1575), 9, + ACTIONS(6973), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(505), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1247), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142776,47 +176567,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102258] = 19, - ACTIONS(63), 1, + [137924] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5656), 1, + ACTIONS(5636), 1, sym_word, - ACTIONS(5660), 1, + ACTIONS(5644), 1, anon_sym_DOLLAR, - ACTIONS(5662), 1, - sym__special_character, - ACTIONS(5664), 1, - anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(5650), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(5652), 1, aux_sym_number_token2, - ACTIONS(5672), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(5656), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, - anon_sym_BQUOTE, - ACTIONS(5678), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5682), 1, + ACTIONS(5664), 1, sym_test_operator, - ACTIONS(5684), 1, + ACTIONS(5666), 1, sym__brace_start, - STATE(3485), 1, + ACTIONS(6881), 1, + sym__special_character, + ACTIONS(6883), 1, + anon_sym_DQUOTE, + ACTIONS(6887), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6889), 1, + anon_sym_BQUOTE, + ACTIONS(6891), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3386), 1, aux_sym__literal_repeat1, - STATE(3534), 1, - sym_concatenation, - ACTIONS(5658), 2, + ACTIONS(6879), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5666), 2, + ACTIONS(6885), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5680), 2, + ACTIONS(6893), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3397), 9, + STATE(2348), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3168), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142826,47 +176618,49 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102327] = 19, - ACTIONS(63), 1, + [137994] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5660), 1, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(5662), 1, - sym__special_character, - ACTIONS(5664), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(5686), 1, + ACTIONS(6741), 1, + sym_regex, + ACTIONS(7009), 1, sym_word, - ACTIONS(5690), 1, + ACTIONS(7011), 1, + sym__special_character, + ACTIONS(7015), 1, sym_test_operator, - STATE(3488), 1, + STATE(1253), 1, aux_sym__literal_repeat1, - STATE(3530), 1, + STATE(1303), 1, sym_concatenation, - ACTIONS(5658), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5688), 2, + ACTIONS(7013), 2, sym_raw_string, sym_ansi_c_string, - STATE(3384), 9, + STATE(1472), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142876,47 +176670,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102396] = 19, - ACTIONS(63), 1, + [138066] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5692), 1, + ACTIONS(2770), 1, sym_word, - ACTIONS(5696), 1, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, - anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(5708), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, - anon_sym_BQUOTE, - ACTIONS(5714), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5718), 1, + ACTIONS(2794), 1, sym_test_operator, - ACTIONS(5720), 1, + ACTIONS(2796), 1, sym__brace_start, - STATE(3133), 1, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, + anon_sym_BQUOTE, + ACTIONS(6637), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6745), 1, + sym__special_character, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(3210), 1, - sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5702), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5716), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3096), 9, + ACTIONS(6747), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(550), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142926,147 +176721,152 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102465] = 19, - ACTIONS(63), 1, + [138136] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6703), 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, - 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, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5724), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2704), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(7017), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2093), 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, - [102534] = 19, - ACTIONS(63), 1, + [138208] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, - sym__brace_start, - ACTIONS(5728), 1, - sym_word, - ACTIONS(5732), 1, - sym_test_operator, - STATE(3148), 1, - aux_sym__literal_repeat1, - STATE(3217), 1, - sym_concatenation, - ACTIONS(5694), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5730), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3100), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(7019), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [102603] = 19, - ACTIONS(63), 1, + [138280] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(2770), 1, + sym_word, + ACTIONS(2774), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, - anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(5708), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(2794), 1, + sym_test_operator, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, - sym__brace_start, - ACTIONS(5734), 1, - sym_word, - ACTIONS(5738), 1, - sym_test_operator, - STATE(3146), 1, + ACTIONS(6745), 1, + sym__special_character, + STATE(1596), 1, aux_sym__literal_repeat1, - STATE(3215), 1, - sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5736), 2, + ACTIONS(6747), 2, sym_raw_string, sym_ansi_c_string, - STATE(3095), 9, + STATE(555), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1350), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143076,133 +176876,139 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102672] = 5, - ACTIONS(63), 1, + [138350] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(5740), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1275), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(7023), 1, + anon_sym_DQUOTE, + STATE(3503), 1, + sym_string, + ACTIONS(1093), 2, sym_test_operator, sym__brace_start, + ACTIONS(7025), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(7021), 9, + anon_sym_DASH, + 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_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, + sym__special_character, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [102713] = 19, - ACTIONS(63), 1, + sym_word, + [138396] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4918), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2957), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(4920), 1, - sym__special_character, - ACTIONS(4922), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, - sym__brace_start, - ACTIONS(5743), 1, - sym_word, - ACTIONS(5747), 1, - sym_test_operator, - STATE(940), 1, - aux_sym__literal_repeat1, - STATE(1228), 1, - sym_concatenation, - ACTIONS(4914), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5745), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(677), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2202), 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, - [102782] = 19, - ACTIONS(63), 1, + [138468] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4918), 1, + ACTIONS(6085), 1, anon_sym_DOLLAR, - ACTIONS(4920), 1, - sym__special_character, - ACTIONS(4922), 1, + ACTIONS(6089), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(6095), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(6113), 1, sym__brace_start, - ACTIONS(5749), 1, + ACTIONS(6277), 1, + sym__special_character, + ACTIONS(6999), 1, sym_word, - ACTIONS(5753), 1, + ACTIONS(7003), 1, sym_test_operator, - STATE(955), 1, + STATE(1452), 1, aux_sym__literal_repeat1, - STATE(1180), 1, - sym_concatenation, - ACTIONS(4914), 2, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5751), 2, + ACTIONS(7001), 2, sym_raw_string, sym_ansi_c_string, - STATE(730), 9, + STATE(526), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1176), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143212,47 +177018,49 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102851] = 19, - ACTIONS(63), 1, + [138538] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(5454), 1, - sym__special_character, - 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(5755), 1, + ACTIONS(6741), 1, + sym_regex, + ACTIONS(7027), 1, sym_word, - ACTIONS(5759), 1, + ACTIONS(7029), 1, + sym__special_character, + ACTIONS(7033), 1, sym_test_operator, - STATE(3090), 1, + STATE(1253), 1, aux_sym__literal_repeat1, - STATE(3170), 1, + STATE(1303), 1, sym_concatenation, - ACTIONS(5450), 2, + 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(5757), 2, + ACTIONS(7031), 2, sym_raw_string, sym_ansi_c_string, - STATE(3018), 9, + STATE(966), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143262,57 +177070,72 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102920] = 7, - ACTIONS(3), 1, + [138610] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(5763), 1, - anon_sym_DQUOTE, - STATE(3139), 1, - sym_string, - ACTIONS(5765), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, - anon_sym_DASH, - anon_sym_STAR, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(6689), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [102965] = 7, + ACTIONS(6691), 1, + anon_sym_DQUOTE, + ACTIONS(6693), 1, + aux_sym_number_token1, + ACTIONS(6695), 1, + aux_sym_number_token2, + ACTIONS(6697), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6699), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6701), 1, + anon_sym_BQUOTE, + ACTIONS(6703), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7035), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2127), 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, + [138682] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(5763), 1, + ACTIONS(7023), 1, anon_sym_DQUOTE, - STATE(3139), 1, + STATE(3503), 1, sym_string, - ACTIONS(5765), 2, + ACTIONS(1089), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(7025), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, + ACTIONS(7021), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -143322,163 +177145,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(1081), 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, + [138728] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4328), 10, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [103010] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5276), 1, 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(4340), 20, + sym_file_descriptor, + 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, + 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, - 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, - sym__special_character, - ACTIONS(5773), 1, - sym_word, - ACTIONS(5777), 1, - sym_test_operator, - STATE(2541), 1, - aux_sym__literal_repeat1, - STATE(2844), 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(5775), 2, - 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, + [138766] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4537), 1, + ACTIONS(2146), 1, + sym_word, + ACTIONS(2154), 1, anon_sym_DOLLAR, - ACTIONS(4539), 1, - sym__special_character, - ACTIONS(4541), 1, - anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(2160), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(2162), 1, aux_sym_number_token2, - ACTIONS(4549), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(2166), 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(2174), 1, sym_test_operator, - STATE(1247), 1, + ACTIONS(2176), 1, + sym__brace_start, + ACTIONS(6787), 1, + sym__special_character, + ACTIONS(6789), 1, + anon_sym_DQUOTE, + ACTIONS(6793), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6795), 1, + anon_sym_BQUOTE, + ACTIONS(6797), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1329), 1, aux_sym__literal_repeat1, - STATE(1251), 1, - sym_concatenation, - ACTIONS(4533), 2, + ACTIONS(6785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5781), 2, + ACTIONS(6791), 2, sym_raw_string, sym_ansi_c_string, - STATE(796), 9, + ACTIONS(6799), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(498), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1016), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143488,97 +177247,99 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103217] = 19, - ACTIONS(63), 1, + [138836] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(2953), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5785), 1, - sym_word, - ACTIONS(5789), 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, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5787), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3014), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2132), 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, - [103286] = 19, - ACTIONS(63), 1, + [138908] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(5791), 1, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, sym_word, - ACTIONS(5795), 1, + ACTIONS(6649), 1, sym_test_operator, - STATE(2634), 1, - aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(7037), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5793), 2, + ACTIONS(6645), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3025), 9, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143588,47 +177349,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103355] = 19, - ACTIONS(63), 1, + [138976] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6703), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5797), 1, + ACTIONS(7039), 1, + aux_sym__simple_variable_name_token1, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2105), 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, + [139048] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5636), 1, sym_word, - ACTIONS(5801), 1, + ACTIONS(5644), 1, + anon_sym_DOLLAR, + ACTIONS(5650), 1, + aux_sym_number_token1, + ACTIONS(5652), 1, + aux_sym_number_token2, + ACTIONS(5656), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5664), 1, sym_test_operator, - STATE(2604), 1, + ACTIONS(5666), 1, + sym__brace_start, + ACTIONS(6881), 1, + sym__special_character, + ACTIONS(6883), 1, + anon_sym_DQUOTE, + ACTIONS(6887), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6889), 1, + anon_sym_BQUOTE, + ACTIONS(6891), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3386), 1, aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(6879), 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(6885), 2, sym_raw_string, sym_ansi_c_string, - STATE(2680), 9, + ACTIONS(6893), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2352), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3168), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143638,97 +177452,99 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103424] = 19, - ACTIONS(63), 1, + [139118] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2758), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2760), 1, + sym_variable_name, + ACTIONS(6681), 1, + anon_sym_LPAREN, + ACTIONS(6683), 1, + anon_sym_BANG, + ACTIONS(6689), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(6691), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6693), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6695), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6699), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6701), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6703), 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, - 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(5805), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2690), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2198), 1, + sym__arithmetic_postfix_expression, + STATE(2199), 1, + sym__arithmetic_unary_expression, + STATE(2200), 1, + sym__arithmetic_ternary_expression, + STATE(2201), 1, + sym__arithmetic_binary_expression, + ACTIONS(6685), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6687), 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, - [103493] = 19, - ACTIONS(63), 1, + [139190] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5809), 1, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, sym_word, - ACTIONS(5813), 1, + ACTIONS(6649), 1, sym_test_operator, - STATE(2604), 1, - aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(7041), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5811), 2, + ACTIONS(6645), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2805), 9, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143738,47 +177554,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103562] = 19, - ACTIONS(63), 1, + [139258] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 1, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(4583), 1, - sym__special_character, - ACTIONS(4585), 1, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, - anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(5815), 1, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, sym_word, - ACTIONS(5819), 1, + ACTIONS(6649), 1, sym_test_operator, - STATE(2175), 1, - aux_sym__literal_repeat1, - STATE(2309), 1, - sym_concatenation, - ACTIONS(4577), 2, + ACTIONS(7043), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5817), 2, + ACTIONS(6645), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2016), 9, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143788,47 +177604,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103631] = 19, - ACTIONS(63), 1, + [139326] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5821), 1, + ACTIONS(7045), 1, sym_word, - ACTIONS(5825), 1, - sym_test_operator, - STATE(2634), 1, - aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(7047), 1, + anon_sym_DOLLAR, + ACTIONS(7053), 1, + sym__comment_word, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5823), 2, + ACTIONS(7049), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7051), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2790), 9, + STATE(2987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143838,47 +177652,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103700] = 19, - ACTIONS(63), 1, + [139391] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 1, - anon_sym_DOLLAR, - ACTIONS(4583), 1, - sym__special_character, - ACTIONS(4585), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, - anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(5827), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(7055), 1, sym_word, - ACTIONS(5831), 1, - sym_test_operator, - STATE(2180), 1, - aux_sym__literal_repeat1, - STATE(2195), 1, - sym_concatenation, - ACTIONS(4577), 2, + ACTIONS(7057), 1, + anon_sym_DOLLAR, + ACTIONS(7063), 1, + sym__comment_word, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5829), 2, + ACTIONS(7059), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7061), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2060), 9, + STATE(1820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143888,47 +177700,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103769] = 19, - ACTIONS(63), 1, + [139456] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 1, - anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, + ACTIONS(3802), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(3806), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(3808), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(3810), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(3812), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(3814), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(3816), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(3822), 1, sym__brace_start, - ACTIONS(5833), 1, + ACTIONS(7065), 1, sym_word, - ACTIONS(5837), 1, - sym_test_operator, - STATE(3142), 1, - aux_sym__literal_repeat1, - STATE(3227), 1, - sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(7067), 1, + anon_sym_DOLLAR, + ACTIONS(7073), 1, + sym__comment_word, + ACTIONS(3796), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(3818), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5835), 2, + ACTIONS(7069), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7071), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3121), 9, + STATE(3530), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143938,83 +177748,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103838] = 5, - ACTIONS(63), 1, + [139521] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5556), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(1634), 1, aux_sym_number_token1, + ACTIONS(1636), 1, aux_sym_number_token2, + ACTIONS(1640), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2997), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(1654), 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, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [103879] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5276), 1, - anon_sym_DOLLAR, - ACTIONS(5278), 1, - sym__special_character, - ACTIONS(5280), 1, + ACTIONS(6399), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, - aux_sym_number_token1, - ACTIONS(5286), 1, - aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(6403), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(6405), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6407), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5839), 1, + ACTIONS(7075), 1, sym_word, - ACTIONS(5843), 1, - sym_test_operator, - STATE(2534), 1, - aux_sym__literal_repeat1, - STATE(2852), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(7077), 1, + anon_sym_DOLLAR, + ACTIONS(7083), 1, + sym__comment_word, + ACTIONS(6393), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(6409), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5841), 2, + ACTIONS(7079), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7081), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2657), 9, + STATE(1136), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144024,47 +177796,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103948] = 19, - ACTIONS(63), 1, + [139586] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5927), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5931), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5935), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5937), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5939), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5941), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5943), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5945), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5955), 1, sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5845), 1, + ACTIONS(7085), 1, sym_word, - ACTIONS(5849), 1, - sym_test_operator, - STATE(2634), 1, - aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(7091), 1, + sym__comment_word, + ACTIONS(5923), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5847), 2, + ACTIONS(7087), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7089), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2698), 9, + STATE(2458), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144074,47 +177844,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104017] = 19, - ACTIONS(63), 1, + [139651] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(177), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(181), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(185), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(187), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(189), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(191), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(193), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(195), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(205), 1, sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5851), 1, + ACTIONS(7093), 1, sym_word, - ACTIONS(5855), 1, - sym_test_operator, - STATE(2604), 1, - aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(7099), 1, + sym__comment_word, + ACTIONS(175), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(197), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5853), 2, + ACTIONS(7095), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7097), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2688), 9, + STATE(403), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144124,47 +177892,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104086] = 19, - ACTIONS(63), 1, + [139716] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, - anon_sym_DOLLAR, - ACTIONS(5278), 1, - sym__special_character, - ACTIONS(5280), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(5857), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(5861), 1, - sym_test_operator, - STATE(2541), 1, - aux_sym__literal_repeat1, - STATE(2844), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(7103), 1, + anon_sym_DOLLAR, + ACTIONS(7109), 1, + sym__comment_word, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5859), 2, + ACTIONS(7105), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2654), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144174,83 +177940,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104155] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5556), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3065), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [104196] = 19, - ACTIONS(63), 1, + [139781] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 1, - anon_sym_DOLLAR, - ACTIONS(4539), 1, - sym__special_character, - ACTIONS(4541), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(5863), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(5867), 1, - sym_test_operator, - STATE(1107), 1, - aux_sym__literal_repeat1, - STATE(1281), 1, - sym_concatenation, - ACTIONS(4533), 2, + ACTIONS(7109), 1, + sym__comment_word, + ACTIONS(7111), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5865), 2, + ACTIONS(7105), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(911), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144260,44 +177988,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104265] = 17, + [139846] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(2433), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2435), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(2439), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(2449), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(7113), 1, sym_word, - ACTIONS(5873), 1, + ACTIONS(7117), 1, anon_sym_DOLLAR, - ACTIONS(5877), 1, + ACTIONS(7121), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(7125), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(7127), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(7129), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(7133), 1, sym__comment_word, - ACTIONS(5871), 2, + ACTIONS(7115), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(7119), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(7131), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + ACTIONS(7123), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3085), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144307,93 +178036,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104329] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5913), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(5915), 1, - sym_variable_name, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1751), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [104397] = 17, + [139911] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(7045), 1, sym_word, - ACTIONS(5919), 1, - anon_sym_DOLLAR, - ACTIONS(5925), 1, + ACTIONS(7053), 1, sym__comment_word, - ACTIONS(4451), 2, + ACTIONS(7135), 1, + anon_sym_DOLLAR, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(7049), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(7051), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(2987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144403,44 +178084,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104461] = 17, + [139976] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(6365), 1, + anon_sym_DQUOTE, + ACTIONS(6369), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(6371), 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(6373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6377), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(6389), 1, + sym__brace_start, + ACTIONS(7137), 1, sym_word, - ACTIONS(5929), 1, + ACTIONS(7139), 1, anon_sym_DOLLAR, - ACTIONS(5935), 1, + ACTIONS(7145), 1, sym__comment_word, - ACTIONS(4487), 2, + ACTIONS(6357), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(6381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(7141), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(7143), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(1420), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144450,44 +178132,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104525] = 17, + [140041] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, - anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(7147), 1, + aux_sym_concatenation_token1, + ACTIONS(7150), 1, + sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 4, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 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, + [140084] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4408), 1, + anon_sym_DOLLAR, + ACTIONS(4414), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4416), 1, aux_sym_number_token2, - ACTIONS(4467), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4420), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(4430), 1, + sym__brace_start, + ACTIONS(6865), 1, + anon_sym_DQUOTE, + ACTIONS(6869), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6871), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(6873), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, - sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(7153), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(7159), 1, sym__comment_word, - ACTIONS(5937), 1, - anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(6861), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(6875), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(7155), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(7157), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(2365), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144497,44 +178217,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104589] = 17, + [140149] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, - anon_sym_DOLLAR, - ACTIONS(1475), 1, + ACTIONS(2433), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(2435), 1, aux_sym_number_token2, - ACTIONS(1481), 1, + ACTIONS(2439), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, + ACTIONS(2449), 1, sym__brace_start, - ACTIONS(4423), 1, + ACTIONS(7113), 1, + sym_word, + ACTIONS(7121), 1, anon_sym_DQUOTE, - ACTIONS(4427), 1, + ACTIONS(7125), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(7127), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(7129), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, - sym_word, - ACTIONS(5945), 1, + ACTIONS(7133), 1, sym__comment_word, - ACTIONS(4417), 2, + ACTIONS(7161), 1, + anon_sym_DOLLAR, + ACTIONS(7115), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4433), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5941), 2, + ACTIONS(7119), 2, sym_test_operator, sym__special_character, - ACTIONS(5943), 2, + ACTIONS(7131), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7123), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + STATE(3085), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144544,44 +178265,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104653] = 17, + [140214] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(2319), 1, + anon_sym_DOLLAR, + ACTIONS(2325), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2327), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(2331), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(2341), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(6963), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(6967), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6969), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6971), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(7163), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(7169), 1, sym__comment_word, - ACTIONS(5947), 1, - anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(6959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(6973), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(7165), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(7167), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(1308), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144591,44 +178313,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104717] = 17, + [140279] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(979), 1, + ACTIONS(181), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(185), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(187), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(189), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(191), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(193), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(195), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(205), 1, sym__brace_start, - ACTIONS(5949), 1, + ACTIONS(7093), 1, sym_word, - ACTIONS(5951), 1, - anon_sym_DOLLAR, - ACTIONS(5957), 1, + ACTIONS(7099), 1, sym__comment_word, - ACTIONS(965), 2, + ACTIONS(7171), 1, + anon_sym_DOLLAR, + ACTIONS(175), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(197), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5953), 2, + ACTIONS(7095), 2, sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + ACTIONS(7097), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + STATE(403), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144638,44 +178361,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104781] = 17, + [140344] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, - anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(181), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(185), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(187), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(189), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(191), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(193), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(195), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(205), 1, sym__brace_start, - ACTIONS(5949), 1, + ACTIONS(7093), 1, sym_word, - ACTIONS(5957), 1, + ACTIONS(7099), 1, sym__comment_word, - ACTIONS(965), 2, + ACTIONS(7173), 1, + anon_sym_DOLLAR, + ACTIONS(175), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(197), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5953), 2, + ACTIONS(7095), 2, sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + ACTIONS(7097), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + STATE(403), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144685,44 +178409,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104845] = 17, + [140409] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, + ACTIONS(49), 1, + anon_sym_DQUOTE, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(55), 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(57), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(63), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(7175), 1, sym_word, - ACTIONS(5961), 1, + ACTIONS(7177), 1, anon_sym_DOLLAR, - ACTIONS(5967), 1, + ACTIONS(7183), 1, sym__comment_word, - ACTIONS(4165), 2, + ACTIONS(43), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(65), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5963), 2, + ACTIONS(7179), 2, sym_test_operator, sym__special_character, - ACTIONS(5965), 2, + ACTIONS(7181), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144732,44 +178457,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104909] = 17, + [140474] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, - anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4564), 1, + anon_sym_DOLLAR, + ACTIONS(4570), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4572), 1, aux_sym_number_token2, - ACTIONS(4467), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4576), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, - anon_sym_BQUOTE, - ACTIONS(4473), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(4586), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(7185), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(7191), 1, + anon_sym_DQUOTE, + ACTIONS(7195), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7197), 1, + anon_sym_BQUOTE, + ACTIONS(7199), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7203), 1, sym__comment_word, - ACTIONS(5969), 1, - anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(7187), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(7189), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(7201), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7193), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(3739), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144779,175 +178505,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104973] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5993), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(5995), 1, - sym_variable_name, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1878), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105041] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, - sym_variable_name, - ACTIONS(5997), 1, - aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1879), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105109] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3067), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3069), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [105145] = 17, + [140539] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4882), 1, - anon_sym_DOLLAR, - ACTIONS(4886), 1, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(7045), 1, sym_word, - ACTIONS(6005), 1, + ACTIONS(7053), 1, sym__comment_word, - ACTIONS(4878), 2, + ACTIONS(7205), 1, + anon_sym_DOLLAR, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, + ACTIONS(7049), 2, sym_test_operator, sym__special_character, - ACTIONS(6003), 2, + ACTIONS(7051), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + STATE(2987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144957,44 +178553,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105209] = 17, + [140604] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4918), 1, - anon_sym_DOLLAR, - ACTIONS(4922), 1, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(7045), 1, sym_word, - ACTIONS(6013), 1, + ACTIONS(7053), 1, sym__comment_word, - ACTIONS(4914), 2, + ACTIONS(7207), 1, + anon_sym_DOLLAR, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6009), 2, + ACTIONS(7049), 2, sym_test_operator, sym__special_character, - ACTIONS(6011), 2, + ACTIONS(7051), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + STATE(2987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145004,44 +178601,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105273] = 17, + [140669] = 17, ACTIONS(3), 1, sym_comment, - 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(2855), 1, + ACTIONS(665), 1, sym__brace_start, - ACTIONS(6015), 1, + ACTIONS(7209), 1, sym_word, - ACTIONS(6017), 1, + ACTIONS(7211), 1, anon_sym_DOLLAR, - ACTIONS(6023), 1, + ACTIONS(7217), 1, sym__comment_word, - ACTIONS(2827), 2, + ACTIONS(635), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6019), 2, + ACTIONS(7213), 2, sym_test_operator, sym__special_character, - ACTIONS(6021), 2, + ACTIONS(7215), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, + STATE(758), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145051,44 +178649,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105337] = 17, + [140734] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 1, - anon_sym_DOLLAR, - ACTIONS(2107), 1, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(2113), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2125), 1, + ACTIONS(3022), 1, sym__brace_start, - ACTIONS(6025), 1, + ACTIONS(7219), 1, sym_word, - ACTIONS(6031), 1, + ACTIONS(7223), 1, + anon_sym_DOLLAR, + ACTIONS(7227), 1, anon_sym_DQUOTE, - ACTIONS(6035), 1, + ACTIONS(7231), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(7233), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(7235), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, + ACTIONS(7239), 1, sym__comment_word, - ACTIONS(6027), 2, + ACTIONS(7221), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, + ACTIONS(7225), 2, sym_test_operator, sym__special_character, - ACTIONS(6033), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(6041), 2, + ACTIONS(7237), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(975), 9, + ACTIONS(7229), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3080), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145098,285 +178697,141 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105401] = 17, + [140799] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2833), 1, - anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(2841), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, - anon_sym_BQUOTE, - ACTIONS(2847), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, + ACTIONS(3022), 1, sym__brace_start, - ACTIONS(6015), 1, + ACTIONS(7219), 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, - 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(7227), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(7231), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(7233), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(7235), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(6047), 1, - sym_word, - ACTIONS(6049), 1, - anon_sym_DOLLAR, - ACTIONS(6055), 1, + ACTIONS(7239), 1, sym__comment_word, - ACTIONS(389), 2, + ACTIONS(7241), 1, + anon_sym_DOLLAR, + ACTIONS(7221), 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(7225), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(835), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [105529] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6057), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1683), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105597] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, - sym_variable_name, - ACTIONS(6059), 1, - aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1854), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(7237), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7229), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3080), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [105665] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [140864] = 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(641), 1, + anon_sym_DQUOTE, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(649), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(653), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(655), 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, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(7209), 1, + sym_word, + ACTIONS(7217), 1, + sym__comment_word, + ACTIONS(7243), 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(7213), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7215), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(758), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [105733] = 17, + sym_process_substitution, + [140929] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(2347), 1, + anon_sym_DOLLAR, + ACTIONS(2353), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(2355), 1, aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(2371), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7245), 1, sym_word, - ACTIONS(6065), 1, - anon_sym_DOLLAR, - ACTIONS(6071), 1, + ACTIONS(7251), 1, + anon_sym_DQUOTE, + ACTIONS(7255), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7257), 1, + anon_sym_BQUOTE, + ACTIONS(7259), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7263), 1, sym__comment_word, - ACTIONS(4381), 2, + ACTIONS(7247), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7249), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7261), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7253), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1399), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145386,44 +178841,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105797] = 17, + [140994] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(6073), 1, + ACTIONS(7265), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145433,44 +178889,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105861] = 17, + [141059] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2829), 1, - anon_sym_DOLLAR, - ACTIONS(2833), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6015), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(6023), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(2827), 2, + ACTIONS(7267), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6019), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - ACTIONS(6021), 2, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145480,44 +178937,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105925] = 17, + [141124] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(713), 1, - anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(2154), 1, + anon_sym_DOLLAR, + ACTIONS(2160), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(2162), 1, aux_sym_number_token2, - ACTIONS(721), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(2166), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(2176), 1, + sym__brace_start, + ACTIONS(6789), 1, + anon_sym_DQUOTE, + ACTIONS(6793), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6795), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(6797), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(7269), 1, sym_word, - ACTIONS(6077), 1, - anon_sym_DOLLAR, - ACTIONS(6083), 1, + ACTIONS(7275), 1, sym__comment_word, - ACTIONS(693), 2, + ACTIONS(6785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(6799), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, + ACTIONS(7271), 2, sym_test_operator, sym__special_character, - ACTIONS(6081), 2, + ACTIONS(7273), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(1114), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145527,44 +178985,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105989] = 17, - ACTIONS(3), 1, + [141189] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(2465), 1, + ACTIONS(7277), 1, + sym_word, + ACTIONS(7281), 1, + anon_sym_DOLLAR, + ACTIONS(7283), 1, + sym__special_character, + ACTIONS(7285), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(7289), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(7291), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(7295), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(7297), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(7299), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(7303), 1, + sym_test_operator, + ACTIONS(7305), 1, sym__brace_start, - ACTIONS(6085), 1, - sym_word, - ACTIONS(6087), 1, - anon_sym_DOLLAR, - ACTIONS(6093), 1, - sym__comment_word, - ACTIONS(2459), 2, + STATE(4165), 1, + aux_sym__literal_repeat1, + STATE(4243), 1, + sym_concatenation, + ACTIONS(7279), 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(7287), 2, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + ACTIONS(7301), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(4124), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145574,44 +179035,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106053] = 17, + [141258] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 1, + ACTIONS(409), 1, + anon_sym_DOLLAR, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6085), 1, + ACTIONS(7307), 1, sym_word, - ACTIONS(6093), 1, + ACTIONS(7313), 1, sym__comment_word, - ACTIONS(6095), 1, - anon_sym_DOLLAR, - ACTIONS(2459), 2, + ACTIONS(407), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6089), 2, + ACTIONS(7309), 2, sym_test_operator, sym__special_character, - ACTIONS(6091), 2, + ACTIONS(7311), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + STATE(746), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145621,44 +179083,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106117] = 17, + [141323] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(7317), 1, + sym__concat, + STATE(2986), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [141366] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(3022), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(7219), 1, sym_word, - ACTIONS(5877), 1, + ACTIONS(7227), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(7231), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(7233), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(7235), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(7239), 1, sym__comment_word, - ACTIONS(6097), 1, + ACTIONS(7319), 1, anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(7221), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(7225), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(7237), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + ACTIONS(7229), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3080), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145668,44 +179168,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106181] = 17, + [141431] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6761), 1, + aux_sym_concatenation_token1, + ACTIONS(7321), 1, + sym__concat, + STATE(2740), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, + [141474] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(713), 1, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(7045), 1, sym_word, - ACTIONS(6083), 1, + ACTIONS(7053), 1, sym__comment_word, - ACTIONS(6099), 1, + ACTIONS(7323), 1, anon_sym_DOLLAR, - ACTIONS(693), 2, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, + ACTIONS(7049), 2, sym_test_operator, sym__special_character, - ACTIONS(6081), 2, + ACTIONS(7051), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(2987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145715,93 +179253,130 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106245] = 19, - ACTIONS(63), 1, + [141539] = 6, + 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(6761), 1, + aux_sym_concatenation_token1, + ACTIONS(7325), 1, + sym__concat, + STATE(2740), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 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, + [141582] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(3022), 1, + sym__brace_start, + ACTIONS(7219), 1, + sym_word, + ACTIONS(7227), 1, + anon_sym_DQUOTE, + ACTIONS(7231), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7233), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7235), 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, + ACTIONS(7239), 1, + sym__comment_word, + ACTIONS(7327), 1, + anon_sym_DOLLAR, + ACTIONS(7221), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7225), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7237), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7229), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3080), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [106313] = 17, + sym_process_substitution, + [141647] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(3123), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(3127), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(3129), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(3131), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(3133), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(3135), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(3137), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(3147), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(7329), 1, sym_word, - ACTIONS(6105), 1, + ACTIONS(7331), 1, anon_sym_DOLLAR, - ACTIONS(6111), 1, + ACTIONS(7337), 1, sym__comment_word, - ACTIONS(5362), 2, + ACTIONS(3117), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(3139), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7333), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7335), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1816), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145811,44 +179386,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106377] = 17, + [141712] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5877), 1, - anon_sym_DQUOTE, - ACTIONS(5881), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(4461), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(6641), 1, + sym_word, + ACTIONS(6645), 1, sym__comment_word, - ACTIONS(6113), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6649), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145858,44 +179434,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106441] = 17, + [141777] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(2455), 1, + anon_sym_DOLLAR, + ACTIONS(2461), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(2463), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(2467), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(2479), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(7339), 1, + sym_word, + ACTIONS(7345), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(7349), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(7351), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, - sym_word, - ACTIONS(6117), 1, - anon_sym_DOLLAR, - ACTIONS(6123), 1, + ACTIONS(7353), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7357), 1, sym__comment_word, - ACTIONS(947), 2, + ACTIONS(7341), 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(7343), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(7355), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7347), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(1327), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145905,44 +179482,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106505] = 17, + [141842] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(5853), 1, + anon_sym_DOLLAR, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(7045), 1, sym_word, - ACTIONS(6127), 1, - anon_sym_DOLLAR, - ACTIONS(6133), 1, + ACTIONS(7053), 1, sym__comment_word, - ACTIONS(4657), 2, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(7049), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(7051), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(2987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145952,44 +179530,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106569] = 17, + [141907] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2461), 1, - anon_sym_DOLLAR, - ACTIONS(2465), 1, - anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(2433), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(2435), 1, aux_sym_number_token2, - ACTIONS(2473), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(2439), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, - anon_sym_BQUOTE, - ACTIONS(2479), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(2449), 1, sym__brace_start, - ACTIONS(6085), 1, + ACTIONS(7113), 1, sym_word, - ACTIONS(6093), 1, + ACTIONS(7121), 1, + anon_sym_DQUOTE, + ACTIONS(7125), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7127), 1, + anon_sym_BQUOTE, + ACTIONS(7129), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7133), 1, sym__comment_word, - ACTIONS(2459), 2, + ACTIONS(7359), 1, + anon_sym_DOLLAR, + ACTIONS(7115), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6089), 2, + ACTIONS(7119), 2, sym_test_operator, sym__special_character, - ACTIONS(6091), 2, + ACTIONS(7131), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7123), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + STATE(3085), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145999,44 +179578,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106633] = 17, + [141972] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(5895), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5899), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5901), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5903), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5905), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5907), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5909), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(5919), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(7361), 1, sym_word, - ACTIONS(6137), 1, + ACTIONS(7363), 1, anon_sym_DOLLAR, - ACTIONS(6143), 1, + ACTIONS(7369), 1, sym__comment_word, - ACTIONS(5274), 2, + ACTIONS(5887), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5911), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(7365), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(7367), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(2975), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146046,44 +179626,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106697] = 17, + [142037] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7371), 1, + aux_sym_concatenation_token1, + ACTIONS(7374), 1, + sym__concat, + STATE(2740), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 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, + [142080] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(641), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(649), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(653), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(655), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(665), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(7209), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(7217), 1, sym__comment_word, - ACTIONS(6145), 1, + ACTIONS(7377), 1, anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(635), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(7213), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(7215), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(758), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146093,44 +179711,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106761] = 17, + [142145] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3610), 1, + ACTIONS(2160), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(2162), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(2166), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, + ACTIONS(2176), 1, sym__brace_start, - ACTIONS(4171), 1, + ACTIONS(6789), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(6793), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6795), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6797), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, + ACTIONS(7269), 1, sym_word, - ACTIONS(5967), 1, + ACTIONS(7275), 1, sym__comment_word, - ACTIONS(6147), 1, + ACTIONS(7379), 1, anon_sym_DOLLAR, - ACTIONS(4165), 2, + ACTIONS(6785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(6799), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5963), 2, + ACTIONS(7271), 2, sym_test_operator, sym__special_character, - ACTIONS(5965), 2, + ACTIONS(7273), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + STATE(1114), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146140,44 +179759,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106825] = 17, + [142210] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(159), 1, + ACTIONS(5895), 1, anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(5899), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(5901), 1, aux_sym_number_token2, - ACTIONS(167), 1, + ACTIONS(5903), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(5905), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(5907), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(5909), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, + ACTIONS(5919), 1, sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(7361), 1, sym_word, - ACTIONS(6151), 1, - anon_sym_DOLLAR, - ACTIONS(6157), 1, + ACTIONS(7369), 1, sym__comment_word, - ACTIONS(145), 2, + ACTIONS(7381), 1, + anon_sym_DOLLAR, + ACTIONS(5887), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, + ACTIONS(5911), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6153), 2, + ACTIONS(7365), 2, sym_test_operator, sym__special_character, - ACTIONS(6155), 2, + ACTIONS(7367), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + STATE(2975), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146187,44 +179807,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106889] = 17, + [142275] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(159), 1, - anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(2160), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(2162), 1, aux_sym_number_token2, - ACTIONS(167), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(2166), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(2176), 1, + sym__brace_start, + ACTIONS(6789), 1, + anon_sym_DQUOTE, + ACTIONS(6793), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6795), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(6797), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, - sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(7269), 1, sym_word, - ACTIONS(6157), 1, + ACTIONS(7275), 1, sym__comment_word, - ACTIONS(6159), 1, + ACTIONS(7383), 1, anon_sym_DOLLAR, - ACTIONS(145), 2, + ACTIONS(6785), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, + ACTIONS(6799), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6153), 2, + ACTIONS(7271), 2, sym_test_operator, sym__special_character, - ACTIONS(6155), 2, + ACTIONS(7273), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + STATE(1114), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146234,44 +179855,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106953] = 17, + [142340] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(6833), 1, anon_sym_DOLLAR, - ACTIONS(1333), 1, + ACTIONS(6837), 1, + anon_sym_DQUOTE, + ACTIONS(6841), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(6843), 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(6845), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(6847), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6849), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(6851), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + ACTIONS(6857), 1, + sym__brace_start, + ACTIONS(7385), 1, sym_word, - ACTIONS(6167), 1, + ACTIONS(7391), 1, sym__comment_word, - ACTIONS(4784), 2, + ACTIONS(6831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(6853), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, + ACTIONS(7387), 2, sym_test_operator, sym__special_character, - ACTIONS(6165), 2, + ACTIONS(7389), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(1845), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146281,93 +179903,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107017] = 19, - ACTIONS(63), 1, + [142405] = 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(2461), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(2463), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(2467), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(2479), 1, + sym__brace_start, + ACTIONS(7339), 1, + sym_word, + ACTIONS(7345), 1, + anon_sym_DQUOTE, + ACTIONS(7349), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7351), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7353), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6169), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1728), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(7357), 1, + sym__comment_word, + ACTIONS(7393), 1, + anon_sym_DOLLAR, + ACTIONS(7341), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7343), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7355), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7347), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1327), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [107085] = 17, + sym_process_substitution, + [142470] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(2461), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(2463), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(2467), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(2479), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(7339), 1, + sym_word, + ACTIONS(7345), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(7349), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(7351), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, - sym_word, - ACTIONS(6123), 1, + ACTIONS(7353), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7357), 1, sym__comment_word, - ACTIONS(6171), 1, + ACTIONS(7395), 1, anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(7341), 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(7343), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(7355), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7347), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(1327), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146377,44 +179999,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107149] = 17, + [142535] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(155), 1, - anon_sym_DOLLAR, - ACTIONS(159), 1, - anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(4968), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(4970), 1, aux_sym_number_token2, - ACTIONS(167), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(5505), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, - sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(7397), 1, sym_word, - ACTIONS(6157), 1, + ACTIONS(7399), 1, + anon_sym_DOLLAR, + ACTIONS(7405), 1, sym__comment_word, - ACTIONS(145), 2, + ACTIONS(5491), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, + ACTIONS(5507), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6153), 2, + ACTIONS(7401), 2, sym_test_operator, sym__special_character, - ACTIONS(6155), 2, + ACTIONS(7403), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + STATE(4349), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146424,44 +180047,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107213] = 17, + [142600] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1833), 1, + ACTIONS(6761), 1, + aux_sym_concatenation_token1, + ACTIONS(6763), 1, + sym__concat, + STATE(2730), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3757), 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, + [142643] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1892), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(1894), 1, aux_sym_number_token2, - ACTIONS(1839), 1, + ACTIONS(1898), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1910), 1, sym__brace_start, - ACTIONS(6173), 1, + ACTIONS(7407), 1, sym_word, - ACTIONS(6177), 1, + ACTIONS(7411), 1, anon_sym_DOLLAR, - ACTIONS(6181), 1, + ACTIONS(7415), 1, anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(7419), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(7421), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(7423), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, + ACTIONS(7427), 1, sym__comment_word, - ACTIONS(6175), 2, + ACTIONS(7409), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, + ACTIONS(7413), 2, sym_test_operator, sym__special_character, - ACTIONS(6183), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(6191), 2, + ACTIONS(7425), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(851), 9, + ACTIONS(7417), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(955), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146471,44 +180132,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107277] = 17, + [142708] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5486), 1, + ACTIONS(103), 1, + anon_sym_DOLLAR, + ACTIONS(107), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(111), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(113), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(115), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(117), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(119), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(121), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(131), 1, sym__brace_start, - ACTIONS(6195), 1, + ACTIONS(7429), 1, sym_word, - ACTIONS(6197), 1, + ACTIONS(7435), 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(7431), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7433), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(369), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142773] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1628), 1, anon_sym_DOLLAR, - ACTIONS(6203), 1, + ACTIONS(1634), 1, + aux_sym_number_token1, + ACTIONS(1636), 1, + aux_sym_number_token2, + ACTIONS(1640), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1654), 1, + sym__brace_start, + ACTIONS(6399), 1, + anon_sym_DQUOTE, + ACTIONS(6403), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6405), 1, + anon_sym_BQUOTE, + ACTIONS(6407), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7075), 1, + sym_word, + ACTIONS(7083), 1, sym__comment_word, - ACTIONS(5480), 2, + ACTIONS(6393), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(6409), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6199), 2, + ACTIONS(7079), 2, sym_test_operator, sym__special_character, - ACTIONS(6201), 2, + ACTIONS(7081), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1546), 9, + STATE(1136), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146518,44 +180228,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107341] = 17, + [142838] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1833), 1, + ACTIONS(1892), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(1894), 1, aux_sym_number_token2, - ACTIONS(1839), 1, + ACTIONS(1898), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, + ACTIONS(1910), 1, sym__brace_start, - ACTIONS(6173), 1, + ACTIONS(7407), 1, sym_word, - ACTIONS(6181), 1, + ACTIONS(7415), 1, anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(7419), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(7421), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(7423), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, + ACTIONS(7427), 1, sym__comment_word, - ACTIONS(6205), 1, + ACTIONS(7437), 1, anon_sym_DOLLAR, - ACTIONS(6175), 2, + ACTIONS(7409), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, + ACTIONS(7413), 2, sym_test_operator, sym__special_character, - ACTIONS(6183), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(6191), 2, + ACTIONS(7425), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(851), 9, + ACTIONS(7417), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(955), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146565,44 +180276,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107405] = 17, + [142903] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5482), 1, - anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(641), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(649), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(653), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(655), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(665), 1, sym__brace_start, - ACTIONS(6195), 1, + ACTIONS(7209), 1, sym_word, - ACTIONS(6203), 1, + ACTIONS(7217), 1, sym__comment_word, - ACTIONS(5480), 2, + ACTIONS(7439), 1, + anon_sym_DOLLAR, + ACTIONS(635), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6199), 2, + ACTIONS(7213), 2, sym_test_operator, sym__special_character, - ACTIONS(6201), 2, + ACTIONS(7215), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1546), 9, + STATE(758), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146612,44 +180324,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107469] = 17, + [142968] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5486), 1, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, - anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(6195), 1, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, sym_word, - ACTIONS(6203), 1, + ACTIONS(6645), 1, sym__comment_word, - ACTIONS(6207), 1, + ACTIONS(7441), 1, anon_sym_DOLLAR, - ACTIONS(5480), 2, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6199), 2, + ACTIONS(6649), 2, sym_test_operator, sym__special_character, - ACTIONS(6201), 2, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1546), 9, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146659,44 +180372,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107533] = 17, + [143033] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1333), 1, + ACTIONS(3802), 1, + anon_sym_DQUOTE, + ACTIONS(3806), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(3808), 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(3810), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(3812), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3814), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(3816), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + ACTIONS(3822), 1, + sym__brace_start, + ACTIONS(7065), 1, sym_word, - ACTIONS(6167), 1, + ACTIONS(7073), 1, sym__comment_word, - ACTIONS(6209), 1, + ACTIONS(7443), 1, anon_sym_DOLLAR, - ACTIONS(4784), 2, + ACTIONS(3796), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(3818), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, + ACTIONS(7069), 2, sym_test_operator, sym__special_character, - ACTIONS(6165), 2, + ACTIONS(7071), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(3530), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146706,44 +180420,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107597] = 17, + [143098] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1333), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(1339), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(4790), 1, + ACTIONS(6769), 1, anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(6773), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(6775), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(6777), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + ACTIONS(7445), 1, sym_word, - ACTIONS(6167), 1, - sym__comment_word, - ACTIONS(6211), 1, + ACTIONS(7447), 1, anon_sym_DOLLAR, - ACTIONS(4784), 2, + ACTIONS(7453), 1, + sym__comment_word, + ACTIONS(6765), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(6779), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, + ACTIONS(7449), 2, sym_test_operator, sym__special_character, - ACTIONS(6165), 2, + ACTIONS(7451), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(1511), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146753,44 +180468,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107661] = 17, + [143163] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2107), 1, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(2113), 1, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2125), 1, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(6025), 1, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, sym_word, - ACTIONS(6031), 1, + ACTIONS(6645), 1, + sym__comment_word, + ACTIONS(7455), 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(6649), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6647), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(2012), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143228] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6365), 1, anon_sym_DQUOTE, - ACTIONS(6035), 1, + ACTIONS(6369), 1, + aux_sym_number_token1, + ACTIONS(6371), 1, + aux_sym_number_token2, + ACTIONS(6373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(6375), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6377), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(6379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, + ACTIONS(6389), 1, + sym__brace_start, + ACTIONS(7137), 1, + sym_word, + ACTIONS(7145), 1, sym__comment_word, - ACTIONS(6213), 1, + ACTIONS(7457), 1, anon_sym_DOLLAR, - ACTIONS(6027), 2, + ACTIONS(6357), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, + ACTIONS(6381), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7141), 2, sym_test_operator, sym__special_character, - ACTIONS(6033), 2, + ACTIONS(7143), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(1420), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146800,44 +180564,81 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107725] = 17, + [143293] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3185), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3228), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 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, + [143334] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(3119), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(3123), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(3127), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(3129), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(3131), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(3133), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(3135), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(3137), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(3147), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(7329), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(7337), 1, sym__comment_word, - ACTIONS(5362), 2, + ACTIONS(3117), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(3139), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7333), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7335), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1816), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146847,44 +180648,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107789] = 17, + [143399] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(230), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(232), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(236), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(250), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(1039), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(1043), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, + ACTIONS(1045), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(2979), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, + ACTIONS(7459), 1, sym_word, - ACTIONS(6123), 1, - sym__comment_word, - ACTIONS(6215), 1, + ACTIONS(7461), 1, anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(7467), 1, + sym__comment_word, + ACTIONS(1033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(1047), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, + ACTIONS(7463), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(7465), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(2028), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146894,44 +180696,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107853] = 17, + [143464] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4581), 1, - anon_sym_DOLLAR, - ACTIONS(4585), 1, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(6217), 1, + ACTIONS(7045), 1, sym_word, - ACTIONS(6223), 1, + ACTIONS(7053), 1, sym__comment_word, - ACTIONS(4577), 2, + ACTIONS(7469), 1, + anon_sym_DOLLAR, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6219), 2, + ACTIONS(7049), 2, sym_test_operator, sym__special_character, - ACTIONS(6221), 2, + ACTIONS(7051), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + STATE(2987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146941,44 +180744,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107917] = 17, + [143529] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + 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(1039), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + ACTIONS(7459), 1, + sym_word, + ACTIONS(7467), 1, + sym__comment_word, + ACTIONS(7471), 1, + anon_sym_DOLLAR, + ACTIONS(1033), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1047), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7463), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7465), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(2028), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143594] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5895), 1, + anon_sym_DQUOTE, + ACTIONS(5899), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5901), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5903), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5905), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5907), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5909), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5919), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(7361), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(7369), 1, sym__comment_word, - ACTIONS(6225), 1, + ACTIONS(7473), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(5887), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5911), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(7365), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(7367), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(2975), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146988,93 +180840,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107981] = 19, - ACTIONS(63), 1, + [143659] = 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(5857), 1, + anon_sym_DQUOTE, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6227), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1695), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(5881), 1, + sym__brace_start, + ACTIONS(7045), 1, + sym_word, + ACTIONS(7053), 1, + sym__comment_word, + ACTIONS(7475), 1, + anon_sym_DOLLAR, + ACTIONS(5849), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5873), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7049), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7051), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(2987), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [108049] = 17, + sym_process_substitution, + [143724] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4922), 1, - anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(4930), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, - anon_sym_BQUOTE, - ACTIONS(4936), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(3022), 1, sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(7219), 1, sym_word, - ACTIONS(6013), 1, + ACTIONS(7227), 1, + anon_sym_DQUOTE, + ACTIONS(7231), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7233), 1, + anon_sym_BQUOTE, + ACTIONS(7235), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7239), 1, sym__comment_word, - ACTIONS(6229), 1, + ACTIONS(7477), 1, anon_sym_DOLLAR, - ACTIONS(4914), 2, + ACTIONS(7221), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6009), 2, + ACTIONS(7225), 2, sym_test_operator, sym__special_character, - ACTIONS(6011), 2, + ACTIONS(7237), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7229), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + STATE(3080), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147084,44 +180936,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108113] = 17, + [143789] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, + ACTIONS(6315), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(6319), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(6321), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(6323), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(6325), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(6327), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(6329), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(6339), 1, sym__brace_start, - ACTIONS(6217), 1, + ACTIONS(7479), 1, sym_word, - ACTIONS(6223), 1, - sym__comment_word, - ACTIONS(6231), 1, + ACTIONS(7481), 1, anon_sym_DOLLAR, - ACTIONS(4577), 2, + ACTIONS(7487), 1, + sym__comment_word, + ACTIONS(6307), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, + ACTIONS(6331), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6219), 2, + ACTIONS(7483), 2, sym_test_operator, sym__special_character, - ACTIONS(6221), 2, + ACTIONS(7485), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + STATE(1186), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147131,44 +180984,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108177] = 17, + [143854] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4585), 1, - anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(4593), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, - anon_sym_BQUOTE, - ACTIONS(4599), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(3022), 1, sym__brace_start, - ACTIONS(6217), 1, + ACTIONS(7219), 1, sym_word, - ACTIONS(6223), 1, + ACTIONS(7227), 1, + anon_sym_DQUOTE, + ACTIONS(7231), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7233), 1, + anon_sym_BQUOTE, + ACTIONS(7235), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7239), 1, sym__comment_word, - ACTIONS(6233), 1, + ACTIONS(7489), 1, anon_sym_DOLLAR, - ACTIONS(4577), 2, + ACTIONS(7221), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6219), 2, + ACTIONS(7225), 2, sym_test_operator, sym__special_character, - ACTIONS(6221), 2, + ACTIONS(7237), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7229), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + STATE(3080), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147178,44 +181032,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108241] = 17, + [143919] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(7285), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(7289), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(7291), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(7295), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(7297), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(7299), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(7305), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(7491), 1, sym_word, - ACTIONS(6237), 1, + ACTIONS(7493), 1, anon_sym_DOLLAR, - ACTIONS(6243), 1, + ACTIONS(7499), 1, sym__comment_word, - ACTIONS(4533), 2, + ACTIONS(7279), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(7301), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6239), 2, + ACTIONS(7495), 2, sym_test_operator, sym__special_character, - ACTIONS(6241), 2, + ACTIONS(7497), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(4152), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147225,44 +181080,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108305] = 17, + [143984] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4922), 1, - anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(1596), 1, + anon_sym_DOLLAR, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(4930), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(1622), 1, + sym__brace_start, + ACTIONS(5965), 1, + anon_sym_DQUOTE, + ACTIONS(5969), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5971), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(5973), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, - sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(7501), 1, sym_word, - ACTIONS(6013), 1, + ACTIONS(7507), 1, sym__comment_word, - ACTIONS(6245), 1, - anon_sym_DOLLAR, - ACTIONS(4914), 2, + ACTIONS(5959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(5975), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6009), 2, + ACTIONS(7503), 2, sym_test_operator, sym__special_character, - ACTIONS(6011), 2, + ACTIONS(7505), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + STATE(1106), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147272,44 +181128,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108369] = 17, + [144049] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(6315), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(6319), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(6321), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(6323), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(6325), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(6327), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(6329), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(6339), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(7479), 1, sym_word, - ACTIONS(6243), 1, + ACTIONS(7487), 1, sym__comment_word, - ACTIONS(6247), 1, + ACTIONS(7509), 1, anon_sym_DOLLAR, - ACTIONS(4533), 2, + ACTIONS(6307), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(6331), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6239), 2, + ACTIONS(7483), 2, sym_test_operator, sym__special_character, - ACTIONS(6241), 2, + ACTIONS(7485), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(1186), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147319,44 +181176,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108433] = 17, + [144114] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(6249), 1, + ACTIONS(7511), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147366,93 +181224,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108497] = 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(6251), 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(1638), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [108565] = 17, + [144179] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5338), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6253), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(6255), 1, - anon_sym_DOLLAR, - ACTIONS(6261), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(5332), 2, + ACTIONS(7513), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6257), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147462,44 +181272,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108629] = 17, + [144244] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(7055), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(7063), 1, sym__comment_word, - ACTIONS(6263), 1, + ACTIONS(7515), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7059), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7061), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147509,44 +181320,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108693] = 17, + [144309] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(3798), 1, + anon_sym_DOLLAR, + ACTIONS(3802), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(3806), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(3808), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(3810), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(3812), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(3814), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(3816), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(3822), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7065), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(7073), 1, sym__comment_word, - ACTIONS(6265), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(3796), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(3818), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7069), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7071), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(3530), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147556,44 +181368,80 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108757] = 17, + [144374] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3208), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3206), 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, + [144413] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(107), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(111), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(113), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(115), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(117), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(119), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(121), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(131), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(7429), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(7435), 1, sym__comment_word, - ACTIONS(6267), 1, + ACTIONS(7517), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(101), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(123), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7431), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7433), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(369), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147603,191 +181451,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108821] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6269), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1665), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [108889] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6271), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1684), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [108957] = 19, - ACTIONS(63), 1, - 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(6273), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1706), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109025] = 17, + [144478] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5222), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, - anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(6275), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(7055), 1, sym_word, - ACTIONS(6277), 1, - anon_sym_DOLLAR, - ACTIONS(6283), 1, + ACTIONS(7063), 1, sym__comment_word, - ACTIONS(5216), 2, + ACTIONS(7519), 1, + anon_sym_DOLLAR, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6279), 2, + ACTIONS(7059), 2, sym_test_operator, sym__special_character, - ACTIONS(6281), 2, + ACTIONS(7061), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + STATE(1820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147797,93 +181499,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109089] = 19, - ACTIONS(63), 1, + [144543] = 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(1314), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(1316), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(1320), 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(6285), 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(1734), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109157] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5222), 1, + ACTIONS(1334), 1, + sym__brace_start, + ACTIONS(6245), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, - aux_sym_number_token1, - ACTIONS(5228), 1, - aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(6249), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(6251), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(6253), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, - sym__brace_start, - ACTIONS(6275), 1, + ACTIONS(7521), 1, sym_word, - ACTIONS(6283), 1, - sym__comment_word, - ACTIONS(6287), 1, + ACTIONS(7523), 1, anon_sym_DOLLAR, - ACTIONS(5216), 2, + ACTIONS(7529), 1, + sym__comment_word, + ACTIONS(6239), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, + ACTIONS(6255), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6279), 2, + ACTIONS(7525), 2, sym_test_operator, sym__special_character, - ACTIONS(6281), 2, + ACTIONS(7527), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + STATE(887), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147893,93 +181547,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109221] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6289), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1752), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109289] = 17, + [144608] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1709), 1, + ACTIONS(1314), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1316), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(1320), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(1334), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(6245), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(6249), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6251), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6253), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(7521), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(7529), 1, sym__comment_word, - ACTIONS(4487), 2, + ACTIONS(7531), 1, + anon_sym_DOLLAR, + ACTIONS(6239), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(6255), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(7525), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(7527), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(887), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147989,44 +181595,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109353] = 17, + [144673] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4455), 1, + ACTIONS(7537), 1, + sym_variable_name, + STATE(4535), 1, + sym_subscript, + ACTIONS(7535), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2782), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7533), 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, + [144716] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3402), 1, anon_sym_DOLLAR, - ACTIONS(4459), 1, + ACTIONS(3406), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(3410), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(3412), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(3414), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(3416), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(3418), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(3420), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(3428), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(7540), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(7546), 1, sym__comment_word, - ACTIONS(4451), 2, + ACTIONS(3400), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(3422), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(7542), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(7544), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(1928), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148036,44 +181680,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109417] = 17, + [144781] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4886), 1, + ACTIONS(7285), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(7289), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(7291), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(7295), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(7297), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(7299), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(7305), 1, sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(7491), 1, sym_word, - ACTIONS(6005), 1, + ACTIONS(7499), 1, sym__comment_word, - ACTIONS(6291), 1, + ACTIONS(7548), 1, anon_sym_DOLLAR, - ACTIONS(4878), 2, + ACTIONS(7279), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(7301), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, + ACTIONS(7495), 2, sym_test_operator, sym__special_character, - ACTIONS(6003), 2, + ACTIONS(7497), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + STATE(4152), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148083,44 +181728,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109481] = 17, + [144846] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6769), 1, + anon_sym_DQUOTE, + ACTIONS(6773), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6775), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6777), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(7445), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(7453), 1, sym__comment_word, - ACTIONS(6293), 1, + ACTIONS(7550), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6765), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(6779), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7449), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7451), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1511), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148130,142 +181776,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109545] = 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(6295), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1654), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109613] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6297), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1701), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109681] = 17, + [144911] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + 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(7552), 1, sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6299), 1, + ACTIONS(7554), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(7560), 1, + sym__comment_word, + 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, + ACTIONS(7556), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7558), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1543), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148275,191 +181824,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109745] = 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(6301), 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(1685), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109813] = 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(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, - 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(1656), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109881] = 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(6305), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1643), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [109949] = 17, + [144976] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(6125), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6129), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6131), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6133), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6135), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6137), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6139), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(6149), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(7562), 1, sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6307), 1, + ACTIONS(7564), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(7570), 1, + sym__comment_word, + ACTIONS(6117), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(6141), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7566), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7568), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(3509), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148469,44 +181872,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110013] = 17, + [145041] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5700), 1, + ACTIONS(921), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(925), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(927), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(933), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(943), 1, sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(7552), 1, sym_word, - ACTIONS(6311), 1, - anon_sym_DOLLAR, - ACTIONS(6317), 1, + ACTIONS(7560), 1, sym__comment_word, - ACTIONS(5694), 2, + ACTIONS(7572), 1, + anon_sym_DOLLAR, + ACTIONS(915), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(937), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(7556), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(7558), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(1543), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148516,93 +181920,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110077] = 19, - ACTIONS(63), 1, + [145106] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6121), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6125), 1, + anon_sym_DQUOTE, + ACTIONS(6129), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6131), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6133), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6135), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6137), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6139), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6319), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1681), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [110145] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2285), 1, - aux_sym_number_token1, - ACTIONS(2287), 1, - aux_sym_number_token2, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(6149), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(7562), 1, sym_word, - ACTIONS(5877), 1, - anon_sym_DQUOTE, - ACTIONS(5881), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, - anon_sym_BQUOTE, - ACTIONS(5885), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(7570), 1, sym__comment_word, - ACTIONS(6321), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(6117), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(6141), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7566), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(7568), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(3509), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148612,93 +181968,143 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110209] = 19, - ACTIONS(63), 1, + [145171] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(5825), 1, + anon_sym_SLASH, + ACTIONS(5827), 1, + anon_sym_PERCENT, + ACTIONS(5829), 1, + anon_sym_COLON, + ACTIONS(6153), 1, + anon_sym_AT, + ACTIONS(6524), 1, + anon_sym_LBRACK, + STATE(4981), 1, + sym__expansion_operator, + STATE(4982), 1, + sym__expansion_max_length, + STATE(4985), 1, + sym__expansion_regex_removal, + STATE(4987), 1, + sym__expansion_regex_replacement, + STATE(4988), 1, + sym__expansion_regex, + STATE(4989), 1, + sym__expansion_expression, + ACTIONS(5823), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(5843), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5831), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5841), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5839), 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, + [145236] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7281), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(7283), 1, + sym__special_character, + ACTIONS(7285), 1, + anon_sym_DQUOTE, + ACTIONS(7289), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(7291), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(7295), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(7297), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7299), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6323), 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(1722), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(7305), 1, + sym__brace_start, + ACTIONS(7574), 1, + sym_word, + ACTIONS(7578), 1, + sym_test_operator, + STATE(4145), 1, + aux_sym__literal_repeat1, + STATE(4209), 1, + sym_concatenation, + ACTIONS(7279), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7301), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7576), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4130), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [110277] = 17, + sym_process_substitution, + [145305] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5700), 1, + ACTIONS(3507), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(3511), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(3513), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(3515), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(3517), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(3519), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(3521), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(3527), 1, sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(7580), 1, sym_word, - ACTIONS(6317), 1, - sym__comment_word, - ACTIONS(6325), 1, + ACTIONS(7582), 1, anon_sym_DOLLAR, - ACTIONS(5694), 2, + ACTIONS(7588), 1, + sym__comment_word, + ACTIONS(3501), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(3523), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(7584), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(7586), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(1876), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148708,142 +182114,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110341] = 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(6327), 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(1658), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [110409] = 19, - ACTIONS(63), 1, + [145370] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(2427), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(2433), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(2435), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(2439), 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(6329), 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(1724), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(2449), 1, + sym__brace_start, + ACTIONS(7113), 1, + sym_word, + ACTIONS(7121), 1, + anon_sym_DQUOTE, + ACTIONS(7125), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7127), 1, + anon_sym_BQUOTE, + ACTIONS(7129), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7133), 1, + sym__comment_word, + ACTIONS(7115), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7119), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7131), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7123), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3085), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [110477] = 17, + sym_process_substitution, + [145435] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(97), 1, - anon_sym_DOLLAR, - ACTIONS(101), 1, + ACTIONS(6125), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(6129), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(6131), 1, aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(6133), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(6135), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(6137), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(6139), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, + ACTIONS(6149), 1, sym__brace_start, - ACTIONS(6331), 1, + ACTIONS(7562), 1, sym_word, - ACTIONS(6337), 1, + ACTIONS(7570), 1, sym__comment_word, - ACTIONS(75), 2, + ACTIONS(7590), 1, + anon_sym_DOLLAR, + ACTIONS(6117), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, + ACTIONS(6141), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6333), 2, + ACTIONS(7566), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(7568), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + STATE(3509), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148853,44 +182210,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110541] = 17, + [145500] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4982), 1, + ACTIONS(6189), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6193), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6195), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6197), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6199), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6201), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6203), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(6213), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(7592), 1, sym_word, - ACTIONS(6345), 1, + ACTIONS(7594), 1, + anon_sym_DOLLAR, + ACTIONS(7600), 1, sym__comment_word, - ACTIONS(4974), 2, + ACTIONS(6181), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(6205), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, + ACTIONS(7596), 2, sym_test_operator, sym__special_character, - ACTIONS(6343), 2, + ACTIONS(7598), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + STATE(1032), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148900,93 +182258,98 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110605] = 19, - ACTIONS(63), 1, + [145565] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(7606), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(7608), 1, + aux_sym__c_word_token1, + ACTIONS(7610), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7612), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(7614), 1, + anon_sym_DQUOTE, + ACTIONS(7616), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(7618), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(7620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(7622), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(7624), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6347), 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(1753), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + STATE(2390), 1, + sym__c_binary_expression, + STATE(2413), 1, + sym__c_unary_expression, + STATE(2424), 1, + sym__c_postfix_expression, + STATE(2947), 1, + sym__c_terminator, + STATE(4187), 1, + sym__c_expression, + STATE(4289), 1, + sym__c_variable_assignment, + STATE(4789), 1, + sym__for_body, + ACTIONS(7602), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(7604), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2401), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [110673] = 17, + [145640] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1475), 1, + ACTIONS(1426), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(1428), 1, aux_sym_number_token2, - ACTIONS(1481), 1, + ACTIONS(1432), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, + ACTIONS(1446), 1, sym__brace_start, - ACTIONS(4423), 1, + ACTIONS(6053), 1, anon_sym_DQUOTE, - ACTIONS(4427), 1, + ACTIONS(6057), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(6059), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(6061), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, + ACTIONS(7628), 1, sym_word, - ACTIONS(5945), 1, - sym__comment_word, - ACTIONS(6349), 1, + ACTIONS(7630), 1, anon_sym_DOLLAR, - ACTIONS(4417), 2, + ACTIONS(7636), 1, + sym__comment_word, + ACTIONS(6047), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4433), 2, + ACTIONS(6063), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5941), 2, + ACTIONS(7632), 2, sym_test_operator, sym__special_character, - ACTIONS(5943), 2, + ACTIONS(7634), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + STATE(1081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148996,44 +182359,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110737] = 17, + [145705] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(495), 1, + ACTIONS(5895), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(5899), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(5901), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(5903), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(5905), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(5907), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(5909), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(5919), 1, sym__brace_start, - ACTIONS(6351), 1, + ACTIONS(7361), 1, sym_word, - ACTIONS(6353), 1, - anon_sym_DOLLAR, - ACTIONS(6359), 1, + ACTIONS(7369), 1, sym__comment_word, - ACTIONS(455), 2, + ACTIONS(7638), 1, + anon_sym_DOLLAR, + ACTIONS(5887), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(5911), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6355), 2, + ACTIONS(7365), 2, sym_test_operator, sym__special_character, - ACTIONS(6357), 2, + ACTIONS(7367), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + STATE(2975), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149043,44 +182407,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110801] = 17, + [145770] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(495), 1, + ACTIONS(107), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(111), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(113), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(115), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(117), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(119), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(121), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(131), 1, sym__brace_start, - ACTIONS(6351), 1, + ACTIONS(7429), 1, sym_word, - ACTIONS(6359), 1, + ACTIONS(7435), 1, sym__comment_word, - ACTIONS(6361), 1, + ACTIONS(7640), 1, anon_sym_DOLLAR, - ACTIONS(455), 2, + ACTIONS(101), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(123), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6355), 2, + ACTIONS(7431), 2, sym_test_operator, sym__special_character, - ACTIONS(6357), 2, + ACTIONS(7433), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + STATE(369), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149090,93 +182455,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110865] = 19, - ACTIONS(63), 1, + [145835] = 6, + 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, + ACTIONS(7646), 1, sym_variable_name, - ACTIONS(6363), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1740), 8, + STATE(4535), 1, sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [110933] = 17, + ACTIONS(7644), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2782), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7642), 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, + [145878] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, - anon_sym_DOLLAR, - ACTIONS(2285), 1, + ACTIONS(1426), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(1428), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(1432), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(1446), 1, sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5877), 1, + ACTIONS(6053), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(6057), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6059), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6061), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(7628), 1, + sym_word, + ACTIONS(7636), 1, sym__comment_word, - ACTIONS(5871), 2, + ACTIONS(7648), 1, + anon_sym_DOLLAR, + ACTIONS(6047), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(6063), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7632), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(7634), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(1081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149186,44 +182540,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110997] = 17, + [145943] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(49), 1, + anon_sym_DQUOTE, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(55), 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(57), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(63), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(7175), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(7183), 1, sym__comment_word, - ACTIONS(6365), 1, + ACTIONS(7650), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(43), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(65), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(7179), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(7181), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149233,93 +182588,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111061] = 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(6367), 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(1735), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [111129] = 17, + [146008] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(3507), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(3511), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(3513), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(3515), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(3517), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(3519), 1, + anon_sym_BQUOTE, + ACTIONS(3521), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(3527), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(7580), 1, sym_word, - ACTIONS(5312), 1, + ACTIONS(7588), 1, sym__comment_word, - ACTIONS(6369), 1, + ACTIONS(7652), 1, anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(3501), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(3523), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(7584), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(7586), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1876), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149329,93 +182636,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111193] = 19, - ACTIONS(63), 1, + [146073] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(3765), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(3769), 1, + anon_sym_DQUOTE, + ACTIONS(3773), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(3775), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(3777), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(3779), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(3781), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(3783), 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, - 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(1725), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(3789), 1, + sym__brace_start, + ACTIONS(7654), 1, + sym_word, + ACTIONS(7660), 1, + sym__comment_word, + ACTIONS(3763), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3785), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7656), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7658), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(2033), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111261] = 17, + sym_process_substitution, + [146138] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(6189), 1, + anon_sym_DQUOTE, + ACTIONS(6193), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(6195), 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(6197), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6199), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6201), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6203), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(6213), 1, + sym__brace_start, + ACTIONS(7592), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(7600), 1, sym__comment_word, - ACTIONS(6373), 1, + ACTIONS(7662), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(6181), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(6205), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(7596), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(7598), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(1032), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149425,142 +182732,141 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111325] = 19, - ACTIONS(63), 1, + [146203] = 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(6837), 1, + anon_sym_DQUOTE, + ACTIONS(6841), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6843), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6845), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6847), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6849), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6851), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6375), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1693), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(6857), 1, + sym__brace_start, + ACTIONS(7385), 1, + sym_word, + ACTIONS(7391), 1, + sym__comment_word, + ACTIONS(7664), 1, + anon_sym_DOLLAR, + ACTIONS(6831), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6853), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7387), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7389), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1845), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111393] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [146268] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(3503), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(3507), 1, + anon_sym_DQUOTE, + ACTIONS(3511), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(3513), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(3515), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(3517), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(3519), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(3521), 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(3527), 1, + sym__brace_start, + ACTIONS(7580), 1, + sym_word, + ACTIONS(7588), 1, + sym__comment_word, + ACTIONS(3501), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3523), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7584), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7586), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1876), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111461] = 17, + sym_process_substitution, + [146333] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_DOLLAR, - ACTIONS(45), 1, + ACTIONS(6837), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(6841), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(6843), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(6845), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(6847), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(6849), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(6851), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(71), 1, + ACTIONS(6857), 1, sym__brace_start, - ACTIONS(6379), 1, + ACTIONS(7385), 1, sym_word, - ACTIONS(6385), 1, + ACTIONS(7391), 1, sym__comment_word, - ACTIONS(13), 2, + ACTIONS(7666), 1, + anon_sym_DOLLAR, + ACTIONS(6831), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, + ACTIONS(6853), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6381), 2, + ACTIONS(7387), 2, sym_test_operator, sym__special_character, - ACTIONS(6383), 2, + ACTIONS(7389), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + STATE(1845), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149570,193 +182876,189 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111525] = 19, - ACTIONS(63), 1, + [146398] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(1886), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(1892), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(1894), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(1898), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(1910), 1, + sym__brace_start, + ACTIONS(7407), 1, + sym_word, + ACTIONS(7415), 1, + anon_sym_DQUOTE, + ACTIONS(7419), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7421), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7423), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6387), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1662), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(7427), 1, + sym__comment_word, + ACTIONS(7409), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7413), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7425), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7417), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(955), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111593] = 21, + sym_process_substitution, + [146463] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5432), 1, + ACTIONS(1308), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, - anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(1314), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(1316), 1, aux_sym_number_token2, - ACTIONS(5440), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(1320), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(1334), 1, + sym__brace_start, + ACTIONS(6245), 1, + anon_sym_DQUOTE, + ACTIONS(6249), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6251), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(6253), 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(7521), 1, + sym_word, + ACTIONS(7529), 1, + sym__comment_word, + ACTIONS(6239), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6255), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7525), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7527), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(887), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111665] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [146528] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(917), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(921), 1, + anon_sym_DQUOTE, + ACTIONS(925), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(927), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(933), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6393), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1660), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(7552), 1, + sym_word, + ACTIONS(7560), 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(7556), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7558), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1543), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111733] = 17, + sym_process_substitution, + [146593] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1475), 1, + ACTIONS(6089), 1, + anon_sym_DQUOTE, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(6095), 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(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(6099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, + ACTIONS(6113), 1, + sym__brace_start, + ACTIONS(7668), 1, sym_word, - ACTIONS(5945), 1, - sym__comment_word, - ACTIONS(6395), 1, + ACTIONS(7670), 1, anon_sym_DOLLAR, - ACTIONS(4417), 2, + ACTIONS(7676), 1, + sym__comment_word, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4433), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5941), 2, + ACTIONS(7672), 2, sym_test_operator, sym__special_character, - ACTIONS(5943), 2, + ACTIONS(7674), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + STATE(1260), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149766,126 +183068,141 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111797] = 3, - ACTIONS(63), 1, + [146658] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(1167), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2182), 1, anon_sym_DOLLAR, + ACTIONS(2188), 1, aux_sym_number_token1, + ACTIONS(2190), 1, aux_sym_number_token2, + ACTIONS(2194), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1169), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(2206), 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, + ACTIONS(7678), 1, + sym_word, + ACTIONS(7684), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(7688), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(7690), 1, anon_sym_BQUOTE, + ACTIONS(7692), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(7696), 1, + sym__comment_word, + ACTIONS(7680), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7682), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7694), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [111833] = 19, - ACTIONS(63), 1, + ACTIONS(7686), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1222), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146723] = 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(6089), 1, + anon_sym_DQUOTE, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6095), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6397), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1623), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(6113), 1, + sym__brace_start, + ACTIONS(7668), 1, + sym_word, + ACTIONS(7676), 1, + sym__comment_word, + ACTIONS(7698), 1, + anon_sym_DOLLAR, + ACTIONS(6081), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6105), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7672), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7674), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1260), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111901] = 17, + sym_process_substitution, + [146788] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4237), 1, + ACTIONS(1420), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(1426), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(1428), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(1432), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4259), 1, + ACTIONS(1446), 1, sym__brace_start, - ACTIONS(5154), 1, + ACTIONS(6053), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(6057), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(6059), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(6061), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, + ACTIONS(7628), 1, sym_word, - ACTIONS(6405), 1, + ACTIONS(7636), 1, sym__comment_word, - ACTIONS(5150), 2, + ACTIONS(6047), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, + ACTIONS(6063), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6401), 2, + ACTIONS(7632), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(7634), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + STATE(1081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149895,44 +183212,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111965] = 17, + [146853] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2107), 1, + ACTIONS(4414), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(4416), 1, aux_sym_number_token2, - ACTIONS(2113), 1, + ACTIONS(4420), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2125), 1, + ACTIONS(4430), 1, sym__brace_start, - ACTIONS(6025), 1, - sym_word, - ACTIONS(6031), 1, + ACTIONS(6865), 1, anon_sym_DQUOTE, - ACTIONS(6035), 1, + ACTIONS(6869), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(6871), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(6873), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, + ACTIONS(7153), 1, + sym_word, + ACTIONS(7159), 1, sym__comment_word, - ACTIONS(6407), 1, + ACTIONS(7700), 1, anon_sym_DOLLAR, - ACTIONS(6027), 2, + ACTIONS(6861), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, + ACTIONS(6875), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7155), 2, sym_test_operator, sym__special_character, - ACTIONS(6033), 2, + ACTIONS(7157), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(2365), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149942,420 +183260,381 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112029] = 19, - ACTIONS(63), 1, + [146918] = 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(3406), 1, + anon_sym_DQUOTE, + ACTIONS(3410), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(3412), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(3414), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(3416), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(3418), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(3420), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6409), 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(1630), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [112097] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(3428), 1, + sym__brace_start, + ACTIONS(7540), 1, + sym_word, + ACTIONS(7546), 1, + sym__comment_word, + ACTIONS(7702), 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(6411), 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(1635), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(3400), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3422), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7542), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7544), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1928), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112165] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [146983] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(7281), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(7285), 1, + anon_sym_DQUOTE, + ACTIONS(7289), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(7291), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(7295), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(7297), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7299), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6413), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1689), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(7305), 1, + sym__brace_start, + ACTIONS(7491), 1, + sym_word, + ACTIONS(7499), 1, + sym__comment_word, + ACTIONS(7279), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7301), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7495), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7497), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(4152), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112233] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [147048] = 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(4414), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4416), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4420), 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(6415), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1731), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [112301] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(4430), 1, + sym__brace_start, + ACTIONS(6865), 1, + anon_sym_DQUOTE, + ACTIONS(6869), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6871), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6873), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6417), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1675), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(7153), 1, + sym_word, + ACTIONS(7159), 1, + sym__comment_word, + ACTIONS(7704), 1, + anon_sym_DOLLAR, + ACTIONS(6861), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6875), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7155), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7157), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(2365), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112369] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [147113] = 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(4008), 1, + anon_sym_DQUOTE, + ACTIONS(4012), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4014), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(4016), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4018), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(4020), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(4022), 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(4028), 1, + sym__brace_start, + ACTIONS(7706), 1, + sym_word, + ACTIONS(7708), 1, + anon_sym_DOLLAR, + ACTIONS(7714), 1, + sym__comment_word, + ACTIONS(4002), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4024), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7710), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7712), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3638), 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, + [147178] = 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(2433), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(2435), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(2439), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(2449), 1, + sym__brace_start, + ACTIONS(7113), 1, + sym_word, + ACTIONS(7121), 1, + anon_sym_DQUOTE, + ACTIONS(7125), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7127), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7129), 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(7133), 1, + sym__comment_word, + ACTIONS(7716), 1, + anon_sym_DOLLAR, + ACTIONS(7115), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7119), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7131), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7123), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3085), 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, + [147243] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(3003), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(4008), 1, + anon_sym_DQUOTE, + ACTIONS(4012), 1, aux_sym_number_token1, + ACTIONS(4014), 1, aux_sym_number_token2, + ACTIONS(4016), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4018), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3005), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(4020), 1, + anon_sym_BQUOTE, + ACTIONS(4022), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4028), 1, sym__brace_start, + ACTIONS(7706), 1, + sym_word, + ACTIONS(7714), 1, + sym__comment_word, + ACTIONS(7718), 1, + anon_sym_DOLLAR, + ACTIONS(4002), 2, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4024), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7710), 2, + sym_test_operator, sym__special_character, - anon_sym_DQUOTE, + ACTIONS(7712), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, + STATE(3638), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147308] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6311), 1, + anon_sym_DOLLAR, + ACTIONS(6315), 1, + anon_sym_DQUOTE, + ACTIONS(6319), 1, + aux_sym_number_token1, + ACTIONS(6321), 1, + aux_sym_number_token2, + ACTIONS(6323), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(6325), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6327), 1, anon_sym_BQUOTE, + ACTIONS(6329), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(6339), 1, + sym__brace_start, + ACTIONS(7479), 1, + sym_word, + ACTIONS(7487), 1, + sym__comment_word, + ACTIONS(6307), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6331), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [112541] = 17, + ACTIONS(7483), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7485), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1186), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147373] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4537), 1, - anon_sym_DOLLAR, - ACTIONS(4541), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, - anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(7055), 1, sym_word, - ACTIONS(6243), 1, + ACTIONS(7063), 1, sym__comment_word, - ACTIONS(4533), 2, + ACTIONS(7720), 1, + anon_sym_DOLLAR, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6239), 2, + ACTIONS(7059), 2, sym_test_operator, sym__special_character, - ACTIONS(6241), 2, + ACTIONS(7061), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(1820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150365,142 +183644,141 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112605] = 19, - ACTIONS(63), 1, + [147438] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, + 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(6769), 1, + anon_sym_DQUOTE, + ACTIONS(6773), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6775), 1, anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(6777), 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, + ACTIONS(7445), 1, + sym_word, + ACTIONS(7453), 1, + sym__comment_word, + ACTIONS(6765), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6779), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7449), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7451), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1511), 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, + [147503] = 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(2188), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(2190), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(2194), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(2206), 1, + sym__brace_start, + ACTIONS(7678), 1, + sym_word, + ACTIONS(7684), 1, + anon_sym_DQUOTE, + ACTIONS(7688), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7690), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7692), 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(7696), 1, + sym__comment_word, + ACTIONS(7722), 1, + anon_sym_DOLLAR, + ACTIONS(7680), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7682), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7694), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7686), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1222), 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, + [147568] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5664), 1, + ACTIONS(6361), 1, + anon_sym_DOLLAR, + ACTIONS(6365), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(6369), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(6371), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(6373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(6375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(6377), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(6379), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(6389), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(7137), 1, sym_word, - ACTIONS(6429), 1, - anon_sym_DOLLAR, - ACTIONS(6435), 1, + ACTIONS(7145), 1, sym__comment_word, - ACTIONS(5658), 2, + ACTIONS(6357), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(6381), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, + ACTIONS(7141), 2, sym_test_operator, sym__special_character, - ACTIONS(6433), 2, + ACTIONS(7143), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(1420), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150510,44 +183788,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112805] = 17, + [147633] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5664), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(7307), 1, sym_word, - ACTIONS(6435), 1, + ACTIONS(7313), 1, sym__comment_word, - ACTIONS(6437), 1, + ACTIONS(7724), 1, anon_sym_DOLLAR, - ACTIONS(5658), 2, + ACTIONS(407), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, + ACTIONS(7309), 2, sym_test_operator, sym__special_character, - ACTIONS(6433), 2, + ACTIONS(7311), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(746), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150557,44 +183836,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112869] = 17, + [147698] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(425), 1, + anon_sym_BQUOTE, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(7307), 1, sym_word, - ACTIONS(5312), 1, + ACTIONS(7313), 1, sym__comment_word, - ACTIONS(348), 2, + ACTIONS(7726), 1, + anon_sym_DOLLAR, + ACTIONS(407), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(7309), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(7311), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(746), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150604,44 +183884,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112933] = 17, + [147763] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5338), 1, - anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(2188), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(2190), 1, aux_sym_number_token2, - ACTIONS(5346), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(2194), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, - anon_sym_BQUOTE, - ACTIONS(5352), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(2206), 1, sym__brace_start, - ACTIONS(6253), 1, + ACTIONS(7678), 1, sym_word, - ACTIONS(6261), 1, + ACTIONS(7684), 1, + anon_sym_DQUOTE, + ACTIONS(7688), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7690), 1, + anon_sym_BQUOTE, + ACTIONS(7692), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7696), 1, sym__comment_word, - ACTIONS(6439), 1, + ACTIONS(7728), 1, anon_sym_DOLLAR, - ACTIONS(5332), 2, + ACTIONS(7680), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6257), 2, + ACTIONS(7682), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(7694), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7686), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(1222), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150651,93 +183932,98 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112997] = 19, - ACTIONS(63), 1, + [147828] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(7606), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(7608), 1, + aux_sym__c_word_token1, + ACTIONS(7610), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7612), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(7614), 1, + anon_sym_DQUOTE, + ACTIONS(7616), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(7618), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(7620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(7622), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(7624), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7626), 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(2390), 1, + sym__c_binary_expression, + STATE(2413), 1, + sym__c_unary_expression, + STATE(2424), 1, + sym__c_postfix_expression, + STATE(2947), 1, + sym__c_terminator, + STATE(4187), 1, + sym__c_expression, + STATE(4289), 1, + sym__c_variable_assignment, + STATE(5026), 1, + sym__for_body, + ACTIONS(7602), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(7604), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2401), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [113065] = 17, + [147903] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(45), 1, + anon_sym_DOLLAR, + ACTIONS(49), 1, + anon_sym_DQUOTE, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(55), 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(57), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(63), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(7175), 1, + sym_word, + ACTIONS(7183), 1, sym__comment_word, - ACTIONS(6443), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(43), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(65), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7179), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(7181), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150747,44 +184033,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113129] = 17, + [147968] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(198), 1, - anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(3769), 1, + anon_sym_DQUOTE, + ACTIONS(3773), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(3775), 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(3777), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(3779), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3781), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, + ACTIONS(3783), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3789), 1, + sym__brace_start, + ACTIONS(7654), 1, sym_word, - ACTIONS(6123), 1, + ACTIONS(7660), 1, sym__comment_word, - ACTIONS(947), 2, + ACTIONS(7730), 1, + anon_sym_DOLLAR, + ACTIONS(3763), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(3785), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, + ACTIONS(7656), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(7658), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(2033), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150794,44 +184081,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113193] = 17, + [148033] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(3769), 1, + anon_sym_DQUOTE, + ACTIONS(3773), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(3775), 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(3777), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(3779), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3781), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(3783), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, + ACTIONS(3789), 1, + sym__brace_start, + ACTIONS(7654), 1, + sym_word, + ACTIONS(7660), 1, sym__comment_word, - ACTIONS(6445), 1, + ACTIONS(7732), 1, anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(3763), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, + ACTIONS(3785), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7656), 2, sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + ACTIONS(7658), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(2033), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150841,44 +184129,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113257] = 17, + [148098] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(5650), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(5652), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(5656), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(5666), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(6883), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(6887), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6889), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6891), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7734), 1, sym_word, - ACTIONS(6449), 1, + ACTIONS(7736), 1, anon_sym_DOLLAR, - ACTIONS(6455), 1, + ACTIONS(7742), 1, sym__comment_word, - ACTIONS(1027), 2, + ACTIONS(6879), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(6893), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(7738), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(7740), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(3343), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150888,44 +184177,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113321] = 17, + [148163] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5456), 1, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(6457), 1, + ACTIONS(7045), 1, sym_word, - ACTIONS(6459), 1, - anon_sym_DOLLAR, - ACTIONS(6465), 1, + ACTIONS(7053), 1, sym__comment_word, - ACTIONS(5450), 2, + ACTIONS(7744), 1, + anon_sym_DOLLAR, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6461), 2, + ACTIONS(7049), 2, sym_test_operator, sym__special_character, - ACTIONS(6463), 2, + ACTIONS(7051), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + STATE(2987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150935,44 +184225,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113385] = 17, + [148228] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7746), 1, sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6467), 1, + ACTIONS(7748), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(7754), 1, + sym__comment_word, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7750), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7752), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1489), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150982,44 +184273,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113449] = 17, + [148293] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7746), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(7754), 1, sym__comment_word, - ACTIONS(6469), 1, + ACTIONS(7756), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7750), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7752), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1489), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151029,93 +184321,141 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113513] = 19, - ACTIONS(63), 1, + [148358] = 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(3006), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(3022), 1, + sym__brace_start, + ACTIONS(7219), 1, + sym_word, + ACTIONS(7227), 1, + anon_sym_DQUOTE, + ACTIONS(7231), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7233), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7235), 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(7239), 1, + sym__comment_word, + ACTIONS(7758), 1, + anon_sym_DOLLAR, + ACTIONS(7221), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7225), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7237), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7229), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3080), 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, + [148423] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(2216), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2228), 1, + ACTIONS(3022), 1, sym__brace_start, - ACTIONS(6473), 1, + ACTIONS(7219), 1, sym_word, - ACTIONS(6479), 1, + ACTIONS(7227), 1, anon_sym_DQUOTE, - ACTIONS(6483), 1, + ACTIONS(7231), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, + ACTIONS(7233), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, + ACTIONS(7235), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, + ACTIONS(7239), 1, sym__comment_word, - ACTIONS(6475), 2, + ACTIONS(7760), 1, + anon_sym_DOLLAR, + ACTIONS(7221), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, + ACTIONS(7225), 2, sym_test_operator, sym__special_character, - ACTIONS(6481), 2, + ACTIONS(7237), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7229), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - ACTIONS(6489), 2, + STATE(3080), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148488] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2353), 1, + aux_sym_number_token1, + ACTIONS(2355), 1, + aux_sym_number_token2, + ACTIONS(2359), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(7245), 1, + sym_word, + ACTIONS(7251), 1, + anon_sym_DQUOTE, + ACTIONS(7255), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7257), 1, + anon_sym_BQUOTE, + ACTIONS(7259), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7263), 1, + sym__comment_word, + ACTIONS(7762), 1, + anon_sym_DOLLAR, + ACTIONS(7247), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7249), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7261), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1164), 9, + ACTIONS(7253), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1399), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151125,44 +184465,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113645] = 17, + [148553] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(1634), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(1636), 1, aux_sym_number_token2, - ACTIONS(5288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(1640), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(1654), 1, + sym__brace_start, + ACTIONS(6399), 1, + anon_sym_DQUOTE, + ACTIONS(6403), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6405), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6407), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(7075), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(7083), 1, sym__comment_word, - ACTIONS(6493), 1, + ACTIONS(7764), 1, anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(6393), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(6409), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(7079), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(7081), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(1136), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151172,93 +184513,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113709] = 19, - ACTIONS(63), 1, + [148618] = 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(2353), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(2355), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(7245), 1, + sym_word, + ACTIONS(7251), 1, + anon_sym_DQUOTE, + ACTIONS(7255), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7257), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7259), 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(7263), 1, + sym__comment_word, + ACTIONS(7766), 1, + anon_sym_DOLLAR, + ACTIONS(7247), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7249), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7261), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7253), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1399), 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, + [148683] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, - anon_sym_DOLLAR, - ACTIONS(713), 1, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, + ACTIONS(5881), 1, sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(7045), 1, sym_word, - ACTIONS(6083), 1, + ACTIONS(7053), 1, sym__comment_word, - ACTIONS(693), 2, + ACTIONS(7768), 1, + anon_sym_DOLLAR, + ACTIONS(5849), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(5873), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, + ACTIONS(7049), 2, sym_test_operator, sym__special_character, - ACTIONS(6081), 2, + ACTIONS(7051), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(2987), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151268,44 +184609,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113841] = 17, + [148748] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(6499), 1, - anon_sym_DOLLAR, - ACTIONS(6505), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(4621), 2, + ACTIONS(7770), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6501), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - ACTIONS(6503), 2, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151315,44 +184657,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113905] = 17, + [148813] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(2796), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(6629), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(6633), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(7746), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(7754), 1, sym__comment_word, - ACTIONS(6507), 1, + ACTIONS(7772), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(7750), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(7752), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(1489), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151362,44 +184705,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113969] = 17, + [148878] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 1, - anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(4637), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(1622), 1, + sym__brace_start, + ACTIONS(5965), 1, + anon_sym_DQUOTE, + ACTIONS(5969), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5971), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(5973), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, - sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(7501), 1, sym_word, - ACTIONS(6505), 1, + ACTIONS(7507), 1, sym__comment_word, - ACTIONS(6509), 1, + ACTIONS(7774), 1, anon_sym_DOLLAR, - ACTIONS(4621), 2, + ACTIONS(5959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, + ACTIONS(5975), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6501), 2, + ACTIONS(7503), 2, sym_test_operator, sym__special_character, - ACTIONS(6503), 2, + ACTIONS(7505), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(1106), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151409,44 +184753,82 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114033] = 17, + [148943] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6761), 1, + aux_sym_concatenation_token1, + ACTIONS(6763), 1, + sym__concat, + STATE(2732), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, + [148986] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, - anon_sym_BQUOTE, - ACTIONS(4679), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(3022), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(7219), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(7227), 1, + anon_sym_DQUOTE, + ACTIONS(7231), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7233), 1, + anon_sym_BQUOTE, + ACTIONS(7235), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7239), 1, sym__comment_word, - ACTIONS(4657), 2, + ACTIONS(7221), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(7225), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(7237), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7229), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(3080), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151456,93 +184838,130 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114097] = 19, - ACTIONS(63), 1, + [149051] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6761), 1, + aux_sym_concatenation_token1, + ACTIONS(6763), 1, + sym__concat, + STATE(2933), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [149094] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6185), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6189), 1, + anon_sym_DQUOTE, + ACTIONS(6193), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6195), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6197), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6199), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6201), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6203), 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, + ACTIONS(6213), 1, + sym__brace_start, + ACTIONS(7592), 1, + sym_word, + ACTIONS(7600), 1, + sym__comment_word, + ACTIONS(6181), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6205), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7596), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7598), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1032), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [114165] = 17, + sym_process_substitution, + [149159] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(1622), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(5965), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(5969), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(5971), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(5973), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, + ACTIONS(7501), 1, sym_word, - ACTIONS(5935), 1, + ACTIONS(7507), 1, sym__comment_word, - ACTIONS(6513), 1, + ACTIONS(7776), 1, anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(5959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(5975), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, + ACTIONS(7503), 2, sym_test_operator, sym__special_character, - ACTIONS(5933), 2, + ACTIONS(7505), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(1106), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151552,44 +184971,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114229] = 17, + [149224] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(6455), 1, + anon_sym_BQUOTE, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(7778), 1, sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6515), 1, + ACTIONS(7780), 1, anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(7786), 1, + sym__comment_word, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(7782), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(7784), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(3483), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151599,144 +185019,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114293] = 21, + [149289] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(5857), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(5861), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(5863), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(5867), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(5869), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(5871), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6519), 1, - aux_sym_heredoc_redirect_token1, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2542), 1, - sym__c_terminator, - STATE(3628), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(6517), 2, - anon_sym_SEMI, - anon_sym_AMP, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [114365] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(5881), 1, + sym__brace_start, + ACTIONS(7045), 1, + sym_word, + ACTIONS(7053), 1, + sym__comment_word, + ACTIONS(7788), 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, + ACTIONS(5849), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5873), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7049), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7051), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(2987), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [114433] = 17, + sym_process_substitution, + [149354] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5660), 1, - anon_sym_DOLLAR, - ACTIONS(5664), 1, - anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(2325), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(2327), 1, aux_sym_number_token2, - ACTIONS(5672), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(2331), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(2341), 1, + sym__brace_start, + ACTIONS(6963), 1, + anon_sym_DQUOTE, + ACTIONS(6967), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6969), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(6971), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, - sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(7163), 1, sym_word, - ACTIONS(6435), 1, + ACTIONS(7169), 1, sym__comment_word, - ACTIONS(5658), 2, + ACTIONS(7790), 1, + anon_sym_DOLLAR, + ACTIONS(6959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(6973), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, + ACTIONS(7165), 2, sym_test_operator, sym__special_character, - ACTIONS(6433), 2, + ACTIONS(7167), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(1308), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151746,93 +185115,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114497] = 19, - ACTIONS(63), 1, + [149419] = 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(2780), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6637), 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, + ACTIONS(7746), 1, + sym_word, + ACTIONS(7754), 1, + sym__comment_word, + ACTIONS(7792), 1, + anon_sym_DOLLAR, + ACTIONS(6625), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6639), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7750), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7752), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1489), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [114565] = 17, + sym_process_substitution, + [149484] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(4004), 1, + anon_sym_DOLLAR, + ACTIONS(4008), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(4012), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(4014), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(4016), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(4018), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(4020), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(4028), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(7706), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(7714), 1, sym__comment_word, - ACTIONS(6525), 1, - anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(4002), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(4024), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(7710), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(7712), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(3638), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151842,44 +185211,85 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114629] = 17, + [149549] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5456), 1, - anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(7805), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7807), 1, + anon_sym_LT_LT_LT, + ACTIONS(7810), 1, + sym_file_descriptor, + ACTIONS(7796), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7802), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2858), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7799), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(7794), 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, + [149598] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2325), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(2327), 1, aux_sym_number_token2, - ACTIONS(5464), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(2331), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(2341), 1, + sym__brace_start, + ACTIONS(6963), 1, + anon_sym_DQUOTE, + ACTIONS(6967), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6969), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(6971), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, - sym__brace_start, - ACTIONS(6457), 1, + ACTIONS(7163), 1, sym_word, - ACTIONS(6465), 1, + ACTIONS(7169), 1, sym__comment_word, - ACTIONS(6527), 1, + ACTIONS(7813), 1, anon_sym_DOLLAR, - ACTIONS(5450), 2, + ACTIONS(6959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(6973), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6461), 2, + ACTIONS(7165), 2, sym_test_operator, sym__special_character, - ACTIONS(6463), 2, + ACTIONS(7167), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + STATE(1308), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151889,44 +185299,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114693] = 17, + [149663] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(7055), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(7063), 1, sym__comment_word, - ACTIONS(6529), 1, + ACTIONS(7815), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7059), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7061), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151936,44 +185347,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114757] = 17, + [149728] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, - anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(3123), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(3127), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(3129), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(3131), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(3133), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(3135), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(3137), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(3147), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(7329), 1, sym_word, - ACTIONS(6143), 1, + ACTIONS(7337), 1, sym__comment_word, - ACTIONS(5274), 2, + ACTIONS(7817), 1, + anon_sym_DOLLAR, + ACTIONS(3117), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(3139), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(7333), 2, sym_test_operator, sym__special_character, - ACTIONS(6141), 2, + ACTIONS(7335), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(1816), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151983,44 +185395,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114821] = 17, + [149793] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, - anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(7055), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(7063), 1, sym__comment_word, - ACTIONS(6531), 1, + ACTIONS(7819), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(7059), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(7061), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(1820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152030,44 +185443,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114885] = 17, + [149858] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(3406), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(3410), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(3412), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(3414), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(3416), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(3418), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(3420), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(3428), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(7540), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(7546), 1, sym__comment_word, - ACTIONS(6533), 1, + ACTIONS(7821), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(3400), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(3422), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(7542), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(7544), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(1928), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152077,44 +185491,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114949] = 17, + [149923] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(5312), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(6535), 1, + ACTIONS(7823), 1, anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(7107), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152124,44 +185539,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115013] = 17, + [149988] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(6013), 1, anon_sym_DOLLAR, - ACTIONS(1795), 1, + ACTIONS(6017), 1, + anon_sym_DQUOTE, + ACTIONS(6021), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(6023), 1, aux_sym_number_token2, - ACTIONS(1801), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, - sym__brace_start, - ACTIONS(4353), 1, - anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(6025), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(6027), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6029), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, + ACTIONS(6041), 1, + sym__brace_start, + ACTIONS(7825), 1, sym_word, - ACTIONS(6543), 1, + ACTIONS(7831), 1, sym__comment_word, - ACTIONS(4347), 2, + ACTIONS(6009), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(6033), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(7827), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(7829), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(1865), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152171,44 +185587,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115077] = 17, + [150053] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(1622), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(5965), 1, + anon_sym_DQUOTE, + ACTIONS(5969), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5971), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5973), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7501), 1, sym_word, - ACTIONS(5312), 1, + ACTIONS(7507), 1, sym__comment_word, - ACTIONS(6545), 1, + ACTIONS(7833), 1, anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(5959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5975), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, + ACTIONS(7503), 2, sym_test_operator, sym__special_character, - STATE(1539), 9, + ACTIONS(7505), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1106), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152218,44 +185635,88 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115141] = 17, + [150118] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3189), 1, + anon_sym_LT_LT_LT, + ACTIONS(3218), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7839), 1, + sym_file_descriptor, + ACTIONS(3179), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3181), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3185), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3216), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(7837), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(2959), 4, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7835), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [150173] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7778), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(7786), 1, sym__comment_word, - ACTIONS(6547), 1, + ACTIONS(7841), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7782), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7784), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(3483), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152265,44 +185726,85 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115205] = 17, + [150238] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3189), 1, + anon_sym_LT_LT_LT, + ACTIONS(7839), 1, + sym_file_descriptor, + ACTIONS(7845), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3181), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7837), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2858), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7835), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(7843), 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, + [150287] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(6549), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152312,44 +185814,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115269] = 17, + [150352] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5650), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5652), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5656), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5666), 1, + sym__brace_start, + ACTIONS(6883), 1, + anon_sym_DQUOTE, + ACTIONS(6887), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6889), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6891), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(7734), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(7742), 1, sym__comment_word, - ACTIONS(6551), 1, + ACTIONS(7847), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6879), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(6893), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7738), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7740), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(3343), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152359,44 +185862,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115333] = 17, + [150417] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(6089), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6095), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(6113), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(7668), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(7676), 1, sym__comment_word, - ACTIONS(6553), 1, + ACTIONS(7849), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7672), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7674), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1260), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152406,44 +185910,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115397] = 17, + [150482] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(6089), 1, + anon_sym_DQUOTE, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(6095), 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(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6103), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6113), 1, + sym__brace_start, + ACTIONS(7668), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(7676), 1, sym__comment_word, - ACTIONS(1027), 2, + ACTIONS(7851), 1, + anon_sym_DOLLAR, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(7672), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(7674), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1260), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152453,44 +185958,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115461] = 17, + [150547] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(6085), 1, + anon_sym_DOLLAR, + ACTIONS(6089), 1, + anon_sym_DQUOTE, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(6095), 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(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6103), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6113), 1, + sym__brace_start, + ACTIONS(7668), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(7676), 1, sym__comment_word, - ACTIONS(6555), 1, - anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(7672), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(7674), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1260), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152500,44 +186006,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115525] = 17, + [150612] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(45), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(71), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6379), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(6385), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(6557), 1, + ACTIONS(7853), 1, anon_sym_DOLLAR, - ACTIONS(13), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6381), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - ACTIONS(6383), 2, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152547,44 +186054,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115589] = 17, + [150677] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4982), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(6345), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(6559), 1, + ACTIONS(7855), 1, anon_sym_DOLLAR, - ACTIONS(4974), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - ACTIONS(6343), 2, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152594,44 +186102,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115653] = 17, + [150742] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(991), 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(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(995), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(1005), 1, + sym__brace_start, + ACTIONS(2756), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(7055), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(7063), 1, sym__comment_word, - ACTIONS(6561), 1, + ACTIONS(7857), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(7059), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(7061), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152641,44 +186150,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115717] = 17, + [150807] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(280), 1, + ACTIONS(985), 1, anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(288), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, - anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(2756), 1, + anon_sym_BQUOTE, + ACTIONS(7055), 1, sym_word, - ACTIONS(6565), 1, - anon_sym_DOLLAR, - ACTIONS(6571), 1, + ACTIONS(7063), 1, sym__comment_word, - ACTIONS(242), 2, + ACTIONS(7859), 1, + anon_sym_DOLLAR, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, + ACTIONS(7059), 2, sym_test_operator, sym__special_character, - ACTIONS(6569), 2, + ACTIONS(7061), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(1820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152688,44 +186198,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115781] = 17, + [150872] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(280), 1, - anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, + ACTIONS(1622), 1, + sym__brace_start, + ACTIONS(5965), 1, + anon_sym_DQUOTE, + ACTIONS(5969), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5971), 1, anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(5973), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, - sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(7501), 1, sym_word, - ACTIONS(6571), 1, + ACTIONS(7507), 1, sym__comment_word, - ACTIONS(6573), 1, + ACTIONS(7861), 1, anon_sym_DOLLAR, - ACTIONS(242), 2, + ACTIONS(5959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(5975), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, + ACTIONS(7503), 2, sym_test_operator, sym__special_character, - ACTIONS(6569), 2, + ACTIONS(7505), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(1106), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152735,44 +186246,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115845] = 17, + [150937] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(4968), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(4970), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(4986), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(5497), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(5501), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(5503), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, + ACTIONS(5505), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7397), 1, sym_word, - ACTIONS(6123), 1, + ACTIONS(7405), 1, sym__comment_word, - ACTIONS(6575), 1, + ACTIONS(7863), 1, anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(5491), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(5507), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, + ACTIONS(7401), 2, sym_test_operator, sym__special_character, - ACTIONS(6121), 2, + ACTIONS(7403), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(4349), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152782,44 +186294,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115909] = 17, + [151002] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4886), 1, + ACTIONS(5891), 1, + anon_sym_DOLLAR, + ACTIONS(5895), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(5899), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(5901), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(5903), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(5905), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(5907), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(5909), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(5919), 1, sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(7361), 1, sym_word, - ACTIONS(6005), 1, + ACTIONS(7369), 1, sym__comment_word, - ACTIONS(6577), 1, - anon_sym_DOLLAR, - ACTIONS(4878), 2, + ACTIONS(5887), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(5911), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, + ACTIONS(7365), 2, sym_test_operator, sym__special_character, - ACTIONS(6003), 2, + ACTIONS(7367), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + STATE(2975), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152829,44 +186342,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115973] = 17, + [151067] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4982), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(6345), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(6579), 1, + ACTIONS(7865), 1, anon_sym_DOLLAR, - ACTIONS(4974), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, + ACTIONS(7105), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7107), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(932), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [151132] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2353), 1, + aux_sym_number_token1, + ACTIONS(2355), 1, + aux_sym_number_token2, + ACTIONS(2359), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(7245), 1, + sym_word, + ACTIONS(7251), 1, + anon_sym_DQUOTE, + ACTIONS(7255), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7257), 1, + anon_sym_BQUOTE, + ACTIONS(7259), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7263), 1, + sym__comment_word, + ACTIONS(7867), 1, + anon_sym_DOLLAR, + ACTIONS(7247), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7249), 2, sym_test_operator, sym__special_character, - ACTIONS(6343), 2, + ACTIONS(7261), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7253), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + STATE(1399), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152876,7 +186438,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116037] = 17, + [151197] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(413), 1, @@ -152895,25 +186457,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, ACTIONS(437), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(7307), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(7313), 1, sym__comment_word, - ACTIONS(6581), 1, + ACTIONS(7869), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(407), 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(7309), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(7311), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(746), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152923,93 +186486,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116101] = 19, - ACTIONS(63), 1, + [151262] = 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(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6583), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1846), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [116169] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, + ACTIONS(7101), 1, sym_word, - ACTIONS(5967), 1, + ACTIONS(7109), 1, sym__comment_word, - ACTIONS(4165), 2, + ACTIONS(7871), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5963), 2, + ACTIONS(7105), 2, sym_test_operator, sym__special_character, - ACTIONS(5965), 2, + ACTIONS(7107), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + STATE(932), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153019,142 +186534,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116233] = 19, - ACTIONS(63), 1, + [151327] = 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(2353), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(2355), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(2359), 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, + ACTIONS(2371), 1, + sym__brace_start, + ACTIONS(7245), 1, + sym_word, + ACTIONS(7251), 1, + anon_sym_DQUOTE, + ACTIONS(7255), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(7257), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(7259), 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, + ACTIONS(7263), 1, + sym__comment_word, + ACTIONS(7873), 1, + anon_sym_DOLLAR, + ACTIONS(7247), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7249), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7261), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7253), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1399), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [116369] = 17, + sym_process_substitution, + [151392] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, + ACTIONS(413), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(417), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, + ACTIONS(437), 1, sym__brace_start, - ACTIONS(6331), 1, + ACTIONS(7307), 1, sym_word, - ACTIONS(6337), 1, + ACTIONS(7313), 1, sym__comment_word, - ACTIONS(6589), 1, + ACTIONS(7875), 1, anon_sym_DOLLAR, - ACTIONS(75), 2, + ACTIONS(407), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, + ACTIONS(429), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6333), 2, + ACTIONS(7309), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(7311), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + STATE(746), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153164,44 +186630,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116433] = 17, + [151457] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(6439), 1, + anon_sym_DOLLAR, + ACTIONS(6443), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6447), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6449), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6453), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6455), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6457), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(6463), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7778), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(7786), 1, sym__comment_word, - ACTIONS(6591), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(6459), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7782), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7784), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(3483), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153211,44 +186678,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116497] = 17, - ACTIONS(3), 1, + [151522] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(7281), 1, + anon_sym_DOLLAR, + ACTIONS(7283), 1, + sym__special_character, + ACTIONS(7285), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(7289), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(7291), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(7295), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(7297), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(7299), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(7305), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7877), 1, sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6593), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(7881), 1, + sym_test_operator, + STATE(4155), 1, + aux_sym__literal_repeat1, + STATE(4206), 1, + sym_concatenation, + ACTIONS(7279), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(7301), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7879), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(4125), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153258,44 +186728,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116561] = 17, + [151591] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5644), 1, + anon_sym_DOLLAR, + ACTIONS(5650), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5652), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5656), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5666), 1, + sym__brace_start, + ACTIONS(6883), 1, + anon_sym_DQUOTE, + ACTIONS(6887), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6889), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6891), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(7734), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(7742), 1, sym__comment_word, - ACTIONS(6595), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6879), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(6893), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7738), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7740), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(3343), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153305,50 +186776,52 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116625] = 21, + [151656] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, + ACTIONS(7606), 1, anon_sym_LPAREN, - ACTIONS(5428), 1, + ACTIONS(7608), 1, aux_sym__c_word_token1, - ACTIONS(5432), 1, + ACTIONS(7610), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7612), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(7614), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(7616), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(7618), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(7620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(7622), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(7624), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(7626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6599), 1, - aux_sym_heredoc_redirect_token1, - STATE(1924), 1, + STATE(2390), 1, sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, + STATE(2413), 1, sym__c_unary_expression, - STATE(2567), 1, + STATE(2424), 1, + sym__c_postfix_expression, + STATE(2947), 1, sym__c_terminator, - STATE(3633), 1, + STATE(4187), 1, sym__c_expression, - STATE(3772), 1, + STATE(4289), 1, sym__c_variable_assignment, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(6597), 2, + STATE(5086), 1, + sym__for_body, + ACTIONS(7602), 2, anon_sym_SEMI, anon_sym_AMP, - STATE(1928), 7, + ACTIONS(7604), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2401), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -153356,44 +186829,45 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [116697] = 17, + [151731] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(4570), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(4572), 1, aux_sym_number_token2, - ACTIONS(109), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(4576), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, - anon_sym_BQUOTE, - ACTIONS(115), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, + ACTIONS(4586), 1, sym__brace_start, - ACTIONS(6331), 1, + ACTIONS(7185), 1, sym_word, - ACTIONS(6337), 1, + ACTIONS(7191), 1, + anon_sym_DQUOTE, + ACTIONS(7195), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7197), 1, + anon_sym_BQUOTE, + ACTIONS(7199), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7203), 1, sym__comment_word, - ACTIONS(6601), 1, + ACTIONS(7883), 1, anon_sym_DOLLAR, - ACTIONS(75), 2, + ACTIONS(7187), 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(7189), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(7201), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7193), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + STATE(3739), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153403,44 +186877,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116761] = 17, + [151796] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(2796), 1, + sym__brace_start, + ACTIONS(6629), 1, + anon_sym_DQUOTE, + ACTIONS(6633), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(7746), 1, sym_word, - ACTIONS(6111), 1, + ACTIONS(7754), 1, sym__comment_word, - ACTIONS(6603), 1, + ACTIONS(7885), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(7750), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(7752), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1489), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153450,44 +186925,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116825] = 17, + [151861] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(3022), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(7219), 1, + sym_word, + ACTIONS(7227), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(7231), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(7233), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, - sym_word, - ACTIONS(6455), 1, + ACTIONS(7235), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7239), 1, sym__comment_word, - ACTIONS(6605), 1, + ACTIONS(7887), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(7221), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(7225), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(7237), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7229), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(3080), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153497,44 +186973,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116889] = 17, + [151926] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(232), 1, aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(236), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(250), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(1039), 1, + anon_sym_DQUOTE, + ACTIONS(1043), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1045), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2979), 1, + anon_sym_BQUOTE, + ACTIONS(7459), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(7467), 1, sym__comment_word, - ACTIONS(6607), 1, - anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(1033), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(1047), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(7463), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(7465), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(2028), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153544,44 +187021,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116953] = 17, + [151991] = 17, ACTIONS(3), 1, sym_comment, - 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(4461), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6641), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6645), 1, sym__comment_word, - ACTIONS(6609), 1, + ACTIONS(7889), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + 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, + ACTIONS(6649), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153591,44 +187069,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117017] = 17, + [152056] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(276), 1, - anon_sym_DOLLAR, - ACTIONS(280), 1, - anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(3006), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(3008), 1, aux_sym_number_token2, - ACTIONS(288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(3012), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, - anon_sym_BQUOTE, - ACTIONS(294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, + ACTIONS(3022), 1, sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(7219), 1, sym_word, - ACTIONS(6571), 1, + ACTIONS(7227), 1, + anon_sym_DQUOTE, + ACTIONS(7231), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7233), 1, + anon_sym_BQUOTE, + ACTIONS(7235), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7239), 1, sym__comment_word, - ACTIONS(242), 2, + ACTIONS(7891), 1, + anon_sym_DOLLAR, + ACTIONS(7221), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6567), 2, + ACTIONS(7225), 2, sym_test_operator, sym__special_character, - ACTIONS(6569), 2, + ACTIONS(7237), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7229), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(3080), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153638,44 +187117,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117081] = 17, + [152121] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, - anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(4570), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(4572), 1, aux_sym_number_token2, - ACTIONS(4467), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(4576), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, - anon_sym_BQUOTE, - ACTIONS(4473), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(4586), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(7185), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(7191), 1, + anon_sym_DQUOTE, + ACTIONS(7195), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7197), 1, + anon_sym_BQUOTE, + ACTIONS(7199), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7203), 1, sym__comment_word, - ACTIONS(6611), 1, + ACTIONS(7893), 1, anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(7187), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(7189), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(7201), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7193), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(3739), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153685,44 +187165,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117145] = 17, + [152186] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4826), 1, - anon_sym_DOLLAR, - ACTIONS(4830), 1, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, - anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(4461), 1, + anon_sym_BQUOTE, + ACTIONS(6641), 1, sym_word, - ACTIONS(6619), 1, + ACTIONS(6645), 1, sym__comment_word, - ACTIONS(4822), 2, + ACTIONS(7895), 1, + anon_sym_DOLLAR, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6615), 2, + ACTIONS(6649), 2, sym_test_operator, sym__special_character, - ACTIONS(6617), 2, + ACTIONS(6647), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1667), 9, + STATE(2012), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153732,44 +187213,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117209] = 17, + [152251] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(6089), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(6095), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(6099), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(6113), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(7668), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(7676), 1, sym__comment_word, - ACTIONS(389), 2, + ACTIONS(7897), 1, + anon_sym_DOLLAR, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(7672), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(7674), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(1260), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153779,44 +187261,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117273] = 17, + [152316] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4243), 1, + ACTIONS(6089), 1, + anon_sym_DQUOTE, + ACTIONS(6093), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(6095), 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(6097), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(6099), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6101), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(6103), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, + ACTIONS(6113), 1, + sym__brace_start, + ACTIONS(7668), 1, sym_word, - ACTIONS(6405), 1, + ACTIONS(7676), 1, sym__comment_word, - ACTIONS(6621), 1, + ACTIONS(7899), 1, anon_sym_DOLLAR, - ACTIONS(5150), 2, + ACTIONS(6081), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, + ACTIONS(6105), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6401), 2, + ACTIONS(7672), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(7674), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + STATE(1260), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153826,93 +187309,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117337] = 19, - ACTIONS(63), 1, + [152381] = 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(1602), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(1608), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4830), 1, + ACTIONS(1622), 1, + sym__brace_start, + ACTIONS(5965), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, - aux_sym_number_token1, - ACTIONS(4836), 1, - aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(5969), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(5971), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5973), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, - sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(7501), 1, sym_word, - ACTIONS(6619), 1, + ACTIONS(7507), 1, sym__comment_word, - ACTIONS(6625), 1, + ACTIONS(7901), 1, anon_sym_DOLLAR, - ACTIONS(4822), 2, + ACTIONS(5959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(5975), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6615), 2, + ACTIONS(7503), 2, sym_test_operator, sym__special_character, - ACTIONS(6617), 2, + ACTIONS(7505), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1667), 9, + STATE(1106), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153922,44 +187357,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117469] = 17, + [152446] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4243), 1, + ACTIONS(49), 1, + anon_sym_DQUOTE, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(55), 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(57), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(63), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(7175), 1, sym_word, - ACTIONS(6405), 1, + ACTIONS(7183), 1, sym__comment_word, - ACTIONS(6627), 1, + ACTIONS(7903), 1, anon_sym_DOLLAR, - ACTIONS(5150), 2, + ACTIONS(43), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, + ACTIONS(65), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6401), 2, + ACTIONS(7179), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(7181), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153969,44 +187405,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117533] = 17, + [152511] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(45), 1, + ACTIONS(6017), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(6021), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(6023), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(6025), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(6027), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(6029), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(71), 1, + ACTIONS(6041), 1, sym__brace_start, - ACTIONS(6379), 1, + ACTIONS(7825), 1, sym_word, - ACTIONS(6385), 1, + ACTIONS(7831), 1, sym__comment_word, - ACTIONS(6629), 1, + ACTIONS(7905), 1, anon_sym_DOLLAR, - ACTIONS(13), 2, + ACTIONS(6009), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, + ACTIONS(6033), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6381), 2, + ACTIONS(7827), 2, sym_test_operator, sym__special_character, - ACTIONS(6383), 2, + ACTIONS(7829), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + STATE(1865), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154016,77 +187453,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117597] = 3, - ACTIONS(63), 1, + [152576] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(2975), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(2774), 1, anon_sym_DOLLAR, + ACTIONS(2780), 1, aux_sym_number_token1, + ACTIONS(2782), 1, aux_sym_number_token2, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2977), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(2796), 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_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [117633] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5452), 1, - anon_sym_DOLLAR, - ACTIONS(5456), 1, + ACTIONS(6629), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, - aux_sym_number_token1, - ACTIONS(5462), 1, - aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(6633), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(6637), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, - sym__brace_start, - ACTIONS(6457), 1, + ACTIONS(7746), 1, sym_word, - ACTIONS(6465), 1, + ACTIONS(7754), 1, sym__comment_word, - ACTIONS(5450), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6461), 2, + ACTIONS(7750), 2, sym_test_operator, sym__special_character, - ACTIONS(6463), 2, + ACTIONS(7752), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + STATE(1489), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154096,93 +187501,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117697] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, - sym_variable_name, - ACTIONS(6631), 1, - aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1843), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [117765] = 17, + [152641] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(1604), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(1622), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(5965), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(5969), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(5971), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(5973), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7501), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(7507), 1, sym__comment_word, - ACTIONS(6633), 1, + ACTIONS(7907), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(5959), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(5975), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(7503), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(7505), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1106), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154192,44 +187549,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117829] = 17, + [152706] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(2780), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(2782), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(2786), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(2796), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(6629), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(6633), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6635), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6637), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7746), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(7754), 1, sym__comment_word, - ACTIONS(6635), 1, + ACTIONS(7909), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(6625), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(6639), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(7750), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(7752), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1489), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154239,44 +187597,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117893] = 17, + [152771] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(6017), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6021), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6023), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6025), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6027), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6029), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6031), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(6041), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(7825), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(7831), 1, sym__comment_word, - ACTIONS(4381), 2, + ACTIONS(7911), 1, + anon_sym_DOLLAR, + ACTIONS(6009), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(6033), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7827), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7829), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1865), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154286,44 +187645,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117957] = 17, + [152836] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5334), 1, + ACTIONS(637), 1, anon_sym_DOLLAR, - ACTIONS(5338), 1, + ACTIONS(641), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(649), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(653), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(655), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(665), 1, sym__brace_start, - ACTIONS(6253), 1, + ACTIONS(7209), 1, sym_word, - ACTIONS(6261), 1, + ACTIONS(7217), 1, sym__comment_word, - ACTIONS(5332), 2, + ACTIONS(635), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6257), 2, + ACTIONS(7213), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(7215), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(758), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154333,44 +187693,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118021] = 17, + [152901] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(5931), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5935), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5937), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5939), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5941), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5943), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5945), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5955), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(7085), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(7091), 1, sym__comment_word, - ACTIONS(6637), 1, + ACTIONS(7913), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(5923), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(7087), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(7089), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(2458), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154380,129 +187741,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118085] = 6, + [152966] = 17, 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, + ACTIONS(4962), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(4968), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(4970), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(4974), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(4986), 1, + sym__brace_start, + ACTIONS(5497), 1, + anon_sym_DQUOTE, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5503), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(5505), 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, + ACTIONS(7397), 1, + sym_word, + ACTIONS(7405), 1, + sym__comment_word, + ACTIONS(5491), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5507), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7401), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7403), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(4349), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [118195] = 17, + sym_process_substitution, + [153031] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(979), 1, + ACTIONS(5931), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(5935), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(5937), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(5939), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(5941), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(5943), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(5945), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(5955), 1, sym__brace_start, - ACTIONS(5949), 1, + ACTIONS(7085), 1, sym_word, - ACTIONS(5957), 1, + ACTIONS(7091), 1, sym__comment_word, - ACTIONS(6645), 1, + ACTIONS(7915), 1, anon_sym_DOLLAR, - ACTIONS(965), 2, + ACTIONS(5923), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(5947), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5953), 2, + ACTIONS(7087), 2, sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + ACTIONS(7089), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + STATE(2458), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154512,93 +187837,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118259] = 19, - ACTIONS(63), 1, + [153096] = 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(921), 1, + anon_sym_DQUOTE, + ACTIONS(925), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(927), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(933), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(935), 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, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(7552), 1, + sym_word, + ACTIONS(7560), 1, + sym__comment_word, + ACTIONS(7917), 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(7556), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7558), 3, + sym__bare_dollar, + sym_raw_string, + sym_ansi_c_string, + STATE(1543), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [118327] = 17, + sym_process_substitution, + [153161] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 1, - anon_sym_DOLLAR, - ACTIONS(5700), 1, + ACTIONS(49), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(55), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(57), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(61), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(63), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(75), 1, sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(7175), 1, sym_word, - ACTIONS(6317), 1, + ACTIONS(7183), 1, sym__comment_word, - ACTIONS(5694), 2, + ACTIONS(7919), 1, + anon_sym_DOLLAR, + ACTIONS(43), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(65), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(7179), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(7181), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154608,44 +187933,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118391] = 17, + [153226] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(921), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(925), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(927), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(933), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(943), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(7552), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(7560), 1, sym__comment_word, - ACTIONS(6649), 1, + ACTIONS(7921), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(915), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(937), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(7556), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(7558), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(1543), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154655,44 +187981,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118455] = 17, + [153291] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4625), 1, - anon_sym_DOLLAR, - ACTIONS(4629), 1, - anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(2353), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(2355), 1, aux_sym_number_token2, - ACTIONS(4637), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, - anon_sym_BQUOTE, - ACTIONS(4643), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, + ACTIONS(2371), 1, sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(7245), 1, sym_word, - ACTIONS(6505), 1, + ACTIONS(7251), 1, + anon_sym_DQUOTE, + ACTIONS(7255), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7257), 1, + anon_sym_BQUOTE, + ACTIONS(7259), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7263), 1, sym__comment_word, - ACTIONS(4621), 2, + ACTIONS(7923), 1, + anon_sym_DOLLAR, + ACTIONS(7247), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6501), 2, + ACTIONS(7249), 2, sym_test_operator, sym__special_character, - ACTIONS(6503), 2, + ACTIONS(7261), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7253), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(1399), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154702,44 +188029,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118519] = 17, + [153356] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1795), 1, + ACTIONS(981), 1, + anon_sym_DOLLAR, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(989), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(991), 1, aux_sym_number_token2, - ACTIONS(1801), 1, + ACTIONS(993), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(995), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, + ACTIONS(999), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 1, sym__brace_start, - ACTIONS(4353), 1, - anon_sym_DQUOTE, - ACTIONS(4357), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(2756), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, + ACTIONS(7055), 1, sym_word, - ACTIONS(6543), 1, + ACTIONS(7063), 1, sym__comment_word, - ACTIONS(6651), 1, - anon_sym_DOLLAR, - ACTIONS(4347), 2, + ACTIONS(969), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(1001), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(7059), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(7061), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(1820), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154749,44 +188077,45 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118583] = 17, + [153421] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1795), 1, + ACTIONS(2353), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(2355), 1, aux_sym_number_token2, - ACTIONS(1801), 1, + ACTIONS(2359), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, + ACTIONS(2371), 1, sym__brace_start, - ACTIONS(4353), 1, + ACTIONS(7245), 1, + sym_word, + ACTIONS(7251), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(7255), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(7257), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(7259), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, - sym_word, - ACTIONS(6543), 1, + ACTIONS(7263), 1, sym__comment_word, - ACTIONS(6653), 1, + ACTIONS(7925), 1, anon_sym_DOLLAR, - ACTIONS(4347), 2, + ACTIONS(7247), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(7249), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(7261), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7253), 3, + sym__bare_dollar, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(1399), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154796,590 +188125,1130 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118647] = 3, - ACTIONS(63), 1, + [153486] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3187), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3189), 1, + anon_sym_LT_LT_LT, + ACTIONS(7839), 1, + sym_file_descriptor, + ACTIONS(3177), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(3179), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3181), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3185), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(7837), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3183), 4, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7835), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [153541] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(7929), 1, + sym__concat, + STATE(3030), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_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, + [153583] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 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, + aux_sym_concatenation_token1, + [153619] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 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, + aux_sym_concatenation_token1, + [153655] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 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, + aux_sym_concatenation_token1, + [153691] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(7929), 1, + sym__concat, + STATE(3021), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + sym__special_character, + [153733] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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, + aux_sym_concatenation_token1, + [153769] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7805), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7937), 1, + anon_sym_LT_LT_LT, + ACTIONS(7940), 1, + sym_file_descriptor, + ACTIONS(7796), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7934), 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(7931), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(7794), 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, + [153817] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 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, + aux_sym_concatenation_token1, + [153853] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1160), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1158), 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, + aux_sym_concatenation_token1, + [153889] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1164), 4, + sym_file_descriptor, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 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, + aux_sym_concatenation_token1, + [153925] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1148), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 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, + [153961] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3389), 1, + anon_sym_LT_LT_LT, + ACTIONS(7845), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7947), 1, + sym_file_descriptor, + ACTIONS(3181), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7945), 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(7943), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(7843), 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, + [154009] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(7317), 1, + sym__concat, + STATE(3031), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + [154051] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6761), 1, + aux_sym_concatenation_token1, + ACTIONS(7949), 1, + sym__concat, + STATE(2740), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, + [154093] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6761), 1, + aux_sym_concatenation_token1, + ACTIONS(7951), 1, + sym__concat, + STATE(2740), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 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, + [154135] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7953), 1, + sym__special_character, + STATE(2941), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3757), 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, + [154175] = 3, + ACTIONS(3), 1, + sym_comment, + 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, + [154211] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 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, + [154247] = 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(1158), 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, + [154283] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1164), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + 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, + 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, + [154319] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1180), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1178), 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, + [154355] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3258), 8, + ACTIONS(7955), 1, + sym__special_character, + STATE(2941), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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(3260), 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, + anon_sym_AMP, + [154395] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 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(1174), 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, - [118683] = 3, - ACTIONS(63), 1, + [154431] = 3, + ACTIONS(3), 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, + ACTIONS(1192), 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(1190), 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, - [118719] = 17, + [154467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(1184), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1182), 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(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(6047), 1, - sym_word, - ACTIONS(6055), 1, - sym__comment_word, - ACTIONS(6655), 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, - sym_test_operator, - sym__special_character, - ACTIONS(6053), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(835), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [118783] = 17, + [154503] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(6047), 1, - sym_word, - ACTIONS(6055), 1, - sym__comment_word, - ACTIONS(6657), 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, - sym_test_operator, - sym__special_character, - ACTIONS(6053), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(835), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [118847] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3341), 8, + ACTIONS(3389), 1, + anon_sym_LT_LT_LT, + ACTIONS(3393), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7947), 1, + sym_file_descriptor, + ACTIONS(3181), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3326), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3385), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3391), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(7945), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3183), 3, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2931), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7943), 8, + anon_sym_GT_GT, 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(3353), 20, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [154557] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7958), 1, + sym__special_character, + STATE(2946), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 4, sym_file_descriptor, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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_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, - 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(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, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [118951] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4830), 1, - anon_sym_DQUOTE, - ACTIONS(4834), 1, - aux_sym_number_token1, - ACTIONS(4836), 1, - aux_sym_number_token2, - ACTIONS(4838), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + anon_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, - ACTIONS(4844), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, - sym__brace_start, - ACTIONS(6613), 1, - sym_word, - ACTIONS(6619), 1, - sym__comment_word, - ACTIONS(6661), 1, - anon_sym_DOLLAR, - ACTIONS(4822), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6615), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6617), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1667), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [119015] = 17, + [154597] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(7606), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + aux_sym__c_word_token1, + ACTIONS(7612), 1, anon_sym_DOLLAR, - ACTIONS(1833), 1, - aux_sym_number_token1, - ACTIONS(1835), 1, - aux_sym_number_token2, - ACTIONS(1839), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, - sym__brace_start, - ACTIONS(6173), 1, - sym_word, - ACTIONS(6181), 1, - anon_sym_DQUOTE, - ACTIONS(6185), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, - anon_sym_BQUOTE, - ACTIONS(6189), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, - sym__comment_word, - ACTIONS(6175), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6183), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(6191), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(851), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [119079] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2210), 1, - aux_sym_number_token1, - ACTIONS(2212), 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, + ACTIONS(7614), 1, anon_sym_DQUOTE, - ACTIONS(6483), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, - anon_sym_BQUOTE, - ACTIONS(6487), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, - sym__comment_word, - ACTIONS(6663), 1, - anon_sym_DOLLAR, - ACTIONS(6475), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6481), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(6489), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1164), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [119143] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(324), 1, + ACTIONS(7616), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(7618), 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(7620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(6447), 1, - sym_word, - ACTIONS(6455), 1, - sym__comment_word, - ACTIONS(6665), 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, - [119207] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2210), 1, - aux_sym_number_token1, - ACTIONS(2212), 1, - aux_sym_number_token2, - ACTIONS(2216), 1, + ACTIONS(7622), 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, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, + ACTIONS(7624), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, + ACTIONS(7626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, - sym__comment_word, - ACTIONS(6667), 1, - anon_sym_DOLLAR, - ACTIONS(6475), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6481), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(6489), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1164), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(7963), 1, + aux_sym_heredoc_redirect_token1, + STATE(2390), 1, + sym__c_binary_expression, + STATE(2413), 1, + sym__c_unary_expression, + STATE(2424), 1, + sym__c_postfix_expression, + STATE(3238), 1, + sym__c_terminator, + STATE(4183), 1, + sym__c_expression, + STATE(4289), 1, + sym__c_variable_assignment, + ACTIONS(7604), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(7961), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2401), 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, - [119271] = 17, + [154669] = 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, + ACTIONS(1172), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1170), 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(509), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, - sym__brace_start, - ACTIONS(6351), 1, - sym_word, - ACTIONS(6359), 1, - sym__comment_word, - ACTIONS(455), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6355), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6357), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(623), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [119335] = 17, + [154705] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(5218), 1, + ACTIONS(7606), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + aux_sym__c_word_token1, + ACTIONS(7612), 1, anon_sym_DOLLAR, - ACTIONS(5222), 1, + ACTIONS(7614), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(7616), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(7618), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(7620), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(7622), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(7624), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(7626), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, - sym__brace_start, - ACTIONS(6275), 1, - sym_word, - 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(7967), 1, + aux_sym_heredoc_redirect_token1, + STATE(2390), 1, + sym__c_binary_expression, + STATE(2413), 1, + sym__c_unary_expression, + STATE(2424), 1, + sym__c_postfix_expression, + STATE(3159), 1, + sym__c_terminator, + STATE(4177), 1, + sym__c_expression, + STATE(4289), 1, + sym__c_variable_assignment, + ACTIONS(7604), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(7965), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2401), 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, - [119399] = 6, + [154777] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7315), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7317), 1, sym__concat, - STATE(2504), 1, + STATE(2982), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + ACTIONS(2018), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, + ACTIONS(2016), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155398,24 +189267,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, - sym__special_character, - [119440] = 6, + [154819] = 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(1172), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1170), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155434,23 +189299,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, - [119481] = 6, + aux_sym_concatenation_token1, + [154855] = 3, 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, + ACTIONS(1148), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 21, + ACTIONS(1146), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155469,23 +189332,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, - [119522] = 6, + aux_sym_concatenation_token1, + [154891] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(7927), 1, aux_sym_concatenation_token1, - ACTIONS(6681), 1, + ACTIONS(7929), 1, sym__concat, - STATE(2419), 1, + STATE(3063), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(1127), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 21, + ACTIONS(1125), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155493,35 +189360,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, - [119563] = 5, + sym__special_character, + [154933] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2588), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2590), 2, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(7317), 1, + sym__concat, + STATE(2986), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4232), 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, + ACTIONS(4230), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155530,31 +189395,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_esac, + anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119602] = 6, + [154975] = 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(1204), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 21, + ACTIONS(1202), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155573,23 +189437,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, - [119643] = 6, + aux_sym_concatenation_token1, + [155011] = 3, 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, + ACTIONS(1144), 5, sym_file_descriptor, + sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 21, + ACTIONS(1142), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155597,89 +189460,92 @@ 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, - [119684] = 8, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [155047] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6693), 1, - anon_sym_LT_LT_LT, - ACTIONS(6696), 1, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(7317), 1, + sym__concat, + STATE(2982), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 2, sym_file_descriptor, - ACTIONS(6685), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(1808), 23, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2425), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(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_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - [119729] = 11, + [155089] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(2666), 1, + ACTIONS(3387), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6701), 1, + ACTIONS(3389), 1, + anon_sym_LT_LT_LT, + ACTIONS(7947), 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, + ACTIONS(3181), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2664), 2, + ACTIONS(3326), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3383), 2, anon_sym_SEMI, anon_sym_AMP, - ACTIONS(2418), 4, - anon_sym_esac, + ACTIONS(3385), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7945), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(2959), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - STATE(2427), 4, + STATE(2931), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, + ACTIONS(7943), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -155688,190 +189554,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [119780] = 8, + [155143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(6701), 1, + ACTIONS(1184), 4, sym_file_descriptor, - ACTIONS(6705), 1, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2601), 2, + ACTIONS(1182), 24, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2425), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(6703), 10, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + [155179] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(7317), 1, + sym__concat, + STATE(2986), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4236), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4234), 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, - [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, + [155221] = 3, 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, + ACTIONS(1204), 5, sym_file_descriptor, + sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 20, + ACTIONS(1202), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155888,24 +189649,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, - [120014] = 6, + [155257] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6725), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(7969), 1, + sym__special_character, + STATE(2946), 1, + aux_sym__literal_repeat1, + ACTIONS(3759), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2433), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 21, + ACTIONS(3757), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155913,32 +189676,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, - [120055] = 4, + anon_sym_BQUOTE, + [155297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(1200), 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(1198), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155957,23 +189718,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, - [120092] = 6, + aux_sym_concatenation_token1, + [155333] = 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(1168), 5, sym_file_descriptor, + sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(1166), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155981,74 +189741,65 @@ static const uint16_t ts_small_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, - sym__special_character, - [120133] = 11, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [155369] = 3, 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(1196), 4, sym_file_descriptor, - ACTIONS(2588), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2597), 2, + sym__concat, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 24, 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_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_esac, + anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - STATE(2427), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, - 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, - [120184] = 6, + 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, + [155405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6732), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(1188), 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(6728), 21, + ACTIONS(1186), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156056,30 +189807,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, - [120225] = 3, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [155441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1168), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 21, + ACTIONS(1166), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156096,21 +189849,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, - [120259] = 3, + [155477] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1200), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 21, + ACTIONS(1198), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156127,25 +189882,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, - [120293] = 6, + [155513] = 3, 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(1192), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1190), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156153,34 +189905,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - [120333] = 5, + aux_sym_concatenation_token1, + [155549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(1196), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2671), 2, + 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, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 18, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_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, + [155585] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7606), 1, + anon_sym_LPAREN, + ACTIONS(7608), 1, + aux_sym__c_word_token1, + ACTIONS(7612), 1, + anon_sym_DOLLAR, + ACTIONS(7614), 1, + anon_sym_DQUOTE, + ACTIONS(7616), 1, + aux_sym_number_token1, + ACTIONS(7618), 1, + aux_sym_number_token2, + ACTIONS(7620), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7622), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7624), 1, + anon_sym_BQUOTE, + ACTIONS(7626), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7973), 1, + aux_sym_heredoc_redirect_token1, + STATE(2390), 1, + sym__c_binary_expression, + STATE(2413), 1, + sym__c_unary_expression, + STATE(2424), 1, + sym__c_postfix_expression, + STATE(3217), 1, + sym__c_terminator, + STATE(4193), 1, + sym__c_expression, + STATE(4289), 1, + sym__c_variable_assignment, + ACTIONS(7604), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(7971), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2401), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [155657] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7975), 1, + sym_variable_name, + STATE(4522), 1, + sym_subscript, + ACTIONS(7644), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2978), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7642), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156188,30 +190027,35 @@ 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, - [120371] = 6, + [155699] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6761), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6763), 1, sym__concat, - STATE(2504), 1, + STATE(2934), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(3751), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 21, + ACTIONS(3749), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156219,7 +190063,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 +190073,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, - [120411] = 6, + [155741] = 4, 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(3005), 2, + ACTIONS(3208), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 21, + STATE(2931), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3206), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156253,7 +190097,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, @@ -156264,22 +190107,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, - [120451] = 6, + [155779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2504), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(1131), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 21, + ACTIONS(1129), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156298,22 +190139,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, - [120491] = 6, + aux_sym_concatenation_token1, + [155815] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6761), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6763), 1, sym__concat, - STATE(2498), 1, + STATE(2933), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(3759), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 21, + ACTIONS(3757), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156321,7 +190166,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, @@ -156332,21 +190176,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, - [120531] = 5, + [155857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, - sym__special_character, - STATE(2475), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 3, + ACTIONS(1156), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 21, + ACTIONS(1154), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156365,23 +190208,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, - [120569] = 6, + aux_sym_concatenation_token1, + [155893] = 6, 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(7977), 1, + sym_variable_name, + STATE(4522), 1, + sym_subscript, + ACTIONS(7535), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 20, + STATE(2978), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7533), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156389,32 +190235,35 @@ static const uint16_t ts_small_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_BQUOTE, - [120609] = 5, + [155935] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6746), 1, - sym__special_character, - STATE(2482), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 4, + ACTIONS(7980), 1, + aux_sym_concatenation_token1, + ACTIONS(7983), 1, + sym__concat, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 3, sym_file_descriptor, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 20, + ACTIONS(1129), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156431,22 +190280,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, - [120647] = 4, + [155977] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(3228), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2461), 4, + ACTIONS(3326), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2931), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 20, + ACTIONS(3226), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156454,67 +190308,68 @@ 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, - [120683] = 11, + [156017] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(6750), 1, + ACTIONS(7986), 1, + aux_sym_concatenation_token1, + ACTIONS(7989), 1, + sym__concat, + STATE(2981), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 2, 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 23, 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_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [120733] = 3, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [156059] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 4, - sym_file_descriptor, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(7992), 1, sym__concat, - sym_variable_name, + STATE(2981), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 22, + ACTIONS(1113), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156533,19 +190388,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, - [120767] = 3, + [156101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(1180), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 22, + ACTIONS(1178), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156564,62 +190420,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, - [120801] = 11, + [156137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(2715), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6750), 1, + ACTIONS(1144), 4, 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(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, - sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 21, + ACTIONS(1142), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156638,23 +190453,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, - [120891] = 6, + aux_sym_concatenation_token1, + [156173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6756), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(1176), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2457), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 20, + ACTIONS(1174), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156662,6 +190475,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, @@ -156672,22 +190486,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, - [120931] = 6, + aux_sym_concatenation_token1, + [156209] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7315), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7994), 1, sym__concat, - STATE(2667), 1, + STATE(2981), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + ACTIONS(1121), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(1119), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156695,6 +190512,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, @@ -156705,24 +190523,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, - [120971] = 6, + [156251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6758), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(1131), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2457), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 20, + ACTIONS(1129), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156730,33 +190545,32 @@ static const uint16_t ts_small_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, - [121011] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [156287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6761), 1, - sym__concat, - STATE(2419), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(1156), 5, sym_file_descriptor, + sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 20, + ACTIONS(1154), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156764,33 +190578,33 @@ static const uint16_t ts_small_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, + [156323] = 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(7996), 1, + sym__special_character, + STATE(3066), 1, + aux_sym__literal_repeat1, + ACTIONS(4236), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 20, + ACTIONS(4234), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156798,6 +190612,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 +190623,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, - [121091] = 3, + [156362] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1164), 3, sym_file_descriptor, sym__concat, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 22, + ACTIONS(1162), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156838,64 +190654,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [156397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6750), 1, + ACTIONS(1208), 4, sym_file_descriptor, - ACTIONS(2601), 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, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2462), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6748), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(6703), 9, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - [121169] = 8, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [156432] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6768), 1, - anon_sym_LT_LT_LT, - ACTIONS(6771), 1, + ACTIONS(1089), 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, + ACTIONS(4568), 1, + anon_sym_DQUOTE, + STATE(3745), 1, + sym_string, + ACTIONS(8000), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(7998), 9, + anon_sym_DASH, + 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), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -156904,61 +190725,58 @@ static const uint16_t ts_small_parse_table[] = { 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_heredoc_redirect_token1, + [156475] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1093), 1, sym_file_descriptor, - sym__concat, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 22, - anon_sym_SEMI, + ACTIONS(4568), 1, + anon_sym_DQUOTE, + STATE(3745), 1, + sym_string, + ACTIONS(8000), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(7998), 9, + anon_sym_DASH, + 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), 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_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_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, - [121247] = 6, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_heredoc_redirect_token1, + [156518] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7315), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7317), 1, sym__concat, - STATE(2650), 1, + STATE(3031), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(4232), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(4230), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156966,28 +190784,29 @@ static const uint16_t ts_small_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, - sym__special_character, - [121287] = 3, + [156559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1180), 3, sym_file_descriptor, sym__concat, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 22, + ACTIONS(1178), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157006,19 +190825,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [156594] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8002), 1, + sym__concat, + ACTIONS(5219), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(5217), 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, + [156631] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(8004), 1, + sym__concat, + ACTIONS(5225), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(5223), 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, + [156668] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 3, sym_file_descriptor, sym__concat, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 22, + ACTIONS(1174), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157037,20 +190923,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, - [121355] = 3, + [156703] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(8006), 1, + sym__special_character, + STATE(2999), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 3, sym_file_descriptor, - sym__concat, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 21, + ACTIONS(1210), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157067,20 +190957,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, - [121389] = 3, + [156742] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(1172), 3, sym_file_descriptor, sym__concat, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 22, + ACTIONS(1170), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157099,20 +190989,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, - [121423] = 3, + [156777] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, - sym_file_descriptor, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(7317), 1, sym__concat, - sym_variable_name, - ts_builtin_sym_end, + STATE(3032), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 21, + ACTIONS(2016), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157120,65 +191015,76 @@ static const uint16_t ts_small_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, - [121457] = 3, + [156818] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, - sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, + ACTIONS(3183), 1, + anon_sym_BQUOTE, + ACTIONS(3744), 1, + anon_sym_LT_LT_LT, + ACTIONS(3830), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, - anon_sym_SEMI, + ACTIONS(8013), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3738), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3740), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8011), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3828), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3014), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8009), 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, - [121491] = 6, + [156871] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(7927), 1, aux_sym_concatenation_token1, - ACTIONS(6641), 1, + ACTIONS(7929), 1, sym__concat, - STATE(2459), 1, + STATE(3111), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(1127), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 20, + ACTIONS(1125), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157188,31 +191094,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, - [121531] = 6, + sym__special_character, + [156912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6641), 1, - sym__concat, - STATE(2458), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, + ACTIONS(1144), 3, sym_file_descriptor, - sym_variable_name, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 20, + ACTIONS(1142), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157220,6 +191121,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, @@ -157230,19 +191132,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, - [121571] = 3, + aux_sym_concatenation_token1, + [156947] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1204), 3, sym_file_descriptor, sym__concat, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 21, + ACTIONS(1202), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157250,63 +191153,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, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [121605] = 3, + [156982] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, - sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, + ACTIONS(2959), 1, + anon_sym_BQUOTE, + ACTIONS(3742), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 21, - anon_sym_SEMI, + ACTIONS(3744), 1, + anon_sym_LT_LT_LT, + ACTIONS(8013), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3738), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3740), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8011), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3736), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3014), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8009), 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, - [121639] = 5, + [157035] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6774), 1, - sym__special_character, - STATE(2475), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, + ACTIONS(1168), 3, sym_file_descriptor, - sym_variable_name, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 21, + ACTIONS(1166), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157325,22 +191237,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, - [121677] = 6, + aux_sym_concatenation_token1, + [157070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2498), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(1188), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 21, + ACTIONS(1186), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157359,22 +191269,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, - [121717] = 6, + aux_sym_concatenation_token1, + [157105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2504), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(1168), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 21, + ACTIONS(1166), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157393,22 +191301,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, - [121757] = 6, + aux_sym_concatenation_token1, + [157140] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2498), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(1160), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 21, + ACTIONS(1158), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157427,19 +191333,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, - [121797] = 3, + aux_sym_concatenation_token1, + [157175] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, - sym_file_descriptor, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(7929), 1, sym__concat, + STATE(3037), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 3, + sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 21, + ACTIONS(3749), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157447,7 +191360,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, @@ -157456,21 +191368,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, anon_sym_BQUOTE, - [121831] = 3, + [157216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1152), 4, sym_file_descriptor, sym__concat, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 21, + ACTIONS(1150), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157487,26 +191399,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, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121865] = 6, + [157251] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7927), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7929), 1, sym__concat, - STATE(2665), 1, + STATE(3030), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(3759), 3, sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(3757), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157522,114 +191435,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - [121905] = 5, + anon_sym_BQUOTE, + [157292] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6789), 1, - sym__special_character, - STATE(2482), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, - sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, + ACTIONS(3744), 1, + anon_sym_LT_LT_LT, + ACTIONS(7845), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 20, + ACTIONS(8013), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8011), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3028), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7843), 8, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [121943] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 5, - sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8009), 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, - [121977] = 3, + [157339] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(7805), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(8024), 1, + anon_sym_LT_LT_LT, + ACTIONS(8027), 1, + sym_file_descriptor, + ACTIONS(8015), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8021), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3015), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7794), 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_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, + ACTIONS(8018), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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, - [122011] = 3, + [157386] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8030), 1, + sym__concat, + ACTIONS(5194), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(5192), 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, + [157423] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(3208), 2, sym_file_descriptor, - sym__concat, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 22, + STATE(3045), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3206), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157637,30 +191569,33 @@ 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, + [157460] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, - sym_file_descriptor, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, sym__concat, - sym_variable_name, + STATE(3103), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1125), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157668,62 +191603,33 @@ 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, - [122079] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4009), 5, - anon_sym_COMMA, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_COLON, - ACTIONS(4007), 21, - sym__immediate_double_hash, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_POUND, - anon_sym_RBRACE3, - anon_sym_AT, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - anon_sym_PERCENT_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - [122113] = 3, + sym__special_character, + [157501] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4005), 5, + ACTIONS(8036), 1, + sym__concat, + ACTIONS(5188), 5, anon_sym_COMMA, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, anon_sym_COLON, - ACTIONS(4003), 21, + ACTIONS(5186), 21, sym__immediate_double_hash, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, @@ -157745,16 +191651,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_PERCENT, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - [122147] = 3, + [157538] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, - sym_file_descriptor, - sym__concat, + ACTIONS(8038), 1, sym_variable_name, - ts_builtin_sym_end, + STATE(4567), 1, + sym_subscript, + ACTIONS(7535), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 21, + STATE(3020), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7533), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157762,7 +191672,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, @@ -157771,20 +191680,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, + [157579] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, - sym_file_descriptor, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(8041), 1, sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 3, + sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 22, + ACTIONS(1119), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157792,30 +191707,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, - aux_sym_concatenation_token1, - [122215] = 3, + [157620] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, - sym_file_descriptor, - sym__concat, + ACTIONS(8043), 1, sym_variable_name, + STATE(4567), 1, + sym_subscript, + ACTIONS(7644), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 22, + STATE(3020), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7642), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157823,31 +191742,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, - aux_sym_concatenation_token1, - [122249] = 3, + anon_sym_BQUOTE, + [157661] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, - sym_file_descriptor, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, sym__concat, - sym_variable_name, + STATE(3134), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 3, + sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 21, + ACTIONS(1125), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157855,7 +191777,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, @@ -157864,24 +191785,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, - [122283] = 6, + sym__special_character, + [157702] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6792), 1, + ACTIONS(7927), 1, aux_sym_concatenation_token1, - ACTIONS(6795), 1, + ACTIONS(8045), 1, sym__concat, - STATE(2493), 1, + STATE(2708), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, + ACTIONS(1115), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1113), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157889,30 +191812,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, - [122323] = 3, + [157743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1148), 4, sym_file_descriptor, sym__concat, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 21, + ACTIONS(1146), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157929,20 +191851,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, + [157778] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, - sym_file_descriptor, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, sym__concat, - sym_variable_name, + STATE(3125), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 22, + ACTIONS(1125), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157950,61 +191878,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, - [122391] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3859), 5, - anon_sym_COMMA, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_COLON, - ACTIONS(3857), 21, - sym__immediate_double_hash, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_POUND, - anon_sym_RBRACE3, - anon_sym_AT, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - anon_sym_PERCENT_PERCENT, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - [122425] = 3, + sym__special_character, + anon_sym_BQUOTE, + [157819] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(3208), 2, sym_file_descriptor, - sym__concat, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 22, + STATE(3014), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3206), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158012,96 +191912,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + anon_sym_BQUOTE, + [157856] = 9, 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, - sym_file_descriptor, + ACTIONS(7805), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 21, + ACTIONS(8053), 1, + anon_sym_LT_LT_LT, + ACTIONS(8056), 1, + sym_file_descriptor, + ACTIONS(8015), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8050), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3028), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7794), 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_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - [122499] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1253), 4, - sym_file_descriptor, - sym__concat, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_BQUOTE, + ACTIONS(8047), 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, - [122533] = 3, + [157903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1176), 4, sym_file_descriptor, sym__concat, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1174), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158118,21 +191989,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, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122567] = 3, + [157938] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, - sym_file_descriptor, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(8059), 1, sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 3, + sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1119), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158140,7 +192017,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, @@ -158149,21 +192025,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, - [122601] = 3, + [157979] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, - sym_file_descriptor, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(8061), 1, sym__concat, - sym_variable_name, - ts_builtin_sym_end, + STATE(2981), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 21, + ACTIONS(1119), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158171,64 +192051,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, - [122635] = 3, - 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, + [158020] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7315), 1, aux_sym_concatenation_token1, - ACTIONS(6800), 1, + ACTIONS(8063), 1, sym__concat, - STATE(2493), 1, + STATE(2981), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(1115), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 21, + ACTIONS(1113), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158236,7 +192086,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, @@ -158247,18 +192096,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, - [122709] = 3, + [158061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, + ACTIONS(1168), 4, sym_file_descriptor, sym__concat, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 22, + ACTIONS(1166), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158266,30 +192117,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, - [122743] = 3, + anon_sym_BQUOTE, + [158096] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1188), 4, sym_file_descriptor, sym__concat, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 22, + ACTIONS(1186), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158297,30 +192149,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, - [122777] = 3, + anon_sym_BQUOTE, + [158131] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 4, - sym_file_descriptor, - sym__concat, + ACTIONS(8065), 1, sym_variable_name, + STATE(4594), 1, + sym_subscript, + ACTIONS(7535), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 22, + STATE(3035), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7533), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158328,31 +192186,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, - aux_sym_concatenation_token1, - [122811] = 3, + [158172] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, - sym_file_descriptor, - sym__concat, + ACTIONS(8068), 1, sym_variable_name, - ts_builtin_sym_end, + STATE(4594), 1, + sym_subscript, + ACTIONS(7644), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 21, + STATE(3035), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7642), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158369,21 +192230,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, - [122845] = 3, + [158213] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, - sym_file_descriptor, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(8070), 1, sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 3, + sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 21, + ACTIONS(1113), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158391,7 +192256,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, @@ -158400,52 +192264,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, - [122879] = 3, + [158254] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 4, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(3183), 1, + anon_sym_RPAREN, + ACTIONS(3393), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 22, - anon_sym_SEMI, + ACTIONS(3488), 1, + anon_sym_LT_LT_LT, + ACTIONS(8076), 1, + sym_file_descriptor, + ACTIONS(3430), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3484), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(3486), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8074), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3391), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3045), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8072), 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, - [122913] = 3, + [158307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(1127), 4, sym_file_descriptor, - sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 21, + ACTIONS(1125), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158462,23 +192336,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, + sym__special_character, anon_sym_BQUOTE, - [122947] = 5, + [158342] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(6754), 3, + ACTIONS(1204), 4, sym_file_descriptor, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 20, + ACTIONS(1202), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158495,18 +192368,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - [122984] = 3, + [158377] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 3, + ACTIONS(3494), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3228), 3, sym_file_descriptor, - sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 22, + STATE(3058), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 18, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158514,72 +192398,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - [123017] = 16, + [158416] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6808), 1, - anon_sym_RBRACE3, - 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, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - 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, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [123076] = 3, + ACTIONS(3544), 1, + ts_builtin_sym_end, + ACTIONS(3550), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3552), 1, + anon_sym_LT_LT_LT, + ACTIONS(8082), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3494), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3548), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8080), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3546), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3058), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8078), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [158469] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 3, + ACTIONS(3208), 3, sym_file_descriptor, - sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 22, + STATE(3058), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3206), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158587,428 +192470,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [158506] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 3, + ACTIONS(8090), 1, + anon_sym_LT_LT_LT, + ACTIONS(8093), 1, sym_file_descriptor, - sym__concat, + ACTIONS(7805), 2, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 22, + ACTIONS(8015), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8087), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3044), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7794), 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_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_AMP, + ACTIONS(8084), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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, + [158553] = 9, 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, + ACTIONS(3488), 1, + anon_sym_LT_LT_LT, + ACTIONS(7845), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6828), 19, - anon_sym_LPAREN_LPAREN, + ACTIONS(8076), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8074), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3015), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7843), 8, anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [123299] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6836), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, - anon_sym_BQUOTE, - ACTIONS(6858), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3896), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [123364] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6860), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4088), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [123423] = 6, + ACTIONS(8072), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [158600] = 7, 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, + ACTIONS(8098), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6862), 19, - anon_sym_LPAREN_LPAREN, + ACTIONS(8100), 1, + sym_file_descriptor, + ACTIONS(7837), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3060), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7835), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(8096), 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_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [123462] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, - anon_sym_BQUOTE, - ACTIONS(6858), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6866), 1, - anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3897), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [123527] = 16, - 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, + [158643] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2598), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, - sym_file_descriptor, - sym_variable_name, + ACTIONS(2959), 1, + anon_sym_RPAREN, + ACTIONS(3387), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 19, - anon_sym_SEMI, + ACTIONS(3488), 1, + anon_sym_LT_LT_LT, + ACTIONS(8076), 1, + sym_file_descriptor, + ACTIONS(3430), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3484), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(3486), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8074), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3383), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3045), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8072), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [123625] = 6, + [158696] = 3, 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(1184), 4, sym_file_descriptor, - sym_variable_name, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 19, + ACTIONS(1182), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159016,6 +192652,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 +192661,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, + aux_sym_concatenation_token1, 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, + [158731] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 3, + ACTIONS(3228), 2, sym_file_descriptor, - sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 22, + ACTIONS(3740), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3014), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159135,29 +192690,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, - aux_sym_concatenation_token1, - [123827] = 3, + anon_sym_BQUOTE, + [158770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 3, + ACTIONS(1152), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 22, + ACTIONS(1150), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159176,18 +192728,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, - [123860] = 3, + [158805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 3, + ACTIONS(1208), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 22, + ACTIONS(1206), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159206,110 +192760,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, 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, + [158840] = 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(8102), 1, sym_variable_name, - ACTIONS(6876), 1, - anon_sym_RBRACE3, - STATE(1956), 1, + STATE(4614), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 2, + STATE(3052), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7535), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 21, + ACTIONS(7533), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159317,292 +192788,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, - [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, + [158881] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 2, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(8105), 1, + sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 21, + ACTIONS(1113), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159610,81 +192823,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [158922] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(1127), 3, sym_file_descriptor, + sym_variable_name, 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(1125), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159692,30 +192851,34 @@ 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, + sym__special_character, + [158957] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6894), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(7996), 1, + sym__special_character, + STATE(3066), 1, + aux_sym__literal_repeat1, + ACTIONS(4232), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2544), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 19, + ACTIONS(4230), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159723,69 +192886,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, + [158996] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 3, + ACTIONS(3228), 2, sym_file_descriptor, - sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 22, + ACTIONS(3430), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3045), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159793,33 +192924,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_RPAREN, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [159035] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, + ACTIONS(8107), 1, sym__special_character, - STATE(2587), 1, + STATE(2999), 1, aux_sym__literal_repeat1, - ACTIONS(6783), 3, + ACTIONS(4236), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 20, + ACTIONS(4234), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159836,28 +192964,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, - [124721] = 8, + [159074] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6905), 1, + ACTIONS(3552), 1, anon_sym_LT_LT_LT, - ACTIONS(6908), 1, + ACTIONS(8082), 1, sym_file_descriptor, - ACTIONS(6899), 2, + ACTIONS(3486), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2548), 4, + ACTIONS(7845), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(8080), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3044), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 8, + ACTIONS(7843), 7, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159865,8 +192999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP, - anon_sym_BQUOTE, - ACTIONS(6902), 8, + ACTIONS(8078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -159875,17 +193008,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [124764] = 5, + [159121] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6911), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(7317), 1, + sym__concat, + STATE(3032), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 21, + ACTIONS(1808), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159893,7 +193028,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, @@ -159904,18 +193038,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, + [159162] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8117), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8119), 1, + sym_file_descriptor, + ACTIONS(8114), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3060), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8111), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(8109), 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, - [124801] = 3, + [159205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(1172), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 21, + ACTIONS(1170), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159932,19 +193104,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, - [124834] = 3, + [159240] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 3, - sym_file_descriptor, + ACTIONS(7315), 1, + aux_sym_concatenation_token1, + ACTIONS(7317), 1, sym__concat, + STATE(3031), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4236), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 22, + ACTIONS(4234), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159952,7 +193131,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, @@ -159963,105 +193141,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, - 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, + [159281] = 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(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(8122), 1, + sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, + sym_file_descriptor, 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, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, + [159322] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(8107), 1, + sym__special_character, + STATE(2999), 1, + aux_sym__literal_repeat1, + ACTIONS(4232), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 21, + ACTIONS(4230), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160078,66 +193209,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, - aux_sym_concatenation_token1, anon_sym_BQUOTE, - [125018] = 16, + [159361] = 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(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(7929), 1, + sym__concat, + STATE(3053), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 4, + sym_file_descriptor, 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, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, + [159402] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(8124), 1, + sym__special_character, + STATE(3066), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 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(1210), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160145,27 +193268,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, - anon_sym_BQUOTE, - [125112] = 3, + [159441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1192), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1190), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160182,25 +193309,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, - [125145] = 6, + [159476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6920), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(1168), 4, sym_file_descriptor, - sym_variable_name, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + ACTIONS(1166), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160208,6 +193332,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, @@ -160216,19 +193341,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, anon_sym_BQUOTE, - [125184] = 3, + [159511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1148), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 21, + ACTIONS(1146), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160236,33 +193363,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, - [125217] = 6, + [159546] = 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(1169), 2, + ACTIONS(1200), 4, sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1198), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160270,6 +193396,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 +193405,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, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - [125256] = 6, + [159581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6926), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(1184), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - STATE(2544), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 19, + ACTIONS(1182), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160304,62 +193427,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, - [125295] = 8, + aux_sym_concatenation_token1, + [159616] = 3, 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(1196), 4, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2548), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 8, + sym__concat, + 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, - ACTIONS(6928), 8, + [159651] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 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, - [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, + aux_sym_concatenation_token1, + [159686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(1144), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 21, + ACTIONS(1142), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160376,19 +193533,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, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [125371] = 3, + [159721] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 3, - sym_file_descriptor, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(7929), 1, sym__concat, + STATE(3063), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 4, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(3757), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160396,29 +193562,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [159762] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 3, + ACTIONS(1196), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 22, + ACTIONS(1194), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160437,18 +193601,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, - [125437] = 3, + [159797] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 3, - sym_file_descriptor, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(7929), 1, sym__concat, + STATE(3021), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 3, + sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(3757), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160456,81 +193628,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, - 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, + [159838] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7927), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7929), 1, sym__concat, - STATE(2728), 1, + STATE(3024), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(3751), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(3749), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160538,6 +193663,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, @@ -160546,19 +193672,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, - sym__special_character, - [125574] = 3, + [159879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(1180), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 21, + ACTIONS(1178), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160575,20 +193702,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, - [125607] = 3, + [159914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(1131), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 21, + ACTIONS(1129), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160605,20 +193734,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, - [125640] = 3, + [159949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1156), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 21, + ACTIONS(1154), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160635,20 +193766,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, - [125673] = 3, + [159984] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(1164), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 21, + ACTIONS(1162), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160665,25 +193798,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, anon_sym_BQUOTE, - [125706] = 6, + [160019] = 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(1192), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(1190), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160691,26 +193820,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, - sym__special_character, - [125745] = 3, + aux_sym_concatenation_token1, + [160054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 3, + ACTIONS(1160), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 22, + ACTIONS(1158), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160718,29 +193853,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, - [125778] = 3, + anon_sym_BQUOTE, + [160089] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 3, + ACTIONS(1131), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 22, + ACTIONS(1129), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160759,116 +193895,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [160124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, - aux_sym_concatenation_token1, - ACTIONS(6934), 1, + ACTIONS(1156), 3, + sym_file_descriptor, 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, + ACTIONS(1154), 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, - [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, + aux_sym_concatenation_token1, + [160159] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_RPAREN, - ACTIONS(2715), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, + ACTIONS(2961), 1, + ts_builtin_sym_end, + ACTIONS(3552), 1, anon_sym_LT_LT_LT, - ACTIONS(6940), 1, + ACTIONS(3564), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8082), 1, sym_file_descriptor, - ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, + ACTIONS(3486), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, + ACTIONS(3494), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2713), 3, + ACTIONS(3548), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8080), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3562), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2619), 4, + STATE(3058), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6938), 8, + ACTIONS(8078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -160877,36 +193974,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [125958] = 11, + [160212] = 6, 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(8127), 1, + sym_variable_name, + STATE(4614), 1, + sym_subscript, + STATE(3052), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7644), 3, sym_file_descriptor, - ACTIONS(2734), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7642), 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, - ACTIONS(2908), 2, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [160253] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3098), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2016), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, + 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, - ACTIONS(2906), 3, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [160293] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4301), 4, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4299), 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, - STATE(2562), 4, + anon_sym_BQUOTE, + [160327] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7805), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8135), 1, + anon_sym_LT_LT_LT, + ACTIONS(8138), 1, + sym_file_descriptor, + ACTIONS(8015), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8132), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3091), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6928), 8, + ACTIONS(7794), 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(8129), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -160915,143 +194111,87 @@ static const uint16_t ts_small_parse_table[] = { 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, + [160373] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(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(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3133), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2016), 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, + [160413] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(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, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3103), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4236), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4234), 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, + [160453] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 3, - sym_file_descriptor, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, sym__concat, + STATE(3133), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 22, + ACTIONS(1808), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161059,152 +194199,94 @@ 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, - [126217] = 6, + [160493] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, + ACTIONS(8032), 1, aux_sym_concatenation_token1, - ACTIONS(6948), 1, + ACTIONS(8034), 1, sym__concat, - STATE(2588), 1, + STATE(3103), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, - sym_test_operator, - sym__brace_start, + ACTIONS(4232), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, - anon_sym_LPAREN_LPAREN, + ACTIONS(4230), 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, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_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, + [160533] = 3, 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(3751), 4, + sym_file_descriptor, 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, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, - 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, + [160567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6954), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, + ACTIONS(4308), 4, sym_file_descriptor, + sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 20, + ACTIONS(4306), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161221,104 +194303,194 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, - [126411] = 6, + [160601] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6957), 1, + ACTIONS(8032), 1, aux_sym_concatenation_token1, - ACTIONS(6960), 1, + ACTIONS(8141), 1, sym__concat, - STATE(2588), 1, + STATE(2979), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 3, - sym_test_operator, - sym__brace_start, + ACTIONS(1115), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 19, - anon_sym_LPAREN_LPAREN, + ACTIONS(1113), 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, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_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, + [160641] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7927), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7929), 1, sym__concat, - STATE(2664), 1, + STATE(3137), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 4, + ACTIONS(3751), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, + [160681] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4308), 3, sym_file_descriptor, sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(4306), 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, + [160715] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3719), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3721), 1, + anon_sym_LT_LT_LT, + ACTIONS(8147), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3715), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3717), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8145), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3713), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8143), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [160765] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 3, + sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 18, + ACTIONS(1125), 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, + sym__special_character, + anon_sym_BQUOTE, + [160799] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8149), 1, + sym__concat, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161326,6 +194498,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, @@ -161334,134 +194507,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, - [126554] = 3, + [160839] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 3, - sym_file_descriptor, - sym__concat, + ACTIONS(3721), 1, + anon_sym_LT_LT_LT, + ACTIONS(3931), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 22, - anon_sym_SEMI, + ACTIONS(8147), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3715), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3717), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8145), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3929), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8143), 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, - [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, + [160889] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, - sym_file_descriptor, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, sym__concat, + STATE(3134), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4232), 3, + sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 21, + ACTIONS(4230), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161469,7 +194572,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, @@ -161478,26 +194580,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, - [126738] = 6, + [160929] = 4, 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(3208), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6721), 18, + STATE(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3206), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161513,71 +194612,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6972), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4261), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [126836] = 8, + [160965] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6977), 1, + ACTIONS(3721), 1, anon_sym_LT_LT_LT, - ACTIONS(6980), 1, - sym_file_descriptor, - ACTIONS(6691), 2, - ts_builtin_sym_end, + ACTIONS(7845), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6899), 2, + ACTIONS(8147), 1, + sym_file_descriptor, + ACTIONS(3486), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2597), 4, + ACTIONS(8145), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3091), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 7, + ACTIONS(7843), 7, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161585,7 +194645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP, - ACTIONS(6974), 8, + ACTIONS(8143), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -161594,20 +194654,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [126879] = 6, + [161011] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(8032), 1, aux_sym_concatenation_token1, - ACTIONS(6983), 1, + ACTIONS(8034), 1, sym__concat, - STATE(2432), 1, + STATE(3098), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(1810), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(1808), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161623,19 +194683,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, - [126918] = 3, + [161051] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, - sym_file_descriptor, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, sym__concat, + STATE(3134), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4236), 3, + sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 21, + ACTIONS(4234), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161643,7 +194709,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, @@ -161652,26 +194717,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, - [126951] = 6, + [161091] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7927), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7929), 1, sym__concat, - STATE(2665), 1, + STATE(3111), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 4, + ACTIONS(3759), 3, sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 18, + ACTIONS(3757), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161687,22 +194751,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, - [126990] = 4, + [161131] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 3, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(8151), 1, + sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 18, + ACTIONS(1119), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161718,107 +194785,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127025] = 16, + [161171] = 3, 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(3751), 3, + sym_file_descriptor, sym_variable_name, - ACTIONS(6985), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4346), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [127084] = 16, + aux_sym_heredoc_redirect_token1, + ACTIONS(3749), 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, + [161205] = 11, 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_0, - anon_sym__, - [127143] = 5, + ACTIONS(3721), 1, + anon_sym_LT_LT_LT, + ACTIONS(3846), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8147), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3715), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3717), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8145), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3844), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8143), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [161255] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 3, + ACTIONS(8153), 1, + sym_variable_name, + STATE(4584), 1, + sym_subscript, + ACTIONS(7644), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 20, + STATE(3123), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7642), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161826,7 +194881,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, @@ -161835,52 +194889,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, - [127180] = 6, + [161295] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, + ACTIONS(8032), 1, aux_sym_concatenation_token1, - ACTIONS(6834), 1, + ACTIONS(8034), 1, sym__concat, - STATE(2576), 1, + STATE(3332), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [127219] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 4, + ACTIONS(1127), 2, sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 21, + ACTIONS(1125), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161888,7 +194914,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, @@ -161897,20 +194922,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, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [127252] = 3, + sym__special_character, + [161335] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, + ACTIONS(8098), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8155), 1, + sym_file_descriptor, + ACTIONS(7945), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3118), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7943), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(8096), 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, + [161377] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 2, sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 21, + ACTIONS(1125), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161918,115 +194977,133 @@ 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, - [127285] = 16, + sym__special_character, + [161411] = 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, - 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, + ACTIONS(8117), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8163), 1, + sym_file_descriptor, + ACTIONS(8160), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3118), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8157), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(8109), 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, + [161453] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5425), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(5423), 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__, - [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_AT, anon_sym_EQ2, - ACTIONS(4293), 3, + 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, + [161487] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5443), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(5441), 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__, - [127403] = 3, + 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, + [161521] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8166), 1, + sym__concat, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(1113), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162034,7 +195111,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, @@ -162043,100 +195119,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, - sym__special_character, anon_sym_BQUOTE, - [127436] = 3, + [161561] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(8100), 1, sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, + ACTIONS(8170), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(3333), 1, + sym_file_redirect, + ACTIONS(7837), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7835), 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(8168), 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, - [127469] = 16, + [161603] = 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(8172), 1, sym_variable_name, - ACTIONS(6993), 1, - anon_sym_RBRACE3, - STATE(1956), 1, + STATE(4584), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2590), 3, + ACTIONS(7535), 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, + STATE(3123), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7533), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162144,23 +195181,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [161643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 3, + ACTIONS(4301), 3, sym_file_descriptor, - sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 22, + ACTIONS(4299), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162179,19 +195220,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, - [127598] = 3, + [161677] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, - sym_file_descriptor, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8175), 1, sym__concat, - ts_builtin_sym_end, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 21, + ACTIONS(1119), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162199,7 +195245,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, @@ -162208,62 +195253,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, - aux_sym_concatenation_token1, anon_sym_BQUOTE, - [127631] = 16, + [161717] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3125), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4236), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4234), 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, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6995), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - 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, + [161757] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 3, - sym_file_descriptor, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, sym__concat, + STATE(3121), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 22, + ACTIONS(1808), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162271,113 +195313,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + anon_sym_BQUOTE, + [161797] = 3, 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, + ACTIONS(5188), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(5186), 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, - 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_AT, anon_sym_EQ2, - ACTIONS(4293), 3, + 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, + [161831] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5194), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(5192), 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__, - [127782] = 8, + 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, + [161865] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2738), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6940), 1, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3125), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4232), 2, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2627), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(4230), 21, 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, + anon_sym_BQUOTE, + [161905] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6999), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3121), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2631), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 19, + ACTIONS(2016), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162385,7 +195443,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, @@ -162394,20 +195451,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, - [127864] = 6, + anon_sym_BQUOTE, + [161945] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7008), 1, + ACTIONS(8100), 1, sym_file_descriptor, - STATE(2621), 2, + ACTIONS(8179), 1, + aux_sym_heredoc_redirect_token1, + STATE(3303), 1, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7003), 8, + ACTIONS(7837), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7835), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -162416,7 +195478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 13, + ACTIONS(8177), 13, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162430,133 +195492,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127903] = 11, + [161987] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(2865), 1, - ts_builtin_sym_end, - ACTIONS(2869), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7013), 1, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8181), 1, + sym__concat, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 2, sym_file_descriptor, - ACTIONS(2727), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 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, - ACTIONS(2734), 2, - anon_sym_LT_LT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_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(2859), 2, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [162027] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8183), 1, + sym__concat, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2867), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7011), 8, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [127952] = 8, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [162067] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(7013), 1, + ACTIONS(3228), 2, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(6705), 2, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2597), 4, + ACTIONS(3717), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3107), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 7, + ACTIONS(3226), 18, 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_SEMI_SEMI, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [127995] = 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(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, - 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [162105] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7021), 1, + ACTIONS(8100), 1, sym_file_descriptor, - STATE(2621), 2, + ACTIONS(8187), 1, + aux_sym_heredoc_redirect_token1, + STATE(3285), 1, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6699), 8, + ACTIONS(7837), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7835), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -162565,7 +195614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 13, + ACTIONS(8185), 13, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162579,18 +195628,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128093] = 4, + [162147] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(8189), 1, + sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 19, + ACTIONS(1113), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162598,7 +195649,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, @@ -162607,36 +195657,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128128] = 8, + [162187] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7026), 1, + ACTIONS(3721), 1, anon_sym_LT_LT_LT, - ACTIONS(7029), 1, + ACTIONS(3850), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8147), 1, sym_file_descriptor, - ACTIONS(6899), 2, + ACTIONS(3486), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2627), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 8, - anon_sym_SEMI, + ACTIONS(3715), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, + ACTIONS(3717), 2, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + ACTIONS(8145), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3848), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - ACTIONS(7023), 8, + STATE(3107), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8143), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -162645,149 +195701,60 @@ 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, + [162237] = 19, + ACTIONS(67), 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, + ACTIONS(8191), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(8195), 1, + anon_sym_LPAREN, + ACTIONS(8197), 1, + aux_sym__c_word_token1, + ACTIONS(8199), 1, 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, + ACTIONS(8201), 1, + anon_sym_DQUOTE, + ACTIONS(8203), 1, + aux_sym_number_token1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8209), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8211), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8213), 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, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, + sym__c_binary_expression, + STATE(2493), 1, + sym__c_postfix_expression, + STATE(4354), 1, + sym__c_expression, + STATE(4573), 1, + sym__c_variable_assignment, + ACTIONS(8193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2475), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, sym_command_substitution, - STATE(4479), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [128348] = 6, + [162302] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7038), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(8215), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2631), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 19, + ACTIONS(8217), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162804,136 +195771,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + anon_sym_BQUOTE, + [162335] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8223), 1, + anon_sym_RBRACE3, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7041), 1, - anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4420), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4823), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128446] = 16, + [162394] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7043), 1, + ACTIONS(8239), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4321), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4801), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128505] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [128542] = 3, + [162453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(8241), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 21, + ACTIONS(8243), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162950,340 +195887,299 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - 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, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(6728), 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, - [128614] = 16, + [162486] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7047), 1, + ACTIONS(8245), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4341), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5222), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128673] = 16, + [162545] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7049), 1, + ACTIONS(8247), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4451), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5176), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128732] = 16, + [162604] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8249), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(8251), 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, + [162637] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7051), 1, + ACTIONS(8253), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4429), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4950), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128791] = 16, + [162696] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7053), 1, + ACTIONS(8255), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4416), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4793), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128850] = 5, + [162755] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, - sym_file_descriptor, + ACTIONS(8117), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2562), 4, + ACTIONS(8263), 1, + sym_file_descriptor, + ACTIONS(8260), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3149), 2, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 17, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + aux_sym_redirected_statement_repeat2, + ACTIONS(8257), 8, 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(8109), 11, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [128887] = 16, + [162796] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7055), 1, + ACTIONS(8266), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4276), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5160), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [128946] = 11, - 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, - sym_file_descriptor, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2859), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2857), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7011), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [128995] = 5, + [162855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(6754), 2, + ACTIONS(8268), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 21, + ACTIONS(8270), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163291,223 +196187,115 @@ 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, + anon_sym_BQUOTE, + [162888] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7057), 1, + ACTIONS(8272), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4376), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5145), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129091] = 16, + [162947] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7059), 1, + ACTIONS(8274), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4351), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5143), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(6783), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 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, - [129236] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2686), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - sym__special_character, - [129275] = 6, + [163006] = 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(8268), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + ACTIONS(8270), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163524,172 +196312,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - sym__special_character, - [129347] = 16, + anon_sym_BQUOTE, + [163039] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7063), 1, + ACTIONS(8276), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4324), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5220), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129406] = 16, + [163098] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7065), 1, + ACTIONS(8278), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4315), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5130), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129465] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2676), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [129504] = 6, + [163157] = 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(4486), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(4484), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163706,22 +196428,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, - [129543] = 6, + anon_sym_BQUOTE, + [163190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2667), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(8280), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 20, + ACTIONS(8282), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163729,180 +196449,164 @@ static const uint16_t ts_small_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, - [129582] = 6, - ACTIONS(3), 1, + anon_sym_BQUOTE, + [163223] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2676), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [129621] = 6, - ACTIONS(3), 1, + ACTIONS(8195), 1, + anon_sym_LPAREN, + ACTIONS(8197), 1, + aux_sym__c_word_token1, + ACTIONS(8199), 1, + anon_sym_DOLLAR, + ACTIONS(8201), 1, + anon_sym_DQUOTE, + ACTIONS(8203), 1, + aux_sym_number_token1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8209), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8211), 1, + anon_sym_BQUOTE, + ACTIONS(8213), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8284), 1, + anon_sym_RPAREN_RPAREN, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, + sym__c_binary_expression, + STATE(2493), 1, + sym__c_postfix_expression, + STATE(4382), 1, + sym__c_expression, + STATE(4573), 1, + sym__c_variable_assignment, + ACTIONS(8193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2475), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [163288] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2667), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_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, - [129660] = 16, + ACTIONS(8195), 1, + anon_sym_LPAREN, + ACTIONS(8197), 1, + aux_sym__c_word_token1, + ACTIONS(8199), 1, + anon_sym_DOLLAR, + ACTIONS(8201), 1, + anon_sym_DQUOTE, + ACTIONS(8203), 1, + aux_sym_number_token1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8209), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8211), 1, + anon_sym_BQUOTE, + ACTIONS(8213), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8286), 1, + anon_sym_RPAREN_RPAREN, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, + sym__c_binary_expression, + STATE(2493), 1, + sym__c_postfix_expression, + STATE(4379), 1, + sym__c_expression, + STATE(4573), 1, + sym__c_variable_assignment, + ACTIONS(8193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2475), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [163353] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7069), 1, + ACTIONS(8288), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4356), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4778), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129719] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2418), 1, - anon_sym_BQUOTE, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(2985), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6930), 1, - sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2983), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6928), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [129768] = 6, + [163412] = 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(8290), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 19, + ACTIONS(8292), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163919,100 +196623,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + anon_sym_BQUOTE, + [163445] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7071), 1, + ACTIONS(8294), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4352), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4733), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [129866] = 6, + [163504] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2650), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, - sym_file_descriptor, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [129905] = 6, + ACTIONS(8296), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4914), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [163563] = 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(8298), 3, sym_file_descriptor, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(8300), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164020,6 +196730,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,157 +196739,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + anon_sym_BQUOTE, + [163596] = 16, 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(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, sym_variable_name, - ts_builtin_sym_end, - 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, - [129983] = 16, + ACTIONS(8302), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4890), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [163655] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, + ACTIONS(8225), 1, anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, + ACTIONS(8235), 1, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, + ACTIONS(8237), 1, sym_variable_name, - ACTIONS(7077), 1, + ACTIONS(8304), 1, anon_sym_RBRACE3, - STATE(1956), 1, + STATE(2402), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + STATE(4258), 1, sym_command_substitution, - STATE(4390), 1, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4853), 1, sym__expansion_body, - ACTIONS(6812), 2, + ACTIONS(8227), 2, anon_sym_POUND2, anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + ACTIONS(8219), 4, anon_sym_DASH, anon_sym_STAR, anon_sym_QMARK, anon_sym_AT2, - ACTIONS(6806), 5, + ACTIONS(8221), 5, anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, anon_sym_0, anon_sym__, - [130042] = 6, + [163714] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(8306), 1, aux_sym_concatenation_token1, - ACTIONS(7079), 1, + ACTIONS(8308), 1, sym__concat, - STATE(2493), 1, + STATE(3201), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 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, - [130081] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 4, - sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, + ACTIONS(3973), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(3971), 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_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_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - [130114] = 3, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [163753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(8310), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 21, + ACTIONS(8312), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164195,20 +196888,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, - [130147] = 3, + [163786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(8314), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(8316), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164225,407 +196918,250 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2676), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 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, - [130219] = 6, + [163819] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(8306), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(8308), 1, sym__concat, - STATE(2667), 1, + STATE(3219), 1, aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 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, - [130258] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1241), 3, - sym_file_descriptor, - sym__concat, + ACTIONS(3988), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 22, + ACTIONS(3986), 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, - aux_sym_concatenation_token1, - [130291] = 6, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [163858] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2676), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 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, - [130330] = 6, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8318), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4948), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [163917] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2667), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, - sym_file_descriptor, + ACTIONS(8098), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 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, - [130369] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(7081), 1, - sym__concat, - STATE(2493), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(8320), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8074), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3149), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8072), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [130408] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1253), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 22, + ACTIONS(8096), 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_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [130441] = 10, + [163958] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2921), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, - sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(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_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [130487] = 6, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8322), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5062), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164017] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 3, + ACTIONS(8330), 1, sym_file_descriptor, + ACTIONS(8117), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8327), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3175), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8324), 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, - [130525] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2716), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 19, + ACTIONS(8109), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [130563] = 3, + [164058] = 16, 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, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, anon_sym_BQUOTE, + ACTIONS(8233), 1, 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, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8333), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4911), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 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, - [130627] = 6, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164117] = 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(3065), 2, + ACTIONS(4486), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 19, + ACTIONS(4484), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164633,6 +197169,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, @@ -164641,122 +197178,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, + [164150] = 16, 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, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, anon_sym_BQUOTE, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [130697] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2981), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, - sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2979), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [130743] = 6, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8335), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5078), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164209] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(8337), 1, aux_sym_concatenation_token1, - ACTIONS(7087), 1, + ACTIONS(8340), 1, sym__concat, - STATE(2447), 1, + STATE(3179), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - sym_file_descriptor, + ACTIONS(1131), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + ACTIONS(1129), 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_RPAREN, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - [130781] = 3, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [164248] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(8306), 1, + aux_sym_concatenation_token1, + ACTIONS(8308), 1, sym__concat, + STATE(3219), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 3, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 20, + ACTIONS(1125), 19, 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, @@ -164771,19 +197293,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [130813] = 6, + [164287] = 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(3069), 2, + ACTIONS(8343), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 19, + ACTIONS(8345), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164800,22 +197317,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, - [130851] = 6, + anon_sym_BQUOTE, + [164320] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7089), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(1810), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(1808), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164823,31 +197337,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, - [130889] = 6, + [164353] = 3, 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(3005), 2, + ACTIONS(2018), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 19, + ACTIONS(2016), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164855,104 +197367,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, - [130927] = 18, - ACTIONS(63), 1, + [164386] = 16, + ACTIONS(3), 1, sym_comment, - ACTIONS(7093), 1, - anon_sym_LPAREN, - ACTIONS(7095), 1, - aux_sym__c_word_token1, - ACTIONS(7097), 1, - anon_sym_DOLLAR, - ACTIONS(7099), 1, - anon_sym_DQUOTE, - ACTIONS(7101), 1, - aux_sym_number_token1, - ACTIONS(7103), 1, - aux_sym_number_token2, - ACTIONS(7105), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(8233), 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, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8347), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, 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, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4732), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 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, - [131021] = 6, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164445] = 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(3065), 2, + ACTIONS(8349), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 19, + ACTIONS(8351), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164969,22 +197450,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, - [131059] = 6, + anon_sym_BQUOTE, + [164478] = 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(8353), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 19, + ACTIONS(8355), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164992,6 +197471,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,88 +197480,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, + [164511] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7116), 1, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8357), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5167), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164570] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3332), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4236), 2, sym_file_descriptor, - STATE(2695), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7113), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7001), 12, + aux_sym_heredoc_redirect_token1, + ACTIONS(4234), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [131135] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7021), 1, - sym_file_descriptor, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - STATE(2788), 1, - sym_file_redirect, - ACTIONS(6699), 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(7119), 13, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131173] = 6, + [164609] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7123), 1, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, sym_variable_name, - STATE(4001), 1, + ACTIONS(8359), 1, + anon_sym_RBRACE3, + STATE(2402), 1, sym_subscript, - ACTIONS(6730), 2, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5055), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164668] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8361), 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(6728), 18, + ACTIONS(8363), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165089,6 +197620,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 +197629,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, - [131211] = 6, + anon_sym_BQUOTE, + [164701] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(8032), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(8034), 1, sym__concat, - STATE(2689), 1, + STATE(3330), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(1810), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 19, + ACTIONS(1808), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165120,7 +197655,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, @@ -165129,22 +197663,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, - [131249] = 6, + [164740] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(8032), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(8034), 1, sym__concat, - STATE(2686), 1, + STATE(3332), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(4232), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 19, + ACTIONS(4230), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165152,7 +197688,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, @@ -165161,22 +197696,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, - [131287] = 6, + [164779] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(8032), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(8034), 1, sym__concat, - STATE(2716), 1, + STATE(3330), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(2018), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 19, + ACTIONS(2016), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165192,23 +197729,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, + [164818] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, anon_sym_BQUOTE, - [131325] = 6, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8365), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4886), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164877] = 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(6783), 2, + ACTIONS(8367), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 19, + ACTIONS(8369), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165216,6 +197792,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 +197801,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, - [131363] = 6, + [164910] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2716), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8371), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4712), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164969] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8373), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 19, + ACTIONS(8375), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165248,6 +197865,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, @@ -165256,36 +197874,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, + [165002] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8377), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4630), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [165061] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8379), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5016), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [165120] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8381), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4974), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [165179] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8306), 1, + aux_sym_concatenation_token1, + ACTIONS(8383), 1, + sym__concat, + STATE(3179), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, - sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2735), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 7, + ACTIONS(1113), 19, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP, - ACTIONS(7083), 8, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [165218] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8385), 1, + sym_file_descriptor, + ACTIONS(8080), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8098), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(3175), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -165294,20 +198065,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [131443] = 6, + ACTIONS(8096), 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, + [165259] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 3, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8387), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4688), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [165318] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8389), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 18, + ACTIONS(8391), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165315,6 +198134,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, @@ -165323,52 +198143,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + anon_sym_BQUOTE, + [165351] = 16, 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, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8393), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4997), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 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_POUND, + anon_sym_0, + anon_sym__, + [165410] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, anon_sym_BQUOTE, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [131513] = 6, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8395), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4814), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [165469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2712), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6783), 3, + ACTIONS(8397), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 18, + ACTIONS(8399), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165376,6 +198250,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, @@ -165384,17 +198259,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, - [131551] = 3, + anon_sym_BQUOTE, + [165502] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 3, + ACTIONS(8401), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 21, + ACTIONS(8403), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165402,28 +198280,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, - [131583] = 3, + anon_sym_BQUOTE, + [165535] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 3, - sym_file_descriptor, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, sym_variable_name, + ACTIONS(8405), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4660), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [165594] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8397), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 21, + ACTIONS(8399), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165431,95 +198353,131 @@ 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, - [131615] = 3, + anon_sym_BQUOTE, + [165627] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 3, + ACTIONS(8155), 1, sym_file_descriptor, - sym_variable_name, + ACTIONS(8187), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 21, + STATE(3285), 1, + sym_file_redirect, + ACTIONS(7945), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7943), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(8185), 12, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [165668] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8155), 1, + sym_file_descriptor, + ACTIONS(8179), 1, + aux_sym_heredoc_redirect_token1, + STATE(3303), 1, + sym_file_redirect, + ACTIONS(7945), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7943), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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(8177), 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, - [131647] = 6, + [165709] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2718), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(8155), 1, sym_file_descriptor, + ACTIONS(8170), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(3333), 1, + sym_file_redirect, + ACTIONS(7945), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7943), 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(8168), 12, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131685] = 6, + [165750] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7125), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(8407), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(8409), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165527,6 +198485,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, @@ -165535,23 +198494,271 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + anon_sym_BQUOTE, + [165783] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8411), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4755), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [165842] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8413), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5028), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [165901] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8195), 1, + anon_sym_LPAREN, + ACTIONS(8197), 1, + aux_sym__c_word_token1, + ACTIONS(8199), 1, + anon_sym_DOLLAR, + ACTIONS(8201), 1, + anon_sym_DQUOTE, + ACTIONS(8203), 1, + aux_sym_number_token1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8209), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8211), 1, + anon_sym_BQUOTE, + ACTIONS(8213), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8415), 1, + anon_sym_RPAREN_RPAREN, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, + sym__c_binary_expression, + STATE(2493), 1, + sym__c_postfix_expression, + STATE(4469), 1, + sym__c_expression, + STATE(4573), 1, + sym__c_variable_assignment, + ACTIONS(8193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2475), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [165966] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8417), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4644), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [166025] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(8306), 1, aux_sym_concatenation_token1, - ACTIONS(7127), 1, + ACTIONS(8419), 1, sym__concat, - STATE(2447), 1, + STATE(3179), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(1121), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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, + [166064] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8421), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4623), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [166123] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8423), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(8425), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165559,6 +198766,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, @@ -165567,18 +198775,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, - [131761] = 3, + anon_sym_BQUOTE, + [166156] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 4, - sym_file_descriptor, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, sym_variable_name, + ACTIONS(8427), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4905), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [166215] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8429), 3, + sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 20, + ACTIONS(8431), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165595,91 +198848,301 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_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, + [166248] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7129), 1, + ACTIONS(8433), 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(8435), 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), 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, + anon_sym_BQUOTE, + [166281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2902), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(7085), 1, + ACTIONS(8437), 3, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(8439), 22, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2896), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, + anon_sym_LT_LT, anon_sym_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, - [131877] = 6, + anon_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, + [166314] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8195), 1, + anon_sym_LPAREN, + ACTIONS(8197), 1, + aux_sym__c_word_token1, + ACTIONS(8199), 1, + anon_sym_DOLLAR, + ACTIONS(8201), 1, + anon_sym_DQUOTE, + ACTIONS(8203), 1, + aux_sym_number_token1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8209), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8211), 1, + anon_sym_BQUOTE, + ACTIONS(8213), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8441), 1, + anon_sym_RPAREN_RPAREN, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, + sym__c_binary_expression, + STATE(2493), 1, + sym__c_postfix_expression, + STATE(4467), 1, + sym__c_expression, + STATE(4573), 1, + sym__c_variable_assignment, + ACTIONS(8193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2475), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [166379] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8443), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5033), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [166438] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8195), 1, + anon_sym_LPAREN, + ACTIONS(8197), 1, + aux_sym__c_word_token1, + ACTIONS(8199), 1, + anon_sym_DOLLAR, + ACTIONS(8201), 1, + anon_sym_DQUOTE, + ACTIONS(8203), 1, + aux_sym_number_token1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8209), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8211), 1, + anon_sym_BQUOTE, + ACTIONS(8213), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8445), 1, + anon_sym_RPAREN_RPAREN, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, + sym__c_binary_expression, + STATE(2493), 1, + sym__c_postfix_expression, + STATE(4378), 1, + sym__c_expression, + STATE(4573), 1, + sym__c_variable_assignment, + ACTIONS(8193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2475), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [166503] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8447), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4927), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [166562] = 16, 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(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8449), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4629), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [166621] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8451), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(8453), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165687,6 +199150,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, @@ -165695,19 +199159,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, - [131915] = 3, + [166654] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 4, + ACTIONS(8343), 3, sym_file_descriptor, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 20, + ACTIONS(8345), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165724,23 +199189,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, - [131947] = 6, + [166687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7133), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(8455), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + ACTIONS(8457), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165748,6 +199210,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, @@ -165756,24 +199219,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, - [131985] = 6, + [166720] = 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(2018), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 18, + ACTIONS(2016), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165781,6 +199240,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, @@ -165789,46 +199249,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, - [132023] = 18, - ACTIONS(63), 1, + anon_sym_BQUOTE, + [166753] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(7137), 1, + ACTIONS(8195), 1, anon_sym_LPAREN, - ACTIONS(7139), 1, + ACTIONS(8197), 1, aux_sym__c_word_token1, - ACTIONS(7141), 1, + ACTIONS(8199), 1, + anon_sym_DOLLAR, + ACTIONS(8201), 1, anon_sym_DQUOTE, - ACTIONS(7143), 1, + ACTIONS(8203), 1, aux_sym_number_token1, - ACTIONS(7145), 1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7147), 1, + ACTIONS(8209), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, + ACTIONS(8211), 1, anon_sym_BQUOTE, - ACTIONS(7151), 1, + ACTIONS(8213), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, + ACTIONS(8459), 1, + anon_sym_RPAREN_RPAREN, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, sym__c_binary_expression, - STATE(1925), 1, + STATE(2493), 1, sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(3735), 1, + STATE(4387), 1, sym__c_expression, - STATE(3772), 1, + STATE(4573), 1, sym__c_variable_assignment, - ACTIONS(7135), 2, + ACTIONS(8193), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1928), 7, + STATE(2475), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -165836,20 +199301,14 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [132085] = 6, + [166818] = 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(8461), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 18, + ACTIONS(8463), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165857,6 +199316,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,46 +199325,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + anon_sym_BQUOTE, + [166851] = 16, + ACTIONS(3), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8465), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5095), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [166910] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8195), 1, anon_sym_LPAREN, - ACTIONS(7095), 1, + ACTIONS(8197), 1, aux_sym__c_word_token1, - ACTIONS(7097), 1, + ACTIONS(8199), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(8201), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(8203), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(8205), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(8207), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(8209), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(8211), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(8213), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, + ACTIONS(8467), 1, + anon_sym_RPAREN_RPAREN, + STATE(2483), 1, sym__c_unary_expression, - STATE(1988), 1, + STATE(2491), 1, sym__c_binary_expression, - STATE(1989), 1, + STATE(2493), 1, sym__c_postfix_expression, - STATE(3842), 1, + STATE(4480), 1, sym__c_expression, - STATE(3936), 1, + STATE(4573), 1, sym__c_variable_assignment, - ACTIONS(7091), 2, + ACTIONS(8193), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1983), 7, + STATE(2475), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -165912,20 +199420,14 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [132185] = 6, + [166975] = 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(8469), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(8471), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165933,6 +199435,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 +199444,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, + [167008] = 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(8353), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 18, + ACTIONS(8355), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165965,63 +199464,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [167041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 1, + ACTIONS(8241), 2, sym_file_descriptor, - ACTIONS(7157), 1, aux_sym_heredoc_redirect_token1, - STATE(2849), 1, - sym_file_redirect, - ACTIONS(6699), 8, + ACTIONS(8243), 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(7155), 13, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [167074] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4486), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4484), 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, + [167107] = 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(4486), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 18, + ACTIONS(4484), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166029,32 +199554,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [167140] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8473), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4634), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [167199] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8475), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4897), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [167258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(8249), 3, sym_file_descriptor, + ts_builtin_sym_end, 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(8251), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166062,29 +199671,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_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + anon_sym_BQUOTE, + [167291] = 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(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, sym_variable_name, + ACTIONS(8477), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5092), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [167350] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8314), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(8316), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166092,29 +199743,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, - [132411] = 4, + [167383] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(1810), 3, sym_file_descriptor, + ts_builtin_sym_end, 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(1808), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166122,6 +199774,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, @@ -166130,66 +199783,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, - [132445] = 18, - ACTIONS(63), 1, + anon_sym_BQUOTE, + [167416] = 16, + ACTIONS(3), 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, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(7151), 1, + ACTIONS(8233), 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(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8479), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, sym_command_substitution, - [132507] = 6, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4666), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [167475] = 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(8483), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 19, + ACTIONS(8481), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166197,60 +199846,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, - [132545] = 3, + [167508] = 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, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8485), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5088), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 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_POUND, + anon_sym_0, + anon_sym__, + [167567] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, anon_sym_BQUOTE, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [132577] = 6, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8487), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5017), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [167626] = 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(8491), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 19, + ACTIONS(8489), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166258,46 +199962,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, - [132615] = 10, + [167659] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2935), 1, + ACTIONS(8098), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, + ACTIONS(8493), 1, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2933), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, + ACTIONS(8011), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3283), 2, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(8009), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -166306,54 +200000,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [132661] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7164), 1, - anon_sym_LT_LT_LT, - ACTIONS(7167), 1, - sym_file_descriptor, - ACTIONS(6899), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2735), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 7, + ACTIONS(8096), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(7161), 8, + anon_sym_BQUOTE, + [167700] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8497), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(8495), 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, - [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, + [167733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7170), 1, - sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(8501), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2736), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 18, + ACTIONS(8499), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166361,30 +200056,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, - [132741] = 6, + [167766] = 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(8483), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 19, + ACTIONS(8481), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166392,31 +200086,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, - [132779] = 6, + [167799] = 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(8249), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 19, + ACTIONS(8251), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166424,31 +200116,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, - [132817] = 6, + [167832] = 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(8249), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(8251), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166456,262 +200146,163 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [167865] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 1, + ACTIONS(8505), 2, sym_file_descriptor, - ACTIONS(7175), 1, aux_sym_heredoc_redirect_token1, - STATE(2771), 1, - sym_file_redirect, - ACTIONS(6699), 8, + ACTIONS(8503), 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(7173), 13, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [167898] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8290), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(8292), 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, - [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, + [167931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, - sym__concat, - sym_test_operator, - sym__brace_start, + ACTIONS(8343), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 20, - anon_sym_LPAREN_LPAREN, + ACTIONS(8345), 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, - anon_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, + [167964] = 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(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(8233), 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(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8507), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 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(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4677), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 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__, + [168023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 3, + ACTIONS(8505), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(8503), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166728,112 +200319,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, - sym__special_character, anon_sym_BQUOTE, - [133177] = 3, + [168056] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 4, - sym__concat, - sym_test_operator, - sym__brace_start, + ACTIONS(8343), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 20, - anon_sym_LPAREN_LPAREN, + ACTIONS(8345), 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, - anon_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, + [168089] = 16, 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, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, anon_sym_BQUOTE, + ACTIONS(8233), 1, 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, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8509), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4762), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 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, - [133273] = 6, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [168148] = 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(8511), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 18, + ACTIONS(8513), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166841,6 +200413,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, @@ -166849,67 +200422,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, - [133311] = 18, - ACTIONS(63), 1, + anon_sym_BQUOTE, + [168181] = 16, + ACTIONS(3), 1, sym_comment, - ACTIONS(7093), 1, - anon_sym_LPAREN, - ACTIONS(7095), 1, - aux_sym__c_word_token1, - ACTIONS(7097), 1, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8515), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5144), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, 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_POUND, + anon_sym_0, + anon_sym__, + [168240] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(8231), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(8233), 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, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8517), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, sym_command_substitution, - [133373] = 6, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4940), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [168299] = 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(8451), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 18, + ACTIONS(8453), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166917,83 +200528,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [168332] = 16, 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, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, anon_sym_BQUOTE, + ACTIONS(8233), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [133443] = 18, - ACTIONS(63), 1, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8519), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5119), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [168391] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(8195), 1, anon_sym_LPAREN, - ACTIONS(7095), 1, + ACTIONS(8197), 1, aux_sym__c_word_token1, - ACTIONS(7097), 1, + ACTIONS(8199), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(8201), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(8203), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(8205), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(8207), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(8209), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(8211), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(8213), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, + ACTIONS(8521), 1, + anon_sym_RPAREN_RPAREN, + STATE(2483), 1, sym__c_unary_expression, - STATE(1988), 1, + STATE(2491), 1, sym__c_binary_expression, - STATE(1989), 1, + STATE(2493), 1, sym__c_postfix_expression, - STATE(3936), 1, - sym__c_variable_assignment, - STATE(4011), 1, + STATE(4414), 1, sym__c_expression, - ACTIONS(7091), 2, + STATE(4573), 1, + sym__c_variable_assignment, + ACTIONS(8193), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1983), 7, + STATE(2475), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -167001,42 +200633,86 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [133505] = 3, + [168456] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, - sym__concat, - sym_test_operator, - sym__brace_start, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8523), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4871), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [168515] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8527), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 20, - anon_sym_LPAREN_LPAREN, + ACTIONS(8525), 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, - anon_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, + [168548] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 2, + ACTIONS(8461), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, + ACTIONS(8463), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167055,19 +200731,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, - sym__special_character, - [133569] = 3, + [168581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 4, + ACTIONS(8455), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 20, + ACTIONS(8457), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167075,164 +200750,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, - [133601] = 18, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7093), 1, - anon_sym_LPAREN, - ACTIONS(7095), 1, - aux_sym__c_word_token1, - ACTIONS(7097), 1, - anon_sym_DOLLAR, - ACTIONS(7099), 1, - anon_sym_DQUOTE, - ACTIONS(7101), 1, - aux_sym_number_token1, - ACTIONS(7103), 1, - aux_sym_number_token2, - ACTIONS(7105), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, - anon_sym_BQUOTE, - ACTIONS(7111), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, - sym__c_postfix_expression, - STATE(3811), 1, - sym__c_expression, - STATE(3936), 1, - sym__c_variable_assignment, - ACTIONS(7091), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1983), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [133663] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1249), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 20, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [133695] = 3, + [168614] = 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, + ACTIONS(8491), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 18, + ACTIONS(8489), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167240,6 +200781,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, @@ -167248,16 +200790,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, - [133797] = 3, + anon_sym_BQUOTE, + [168647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(8433), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 21, + ACTIONS(8435), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167276,16 +200821,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, - [133828] = 3, + [168680] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7179), 2, + ACTIONS(8527), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7177), 21, + ACTIONS(8525), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167293,27 +200841,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, - [133859] = 3, + anon_sym_BQUOTE, + [168713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7183), 2, + ACTIONS(8401), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7181), 21, + ACTIONS(8403), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167332,17 +200881,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, - [133890] = 3, + [168746] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7185), 3, + ACTIONS(8367), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7187), 20, + ACTIONS(8369), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167350,83 +200900,63 @@ 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, - [133921] = 3, + [168779] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(8117), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8535), 1, + sym_file_descriptor, + ACTIONS(8532), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3283), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8529), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [133952] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6787), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 20, + ACTIONS(8109), 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, - [133983] = 3, + [168820] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 3, + ACTIONS(8540), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 20, + ACTIONS(8538), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167434,26 +200964,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, - [134014] = 3, + [168853] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7191), 2, + ACTIONS(8349), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7189), 21, + ACTIONS(8351), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167472,16 +201005,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, - [134045] = 3, + [168886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 2, + ACTIONS(8540), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7193), 21, + ACTIONS(8538), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167489,28 +201025,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, - [134076] = 3, + anon_sym_BQUOTE, + [168919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7197), 3, + ACTIONS(8540), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7199), 20, + ACTIONS(8538), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167527,17 +201064,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, + [168952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7203), 2, + ACTIONS(8542), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7201), 21, + ACTIONS(8544), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167545,27 +201085,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, - [134138] = 3, + anon_sym_BQUOTE, + [168985] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7207), 2, + ACTIONS(8540), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7205), 21, + ACTIONS(8538), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167584,16 +201125,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, - [134169] = 3, + [169018] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7211), 2, + ACTIONS(8548), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7209), 21, + ACTIONS(8546), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167612,16 +201155,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, + [169051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7215), 2, + ACTIONS(8268), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7213), 21, + ACTIONS(8270), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167640,16 +201185,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, - [134231] = 3, + [169084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 2, + ACTIONS(8268), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7217), 21, + ACTIONS(8270), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167668,17 +201215,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, - [134262] = 3, + [169117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 3, + ACTIONS(8542), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7223), 20, + ACTIONS(8544), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167686,26 +201234,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, - [134293] = 3, + [169150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 2, + ACTIONS(8298), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 21, + ACTIONS(8300), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167724,16 +201275,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, - [134324] = 3, + [169183] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 2, + ACTIONS(8550), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7229), 21, + ACTIONS(8552), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167741,63 +201295,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, - [134355] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7233), 1, - sym__special_character, - STATE(2782), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 18, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [134390] = 6, + [169216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2794), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(8215), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 18, + ACTIONS(8217), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167805,24 +201324,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, - [134427] = 3, + [169249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 2, + ACTIONS(8310), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7236), 21, + ACTIONS(8312), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167841,16 +201365,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, - [134458] = 3, + [169282] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 2, + ACTIONS(8554), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 21, + ACTIONS(8556), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167858,28 +201385,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, - [134489] = 3, + anon_sym_BQUOTE, + [169315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 3, + ACTIONS(8550), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7242), 20, + ACTIONS(8552), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167887,26 +201414,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, - [134520] = 3, + [169348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7246), 2, + ACTIONS(8554), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7244), 21, + ACTIONS(8556), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167925,16 +201455,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, - [134551] = 3, + [169381] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8558), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4812), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [169440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7250), 2, + ACTIONS(8361), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7248), 21, + ACTIONS(8363), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167953,17 +201528,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, - [134582] = 3, + [169473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 3, + ACTIONS(8373), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7229), 20, + ACTIONS(8375), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167971,32 +201547,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, - [134613] = 6, + [169506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2796), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(8562), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 18, + ACTIONS(8560), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168004,56 +201577,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, + [169539] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(8389), 2, sym_file_descriptor, - STATE(2793), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6938), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(8391), 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), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134687] = 3, + [169572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7254), 3, + ACTIONS(8397), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7256), 20, + ACTIONS(8399), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168061,63 +201637,90 @@ 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, - [134718] = 6, + [169605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7261), 1, + ACTIONS(8397), 2, sym_file_descriptor, - STATE(2793), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7258), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(8399), 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [169638] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8548), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(8546), 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, - [134755] = 6, + anon_sym_BQUOTE, + [169671] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7264), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(8497), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(8495), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168125,6 +201728,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, @@ -168133,22 +201737,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, - [134792] = 6, + anon_sym_BQUOTE, + [169704] = 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(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8564), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4699), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [169763] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8501), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 18, + ACTIONS(8499), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168156,6 +201801,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 +201810,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, - [134829] = 6, + anon_sym_BQUOTE, + [169796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7266), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(8568), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(8566), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168187,30 +201830,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, - [134866] = 6, + [169829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2796), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(8423), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 18, + ACTIONS(8425), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168218,24 +201860,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, - [134903] = 3, + [169862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7270), 2, + ACTIONS(8572), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7268), 21, + ACTIONS(8570), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168254,22 +201901,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, + [169895] = 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(8572), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 18, + ACTIONS(8570), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168277,6 +201921,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 +201930,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, + [169928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 2, + ACTIONS(8562), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7272), 21, + ACTIONS(8560), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168302,33 +201951,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, - [135002] = 6, + anon_sym_BQUOTE, + [169961] = 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(8568), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 18, + ACTIONS(8566), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168336,6 +201981,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, @@ -168344,22 +201990,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, - [135039] = 6, + anon_sym_BQUOTE, + [169994] = 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(8437), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 18, + ACTIONS(8439), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168367,24 +202010,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, - [135076] = 3, + [170027] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7278), 2, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8574), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4772), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [170086] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8280), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7276), 21, + ACTIONS(8282), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168403,17 +202094,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, - [135107] = 3, + [170119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 3, + ACTIONS(8469), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7236), 20, + ACTIONS(8471), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168421,32 +202113,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, + [170152] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, anon_sym_BQUOTE, - [135138] = 6, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8576), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4713), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [170211] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2796), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(8407), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 18, + ACTIONS(8409), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168454,24 +202186,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, - [135175] = 3, + [170244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(8429), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 21, + ACTIONS(8431), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168490,48 +202227,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135206] = 6, + [170277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7129), 1, + ACTIONS(8511), 2, sym_file_descriptor, - ACTIONS(7157), 1, aux_sym_heredoc_redirect_token1, - STATE(2849), 1, - sym_file_redirect, - ACTIONS(6748), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7155), 12, + ACTIONS(8513), 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, - [135243] = 3, + [170310] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 3, + ACTIONS(8483), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7217), 20, + ACTIONS(8481), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168548,18 +202286,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, - [135274] = 3, + [170343] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8578), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(5131), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [170402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 3, + ACTIONS(8580), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 20, + ACTIONS(8582), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168576,17 +202359,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, - [135305] = 3, + [170435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7282), 2, + ACTIONS(8483), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7280), 21, + ACTIONS(8481), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168594,27 +202380,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, - [135336] = 3, + anon_sym_BQUOTE, + [170468] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6779), 2, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8584), 1, + sym__concat, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 21, + ACTIONS(1113), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168622,28 +202415,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, - [135367] = 3, + [170507] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8586), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4746), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [170566] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7284), 3, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8588), 1, + sym__concat, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7286), 20, + ACTIONS(1119), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168651,7 +202491,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, @@ -168660,18 +202499,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, - anon_sym_BQUOTE, - [135398] = 3, + [170605] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7288), 3, + ACTIONS(8580), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7290), 20, + ACTIONS(8582), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168679,60 +202518,257 @@ 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, + [170638] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8225), 1, + anon_sym_BANG2, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8237), 1, + sym_variable_name, + ACTIONS(8590), 1, + anon_sym_RBRACE3, + STATE(2402), 1, + sym_subscript, + STATE(4258), 1, + sym_command_substitution, + STATE(4259), 1, + aux_sym__expansion_body_repeat1, + STATE(4715), 1, + sym__expansion_body, + ACTIONS(8227), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(8219), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(8221), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [170697] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1148), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 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, - [135429] = 3, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [170729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7292), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(1204), 4, + sym__concat, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7294), 20, + ACTIONS(1202), 20, + 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_AMP, + anon_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, + [170761] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8179), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8493), 1, + sym_file_descriptor, + STATE(3197), 1, + sym_file_redirect, + ACTIONS(8011), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8009), 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(8177), 11, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135460] = 7, + [170801] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(7298), 1, + 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, - STATE(3493), 1, - sym_string, - ACTIONS(7300), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1127), 9, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [170833] = 3, + ACTIONS(3), 1, + sym_comment, + 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [170865] = 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, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [170897] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8098), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8592), 1, + sym_file_descriptor, + ACTIONS(8145), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3347), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8143), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168741,27 +202777,30 @@ static const uint16_t ts_small_parse_table[] = { 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(8096), 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, + [170937] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, + ACTIONS(8170), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7129), 1, + ACTIONS(8493), 1, sym_file_descriptor, - STATE(2788), 1, + STATE(3328), 1, sym_file_redirect, - ACTIONS(6748), 8, + ACTIONS(8011), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8009), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168770,29 +202809,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 12, + ACTIONS(8168), 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_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, + anon_sym_BQUOTE, + [170977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7129), 1, - sym_file_descriptor, - ACTIONS(7175), 1, + ACTIONS(1131), 4, + sym__concat, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - STATE(2771), 1, + ACTIONS(1129), 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, + [171009] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8385), 1, + sym_file_descriptor, + STATE(3197), 1, sym_file_redirect, - ACTIONS(6748), 8, + ACTIONS(8080), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8179), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(8078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168801,31 +202872,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7173), 12, + ACTIONS(8177), 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_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135573] = 6, + [171049] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7305), 1, + ACTIONS(8385), 1, sym_file_descriptor, - ACTIONS(7006), 2, + STATE(3328), 1, + sym_file_redirect, + ACTIONS(8080), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8170), 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(8078), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168834,7 +202905,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(8168), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168845,17 +202916,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135610] = 6, + [171089] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8596), 1, + anon_sym_LPAREN, + ACTIONS(8598), 1, + aux_sym__c_word_token1, + ACTIONS(8600), 1, + anon_sym_DOLLAR, + ACTIONS(8602), 1, + anon_sym_DQUOTE, + ACTIONS(8604), 1, + aux_sym_number_token1, + ACTIONS(8606), 1, + aux_sym_number_token2, + ACTIONS(8608), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8610), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8612), 1, + anon_sym_BQUOTE, + ACTIONS(8614), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2465), 1, + sym__c_binary_expression, + STATE(2481), 1, + sym__c_unary_expression, + STATE(2537), 1, + sym__c_postfix_expression, + STATE(4470), 1, + sym__c_expression, + STATE(4555), 1, + sym__c_variable_assignment, + ACTIONS(8594), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2531), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [171151] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, + ACTIONS(8117), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(8622), 1, sym_file_descriptor, - STATE(2820), 2, + ACTIONS(8619), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3347), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(6928), 8, + ACTIONS(8616), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168864,7 +202982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 11, + ACTIONS(8109), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168875,18 +202993,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135647] = 6, + [171191] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, + ACTIONS(8187), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7313), 1, + ACTIONS(8320), 1, sym_file_descriptor, - STATE(2820), 2, + STATE(3185), 1, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7310), 8, + ACTIONS(8074), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8072), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168895,115 +203014,567 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 11, + ACTIONS(8185), 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, + [171231] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 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, - [135684] = 3, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [171263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(1168), 4, + sym__concat, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 20, + 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [171295] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(7929), 1, + sym__concat, + STATE(3392), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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_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, + sym__special_character, + [171333] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 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, - [135715] = 3, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [171365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7316), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(1180), 4, + sym__concat, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7318), 20, + ACTIONS(1178), 20, + 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_AMP, + anon_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, + [171397] = 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, + [171429] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8596), 1, + anon_sym_LPAREN, + ACTIONS(8598), 1, + aux_sym__c_word_token1, + ACTIONS(8600), 1, + anon_sym_DOLLAR, + ACTIONS(8602), 1, + anon_sym_DQUOTE, + ACTIONS(8604), 1, + aux_sym_number_token1, + ACTIONS(8606), 1, + aux_sym_number_token2, + ACTIONS(8608), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8610), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8612), 1, + anon_sym_BQUOTE, + ACTIONS(8614), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2465), 1, + sym__c_binary_expression, + STATE(2481), 1, + sym__c_unary_expression, + STATE(2537), 1, + sym__c_postfix_expression, + STATE(4555), 1, + sym__c_variable_assignment, + STATE(4570), 1, + sym__c_expression, + ACTIONS(8594), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2531), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [171491] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8596), 1, + anon_sym_LPAREN, + ACTIONS(8598), 1, + aux_sym__c_word_token1, + ACTIONS(8600), 1, + anon_sym_DOLLAR, + ACTIONS(8602), 1, + anon_sym_DQUOTE, + ACTIONS(8604), 1, + aux_sym_number_token1, + ACTIONS(8606), 1, + aux_sym_number_token2, + ACTIONS(8608), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8610), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8612), 1, + anon_sym_BQUOTE, + ACTIONS(8614), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2465), 1, + sym__c_binary_expression, + STATE(2481), 1, + sym__c_unary_expression, + STATE(2537), 1, + sym__c_postfix_expression, + STATE(4448), 1, + sym__c_expression, + STATE(4555), 1, + sym__c_variable_assignment, + ACTIONS(8594), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2531), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [171553] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8170), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8320), 1, + sym_file_descriptor, + STATE(3328), 1, + sym_file_redirect, + ACTIONS(8074), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8072), 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(8168), 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, + [171593] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8596), 1, + anon_sym_LPAREN, + ACTIONS(8598), 1, + aux_sym__c_word_token1, + ACTIONS(8600), 1, + anon_sym_DOLLAR, + ACTIONS(8602), 1, + anon_sym_DQUOTE, + ACTIONS(8604), 1, + aux_sym_number_token1, + ACTIONS(8606), 1, + aux_sym_number_token2, + ACTIONS(8608), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8610), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8612), 1, + anon_sym_BQUOTE, + ACTIONS(8614), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2465), 1, + sym__c_binary_expression, + STATE(2481), 1, + sym__c_unary_expression, + STATE(2537), 1, + sym__c_postfix_expression, + STATE(4555), 1, + sym__c_variable_assignment, + STATE(4569), 1, + sym__c_expression, + ACTIONS(8594), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2531), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [171655] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7612), 1, + anon_sym_DOLLAR, + ACTIONS(7618), 1, + aux_sym_number_token2, + ACTIONS(8627), 1, + anon_sym_LPAREN, + ACTIONS(8629), 1, + aux_sym__c_word_token1, + ACTIONS(8631), 1, + anon_sym_DQUOTE, + ACTIONS(8633), 1, + aux_sym_number_token1, + ACTIONS(8635), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8637), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8639), 1, + anon_sym_BQUOTE, + ACTIONS(8641), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2390), 1, + sym__c_binary_expression, + STATE(2413), 1, + sym__c_unary_expression, + STATE(2424), 1, + sym__c_postfix_expression, + STATE(4289), 1, + sym__c_variable_assignment, + STATE(4314), 1, + sym__c_expression, + ACTIONS(8625), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2401), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [171717] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7612), 1, + anon_sym_DOLLAR, + ACTIONS(7618), 1, + aux_sym_number_token2, + ACTIONS(8627), 1, + anon_sym_LPAREN, + ACTIONS(8629), 1, + aux_sym__c_word_token1, + ACTIONS(8631), 1, + anon_sym_DQUOTE, + ACTIONS(8633), 1, + aux_sym_number_token1, + ACTIONS(8635), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8637), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8639), 1, anon_sym_BQUOTE, - [135746] = 3, + ACTIONS(8641), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2390), 1, + sym__c_binary_expression, + STATE(2413), 1, + sym__c_unary_expression, + STATE(2424), 1, + sym__c_postfix_expression, + STATE(4289), 1, + sym__c_variable_assignment, + STATE(4312), 1, + sym__c_expression, + ACTIONS(8625), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2401), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [171779] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7320), 3, + ACTIONS(8385), 1, sym_file_descriptor, + STATE(3185), 1, + sym_file_redirect, + ACTIONS(8080), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8187), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7322), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8078), 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(8185), 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, - [135777] = 7, + [171819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(7298), 1, + ACTIONS(1144), 4, + sym__concat, + 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, - STATE(3493), 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, + [171851] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8596), 1, + anon_sym_LPAREN, + ACTIONS(8598), 1, + aux_sym__c_word_token1, + ACTIONS(8600), 1, + anon_sym_DOLLAR, + ACTIONS(8602), 1, + anon_sym_DQUOTE, + ACTIONS(8604), 1, + aux_sym_number_token1, + ACTIONS(8606), 1, + aux_sym_number_token2, + ACTIONS(8608), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8610), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8612), 1, + anon_sym_BQUOTE, + ACTIONS(8614), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2465), 1, + sym__c_binary_expression, + STATE(2481), 1, + sym__c_unary_expression, + STATE(2537), 1, + sym__c_postfix_expression, + STATE(4431), 1, + sym__c_expression, + STATE(4555), 1, + sym__c_variable_assignment, + ACTIONS(8594), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2531), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, sym_string, - ACTIONS(7300), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1137), 9, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [171913] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8187), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8493), 1, + sym_file_descriptor, + STATE(3185), 1, + sym_file_redirect, + ACTIONS(8011), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8009), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -169012,1494 +203583,1732 @@ static const uint16_t ts_small_parse_table[] = { 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__, - [135816] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7197), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7199), 21, + ACTIONS(8185), 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, - [135847] = 3, + anon_sym_BQUOTE, + [171953] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 2, - sym_file_descriptor, + ACTIONS(8179), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7324), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8320), 1, + sym_file_descriptor, + STATE(3197), 1, + sym_file_redirect, + ACTIONS(8074), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8072), 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(8177), 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, - [135878] = 6, + [171993] = 3, + ACTIONS(3), 1, + sym_comment, + 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, + [172025] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1174), 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, + [172057] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1164), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 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, + [172089] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8195), 1, + anon_sym_LPAREN, + ACTIONS(8197), 1, + aux_sym__c_word_token1, + ACTIONS(8199), 1, + anon_sym_DOLLAR, + ACTIONS(8201), 1, + anon_sym_DQUOTE, + ACTIONS(8203), 1, + aux_sym_number_token1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8209), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8211), 1, + anon_sym_BQUOTE, + ACTIONS(8213), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, + sym__c_binary_expression, + STATE(2493), 1, + sym__c_postfix_expression, + STATE(4573), 1, + sym__c_variable_assignment, + STATE(4574), 1, + sym__c_expression, + ACTIONS(8193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2475), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [172151] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 4, + sym__concat, + sym_test_operator, + 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, + sym_word, + [172183] = 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_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, + [172215] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1172), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1170), 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, + [172247] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8195), 1, + anon_sym_LPAREN, + ACTIONS(8197), 1, + aux_sym__c_word_token1, + ACTIONS(8199), 1, + anon_sym_DOLLAR, + ACTIONS(8201), 1, + anon_sym_DQUOTE, + ACTIONS(8203), 1, + aux_sym_number_token1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8209), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8211), 1, + anon_sym_BQUOTE, + ACTIONS(8213), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, + sym__c_binary_expression, + STATE(2493), 1, + sym__c_postfix_expression, + STATE(4573), 1, + sym__c_variable_assignment, + STATE(4576), 1, + sym__c_expression, + ACTIONS(8193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2475), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [172309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(1196), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 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, + [172341] = 11, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7794), 1, + anon_sym_PIPE, + ACTIONS(8643), 1, + anon_sym_LT_LT, + ACTIONS(8655), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8658), 1, + anon_sym_LT_LT_LT, + ACTIONS(8661), 1, 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(8652), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8646), 3, anon_sym_GT_GT, - anon_sym_LT, - 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), 10, - anon_sym_SEMI, + ACTIONS(7805), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [135915] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7282), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7280), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_RBRACK, + STATE(3375), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8649), 5, 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, - [135946] = 3, + [172388] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 2, - sym_file_descriptor, + ACTIONS(4284), 1, + anon_sym_LT_LT_LT, + ACTIONS(7845), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7223), 21, - anon_sym_SEMI, + ACTIONS(8668), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8666), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7843), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3378), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8664), 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, - [135977] = 3, + [172431] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 2, - sym_file_descriptor, + ACTIONS(4282), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7242), 21, - anon_sym_SEMI, + ACTIONS(4284), 1, + anon_sym_LT_LT_LT, + ACTIONS(8668), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(4278), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(4280), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8666), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3376), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8664), 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, - [136008] = 3, + [172476] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7332), 2, - sym_file_descriptor, + ACTIONS(7805), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7330), 21, - anon_sym_SEMI, + ACTIONS(8676), 1, + anon_sym_LT_LT_LT, + ACTIONS(8679), 1, + sym_file_descriptor, + ACTIONS(8015), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8673), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7794), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3378), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8670), 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, - [136039] = 3, + [172519] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(7334), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(4284), 1, + anon_sym_LT_LT_LT, + ACTIONS(4289), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7336), 20, - anon_sym_SEMI, + ACTIONS(8668), 1, + sym_file_descriptor, + ACTIONS(3486), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(4278), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(4280), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8666), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3376), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8664), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136070] = 3, + [172564] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7338), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(8187), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7340), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8592), 1, + sym_file_descriptor, + STATE(3185), 1, + sym_file_redirect, + ACTIONS(8145), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8143), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136101] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7344), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 21, + ACTIONS(8185), 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_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136132] = 3, + [172603] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7346), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(8170), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7348), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8592), 1, + sym_file_descriptor, + STATE(3328), 1, + sym_file_redirect, + ACTIONS(8145), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8143), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136163] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7254), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7256), 21, + ACTIONS(8168), 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_AMP_GT, - anon_sym_AMP_GT_GT, - anon_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, + [172642] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6787), 2, - sym_file_descriptor, + ACTIONS(8179), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8592), 1, + sym_file_descriptor, + STATE(3197), 1, + sym_file_redirect, + ACTIONS(8145), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8143), 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, - [136225] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6779), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 20, + ACTIONS(8177), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [136256] = 3, + [172681] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7352), 2, + ACTIONS(3228), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7350), 21, - anon_sym_SEMI, + ACTIONS(4280), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3376), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_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, - ACTIONS(3), 1, + [172716] = 13, + ACTIONS(67), 1, sym_comment, - ACTIONS(7344), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, + ACTIONS(4434), 1, anon_sym_PIPE, - anon_sym_SEMI_SEMI, + ACTIONS(4436), 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, + ACTIONS(4503), 1, + anon_sym_LT_LT, + ACTIONS(4505), 1, anon_sym_LT_LT_DASH, + ACTIONS(4507), 1, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136318] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7344), 3, + ACTIONS(5553), 1, + anon_sym_RBRACK, + ACTIONS(8688), 1, sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 20, - anon_sym_SEMI, + ACTIONS(4501), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8686), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8682), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3396), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8684), 5, 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, - [136349] = 3, + [172767] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 2, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(7929), 1, + sym__concat, + STATE(3390), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3751), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 21, - anon_sym_SEMI, + ACTIONS(3749), 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, - [136380] = 3, + [172804] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7356), 2, - sym_file_descriptor, + ACTIONS(8690), 1, + sym__special_character, + STATE(3388), 1, + aux_sym__literal_repeat1, + ACTIONS(3988), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7354), 21, + ACTIONS(3986), 18, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, + 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, + [172839] = 13, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4434), 1, + anon_sym_PIPE, + ACTIONS(4436), 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, + ACTIONS(4503), 1, + anon_sym_LT_LT, + ACTIONS(4505), 1, anon_sym_LT_LT_DASH, + ACTIONS(4507), 1, anon_sym_LT_LT_LT, - anon_sym_AMP, - [136411] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3069), 2, + ACTIONS(5525), 1, + anon_sym_RBRACK, + ACTIONS(8688), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 21, - anon_sym_SEMI, + ACTIONS(4501), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8686), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8682), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3396), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8684), 5, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [136442] = 3, + [172890] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7360), 2, - sym_file_descriptor, + ACTIONS(8692), 1, + sym__special_character, + STATE(3388), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7358), 21, + ACTIONS(1210), 18, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_AMP, - [136473] = 3, + 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, + [172925] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 3, + ACTIONS(8695), 1, + sym_variable_name, + STATE(4548), 1, + sym_subscript, + ACTIONS(7535), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7324), 20, - anon_sym_SEMI, + STATE(3389), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7533), 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_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, - [136504] = 3, + [172962] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7346), 2, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(8698), 1, + sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(7348), 21, - anon_sym_SEMI, + ACTIONS(1113), 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, - [136535] = 3, - ACTIONS(3), 1, + [172999] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7179), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7177), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + STATE(3434), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8700), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136566] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7338), 2, + sym__special_character, + ACTIONS(1127), 12, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7340), 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_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, - [136597] = 3, + [173034] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7246), 3, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(8702), 1, + sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(7244), 20, - anon_sym_SEMI, + ACTIONS(1119), 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_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, - [136628] = 3, + [173071] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 3, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3414), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7272), 20, - anon_sym_SEMI, + ACTIONS(1125), 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_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, - [136659] = 3, + sym__special_character, + [173108] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 2, + ACTIONS(8704), 1, + sym_variable_name, + STATE(4548), 1, + sym_subscript, + ACTIONS(7644), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 21, - anon_sym_SEMI, + STATE(3389), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7642), 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, - [136690] = 3, + [173145] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7270), 3, + ACTIONS(7927), 1, + aux_sym_concatenation_token1, + ACTIONS(7929), 1, + sym__concat, + STATE(3392), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3759), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(7268), 20, - anon_sym_SEMI, + ACTIONS(3757), 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_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, - [136721] = 3, - ACTIONS(3), 1, + [173182] = 11, + ACTIONS(67), 1, sym_comment, - ACTIONS(7334), 2, + ACTIONS(4503), 1, + anon_sym_LT_LT, + ACTIONS(4505), 1, + anon_sym_LT_LT_DASH, + ACTIONS(4507), 1, + anon_sym_LT_LT_LT, + ACTIONS(7843), 1, + anon_sym_PIPE, + ACTIONS(8688), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7336), 21, - anon_sym_SEMI, + ACTIONS(8686), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8682), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(7845), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + STATE(3375), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8684), 5, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [136752] = 3, + [173229] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7250), 3, + ACTIONS(3208), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7248), 20, - anon_sym_SEMI, + STATE(3376), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3206), 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_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, - [136783] = 3, - ACTIONS(3), 1, + [173262] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7360), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7358), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + STATE(3416), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8706), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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_AMP_GT, - anon_sym_AMP_GT_GT, anon_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, - [136814] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7227), 3, + ACTIONS(1127), 13, sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 20, - anon_sym_SEMI, + 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_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, - [136845] = 3, - ACTIONS(3), 1, + sym__special_character, + [173297] = 13, + ACTIONS(67), 1, sym_comment, - ACTIONS(7227), 3, + ACTIONS(4434), 1, + anon_sym_PIPE, + ACTIONS(4436), 1, + anon_sym_PIPE_AMP, + ACTIONS(4503), 1, + anon_sym_LT_LT, + ACTIONS(4505), 1, + anon_sym_LT_LT_DASH, + ACTIONS(4507), 1, + anon_sym_LT_LT_LT, + ACTIONS(5529), 1, + anon_sym_RBRACK, + ACTIONS(8688), 1, sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 20, - anon_sym_SEMI, + ACTIONS(4501), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8686), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8682), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3396), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8684), 5, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [136876] = 3, - ACTIONS(3), 1, + [173348] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7320), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7322), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + STATE(3405), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3206), 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, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [136907] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7316), 2, + ACTIONS(3208), 11, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7318), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [136938] = 3, - ACTIONS(3), 1, + [173380] = 16, + ACTIONS(67), 1, sym_comment, - ACTIONS(7364), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7362), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8195), 1, + anon_sym_LPAREN, + ACTIONS(8199), 1, + anon_sym_DOLLAR, + ACTIONS(8201), 1, + anon_sym_DQUOTE, + ACTIONS(8203), 1, + aux_sym_number_token1, + ACTIONS(8205), 1, + aux_sym_number_token2, + ACTIONS(8207), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8209), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8211), 1, + anon_sym_BQUOTE, + ACTIONS(8213), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8708), 1, + aux_sym__c_word_token1, + STATE(2483), 1, + sym__c_unary_expression, + STATE(2491), 1, + sym__c_binary_expression, + STATE(2493), 1, + sym__c_postfix_expression, + ACTIONS(8193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2543), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [173436] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3416), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8706), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3757), 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, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [136969] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7211), 3, + ACTIONS(3759), 12, sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7209), 20, - anon_sym_SEMI, + 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_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, - [137000] = 3, - ACTIONS(3), 1, + [173470] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7207), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7205), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + STATE(3411), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8700), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(2016), 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_AMP_GT, - anon_sym_AMP_GT_GT, anon_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, - [137031] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7203), 3, + ACTIONS(2018), 12, sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7201), 20, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, + [173504] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3427), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8710), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - [137062] = 3, - ACTIONS(3), 1, + sym_word, + ACTIONS(1127), 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, + [173538] = 11, + ACTIONS(67), 1, sym_comment, - ACTIONS(7185), 2, + ACTIONS(7843), 1, + anon_sym_PIPE, + ACTIONS(8712), 1, + anon_sym_LT_LT, + ACTIONS(8720), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8722), 1, + anon_sym_LT_LT_LT, + ACTIONS(8724), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7187), 21, - anon_sym_SEMI, + ACTIONS(8718), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7845), 3, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_PIPE_AMP, + ACTIONS(8714), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3425), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8716), 5, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [137093] = 3, - ACTIONS(3), 1, + [173584] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(7195), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7193), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8726), 1, + sym_variable_name, + STATE(4575), 1, + sym_subscript, + STATE(3406), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7533), 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_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [137124] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7191), 3, + ACTIONS(7535), 11, sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7189), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, + [173620] = 16, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7612), 1, + anon_sym_DOLLAR, + ACTIONS(7618), 1, + aux_sym_number_token2, + ACTIONS(8627), 1, + anon_sym_LPAREN, + ACTIONS(8631), 1, + anon_sym_DQUOTE, + ACTIONS(8633), 1, + aux_sym_number_token1, + ACTIONS(8635), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8637), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8639), 1, anon_sym_BQUOTE, - [137155] = 3, + ACTIONS(8641), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8729), 1, + aux_sym__c_word_token1, + STATE(2390), 1, + sym__c_binary_expression, + STATE(2413), 1, + sym__c_unary_expression, + STATE(2424), 1, + sym__c_postfix_expression, + ACTIONS(8625), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2396), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [173676] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7352), 3, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3415), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7350), 20, - anon_sym_SEMI, + ACTIONS(2016), 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_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, + [173712] = 16, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8596), 1, + anon_sym_LPAREN, + ACTIONS(8600), 1, + anon_sym_DOLLAR, + ACTIONS(8602), 1, + anon_sym_DQUOTE, + ACTIONS(8604), 1, + aux_sym_number_token1, + ACTIONS(8606), 1, + aux_sym_number_token2, + ACTIONS(8608), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8610), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8612), 1, anon_sym_BQUOTE, - [137186] = 3, - ACTIONS(3), 1, + ACTIONS(8614), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8731), 1, + aux_sym__c_word_token1, + STATE(2465), 1, + sym__c_binary_expression, + STATE(2481), 1, + sym__c_unary_expression, + STATE(2537), 1, + sym__c_postfix_expression, + ACTIONS(8594), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2524), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [173768] = 16, + ACTIONS(67), 1, sym_comment, - ACTIONS(7278), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7276), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8596), 1, + anon_sym_LPAREN, + ACTIONS(8600), 1, + anon_sym_DOLLAR, + ACTIONS(8602), 1, + anon_sym_DQUOTE, + ACTIONS(8604), 1, + aux_sym_number_token1, + ACTIONS(8606), 1, + aux_sym_number_token2, + ACTIONS(8608), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8610), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8612), 1, + anon_sym_BQUOTE, + ACTIONS(8614), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8733), 1, + aux_sym__c_word_token1, + STATE(2465), 1, + sym__c_binary_expression, + STATE(2481), 1, + sym__c_unary_expression, + STATE(2537), 1, + sym__c_postfix_expression, + ACTIONS(8594), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2477), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [173824] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8700), 1, + aux_sym_concatenation_token1, + ACTIONS(8735), 1, + sym__concat, + STATE(3435), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [137217] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7215), 3, + ACTIONS(1115), 12, sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7213), 20, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_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, - ACTIONS(3), 1, + [173860] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7356), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7354), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + STATE(3434), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8700), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4230), 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_AMP_GT, - anon_sym_AMP_GT_GT, anon_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, - [137279] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7332), 3, + ACTIONS(4232), 12, sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7330), 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_PIPE, + anon_sym_GT_GT, 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_AMP, + [173894] = 16, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7612), 1, + anon_sym_DOLLAR, + ACTIONS(7618), 1, + aux_sym_number_token2, + ACTIONS(8627), 1, + anon_sym_LPAREN, + ACTIONS(8631), 1, + anon_sym_DQUOTE, + ACTIONS(8633), 1, + aux_sym_number_token1, + ACTIONS(8635), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8637), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8639), 1, anon_sym_BQUOTE, - [137310] = 3, + ACTIONS(8641), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8737), 1, + aux_sym__c_word_token1, + STATE(2390), 1, + sym__c_binary_expression, + STATE(2413), 1, + sym__c_unary_expression, + STATE(2424), 1, + sym__c_postfix_expression, + ACTIONS(8625), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2432), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [173950] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7364), 3, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8739), 1, + sym__concat, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7362), 20, - anon_sym_SEMI, + ACTIONS(1119), 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_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, - [137341] = 3, + [173986] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7292), 2, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8741), 1, + sym__concat, + STATE(2979), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7294), 21, - anon_sym_SEMI, + ACTIONS(1113), 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, - [137372] = 3, - ACTIONS(3), 1, + [174022] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(7183), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7181), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8706), 1, + aux_sym_concatenation_token1, + ACTIONS(8743), 1, + sym__concat, + STATE(3428), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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_AMP_GT, - anon_sym_AMP_GT_GT, anon_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, - [137403] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7288), 2, + ACTIONS(1121), 12, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7290), 21, - anon_sym_SEMI, + 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_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [137434] = 5, + [174058] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7366), 1, - sym__special_character, - STATE(2782), 1, - aux_sym__literal_repeat1, - ACTIONS(6864), 3, + ACTIONS(1127), 3, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(6862), 18, + ACTIONS(1125), 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, @@ -170512,81 +205321,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [137469] = 3, - ACTIONS(3), 1, + [174088] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7284), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(7286), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + STATE(3437), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8706), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3749), 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, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [137500] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(3751), 12, sym_file_descriptor, - STATE(2902), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7083), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7017), 10, - anon_sym_SEMI, + sym_variable_name, 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, - [137536] = 6, - ACTIONS(63), 1, + [174122] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(7370), 1, + ACTIONS(8710), 1, aux_sym_concatenation_token1, - ACTIONS(7372), 1, + ACTIONS(8745), 1, sym__concat, - STATE(2892), 1, + STATE(3424), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 6, + ACTIONS(1113), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1179), 13, + ACTIONS(1115), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170600,50 +205380,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137572] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7328), 1, - sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(7175), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7173), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [137608] = 6, + [174158] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(8032), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(8034), 1, sym__concat, - STATE(2937), 1, + STATE(3414), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(4236), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 16, + ACTIONS(4234), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -170657,102 +205406,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, 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, - [137644] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7157), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, - sym_file_descriptor, - STATE(2833), 1, - sym_file_redirect, - ACTIONS(6928), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7155), 11, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [137680] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, - sym_file_descriptor, - STATE(2855), 1, - sym_file_redirect, - ACTIONS(6928), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7119), 11, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [137716] = 16, - ACTIONS(63), 1, + [174194] = 16, + ACTIONS(67), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(8195), 1, anon_sym_LPAREN, - ACTIONS(7097), 1, + ACTIONS(8199), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(8201), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(8203), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(8205), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(8207), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(8209), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(8211), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(8213), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7374), 1, + ACTIONS(8747), 1, aux_sym__c_word_token1, - STATE(1984), 1, + STATE(2483), 1, sym__c_unary_expression, - STATE(1988), 1, + STATE(2491), 1, sym__c_binary_expression, - STATE(1989), 1, + STATE(2493), 1, sym__c_postfix_expression, - ACTIONS(7091), 2, + ACTIONS(8193), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(2037), 7, + STATE(2517), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -170760,82 +205450,81 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [137772] = 6, - ACTIONS(3), 1, + [174250] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, - sym_file_descriptor, - STATE(2867), 1, + ACTIONS(4434), 1, + anon_sym_PIPE, + ACTIONS(4436), 1, + anon_sym_PIPE_AMP, + STATE(3405), 4, sym_file_redirect, - ACTIONS(6938), 8, - anon_sym_GT_GT, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3226), 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, - ACTIONS(7173), 11, - anon_sym_SEMI, + ACTIONS(3228), 10, + sym_file_descriptor, 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_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [137808] = 6, - ACTIONS(3), 1, + [174286] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, - sym_file_descriptor, - STATE(2855), 1, - sym_file_redirect, - ACTIONS(6938), 8, - anon_sym_GT_GT, + STATE(3470), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8749), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1125), 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(7119), 11, - anon_sym_SEMI, + ACTIONS(1127), 12, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_RPAREN, - 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, - [137844] = 5, - ACTIONS(63), 1, + sym__special_character, + [174320] = 5, + ACTIONS(67), 1, sym_comment, - STATE(2901), 1, + STATE(3424), 1, aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, + ACTIONS(8751), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 6, + ACTIONS(1129), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1169), 13, + ACTIONS(1131), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170849,22 +205538,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137878] = 5, - ACTIONS(63), 1, + [174354] = 11, + ACTIONS(67), 1, sym_comment, - STATE(2901), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, - sym__concat, + ACTIONS(7794), 1, + anon_sym_PIPE, + ACTIONS(8754), 1, + anon_sym_LT_LT, + ACTIONS(8766), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8769), 1, + anon_sym_LT_LT_LT, + ACTIONS(8772), 1, + sym_file_descriptor, + ACTIONS(8763), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7805), 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8757), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3425), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8760), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [174400] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8775), 1, + sym_variable_name, + STATE(4575), 1, + sym_subscript, + STATE(3406), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(7642), 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(7644), 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, + [174436] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8710), 1, aux_sym_concatenation_token1, - ACTIONS(6862), 6, + ACTIONS(8777), 1, + sym__concat, + STATE(3424), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170878,81 +205633,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [137912] = 5, - ACTIONS(63), 1, + [174472] = 5, + ACTIONS(67), 1, sym_comment, - STATE(2880), 1, + STATE(3428), 1, aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, + ACTIONS(8779), 2, 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, - 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, - [137946] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7157), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(1129), 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(1131), 12, sym_file_descriptor, - STATE(2833), 1, - sym_file_redirect, - ACTIONS(6938), 8, + 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, + [174506] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3411), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8700), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1808), 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(7155), 11, - anon_sym_SEMI, + ACTIONS(1810), 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, + [174540] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3434), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8700), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4234), 7, anon_sym_LT_LT, - anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4236), 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, - [137982] = 5, - ACTIONS(63), 1, + [174574] = 5, + ACTIONS(67), 1, sym_comment, - STATE(2892), 1, + STATE(3419), 1, aux_sym_concatenation_repeat1, - ACTIONS(7376), 2, + ACTIONS(8710), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1183), 6, + ACTIONS(3971), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 13, + ACTIONS(3973), 13, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -170966,315 +205749,264 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138016] = 3, - ACTIONS(3), 1, + [174608] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1169), 3, + STATE(3427), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8710), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3986), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3988), 13, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [138046] = 6, - ACTIONS(3), 1, + [174642] = 12, + ACTIONS(67), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(4434), 1, + anon_sym_PIPE, + ACTIONS(4436), 1, + anon_sym_PIPE_AMP, + ACTIONS(4503), 1, + anon_sym_LT_LT, + ACTIONS(4505), 1, + anon_sym_LT_LT_DASH, + ACTIONS(4507), 1, + anon_sym_LT_LT_LT, + ACTIONS(8688), 1, sym_file_descriptor, - STATE(2833), 1, - sym_file_redirect, - ACTIONS(7157), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, + ACTIONS(4501), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8686), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8682), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3396), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8684), 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, - ACTIONS(7155), 10, - anon_sym_SEMI, + [174690] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8700), 1, + aux_sym_concatenation_token1, + ACTIONS(8782), 1, + sym__concat, + STATE(3435), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 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, + [174726] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3435), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8784), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 7, anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1131), 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, - [138082] = 6, + [174760] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3414), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4232), 2, sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(6928), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(4230), 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(7173), 11, - anon_sym_SEMI, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [174796] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8706), 1, + aux_sym_concatenation_token1, + ACTIONS(8787), 1, + sym__concat, + STATE(3428), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1115), 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, + [174832] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8032), 1, + aux_sym_concatenation_token1, + ACTIONS(8034), 1, + sym__concat, + STATE(3415), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1808), 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, - anon_sym_BQUOTE, - [138118] = 16, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7093), 1, - anon_sym_LPAREN, - ACTIONS(7097), 1, - anon_sym_DOLLAR, - ACTIONS(7099), 1, - anon_sym_DQUOTE, - ACTIONS(7101), 1, - aux_sym_number_token1, - ACTIONS(7103), 1, - aux_sym_number_token2, - ACTIONS(7105), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, - anon_sym_BQUOTE, - ACTIONS(7111), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(7379), 1, - aux_sym__c_word_token1, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, - sym__c_postfix_expression, - ACTIONS(7091), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1992), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138174] = 16, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(7137), 1, - anon_sym_LPAREN, - ACTIONS(7141), 1, - 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, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - ACTIONS(7135), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1972), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138230] = 16, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6840), 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(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, + [174868] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6844), 1, + ACTIONS(1142), 6, anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, aux_sym_number_token1, - ACTIONS(6850), 1, aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(7385), 1, - aux_sym__c_word_token1, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2023), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138342] = 16, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(7137), 1, - anon_sym_LPAREN, - ACTIONS(7141), 1, + sym_word, + ACTIONS(1144), 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, - ACTIONS(7143), 1, - aux_sym_number_token1, - ACTIONS(7145), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(7147), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, - anon_sym_BQUOTE, - ACTIONS(7151), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7387), 1, - aux_sym__c_word_token1, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - ACTIONS(7135), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1967), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138398] = 6, - ACTIONS(63), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [174897] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7370), 1, - aux_sym_concatenation_token1, - ACTIONS(7389), 1, - sym__concat, - STATE(2892), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 6, + ACTIONS(1158), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1173), 13, + ACTIONS(1160), 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, @@ -171283,105 +206015,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138434] = 6, - ACTIONS(3), 1, + [174926] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7394), 1, - sym_file_descriptor, - STATE(2902), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7391), 8, - anon_sym_GT_GT, + ACTIONS(1146), 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(7001), 10, - anon_sym_SEMI, + ACTIONS(1148), 14, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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, - [138470] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7328), 1, - sym_file_descriptor, - STATE(2855), 1, - sym_file_redirect, - ACTIONS(7121), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [138506] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [174955] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1255), 6, + ACTIONS(8793), 1, + anon_sym_esac, + ACTIONS(8789), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1257), 15, - sym__concat, + ACTIONS(8791), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138535] = 4, - ACTIONS(63), 1, + [174986] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7401), 1, + ACTIONS(8799), 1, anon_sym_esac, - ACTIONS(7397), 6, + ACTIONS(8795), 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(8797), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171396,110 +206095,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138566] = 10, - ACTIONS(63), 1, + [175017] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6683), 1, - anon_sym_PIPE, - ACTIONS(7403), 1, + ACTIONS(1198), 7, anon_sym_LT_LT, - ACTIONS(7412), 1, - anon_sym_LT_LT_DASH, - ACTIONS(7415), 1, - anon_sym_LT_LT_LT, - ACTIONS(7418), 1, - sym_file_descriptor, - ACTIONS(7409), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6691), 4, + 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, - STATE(2906), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7406), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [138609] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 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, - ACTIONS(6924), 1, - sym__concat, - STATE(2970), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + [175046] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8805), 1, + anon_sym_esac, + ACTIONS(8801), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8803), 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, + [175077] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 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(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, - sym__special_character, - [138644] = 6, - ACTIONS(3), 1, + aux_sym_concatenation_token1, + [175106] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(7157), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(8816), 1, sym_file_descriptor, - STATE(2833), 1, + ACTIONS(8109), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(8813), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3447), 2, sym_file_redirect, - ACTIONS(7083), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(8807), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(8810), 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, - ACTIONS(7155), 10, - anon_sym_SEMI, + ACTIONS(8117), 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, + [175145] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1142), 7, anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1144), 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, - anon_sym_AMP, - [138679] = 4, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [175174] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7425), 1, + ACTIONS(8823), 1, anon_sym_esac, - ACTIONS(7421), 6, + ACTIONS(8819), 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(8821), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171514,56 +206258,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138710] = 4, - ACTIONS(63), 1, + [175205] = 3, + ACTIONS(67), 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(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, + [175234] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3251), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, + ACTIONS(8117), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7435), 1, + ACTIONS(8831), 1, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(6703), 4, + ACTIONS(8828), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3451), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8109), 7, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2953), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7433), 8, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(8825), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171572,46 +206314,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [138780] = 4, - ACTIONS(63), 1, + [175271] = 3, + ACTIONS(67), 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, + 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, + [175300] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7441), 1, + ACTIONS(1158), 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(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_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, + [175329] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8838), 1, anon_sym_esac, - ACTIONS(7437), 6, + ACTIONS(8834), 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(8836), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171626,75 +206393,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138842] = 6, + [175360] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7443), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(6730), 2, - sym_file_descriptor, + ACTIONS(8098), 1, aux_sym_heredoc_redirect_token1, - STATE(2940), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 15, + ACTIONS(8840), 1, + sym_file_descriptor, + ACTIONS(8666), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3451), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8096), 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(8664), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [175397] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3470), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8749), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4234), 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(4236), 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, - [138877] = 4, - ACTIONS(63), 1, + [175430] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7449), 1, - anon_sym_esac, - ACTIONS(7445), 6, - anon_sym_LPAREN, + ACTIONS(1162), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7447), 14, + ACTIONS(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, - [138908] = 4, - ACTIONS(63), 1, + [175459] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7425), 1, + ACTIONS(8846), 1, anon_sym_esac, - ACTIONS(7421), 6, + ACTIONS(8842), 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(8844), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171709,46 +206504,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [138939] = 4, - ACTIONS(63), 1, + [175490] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7455), 1, - anon_sym_esac, - ACTIONS(7451), 6, - anon_sym_LPAREN, + 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, + aux_sym_concatenation_token1, + [175519] = 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, + 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, + [175548] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7453), 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, - [138970] = 4, - ACTIONS(63), 1, + [175577] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7461), 1, + ACTIONS(8846), 1, anon_sym_esac, - ACTIONS(7457), 6, + ACTIONS(8842), 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(8844), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171763,19 +206609,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139001] = 4, - ACTIONS(63), 1, + [175608] = 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, + 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, + [175637] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7401), 1, + ACTIONS(8852), 1, anon_sym_esac, - ACTIONS(7397), 6, + ACTIONS(8848), 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(8850), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -171790,164 +206662,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139032] = 4, - ACTIONS(3), 1, + [175668] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1166), 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(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, - [139063] = 12, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [175697] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(141), 1, - anon_sym_RBRACK, - ACTIONS(3312), 1, + ACTIONS(1186), 7, anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3318), 1, - anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, - anon_sym_LT_LT_LT, - ACTIONS(7467), 1, - sym_file_descriptor, - ACTIONS(3310), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(7465), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - STATE(2942), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [139110] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3249), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3251), 1, - anon_sym_LT_LT_LT, - ACTIONS(7435), 1, + ACTIONS(1188), 14, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(3211), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(3247), 2, + sym__concat, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7433), 8, 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, + [175726] = 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_AMP_GT_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, - [139151] = 4, - 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, + [175755] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7473), 1, - anon_sym_esac, - ACTIONS(7469), 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(7471), 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, - [139182] = 3, - ACTIONS(63), 1, + [175784] = 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, + [175813] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8749), 1, + aux_sym_concatenation_token1, + ACTIONS(8854), 1, + sym__concat, + STATE(3475), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1121), 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, + [175848] = 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, + [175877] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 6, + ACTIONS(8860), 1, + anon_sym_esac, + ACTIONS(8856), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1203), 15, - sym__concat, + ACTIONS(8858), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139211] = 3, - ACTIONS(63), 1, + [175908] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 6, + ACTIONS(1194), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 15, + ACTIONS(1196), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -171963,17 +206900,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139240] = 3, - ACTIONS(63), 1, + [175937] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8749), 1, + aux_sym_concatenation_token1, + ACTIONS(8862), 1, + sym__concat, + STATE(3475), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 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(1115), 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, + [175972] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3475), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8864), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1131), 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, + [176005] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 6, + ACTIONS(1202), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1261), 15, + ACTIONS(1204), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -171989,17 +206983,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139269] = 3, - ACTIONS(63), 1, + [176034] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 6, + ACTIONS(1174), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 15, + ACTIONS(1176), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172015,153 +207009,205 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139298] = 3, - ACTIONS(63), 1, + [176063] = 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, + [176092] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8867), 1, + sym__special_character, + STATE(3519), 1, + aux_sym__literal_repeat1, + ACTIONS(4234), 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(4236), 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, + [176125] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 6, + ACTIONS(8873), 1, + anon_sym_esac, + ACTIONS(8869), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1233), 15, - sym__concat, + ACTIONS(8871), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139327] = 5, - ACTIONS(63), 1, + [176156] = 3, + ACTIONS(67), 1, sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 6, + ACTIONS(1182), 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(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_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, + aux_sym_concatenation_token1, + [176185] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 6, + ACTIONS(8879), 1, + anon_sym_esac, + ACTIONS(8875), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 15, - sym__concat, + ACTIONS(8877), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139389] = 4, - ACTIONS(63), 1, + [176216] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7481), 1, - anon_sym_esac, - ACTIONS(7477), 6, - anon_sym_LPAREN, + ACTIONS(1129), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7479), 14, + ACTIONS(1131), 15, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139420] = 6, - ACTIONS(3), 1, + [176245] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, - sym_file_descriptor, - STATE(2855), 1, - sym_file_redirect, - ACTIONS(7083), 8, - anon_sym_GT_GT, + ACTIONS(8881), 1, + sym__special_character, + STATE(3484), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(7119), 10, - anon_sym_SEMI, + ACTIONS(1212), 12, + sym_file_descriptor, + sym_variable_name, 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, - [139455] = 3, - ACTIONS(63), 1, + [176278] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 6, + ACTIONS(1150), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1225), 15, + ACTIONS(1152), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172177,17 +207223,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139484] = 3, - ACTIONS(63), 1, + [176307] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 6, + ACTIONS(1178), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1229), 15, + ACTIONS(1180), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172203,19 +207249,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139513] = 4, - ACTIONS(63), 1, + [176336] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7487), 1, + 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, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [176365] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8888), 1, anon_sym_esac, - ACTIONS(7483), 6, + ACTIONS(8884), 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(8886), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172230,159 +207302,235 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139544] = 6, - ACTIONS(3), 1, + [176396] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(8890), 1, sym_file_descriptor, - STATE(2867), 1, + ACTIONS(8096), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(8686), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3447), 2, sym_file_redirect, - ACTIONS(7083), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(8682), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(8684), 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, - ACTIONS(7173), 10, - anon_sym_SEMI, + ACTIONS(8098), 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, + [176435] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 7, anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, + 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, - anon_sym_AMP, - [139579] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6734), 1, aux_sym_concatenation_token1, - ACTIONS(7489), 1, + [176464] = 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, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 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, + aux_sym_concatenation_token1, + [176493] = 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, - 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_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, + [176522] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8867), 1, + sym__special_character, + STATE(3519), 1, + aux_sym__literal_repeat1, + ACTIONS(4230), 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(4232), 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, - [139614] = 4, - ACTIONS(63), 1, + [176555] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7495), 1, - anon_sym_esac, - ACTIONS(7491), 6, - anon_sym_LPAREN, + ACTIONS(1206), 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(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, - [139645] = 3, - ACTIONS(63), 1, + [176584] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 6, + ACTIONS(8879), 1, + anon_sym_esac, + ACTIONS(8875), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1265), 15, - sym__concat, + ACTIONS(8877), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139674] = 6, - ACTIONS(3), 1, + [176615] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7497), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(6723), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2940), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1178), 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(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, - [139709] = 4, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [176644] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7504), 1, + ACTIONS(8896), 1, anon_sym_esac, - ACTIONS(7500), 6, + ACTIONS(8892), 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(8894), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172397,78 +207545,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139740] = 10, - ACTIONS(63), 1, + [176675] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3312), 1, + ACTIONS(1202), 7, anon_sym_LT_LT, - ACTIONS(3318), 1, - anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, - anon_sym_LT_LT_LT, - ACTIONS(6703), 1, + 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(1204), 14, sym_file_descriptor, - ACTIONS(7465), 3, + 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, + [176704] = 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, - ACTIONS(6705), 4, + 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, - STATE(2906), 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, - [139783] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1247), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1249), 15, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, 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, + [176733] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7510), 1, + ACTIONS(8902), 1, anon_sym_esac, - ACTIONS(7506), 6, + ACTIONS(8898), 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(8900), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172483,107 +207624,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139843] = 6, - ACTIONS(3), 1, + [176764] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2937), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1142), 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, - [139878] = 12, - ACTIONS(63), 1, - sym_comment, - ACTIONS(129), 1, - anon_sym_RBRACK, - ACTIONS(3312), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3318), 1, - anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, - anon_sym_LT_LT_LT, - ACTIONS(7467), 1, + ACTIONS(1144), 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, - [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, + aux_sym_concatenation_token1, + [176793] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1267), 6, + ACTIONS(8908), 1, + anon_sym_esac, + ACTIONS(8904), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1269), 15, - sym__concat, + ACTIONS(8906), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139954] = 3, - ACTIONS(63), 1, + [176824] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 6, + ACTIONS(1190), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1217), 15, + ACTIONS(1192), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172599,17 +207703,17 @@ 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, + [176853] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1211), 6, + ACTIONS(1166), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1213), 15, + ACTIONS(1168), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172625,44 +207729,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140012] = 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, - [140043] = 3, - ACTIONS(63), 1, + [176882] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 6, + ACTIONS(1182), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 15, + ACTIONS(1184), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172678,169 +207755,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140072] = 6, - ACTIONS(3), 1, + [176911] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2956), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1198), 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, - [140107] = 8, - ACTIONS(3), 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, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(6683), 4, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2953), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7512), 8, - anon_sym_GT_GT, - anon_sym_LT, - 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(1200), 14, sym_file_descriptor, - ACTIONS(3310), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(7465), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - STATE(2942), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [140222] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7521), 1, sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, - sym_file_descriptor, sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140257] = 4, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [176940] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7527), 1, + ACTIONS(8902), 1, anon_sym_esac, - ACTIONS(7523), 6, + ACTIONS(8898), 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(8900), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172855,45 +207808,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140288] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2590), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3211), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 13, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [140321] = 3, - ACTIONS(63), 1, + [176971] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 6, + ACTIONS(1186), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1221), 15, + ACTIONS(1188), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172909,17 +207834,43 @@ 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, + [177000] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1129), 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(1131), 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, + [177029] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1239), 6, + ACTIONS(1166), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1241), 15, + ACTIONS(1168), 15, sym__concat, sym_test_operator, sym__brace_start, @@ -172935,19 +207886,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140379] = 4, - ACTIONS(63), 1, + [177058] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7510), 1, + ACTIONS(8914), 1, anon_sym_esac, - ACTIONS(7506), 6, + ACTIONS(8910), 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(8912), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172962,19 +207913,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, + [177089] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7533), 1, + ACTIONS(8799), 1, anon_sym_esac, - ACTIONS(7529), 6, + ACTIONS(8795), 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(8797), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172989,46 +207940,151 @@ 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, + [177120] = 3, + ACTIONS(67), 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, + 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, + [177149] = 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, + [177178] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 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(1160), 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, + [177207] = 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, + [177236] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8916), 1, sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [140472] = 4, - ACTIONS(63), 1, + STATE(3484), 1, + aux_sym__literal_repeat1, + ACTIONS(3757), 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(3759), 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, + [177269] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7539), 1, + ACTIONS(8793), 1, anon_sym_esac, - ACTIONS(7535), 6, + ACTIONS(8789), 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(8791), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173043,19 +208099,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140503] = 4, - ACTIONS(63), 1, + [177300] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8918), 1, + sym__special_character, + STATE(3519), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 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(1212), 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, + [177333] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7527), 1, + ACTIONS(8914), 1, anon_sym_esac, - ACTIONS(7523), 6, + ACTIONS(8910), 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(8912), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173070,47 +208154,45 @@ 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, + [177364] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3033), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 5, + ACTIONS(1174), 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(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_LT_AMP, - anon_sym_GT_AMP, 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, + aux_sym_concatenation_token1, + [177393] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7495), 1, + ACTIONS(8888), 1, anon_sym_esac, - ACTIONS(7491), 6, + ACTIONS(8884), 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(8886), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173125,43 +208207,45 @@ 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, + [177424] = 3, + ACTIONS(67), 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, + 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_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR_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, 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, + [177453] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(8860), 1, + anon_sym_esac, + ACTIONS(8856), 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(8858), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173176,176 +208260,179 @@ 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, + [177484] = 3, + ACTIONS(67), 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, + ACTIONS(1190), 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(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, - [140689] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [177513] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7421), 6, - anon_sym_LPAREN, + ACTIONS(1146), 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(1148), 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, + [177542] = 3, + 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(1146), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6783), 12, + 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_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140749] = 5, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [177571] = 5, + ACTIONS(67), 1, sym_comment, - STATE(3011), 1, + STATE(3474), 1, aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, + ACTIONS(8749), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(3003), 5, + ACTIONS(2016), 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(2018), 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, - [140781] = 5, - ACTIONS(63), 1, + [177604] = 5, + ACTIONS(67), 1, sym_comment, - STATE(2998), 1, + STATE(3470), 1, aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, + ACTIONS(8749), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2995), 5, + ACTIONS(4230), 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(4232), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [177637] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1129), 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(1131), 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, - [140813] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7549), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7551), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [140841] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [177666] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(8925), 1, + anon_sym_esac, + ACTIONS(8921), 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(8923), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173360,73 +208447,123 @@ 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, + [177697] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, + STATE(3474), 1, aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(8749), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1808), 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(1810), 11, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_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, + [177730] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 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(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, - [140903] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2970), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + [177759] = 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, - aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 15, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, 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, + [177788] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 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(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, - [140937] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [177817] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7553), 6, + ACTIONS(8927), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7555), 14, + ACTIONS(8929), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173441,17 +208578,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140965] = 3, - ACTIONS(63), 1, + [177845] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7457), 6, + ACTIONS(8931), 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(8933), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173466,45 +208603,49 @@ 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, + [177873] = 10, + ACTIONS(3), 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, + ACTIONS(8943), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8945), 1, sym_file_descriptor, + STATE(5045), 1, + sym__heredoc_expression, + STATE(5050), 1, + sym__heredoc_pipeline, + ACTIONS(8935), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(8939), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3732), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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, - [141027] = 3, - ACTIONS(63), 1, + [177915] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(8947), 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(8949), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173519,17 +208660,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141055] = 3, - ACTIONS(63), 1, + [177943] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(8947), 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(8949), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173544,17 +208685,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141083] = 3, - ACTIONS(63), 1, + [177971] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(8848), 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(8850), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173569,17 +208710,17 @@ 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, + [177999] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(8951), 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(8953), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173594,17 +208735,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141139] = 3, - ACTIONS(63), 1, + [178027] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8945), 1, + sym_file_descriptor, + ACTIONS(8955), 1, + aux_sym_heredoc_redirect_token1, + STATE(4691), 1, + sym__heredoc_expression, + STATE(4692), 1, + sym__heredoc_pipeline, + ACTIONS(8935), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8939), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3736), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [178069] = 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), 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, + [178097] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7563), 6, + ACTIONS(8884), 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(8886), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173619,17 +208817,44 @@ 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, + [178125] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8957), 1, + sym__special_character, + STATE(3565), 1, + aux_sym__literal_repeat1, + ACTIONS(4234), 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(4236), 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, + [178157] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(8892), 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(8894), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173644,17 +208869,47 @@ 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, + [178185] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8959), 1, + sym_file_descriptor, + ACTIONS(8096), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(8718), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3615), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8714), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(8098), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(8716), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [178223] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7427), 6, + ACTIONS(8961), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7429), 14, + ACTIONS(8963), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173669,44 +208924,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141223] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7571), 1, - sym__special_character, - STATE(2989), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1275), 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, - [141255] = 3, - ACTIONS(63), 1, + [178251] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(8904), 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(8906), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173721,17 +208949,17 @@ 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, + [178279] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7574), 6, + ACTIONS(8789), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7576), 14, + ACTIONS(8791), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173746,199 +208974,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141311] = 5, - ACTIONS(63), 1, + [178307] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3039), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2975), 5, + ACTIONS(1166), 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(1168), 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, - [141343] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7578), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7580), 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, - [141371] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7578), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7580), 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, - [141399] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3033), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, - sym__concat, aux_sym_concatenation_token1, - ACTIONS(2967), 5, + [178335] = 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, - ACTIONS(2969), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1188), 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, - [141431] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7578), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7580), 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, - [141459] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7578), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7580), 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, - [141487] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7475), 1, aux_sym_concatenation_token1, - ACTIONS(7582), 1, - sym__concat, - STATE(3015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 5, + [178363] = 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, - ACTIONS(1173), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1168), 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, - [141521] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [178391] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(8910), 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(8912), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173953,55 +209074,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141549] = 10, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6683), 1, - anon_sym_PIPE, - ACTIONS(7584), 1, - anon_sym_LT_LT, - ACTIONS(7593), 1, - anon_sym_LT_LT_DASH, - ACTIONS(7596), 1, - anon_sym_LT_LT_LT, - ACTIONS(7599), 1, - sym_file_descriptor, - ACTIONS(6691), 3, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(7590), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - STATE(3000), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7587), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [141591] = 3, - ACTIONS(63), 1, + [178419] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7567), 6, - anon_sym_LPAREN, + ACTIONS(8965), 1, + sym__special_character, + STATE(3602), 1, + aux_sym__literal_repeat1, + ACTIONS(3986), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7569), 14, + ACTIONS(3988), 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, @@ -174010,17 +209101,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141619] = 3, - ACTIONS(63), 1, + [178451] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7602), 6, + ACTIONS(8961), 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(8963), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174035,50 +209126,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141647] = 11, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3312), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3318), 1, - anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, - anon_sym_LT_LT_LT, - ACTIONS(7467), 1, - sym_file_descriptor, - ACTIONS(3310), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(7465), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - STATE(2942), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [141691] = 3, - ACTIONS(63), 1, + [178479] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(8967), 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(8969), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174093,17 +209151,17 @@ 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, + [178507] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7427), 6, + ACTIONS(8967), 6, anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7429), 14, + ACTIONS(8969), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174118,17 +209176,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141747] = 3, - ACTIONS(63), 1, + [178535] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(8842), 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(8844), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174143,17 +209201,17 @@ 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, + [178563] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7421), 6, + ACTIONS(8795), 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(8797), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174168,17 +209226,17 @@ 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, + [178591] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(8875), 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(8877), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174193,17 +209251,17 @@ 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, + [178619] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7610), 6, + ACTIONS(8875), 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(8877), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174218,96 +209276,76 @@ 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, + [178647] = 10, + ACTIONS(3), 1, sym_comment, - STATE(3029), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2662), 11, + ACTIONS(8945), 1, sym_file_descriptor, + ACTIONS(8971), 1, + aux_sym_heredoc_redirect_token1, + STATE(4760), 1, + sym__heredoc_expression, + STATE(4761), 1, + sym__heredoc_pipeline, + ACTIONS(8935), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(8939), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3738), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 8, + anon_sym_GT_GT, + anon_sym_LT, + 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, - [141889] = 6, - ACTIONS(63), 1, + [178689] = 5, + ACTIONS(67), 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, + ACTIONS(8973), 1, + sym__special_character, + STATE(3565), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1179), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1212), 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, - [141923] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7616), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7618), 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, - [141951] = 3, - ACTIONS(63), 1, + [178721] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7491), 6, + ACTIONS(8795), 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(8797), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174322,293 +209360,316 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141979] = 6, + [178749] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(8945), 1, sym_file_descriptor, + ACTIONS(8976), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 15, + STATE(4749), 1, + sym__heredoc_expression, + STATE(4751), 1, + sym__heredoc_pipeline, + ACTIONS(8935), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8939), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3724), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [178791] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8187), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8840), 1, + sym_file_descriptor, + STATE(3185), 1, + sym_file_redirect, + ACTIONS(8666), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8185), 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(8664), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + [178827] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8179), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8840), 1, + sym_file_descriptor, + STATE(3197), 1, + sym_file_redirect, + ACTIONS(8666), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8177), 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, - [142013] = 5, - ACTIONS(63), 1, + ACTIONS(8664), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [178863] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7620), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 5, + ACTIONS(1202), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 12, + 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, - [142045] = 6, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [178891] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(2586), 4, + ACTIONS(1142), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - STATE(3029), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2590), 10, + 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, + [178919] = 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), 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, - [142079] = 6, + aux_sym_concatenation_token1, + [178947] = 10, 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, + ACTIONS(8945), 1, sym_file_descriptor, + ACTIONS(8978), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 15, + STATE(4806), 1, + sym__heredoc_expression, + STATE(4807), 1, + sym__heredoc_pipeline, + ACTIONS(8935), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8939), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3729), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 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, - [142113] = 5, - ACTIONS(63), 1, + [178989] = 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(1174), 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(1176), 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, - [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, + [179017] = 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, - ACTIONS(1169), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1180), 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, - 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, + [179045] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 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(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, - [142209] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7506), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7508), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [142237] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, aux_sym_concatenation_token1, - ACTIONS(3063), 5, + [179073] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1125), 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(1127), 13, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 15, + sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142303] = 5, - ACTIONS(63), 1, + sym__special_character, + [179101] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3011), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 5, + ACTIONS(1125), 8, 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, + sym__special_character, + ACTIONS(1127), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -174616,78 +209677,233 @@ 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, - [142335] = 6, + [179129] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8898), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8900), 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, + [179157] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8910), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8912), 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, + [179185] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(8945), 1, sym_file_descriptor, + ACTIONS(8980), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 15, + STATE(5056), 1, + sym__heredoc_expression, + STATE(5064), 1, + sym__heredoc_pipeline, + ACTIONS(8935), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8939), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3731), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 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, - [142369] = 6, + [179227] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, - sym_file_descriptor, + ACTIONS(8170), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 15, + ACTIONS(8840), 1, + sym_file_descriptor, + STATE(3328), 1, + sym_file_redirect, + ACTIONS(8666), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8168), 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(8664), 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, - [142403] = 3, - ACTIONS(63), 1, + [179263] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8842), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8844), 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, + [179291] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8982), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8984), 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, + [179319] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8856), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8858), 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, + [179347] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8967), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8969), 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, + [179375] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7535), 6, + ACTIONS(8856), 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(8858), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174702,25 +209918,23 @@ 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, + [179403] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7625), 1, - sym__special_character, - STATE(2989), 1, - aux_sym__literal_repeat1, - ACTIONS(6862), 5, + ACTIONS(8834), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(6864), 13, + ACTIONS(8836), 14, sym_test_operator, + sym_extglob_pattern, sym__brace_start, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -174729,76 +209943,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142463] = 10, - ACTIONS(63), 1, + [179431] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6703), 1, - anon_sym_PIPE, - ACTIONS(7627), 1, + ACTIONS(1146), 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(1148), 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, - [142537] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [179459] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7469), 6, + ACTIONS(8927), 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(8929), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174813,17 +209993,17 @@ 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, + [179487] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(8986), 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(8988), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174838,45 +210018,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, + [179515] = 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(1182), 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(1184), 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, + [179543] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(8927), 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(8929), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174891,17 +210068,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, + [179571] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(8951), 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(8953), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174916,17 +210093,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, + [179599] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7641), 6, + ACTIONS(8884), 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(8886), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174941,17 +210118,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, + [179627] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7523), 6, + ACTIONS(8961), 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(8963), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174966,17 +210143,49 @@ 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, + [179655] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8945), 1, + sym_file_descriptor, + ACTIONS(8990), 1, + aux_sym_heredoc_redirect_token1, + STATE(4667), 1, + sym__heredoc_expression, + STATE(4669), 1, + sym__heredoc_pipeline, + ACTIONS(8935), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8939), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3723), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [179697] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7523), 6, + ACTIONS(8992), 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(8994), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174991,45 +210200,76 @@ 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, + [179725] = 5, + ACTIONS(67), 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, + ACTIONS(8957), 1, + sym__special_character, + STATE(3565), 1, + aux_sym__literal_repeat1, + ACTIONS(4230), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1179), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4232), 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, - [142801] = 3, - ACTIONS(63), 1, + [179757] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8945), 1, + sym_file_descriptor, + ACTIONS(8996), 1, + aux_sym_heredoc_redirect_token1, + STATE(4663), 1, + sym__heredoc_expression, + STATE(4664), 1, + sym__heredoc_pipeline, + ACTIONS(8935), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8939), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3726), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [179799] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7529), 6, + ACTIONS(8951), 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(8953), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175044,23 +210284,25 @@ 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, + [179827] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7549), 6, - anon_sym_LPAREN, + ACTIONS(8998), 1, + sym__special_character, + STATE(3602), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7551), 14, + ACTIONS(1212), 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, @@ -175069,17 +210311,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, + [179859] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(9001), 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(9003), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175094,17 +210336,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, + [179887] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(9005), 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(9007), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175119,17 +210361,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, + [179915] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(8961), 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(8963), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175144,17 +210386,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, + [179943] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7506), 6, + ACTIONS(8951), 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(8953), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175169,17 +210411,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, + [179971] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7651), 6, + ACTIONS(8992), 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(8994), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175194,17 +210436,17 @@ 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, + [179999] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7500), 6, + ACTIONS(8927), 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(8929), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175219,17 +210461,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, + [180027] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7491), 6, + ACTIONS(9009), 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(9011), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175244,17 +210486,42 @@ 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, + [180055] = 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), 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, + [180083] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(8819), 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(8821), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175269,17 +210536,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, + [180111] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(8967), 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(8969), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175294,17 +210561,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, + [180139] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(9013), 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(9015), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175319,72 +210586,72 @@ 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, + [180167] = 3, + ACTIONS(67), 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, + ACTIONS(1194), 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(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, - [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, + [180195] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9026), 1, + sym_file_descriptor, + ACTIONS(8109), 2, 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, + ACTIONS(9023), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3615), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(9017), 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(8117), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [143203] = 3, - ACTIONS(63), 1, + ACTIONS(9020), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [180233] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(8947), 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(8949), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175399,17 +210666,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, + [180261] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(8869), 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(8871), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175424,45 +210691,42 @@ 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, + [180289] = 3, + ACTIONS(67), 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, + ACTIONS(1206), 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(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_AMP_GT_GT, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [143293] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [180317] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(9029), 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(9031), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175477,17 +210741,67 @@ 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, + [180345] = 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), 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, + [180373] = 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), 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, + [180401] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(8992), 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(8994), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175502,17 +210816,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, + [180429] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7437), 6, + ACTIONS(9033), 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(9035), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175527,17 +210841,17 @@ 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, + [180457] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7457), 6, + ACTIONS(8992), 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(8994), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175552,17 +210866,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, + [180485] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7445), 6, + ACTIONS(8947), 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(8949), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175577,17 +210891,17 @@ 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, + [180513] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7445), 6, + ACTIONS(8931), 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(8933), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175602,17 +210916,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, + [180541] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7451), 6, + ACTIONS(9037), 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(9039), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175627,17 +210941,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, + [180569] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7397), 6, + ACTIONS(9029), 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(9031), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175652,17 +210966,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, + [180597] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7397), 6, + ACTIONS(9029), 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(9031), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175677,17 +210991,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, + [180625] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7477), 6, + ACTIONS(8931), 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(8933), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175702,45 +211016,17 @@ 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, - 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, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6723), 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, - [143607] = 3, - ACTIONS(63), 1, + [180653] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7483), 6, + ACTIONS(8931), 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(8933), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175755,814 +211041,193 @@ 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, + [180681] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(1150), 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(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, - [143861] = 5, - ACTIONS(63), 1, + [180709] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7669), 1, + ACTIONS(8789), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8791), 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, - 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, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [180737] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7669), 1, + ACTIONS(8801), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8803), 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(3063), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3065), 12, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [144091] = 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, - anon_sym_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, - [144118] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1259), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1261), 14, - sym_file_descriptor, - sym__concat, - 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, - [144145] = 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, - anon_sym_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, - [144172] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1251), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1253), 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, - [144199] = 5, - 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, + [180765] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7677), 1, + ACTIONS(9029), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(9031), 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, - 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, - [144230] = 5, - 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, + [180793] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7669), 1, + ACTIONS(8898), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8900), 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(6752), 5, - anon_sym_LT_LT, - 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, - sym_comment, - ACTIONS(1267), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1269), 14, - sym_file_descriptor, - sym__concat, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [144288] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6781), 5, - 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, - [144319] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 5, - 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, - 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, - [144346] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3065), 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, - [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, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3069), 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, - [144408] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 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), 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, - [144439] = 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, + [180821] = 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, - 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, - [144466] = 3, - ACTIONS(63), 1, + ACTIONS(8921), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8923), 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, + [180849] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(1129), 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, - anon_sym_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, - [144493] = 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), 14, + ACTIONS(1131), 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, - [144520] = 5, - ACTIONS(63), 1, + [180877] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 5, + ACTIONS(1808), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3005), 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, - [144551] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7669), 1, - 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, + ACTIONS(1810), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -176570,145 +211235,124 @@ 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, - [144582] = 3, - ACTIONS(63), 1, + [180904] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 5, + ACTIONS(2016), 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(2018), 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, - [144609] = 3, - ACTIONS(63), 1, + [180931] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(8959), 1, + sym_file_descriptor, + STATE(3715), 1, + sym_file_redirect, + ACTIONS(8168), 2, 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, - sym_variable_name, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8718), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8714), 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(8170), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [144636] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 5, - anon_sym_LT_LT, + ACTIONS(8716), 5, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1217), 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, - [144663] = 3, - ACTIONS(63), 1, + [180968] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(8391), 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(8389), 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, - [144690] = 3, - ACTIONS(63), 1, + [180995] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(8560), 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(8562), 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, - [144717] = 5, - ACTIONS(63), 1, + [181022] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7680), 1, - sym__special_character, - STATE(3107), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(4306), 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(4308), 12, sym_file_descriptor, sym_variable_name, anon_sym_AMP_AMP, @@ -176716,230 +211360,151 @@ 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, - [144748] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7685), 1, - anon_sym_LPAREN, - ACTIONS(7687), 1, - anon_sym_DOLLAR, - ACTIONS(7689), 1, - anon_sym_DQUOTE, - ACTIONS(7693), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7695), 1, - anon_sym_RBRACE3, - ACTIONS(7697), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7699), 1, - anon_sym_BQUOTE, - ACTIONS(7701), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(7703), 1, - sym_variable_name, - ACTIONS(7683), 2, - sym_raw_string, - sym_word, - ACTIONS(7691), 2, - sym_ansi_c_string, - aux_sym__expansion_expression_token1, - STATE(3757), 3, - sym_string, - sym_simple_expansion, - sym_expansion, - STATE(4201), 3, - sym_array, - sym__concatenation_in_expansion, - sym_command_substitution, - [144797] = 3, - ACTIONS(63), 1, + [181049] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 5, + ACTIONS(8959), 1, + sym_file_descriptor, + STATE(3692), 1, + sym_file_redirect, + ACTIONS(8185), 2, 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, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8718), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8714), 3, anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(8187), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [144824] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 5, - anon_sym_LT_LT, + ACTIONS(8716), 5, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 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, - [144851] = 3, - ACTIONS(63), 1, + [181086] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 5, + ACTIONS(8552), 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(8550), 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, - [144878] = 3, - ACTIONS(63), 1, + [181113] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 5, + ACTIONS(8544), 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(8542), 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, - [144905] = 3, - ACTIONS(63), 1, + [181140] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(8959), 1, + sym_file_descriptor, + STATE(3712), 1, + sym_file_redirect, + ACTIONS(8177), 2, 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, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8718), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8714), 3, anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(8179), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [144932] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7705), 1, - sym__special_character, - STATE(3107), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 5, - anon_sym_LT_LT, + ACTIONS(8716), 5, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2969), 12, - sym_file_descriptor, - sym_variable_name, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [144963] = 7, - ACTIONS(63), 1, + [181177] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7713), 1, - sym_file_descriptor, - ACTIONS(7001), 2, + ACTIONS(8538), 7, anon_sym_LT_LT, - anon_sym_PIPE, - STATE(3115), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7710), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, 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, + ACTIONS(8540), 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, - [144998] = 3, - ACTIONS(63), 1, + [181204] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 5, + ACTIONS(1125), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(1169), 14, + ACTIONS(1127), 14, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -176954,4464 +211519,5227 @@ 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, + [181231] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 5, + ACTIONS(8538), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 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, - [145052] = 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), 14, + ACTIONS(8540), 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, - [145079] = 5, - ACTIONS(63), 1, + [181258] = 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(4299), 7, 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, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_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, + ACTIONS(4301), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, 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, - [145137] = 5, - ACTIONS(63), 1, + [181285] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6785), 5, + ACTIONS(8525), 7, anon_sym_LT_LT, 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, - sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 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), 11, + ACTIONS(8527), 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, + [181312] = 13, + ACTIONS(67), 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, + ACTIONS(5771), 1, + anon_sym_DQUOTE, + ACTIONS(5779), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5791), 1, 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, - [145226] = 6, - ACTIONS(63), 1, + ACTIONS(9043), 1, + anon_sym_LPAREN, + ACTIONS(9045), 1, + anon_sym_DOLLAR, + ACTIONS(9047), 1, + anon_sym_RBRACE3, + ACTIONS(9049), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9051), 1, + anon_sym_BQUOTE, + ACTIONS(9053), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4860), 1, + sym__concatenation_in_expansion, + ACTIONS(9041), 4, + sym__expansion_word, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(4305), 5, + sym_string, + sym_array, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [181359] = 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(1125), 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(1127), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145259] = 3, - ACTIONS(63), 1, + sym__special_character, + [181386] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(3749), 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(3751), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, 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, + [181413] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(8556), 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(8554), 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, + [181440] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7721), 1, - sym_file_descriptor, - ACTIONS(7017), 2, + ACTIONS(8481), 7, anon_sym_LT_LT, - anon_sym_PIPE, - STATE(3115), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7465), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7463), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7019), 6, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [145348] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1229), 14, + ACTIONS(8483), 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, - [145375] = 3, - ACTIONS(63), 1, + [181467] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(8481), 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(8483), 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, - [145402] = 6, - ACTIONS(63), 1, + [181494] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7623), 1, - aux_sym_concatenation_token1, - ACTIONS(7723), 1, - sym__concat, - STATE(3119), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 5, + ACTIONS(8251), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1179), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8249), 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, - [145435] = 3, - ACTIONS(63), 1, + [181521] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(8251), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1221), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8249), 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, - [145461] = 3, - ACTIONS(63), 1, + [181548] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1267), 5, + ACTIONS(8292), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1269), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8290), 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, + [181575] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(6781), 5, + ACTIONS(8345), 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(8343), 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, - [145517] = 3, - ACTIONS(63), 1, + [181602] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 5, + ACTIONS(8345), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1217), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8343), 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, + [181629] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(8453), 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(8451), 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, - [145569] = 3, - ACTIONS(63), 1, + [181656] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1239), 5, + ACTIONS(8312), 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(8310), 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, - [145595] = 6, - ACTIONS(3), 1, + [181682] = 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(8363), 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(8361), 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, - [145653] = 3, - ACTIONS(63), 1, + [181708] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(1808), 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(1810), 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, - [145679] = 3, - ACTIONS(63), 1, + [181734] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(8570), 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(8572), 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, - [145705] = 3, - ACTIONS(63), 1, + [181760] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(8566), 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(8568), 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, - [145731] = 5, - ACTIONS(63), 1, + [181786] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(6752), 5, + ACTIONS(2016), 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(2018), 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, - [145761] = 3, - ACTIONS(63), 1, + [181812] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 5, + ACTIONS(8552), 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(8550), 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, - sym__special_character, - [145787] = 3, - ACTIONS(63), 1, + [181838] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 6, + ACTIONS(8403), 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(8401), 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, - [145813] = 7, - ACTIONS(63), 1, + [181864] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7727), 1, + ACTIONS(9055), 1, + aux_sym_concatenation_token1, + ACTIONS(9057), 1, + sym__concat, + STATE(3727), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1127), 2, sym_file_descriptor, - ACTIONS(7017), 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 13, 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, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [145847] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 5, - 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, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [145877] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7729), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + [181896] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4484), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1275), 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, - [145907] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 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), 11, + ACTIONS(4486), 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, - [145937] = 3, - ACTIONS(63), 1, + [181922] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1255), 5, + ACTIONS(4484), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1257), 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, - [145963] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1183), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1185), 13, + ACTIONS(4486), 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, - [145989] = 3, - ACTIONS(63), 1, + [181948] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(8243), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1249), 13, - sym_file_descriptor, - sym__concat, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146015] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1229), 13, + ACTIONS(8241), 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, + [181974] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(8355), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1233), 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, - [146067] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1251), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1253), 13, + ACTIONS(8353), 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, - ACTIONS(3), 1, + [182000] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, - sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(7173), 7, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8499), 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, - [146125] = 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), 13, + ACTIONS(8501), 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, + [182026] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7738), 1, - sym_file_descriptor, - ACTIONS(7001), 2, + ACTIONS(8391), 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_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_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [146185] = 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), 13, + ACTIONS(8389), 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, + [182052] = 15, 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, + ACTIONS(5775), 1, + aux_sym_number_token1, + ACTIONS(5777), 1, + aux_sym_number_token2, + ACTIONS(9061), 1, + anon_sym_LPAREN, + ACTIONS(9063), 1, 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, + ACTIONS(9065), 1, + anon_sym_COLON, + ACTIONS(9067), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9069), 1, + anon_sym_RBRACE3, + ACTIONS(9071), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9073), 1, + anon_sym_BQUOTE, + ACTIONS(9075), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9077), 1, 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, + STATE(4500), 1, + sym_number, + ACTIONS(9059), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4509), 4, + sym_parenthesized_expression, + sym_arithmetic_expansion, + sym_expansion, + sym_command_substitution, + [182102] = 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(8495), 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(8497), 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, + [182128] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 5, + ACTIONS(8369), 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(8367), 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, + [182154] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3207), 1, - sym_file_redirect, - ACTIONS(7119), 2, + ACTIONS(8560), 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_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, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [146392] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3003), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3005), 12, + ACTIONS(8562), 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, + [182180] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3067), 5, + ACTIONS(8435), 7, 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, - [146442] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1167), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1169), 12, + ACTIONS(8433), 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, + [182206] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3258), 5, + ACTIONS(8556), 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(8554), 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, + [182232] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7223), 5, + ACTIONS(8544), 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(8542), 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, + [182258] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6785), 5, + ACTIONS(8457), 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(8455), 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, + [182284] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3262), 5, + ACTIONS(8538), 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(8540), 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, + [182310] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6777), 5, + ACTIONS(8463), 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(8461), 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, + [182336] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3229), 1, - sym_file_redirect, - ACTIONS(7155), 2, + ACTIONS(8538), 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_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, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [146625] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7276), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7278), 12, + ACTIONS(8540), 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, + [182362] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3191), 1, - sym_file_redirect, - ACTIONS(7173), 2, + ACTIONS(8351), 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_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, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [146683] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2975), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2977), 12, + ACTIONS(8349), 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, + [182388] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7358), 5, + ACTIONS(8525), 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(8527), 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, + [182414] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7242), 5, + ACTIONS(8453), 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(8451), 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, + [182440] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7350), 5, + ACTIONS(8345), 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(8343), 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, + [182466] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7330), 5, + ACTIONS(8345), 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(8343), 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, + [182492] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7354), 5, + ACTIONS(8282), 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(8280), 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, + [182518] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7213), 5, + ACTIONS(8270), 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(8268), 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, + [182544] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7223), 5, + ACTIONS(8251), 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(8249), 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, + [182570] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7330), 5, + ACTIONS(8251), 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(8249), 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, + [182596] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7348), 5, + ACTIONS(8270), 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(8268), 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, + [182622] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7199), 5, + ACTIONS(8481), 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(8483), 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, + [182648] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7236), 5, + ACTIONS(8481), 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(8483), 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, + [182674] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3304), 5, + ACTIONS(8409), 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(8407), 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, + [182700] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7362), 5, + ACTIONS(8546), 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(8548), 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, + [182726] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7256), 5, + ACTIONS(8431), 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(8429), 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, + [182752] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7189), 5, + ACTIONS(8489), 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(8491), 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, + [182778] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7242), 5, + ACTIONS(8300), 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(8298), 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, + [182804] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7181), 5, + ACTIONS(8399), 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(8397), 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, + [182830] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7193), 5, + ACTIONS(8217), 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(8215), 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, + [182856] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7201), 5, + ACTIONS(8399), 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(8397), 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, + [182882] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7217), 5, + ACTIONS(8375), 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(8373), 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, + [182908] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7229), 5, + ACTIONS(8439), 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(8437), 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, + [182934] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7205), 5, + ACTIONS(8471), 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(8469), 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, + [182960] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3304), 5, + ACTIONS(8582), 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(8580), 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, + [182986] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7209), 5, + ACTIONS(8503), 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(8505), 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, + [183012] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7225), 5, + ACTIONS(8316), 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(8314), 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, + [183038] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7324), 5, + ACTIONS(8513), 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(8511), 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, + [183064] = 6, 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, + ACTIONS(9081), 1, + anon_sym_DQUOTE, + STATE(4161), 1, + sym_string, + ACTIONS(9083), 2, aux_sym__simple_variable_name_token1, - ACTIONS(7761), 1, - sym_variable_name, - STATE(3656), 2, - sym_subscript, - sym_command_substitution, - ACTIONS(7757), 3, + 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(9079), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(7755), 6, + [183096] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9081), 1, + anon_sym_DQUOTE, + STATE(4161), 1, + sym_string, + ACTIONS(9083), 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(9079), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, anon_sym_QMARK, + anon_sym_DOLLAR, anon_sym_POUND, anon_sym_AT2, - [147412] = 3, - ACTIONS(63), 1, + anon_sym_0, + anon_sym__, + [183128] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7225), 5, + ACTIONS(8425), 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(8423), 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, + [183154] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7358), 5, + ACTIONS(8292), 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(8290), 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, + [183180] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(7248), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7250), 11, + ACTIONS(8945), 1, sym_file_descriptor, + ACTIONS(9085), 1, + aux_sym_heredoc_redirect_token1, + STATE(4655), 1, + sym__heredoc_expression, + ACTIONS(8935), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3740), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 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, - [147484] = 3, - ACTIONS(63), 1, + [183215] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(7280), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7282), 11, + ACTIONS(8945), 1, sym_file_descriptor, + ACTIONS(9087), 1, + aux_sym_heredoc_redirect_token1, + STATE(4741), 1, + sym__heredoc_expression, + ACTIONS(8935), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3740), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 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, - [147508] = 3, - ACTIONS(63), 1, + [183250] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7187), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7185), 11, + ACTIONS(9055), 1, + aux_sym_concatenation_token1, + ACTIONS(9057), 1, + sym__concat, + STATE(3730), 1, + aux_sym_concatenation_repeat1, + ACTIONS(2018), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2016), 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, - [147532] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [183281] = 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(8945), 1, sym_file_descriptor, + ACTIONS(9089), 1, + aux_sym_heredoc_redirect_token1, + STATE(4653), 1, + sym__heredoc_expression, + ACTIONS(8935), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3740), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 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, + [183316] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7244), 5, - anon_sym_LT_LT, + ACTIONS(9055), 1, + aux_sym_concatenation_token1, + ACTIONS(9091), 1, + sym__concat, + STATE(3737), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1119), 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(7246), 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, + [183347] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9055), 1, + aux_sym_concatenation_token1, + ACTIONS(9057), 1, + sym__concat, + STATE(3727), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4236), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4234), 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, + [183378] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(7354), 5, - anon_sym_LT_LT, + ACTIONS(8945), 1, + sym_file_descriptor, + ACTIONS(9093), 1, + aux_sym_heredoc_redirect_token1, + STATE(4668), 1, + sym__heredoc_expression, + ACTIONS(8935), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3740), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 8, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7356), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [183413] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9055), 1, + aux_sym_concatenation_token1, + ACTIONS(9095), 1, + sym__concat, + STATE(3737), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1113), 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, + [183444] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(7268), 5, - anon_sym_LT_LT, + ACTIONS(8945), 1, + sym_file_descriptor, + ACTIONS(9097), 1, + aux_sym_heredoc_redirect_token1, + STATE(5044), 1, + sym__heredoc_expression, + ACTIONS(8935), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3740), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 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, + [183479] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8945), 1, sym_file_descriptor, + ACTIONS(9099), 1, + aux_sym_heredoc_redirect_token1, + STATE(5020), 1, + sym__heredoc_expression, + ACTIONS(8935), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3740), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 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, + [183514] = 10, + ACTIONS(67), 1, sym_comment, - ACTIONS(7272), 5, - anon_sym_LT_LT, + ACTIONS(5771), 1, + anon_sym_DQUOTE, + ACTIONS(5779), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9043), 1, + anon_sym_LPAREN, + ACTIONS(9045), 1, + anon_sym_DOLLAR, + ACTIONS(9049), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9051), 1, + anon_sym_BQUOTE, + ACTIONS(9053), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9101), 5, + sym_variable_name, + sym__expansion_word, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(4336), 5, + sym_string, + sym_array, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [183553] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9055), 1, + aux_sym_concatenation_token1, + ACTIONS(9057), 1, + sym__concat, + STATE(3727), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4232), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4230), 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, + [183584] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9055), 1, + aux_sym_concatenation_token1, + ACTIONS(9057), 1, + sym__concat, + STATE(3730), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1810), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1808), 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, - [147652] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [183615] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(3067), 5, - anon_sym_LT_LT, + ACTIONS(8945), 1, + sym_file_descriptor, + ACTIONS(9103), 1, + aux_sym_heredoc_redirect_token1, + STATE(4837), 1, + sym__heredoc_expression, + ACTIONS(8935), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3740), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 8, + 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, + [183650] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9105), 1, + aux_sym_concatenation_token1, + ACTIONS(9108), 1, + sym__concat, + STATE(3737), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 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, - [147676] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [183681] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(7177), 5, - anon_sym_LT_LT, + ACTIONS(8945), 1, + sym_file_descriptor, + ACTIONS(9111), 1, + aux_sym_heredoc_redirect_token1, + STATE(4744), 1, + sym__heredoc_expression, + ACTIONS(8935), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8941), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3740), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8937), 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, + [183716] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1131), 3, sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1129), 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, - [147700] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [183740] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(3003), 5, - anon_sym_LT_LT, + ACTIONS(8117), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9119), 1, + sym_file_descriptor, + ACTIONS(8109), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(9116), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3740), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(9113), 8, + 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, + [183772] = 3, + ACTIONS(3), 1, + sym_comment, + 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_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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [183796] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(7294), 5, - anon_sym_LT_LT, + ACTIONS(9122), 1, + sym__special_character, + STATE(3759), 1, + aux_sym__literal_repeat1, + ACTIONS(4236), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4234), 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, + [183824] = 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_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, + aux_sym_concatenation_token1, + [183848] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7290), 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(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, + [183872] = 3, + ACTIONS(3), 1, + sym_comment, + 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_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, + [183896] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7350), 5, - anon_sym_LT_LT, + 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_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, + [183920] = 3, + ACTIONS(3), 1, + sym_comment, + 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_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, + [183944] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 5, - anon_sym_LT_LT, + 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_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, + [183968] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9128), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(9130), 1, + sym_variable_name, + STATE(2412), 1, + sym_subscript, + STATE(4283), 1, + sym_command_substitution, + ACTIONS(9126), 3, + anon_sym_DOLLAR, + anon_sym_0, + anon_sym__, + ACTIONS(9124), 6, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_POUND, + anon_sym_AT2, + [184006] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8229), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8231), 1, + anon_sym_BQUOTE, + ACTIONS(8233), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9136), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(9138), 1, + sym_variable_name, + STATE(4283), 2, + sym_subscript, + sym_command_substitution, + ACTIONS(9134), 3, + anon_sym_DOLLAR, + anon_sym_0, + anon_sym__, + ACTIONS(9132), 6, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_POUND, + anon_sym_AT2, + [184042] = 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, - [147820] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [184066] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 5, - anon_sym_LT_LT, + 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_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, + [184090] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9122), 1, + sym__special_character, + STATE(3759), 1, + aux_sym__literal_repeat1, + ACTIONS(4232), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4230), 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, - [147844] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [184118] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 5, - anon_sym_LT_LT, + 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_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, + [184142] = 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_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, + [184166] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7213), 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(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, + [184190] = 3, + ACTIONS(3), 1, + sym_comment, + 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_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, + aux_sym_concatenation_token1, + [184214] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7336), 5, - anon_sym_LT_LT, + 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_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, + aux_sym_concatenation_token1, + [184238] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9140), 1, + sym__special_character, + STATE(3759), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1210), 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, - [147916] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [184266] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7286), 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(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, + [184290] = 3, + ACTIONS(3), 1, + sym_comment, + 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_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, + aux_sym_concatenation_token1, + [184314] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(6785), 5, - anon_sym_LT_LT, + 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_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, + [184338] = 3, + ACTIONS(3), 1, + sym_comment, + 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_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, + [184362] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7322), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + STATE(4287), 1, + sym_string, + ACTIONS(1091), 2, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7320), 11, + ACTIONS(9145), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9143), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [184391] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4966), 1, + anon_sym_DQUOTE, + STATE(4287), 1, + sym_string, + ACTIONS(1081), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + ACTIONS(9145), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9143), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [184420] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1127), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1125), 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, + sym__special_character, + [184443] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9149), 1, + anon_sym_DOLLAR, + ACTIONS(9151), 1, + anon_sym_DQUOTE, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3869), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184481] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9163), 1, + anon_sym_DOLLAR, + ACTIONS(9165), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184519] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9167), 1, + anon_sym_DOLLAR, + ACTIONS(9169), 1, + anon_sym_DQUOTE, + STATE(3771), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184557] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9171), 1, + anon_sym_DOLLAR, + ACTIONS(9173), 1, + anon_sym_DQUOTE, + STATE(3788), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184595] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9175), 1, + anon_sym_DOLLAR, + ACTIONS(9177), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184633] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9179), 1, + anon_sym_DOLLAR, + ACTIONS(9181), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184671] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9183), 1, + anon_sym_DOLLAR, + ACTIONS(9185), 1, + anon_sym_DQUOTE, + STATE(3836), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184709] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9187), 1, + anon_sym_DOLLAR, + ACTIONS(9189), 1, + anon_sym_DQUOTE, + STATE(3768), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184747] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9191), 1, + anon_sym_DOLLAR, + ACTIONS(9193), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184785] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9195), 1, + anon_sym_DOLLAR, + ACTIONS(9197), 1, + anon_sym_DQUOTE, + STATE(3875), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184823] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9199), 1, + anon_sym_DOLLAR, + ACTIONS(9201), 1, + anon_sym_DQUOTE, + STATE(3849), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184861] = 11, + ACTIONS(3), 1, sym_comment, - ACTIONS(7340), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7338), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [148012] = 3, - ACTIONS(63), 1, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9203), 1, + anon_sym_DOLLAR, + ACTIONS(9205), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184899] = 11, + ACTIONS(3), 1, sym_comment, - ACTIONS(7318), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7316), 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, - [148036] = 6, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9207), 1, + anon_sym_DOLLAR, + ACTIONS(9209), 1, + anon_sym_DQUOTE, + STATE(3781), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184937] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9211), 1, + anon_sym_DOLLAR, + ACTIONS(9213), 1, anon_sym_DQUOTE, - STATE(3759), 1, - sym_string, - ACTIONS(1127), 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, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [184975] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9215), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [148065] = 6, + ACTIONS(9217), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185013] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9219), 1, + anon_sym_DOLLAR, + ACTIONS(9221), 1, anon_sym_DQUOTE, - STATE(3761), 1, - sym_string, - ACTIONS(1127), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - ACTIONS(7769), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185051] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9223), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [148094] = 7, + ACTIONS(9225), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185089] = 11, 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(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9227), 1, + anon_sym_DOLLAR, + ACTIONS(9229), 1, + anon_sym_DQUOTE, + STATE(3817), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185127] = 11, 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(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9231), 1, + anon_sym_DOLLAR, + ACTIONS(9233), 1, + anon_sym_DQUOTE, + STATE(3780), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185165] = 11, 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, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9235), 1, + anon_sym_DOLLAR, + ACTIONS(9237), 1, + anon_sym_DQUOTE, + STATE(3806), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185203] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9239), 1, + anon_sym_DOLLAR, + ACTIONS(9241), 1, anon_sym_DQUOTE, - STATE(3761), 1, - sym_string, - ACTIONS(1137), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - ACTIONS(7769), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185241] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9243), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [148216] = 7, + ACTIONS(9245), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185279] = 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(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9247), 1, + anon_sym_DOLLAR, + ACTIONS(9249), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185317] = 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(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9251), 1, + anon_sym_DOLLAR, + ACTIONS(9253), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185355] = 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(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9255), 1, + anon_sym_DOLLAR, + ACTIONS(9257), 1, + anon_sym_DQUOTE, + STATE(3795), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185393] = 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(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9259), 1, + anon_sym_DOLLAR, + ACTIONS(9261), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185431] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9263), 1, + anon_sym_DOLLAR, + ACTIONS(9265), 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, + STATE(3789), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185469] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9267), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [148369] = 7, + ACTIONS(9269), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185507] = 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(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9271), 1, + anon_sym_DOLLAR, + ACTIONS(9273), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185545] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7795), 1, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9275), 1, anon_sym_DOLLAR, - ACTIONS(7797), 1, + ACTIONS(9277), 1, anon_sym_DQUOTE, - ACTIONS(7799), 1, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [185583] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3293), 1, + ACTIONS(9279), 1, + anon_sym_DOLLAR, + ACTIONS(9281), 1, + anon_sym_DQUOTE, + STATE(3787), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148438] = 11, + [185621] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7809), 1, + ACTIONS(9283), 1, anon_sym_DOLLAR, - ACTIONS(7811), 1, + ACTIONS(9285), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3827), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148476] = 11, + [185659] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7813), 1, + ACTIONS(9287), 1, anon_sym_DOLLAR, - ACTIONS(7815), 1, + ACTIONS(9289), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3808), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148514] = 11, + [185697] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7817), 1, + ACTIONS(9291), 1, anon_sym_DOLLAR, - ACTIONS(7819), 1, + ACTIONS(9293), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148552] = 11, + [185735] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7821), 1, + ACTIONS(9295), 1, anon_sym_DOLLAR, - ACTIONS(7823), 1, + ACTIONS(9297), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3794), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148590] = 11, + [185773] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7825), 1, + ACTIONS(9299), 1, anon_sym_DOLLAR, - ACTIONS(7827), 1, + ACTIONS(9301), 1, anon_sym_DQUOTE, - STATE(3247), 1, + STATE(3805), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148628] = 11, + [185811] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7829), 1, + ACTIONS(9303), 1, anon_sym_DOLLAR, - ACTIONS(7831), 1, + ACTIONS(9305), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3796), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148666] = 11, + [185849] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7833), 1, + ACTIONS(9307), 1, anon_sym_DOLLAR, - ACTIONS(7835), 1, + ACTIONS(9309), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3807), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148704] = 11, + [185887] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7837), 1, + ACTIONS(9311), 1, anon_sym_DOLLAR, - ACTIONS(7839), 1, + ACTIONS(9313), 1, anon_sym_DQUOTE, - STATE(3256), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148742] = 11, + [185925] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7841), 1, + ACTIONS(9315), 1, anon_sym_DOLLAR, - ACTIONS(7843), 1, + ACTIONS(9317), 1, anon_sym_DQUOTE, - STATE(3331), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148780] = 11, + [185963] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7845), 1, + ACTIONS(9319), 1, anon_sym_DOLLAR, - ACTIONS(7847), 1, + ACTIONS(9321), 1, anon_sym_DQUOTE, - STATE(3266), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148818] = 11, + [186001] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7849), 1, + ACTIONS(9323), 1, anon_sym_DOLLAR, - ACTIONS(7851), 1, + ACTIONS(9325), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148856] = 11, + [186039] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7853), 1, + ACTIONS(9327), 1, anon_sym_DOLLAR, - ACTIONS(7855), 1, + ACTIONS(9329), 1, anon_sym_DQUOTE, - STATE(3249), 1, + STATE(3867), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148894] = 11, + [186077] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7857), 1, + ACTIONS(9331), 1, anon_sym_DOLLAR, - ACTIONS(7859), 1, + ACTIONS(9333), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148932] = 11, + [186115] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7861), 1, + ACTIONS(9335), 1, anon_sym_DOLLAR, - ACTIONS(7863), 1, + ACTIONS(9337), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148970] = 11, + [186153] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7865), 1, + ACTIONS(9339), 1, anon_sym_DOLLAR, - ACTIONS(7867), 1, + ACTIONS(9341), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3824), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149008] = 11, + [186191] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7869), 1, + ACTIONS(9343), 1, anon_sym_DOLLAR, - ACTIONS(7871), 1, + ACTIONS(9345), 1, anon_sym_DQUOTE, - STATE(3257), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149046] = 11, + [186229] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7873), 1, + ACTIONS(9347), 1, anon_sym_DOLLAR, - ACTIONS(7875), 1, + ACTIONS(9349), 1, anon_sym_DQUOTE, - STATE(3250), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149084] = 11, + [186267] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7877), 1, + ACTIONS(9351), 1, anon_sym_DOLLAR, - ACTIONS(7879), 1, + ACTIONS(9353), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3818), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149122] = 11, + [186305] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7881), 1, + ACTIONS(9355), 1, anon_sym_DOLLAR, - ACTIONS(7883), 1, + ACTIONS(9357), 1, anon_sym_DQUOTE, - STATE(3281), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149160] = 11, + [186343] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7885), 1, + ACTIONS(9359), 1, anon_sym_DOLLAR, - ACTIONS(7887), 1, + ACTIONS(9361), 1, + anon_sym_DQUOTE, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [186381] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9363), 1, + anon_sym_DOLLAR, + ACTIONS(9365), 1, anon_sym_DQUOTE, - STATE(3254), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149198] = 11, + [186419] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7889), 1, + ACTIONS(9367), 1, anon_sym_DOLLAR, - ACTIONS(7891), 1, + ACTIONS(9369), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3810), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149236] = 11, + [186457] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7893), 1, + ACTIONS(9371), 1, anon_sym_DOLLAR, - ACTIONS(7895), 1, + ACTIONS(9373), 1, anon_sym_DQUOTE, - STATE(3270), 1, + STATE(3772), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149274] = 11, + [186495] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7897), 1, + ACTIONS(9375), 1, anon_sym_DOLLAR, - ACTIONS(7899), 1, + ACTIONS(9377), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149312] = 11, + [186533] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7901), 1, + ACTIONS(9379), 1, anon_sym_DOLLAR, - ACTIONS(7903), 1, + ACTIONS(9381), 1, anon_sym_DQUOTE, - STATE(3246), 1, + STATE(3811), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149350] = 11, + [186571] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7905), 1, + ACTIONS(9383), 1, anon_sym_DOLLAR, - ACTIONS(7907), 1, + ACTIONS(9385), 1, anon_sym_DQUOTE, - STATE(3277), 1, + STATE(3783), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149388] = 11, + [186609] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7909), 1, + ACTIONS(9387), 1, anon_sym_DOLLAR, - ACTIONS(7911), 1, + ACTIONS(9389), 1, anon_sym_DQUOTE, - STATE(3264), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149426] = 11, + [186647] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7913), 1, + ACTIONS(9391), 1, anon_sym_DOLLAR, - ACTIONS(7915), 1, + ACTIONS(9393), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3782), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149464] = 11, + [186685] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7920), 1, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9395), 1, anon_sym_DOLLAR, - ACTIONS(7923), 1, + ACTIONS(9397), 1, anon_sym_DQUOTE, - ACTIONS(7925), 1, + STATE(3830), 1, + aux_sym_string_repeat1, + ACTIONS(9147), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [186723] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7928), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7931), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7934), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7937), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3271), 1, + ACTIONS(9399), 1, + anon_sym_DOLLAR, + ACTIONS(9401), 1, + anon_sym_DQUOTE, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7917), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149502] = 11, + [186761] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7940), 1, + ACTIONS(9403), 1, anon_sym_DOLLAR, - ACTIONS(7942), 1, + ACTIONS(9405), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3832), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149540] = 11, + [186799] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7944), 1, + ACTIONS(9407), 1, anon_sym_DOLLAR, - ACTIONS(7946), 1, + ACTIONS(9409), 1, anon_sym_DQUOTE, - STATE(3325), 1, + STATE(3847), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149578] = 11, + [186837] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7948), 1, + ACTIONS(9411), 1, anon_sym_DOLLAR, - ACTIONS(7950), 1, + ACTIONS(9413), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149616] = 11, + [186875] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7952), 1, + ACTIONS(9415), 1, anon_sym_DOLLAR, - ACTIONS(7954), 1, + ACTIONS(9417), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149654] = 11, + [186913] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7956), 1, + ACTIONS(9419), 1, anon_sym_DOLLAR, - ACTIONS(7958), 1, + ACTIONS(9421), 1, anon_sym_DQUOTE, - STATE(3274), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149692] = 11, + [186951] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7960), 1, + ACTIONS(9423), 1, anon_sym_DOLLAR, - ACTIONS(7962), 1, + ACTIONS(9425), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3855), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149730] = 11, + [186989] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7964), 1, + ACTIONS(9427), 1, anon_sym_DOLLAR, - ACTIONS(7966), 1, + ACTIONS(9429), 1, anon_sym_DQUOTE, - STATE(3272), 1, + STATE(3846), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149768] = 11, + [187027] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7968), 1, + ACTIONS(9431), 1, anon_sym_DOLLAR, - ACTIONS(7970), 1, + ACTIONS(9433), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3831), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149806] = 11, + [187065] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7972), 1, + ACTIONS(9435), 1, anon_sym_DOLLAR, - ACTIONS(7974), 1, + ACTIONS(9437), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149844] = 11, + [187103] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7976), 1, + ACTIONS(9439), 1, anon_sym_DOLLAR, - ACTIONS(7978), 1, + ACTIONS(9441), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3778), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149882] = 11, + [187141] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7980), 1, + ACTIONS(9443), 1, anon_sym_DOLLAR, - ACTIONS(7982), 1, + ACTIONS(9445), 1, anon_sym_DQUOTE, - STATE(3287), 1, + STATE(3775), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149920] = 11, + [187179] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7984), 1, + ACTIONS(9447), 1, anon_sym_DOLLAR, - ACTIONS(7986), 1, + ACTIONS(9449), 1, anon_sym_DQUOTE, - STATE(3258), 1, + STATE(3865), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149958] = 11, + [187217] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7988), 1, + ACTIONS(9451), 1, anon_sym_DOLLAR, - ACTIONS(7990), 1, + ACTIONS(9453), 1, anon_sym_DQUOTE, - STATE(3289), 1, + STATE(3821), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149996] = 11, + [187255] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9458), 1, + anon_sym_DOLLAR, + ACTIONS(9461), 1, + anon_sym_DQUOTE, + ACTIONS(9463), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9466), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9469), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9472), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9475), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7992), 1, + STATE(3841), 1, + aux_sym_string_repeat1, + ACTIONS(9455), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4085), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [187293] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9153), 1, + sym__string_content, + ACTIONS(9155), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9157), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9159), 1, + anon_sym_BQUOTE, + ACTIONS(9161), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9478), 1, anon_sym_DOLLAR, - ACTIONS(7994), 1, + ACTIONS(9480), 1, anon_sym_DQUOTE, - STATE(3279), 1, + STATE(3845), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150034] = 11, + [187331] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7996), 1, + ACTIONS(9482), 1, anon_sym_DOLLAR, - ACTIONS(7998), 1, + ACTIONS(9484), 1, anon_sym_DQUOTE, - STATE(3280), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150072] = 11, + [187369] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1810), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1808), 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, + [187391] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8000), 1, + ACTIONS(9486), 1, anon_sym_DOLLAR, - ACTIONS(8002), 1, + ACTIONS(9488), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150110] = 11, + [187429] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8004), 1, + ACTIONS(9490), 1, anon_sym_DOLLAR, - ACTIONS(8006), 1, + ACTIONS(9492), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150148] = 11, + [187467] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8008), 1, + ACTIONS(9494), 1, anon_sym_DOLLAR, - ACTIONS(8010), 1, + ACTIONS(9496), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150186] = 11, + [187505] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8012), 1, + ACTIONS(9498), 1, anon_sym_DOLLAR, - ACTIONS(8014), 1, + ACTIONS(9500), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150224] = 11, + [187543] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8016), 1, + ACTIONS(9502), 1, anon_sym_DOLLAR, - ACTIONS(8018), 1, + ACTIONS(9504), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150262] = 11, + [187581] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8020), 1, + ACTIONS(9506), 1, anon_sym_DOLLAR, - ACTIONS(8022), 1, + ACTIONS(9508), 1, anon_sym_DQUOTE, - STATE(3299), 1, + STATE(3852), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150300] = 11, + [187619] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8024), 1, + ACTIONS(9510), 1, anon_sym_DOLLAR, - ACTIONS(8026), 1, + ACTIONS(9512), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3813), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150338] = 11, + [187657] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8028), 1, + ACTIONS(9514), 1, anon_sym_DOLLAR, - ACTIONS(8030), 1, + ACTIONS(9516), 1, anon_sym_DQUOTE, - STATE(3290), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150376] = 11, + [187695] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8032), 1, + ACTIONS(9518), 1, anon_sym_DOLLAR, - ACTIONS(8034), 1, + ACTIONS(9520), 1, anon_sym_DQUOTE, - STATE(3296), 1, + STATE(3858), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150414] = 11, + [187733] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8036), 1, + ACTIONS(9522), 1, anon_sym_DOLLAR, - ACTIONS(8038), 1, + ACTIONS(9524), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3800), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150452] = 11, + [187771] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8040), 1, + ACTIONS(9526), 1, anon_sym_DOLLAR, - ACTIONS(8042), 1, + ACTIONS(9528), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150490] = 11, + [187809] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8044), 1, + ACTIONS(9530), 1, anon_sym_DOLLAR, - ACTIONS(8046), 1, + ACTIONS(9532), 1, anon_sym_DQUOTE, - STATE(3291), 1, + STATE(3877), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150528] = 11, + [187847] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8048), 1, + ACTIONS(9534), 1, anon_sym_DOLLAR, - ACTIONS(8050), 1, + ACTIONS(9536), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3848), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150566] = 11, + [187885] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8052), 1, + ACTIONS(9538), 1, anon_sym_DOLLAR, - ACTIONS(8054), 1, + ACTIONS(9540), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150604] = 6, + [187923] = 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(2018), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 9, + ACTIONS(2016), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -181420,909 +216748,1081 @@ 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, + [187945] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8060), 1, + ACTIONS(9542), 1, anon_sym_DOLLAR, - ACTIONS(8062), 1, + ACTIONS(9544), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3862), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150670] = 11, + [187983] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8064), 1, + ACTIONS(9546), 1, anon_sym_DOLLAR, - ACTIONS(8066), 1, + ACTIONS(9548), 1, anon_sym_DQUOTE, - STATE(3308), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150708] = 11, + [188021] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8068), 1, + ACTIONS(9550), 1, anon_sym_DOLLAR, - ACTIONS(8070), 1, + ACTIONS(9552), 1, anon_sym_DQUOTE, - STATE(3297), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150746] = 11, + [188059] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8072), 1, + ACTIONS(9554), 1, anon_sym_DOLLAR, - ACTIONS(8074), 1, + ACTIONS(9556), 1, anon_sym_DQUOTE, - STATE(3315), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150784] = 11, + [188097] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8076), 1, + ACTIONS(9558), 1, anon_sym_DOLLAR, - ACTIONS(8078), 1, + ACTIONS(9560), 1, anon_sym_DQUOTE, - STATE(3310), 1, + STATE(3790), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150822] = 11, + [188135] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8080), 1, + ACTIONS(9562), 1, anon_sym_DOLLAR, - ACTIONS(8082), 1, + ACTIONS(9564), 1, anon_sym_DQUOTE, - STATE(3302), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150860] = 11, + [188173] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8084), 1, + ACTIONS(9566), 1, anon_sym_DOLLAR, - ACTIONS(8086), 1, + ACTIONS(9568), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150898] = 11, + [188211] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8088), 1, + ACTIONS(9570), 1, anon_sym_DOLLAR, - ACTIONS(8090), 1, + ACTIONS(9572), 1, anon_sym_DQUOTE, - STATE(3319), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150936] = 11, + [188249] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8092), 1, + ACTIONS(9574), 1, anon_sym_DOLLAR, - ACTIONS(8094), 1, + ACTIONS(9576), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3861), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150974] = 11, + [188287] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8096), 1, + ACTIONS(9578), 1, anon_sym_DOLLAR, - ACTIONS(8098), 1, + ACTIONS(9580), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151012] = 11, + [188325] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8100), 1, + ACTIONS(9582), 1, anon_sym_DOLLAR, - ACTIONS(8102), 1, + ACTIONS(9584), 1, anon_sym_DQUOTE, - STATE(3321), 1, + STATE(3873), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151050] = 11, + [188363] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8104), 1, + ACTIONS(9586), 1, anon_sym_DOLLAR, - ACTIONS(8106), 1, + ACTIONS(9588), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3863), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151088] = 11, + [188401] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8108), 1, + ACTIONS(9590), 1, anon_sym_DOLLAR, - ACTIONS(8110), 1, + ACTIONS(9592), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3792), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151126] = 11, + [188439] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8112), 1, + ACTIONS(9594), 1, anon_sym_DOLLAR, - ACTIONS(8114), 1, + ACTIONS(9596), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151164] = 11, + [188477] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8116), 1, + ACTIONS(9598), 1, anon_sym_DOLLAR, - ACTIONS(8118), 1, + ACTIONS(9600), 1, anon_sym_DQUOTE, - STATE(3313), 1, + STATE(3843), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151202] = 11, + [188515] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8120), 1, + ACTIONS(9602), 1, anon_sym_DOLLAR, - ACTIONS(8122), 1, + ACTIONS(9604), 1, anon_sym_DQUOTE, - STATE(3311), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151240] = 11, + [188553] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8124), 1, + ACTIONS(9606), 1, anon_sym_DOLLAR, - ACTIONS(8126), 1, + ACTIONS(9608), 1, anon_sym_DQUOTE, - STATE(3300), 1, + STATE(3885), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151278] = 11, + [188591] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8128), 1, + ACTIONS(9610), 1, anon_sym_DOLLAR, - ACTIONS(8130), 1, + ACTIONS(9612), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151316] = 11, + [188629] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8132), 1, + ACTIONS(9614), 1, anon_sym_DOLLAR, - ACTIONS(8134), 1, + ACTIONS(9616), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3866), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151354] = 11, + [188667] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8136), 1, + ACTIONS(9618), 1, anon_sym_DOLLAR, - ACTIONS(8138), 1, + ACTIONS(9620), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151392] = 11, + [188705] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8140), 1, + ACTIONS(9622), 1, anon_sym_DOLLAR, - ACTIONS(8142), 1, + ACTIONS(9624), 1, anon_sym_DQUOTE, - STATE(3327), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151430] = 11, + [188743] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8144), 1, + ACTIONS(9626), 1, anon_sym_DOLLAR, - ACTIONS(8146), 1, + ACTIONS(9628), 1, anon_sym_DQUOTE, - STATE(3314), 1, + STATE(3880), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151468] = 11, + [188781] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8148), 1, + ACTIONS(9630), 1, anon_sym_DOLLAR, - ACTIONS(8150), 1, + ACTIONS(9632), 1, anon_sym_DQUOTE, - STATE(3330), 1, + STATE(3816), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151506] = 11, + [188819] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8152), 1, + ACTIONS(9634), 1, anon_sym_DOLLAR, - ACTIONS(8154), 1, + ACTIONS(9636), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3814), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151544] = 11, + [188857] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8156), 1, + ACTIONS(9638), 1, anon_sym_DOLLAR, - ACTIONS(8158), 1, + ACTIONS(9640), 1, anon_sym_DQUOTE, - STATE(3320), 1, + STATE(3879), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151582] = 11, + [188895] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9153), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(9157), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(9159), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(9161), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8160), 1, + ACTIONS(9642), 1, anon_sym_DOLLAR, - ACTIONS(8162), 1, + ACTIONS(9644), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3841), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9147), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(4085), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151620] = 11, + [188933] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4904), 1, + anon_sym_DQUOTE, + STATE(2461), 1, + sym_string, + ACTIONS(4906), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4902), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [188958] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9648), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(7801), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, - anon_sym_BQUOTE, - ACTIONS(7807), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8164), 1, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(8166), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [188983] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9548), 1, anon_sym_DQUOTE, - STATE(3271), 1, - aux_sym_string_repeat1, - ACTIONS(7793), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, - sym_arithmetic_expansion, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [151658] = 11, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189008] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9552), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(7801), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, - anon_sym_BQUOTE, - ACTIONS(7807), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8168), 1, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(8170), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189033] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9504), 1, anon_sym_DQUOTE, - STATE(3261), 1, - aux_sym_string_repeat1, - ACTIONS(7793), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, - sym_arithmetic_expansion, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [151696] = 11, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189058] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(7801), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, - anon_sym_BQUOTE, - ACTIONS(7807), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8172), 1, + ACTIONS(9654), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189083] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9556), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(8174), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189108] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9656), 1, anon_sym_DQUOTE, - STATE(3271), 1, - aux_sym_string_repeat1, - ACTIONS(7793), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, - sym_arithmetic_expansion, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [151734] = 11, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189133] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5168), 1, + anon_sym_DQUOTE, + STATE(2969), 1, + sym_string, + ACTIONS(5170), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5166), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189158] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2323), 1, + anon_sym_DQUOTE, + STATE(1394), 1, + sym_string, + ACTIONS(2742), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2740), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189183] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(7801), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, - anon_sym_BQUOTE, - ACTIONS(7807), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8176), 1, + ACTIONS(9658), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(8178), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189208] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4966), 1, anon_sym_DQUOTE, - STATE(3271), 1, - aux_sym_string_repeat1, - ACTIONS(7793), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, - sym_arithmetic_expansion, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [151772] = 11, + STATE(4287), 1, + sym_string, + ACTIONS(9145), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9143), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189233] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(7801), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, - anon_sym_BQUOTE, - ACTIONS(7807), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8180), 1, + ACTIONS(9660), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(8182), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189258] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2778), 1, anon_sym_DQUOTE, - STATE(3328), 1, - aux_sym_string_repeat1, - ACTIONS(7793), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, - sym_arithmetic_expansion, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [151810] = 11, + STATE(1525), 1, + sym_string, + ACTIONS(3111), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3109), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189283] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9365), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(7801), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, - anon_sym_BQUOTE, - ACTIONS(7807), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8184), 1, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(8186), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189308] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3732), 1, anon_sym_DQUOTE, - STATE(3275), 1, - aux_sym_string_repeat1, - ACTIONS(7793), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, - sym_arithmetic_expansion, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [151848] = 11, + STATE(1871), 1, + sym_string, + ACTIONS(3734), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3730), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189333] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(7801), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, - anon_sym_BQUOTE, - ACTIONS(7807), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8188), 1, + ACTIONS(9662), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(8190), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189358] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9664), 1, anon_sym_DQUOTE, - STATE(3244), 1, - aux_sym_string_repeat1, - ACTIONS(7793), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, - sym_arithmetic_expansion, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [151886] = 5, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189383] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(2877), 1, anon_sym_DQUOTE, - STATE(3761), 1, + STATE(1387), 1, sym_string, - ACTIONS(7769), 2, + ACTIONS(2879), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(2875), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182332,17 +217832,239 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151911] = 5, + [189408] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7851), 1, + ACTIONS(9516), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189433] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9596), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189458] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9666), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189483] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2538), 1, + anon_sym_DQUOTE, + STATE(1192), 1, + sym_string, + ACTIONS(2540), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2536), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189508] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7023), 1, + anon_sym_DQUOTE, + STATE(3503), 1, + sym_string, + ACTIONS(7025), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(7021), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189533] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9668), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189558] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9488), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189583] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9421), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189608] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9670), 1, + anon_sym_LT_LT, + ACTIONS(9678), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9680), 1, + anon_sym_LT_LT_LT, + ACTIONS(9676), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9672), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9674), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [189637] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9682), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189662] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9684), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189687] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1312), 1, + anon_sym_DQUOTE, + STATE(938), 1, + sym_string, + ACTIONS(2210), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2208), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182352,17 +218074,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151936] = 5, + [189712] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8198), 1, + ACTIONS(9686), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189737] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6421), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(3523), 1, + sym_string, + ACTIONS(6423), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(6419), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182372,17 +218114,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151961] = 5, + [189762] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8062), 1, + ACTIONS(9492), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189787] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9688), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189812] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3709), 1, + anon_sym_DQUOTE, + STATE(1861), 1, + sym_string, + ACTIONS(3711), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3707), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182392,17 +218174,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151986] = 5, + [189837] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8200), 1, + ACTIONS(9690), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182412,17 +218194,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152011] = 5, + [189862] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8110), 1, + ACTIONS(9357), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182432,17 +218214,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152036] = 5, + [189887] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 1, + ACTIONS(5648), 1, anon_sym_DQUOTE, - STATE(2741), 1, + STATE(3340), 1, sym_string, - ACTIONS(4373), 2, + ACTIONS(6073), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4371), 9, + ACTIONS(6071), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182452,17 +218234,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152061] = 5, + [189912] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8202), 1, + ACTIONS(9692), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182472,17 +218254,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152086] = 5, + [189937] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8138), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9694), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [189962] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9696), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182492,17 +218294,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152111] = 5, + [189987] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(1512), 1, anon_sym_DQUOTE, - STATE(873), 1, + STATE(898), 1, sym_string, - ACTIONS(2309), 2, + ACTIONS(1876), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2307), 9, + ACTIONS(1874), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182512,17 +218314,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152136] = 5, + [190012] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8166), 1, + ACTIONS(9313), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [190037] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + STATE(931), 1, + sym_string, + ACTIONS(1824), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(1822), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182532,17 +218354,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152161] = 5, + [190062] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(3004), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(3067), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(5459), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2129), 9, + ACTIONS(5457), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182552,17 +218374,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152186] = 5, + [190087] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8098), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9698), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182572,17 +218394,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152211] = 5, + [190112] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8130), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1516), 1, + sym_string, + ACTIONS(3026), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3024), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182592,17 +218414,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152236] = 5, + [190137] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8204), 1, + ACTIONS(9700), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182612,17 +218434,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152261] = 5, + [190162] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7879), 1, + ACTIONS(5270), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(2943), 1, + sym_string, + ACTIONS(5272), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(5268), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182632,17 +218454,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152286] = 5, + [190187] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8206), 1, + ACTIONS(9702), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182652,17 +218474,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152311] = 5, + [190212] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9277), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8208), 1, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [190237] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9273), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182672,17 +218514,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152336] = 5, + [190262] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9670), 1, + anon_sym_LT_LT, + ACTIONS(9678), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9710), 1, + anon_sym_LT_LT_LT, + ACTIONS(9708), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9704), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9706), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [190291] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7835), 1, + ACTIONS(9241), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182692,17 +218556,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152361] = 5, + [190316] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8210), 1, + ACTIONS(9712), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182712,17 +218576,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152386] = 5, + [190341] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8038), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9714), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182732,17 +218596,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152411] = 5, + [190366] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8162), 1, + ACTIONS(9193), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182752,17 +218616,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152436] = 5, + [190391] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8212), 1, + ACTIONS(9217), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182772,17 +218636,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152461] = 5, + [190416] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5138), 1, + ACTIONS(9205), 1, anon_sym_DQUOTE, - STATE(2924), 1, - sym_string, - ACTIONS(5140), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5136), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182792,17 +218656,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152486] = 5, + [190441] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, + ACTIONS(3212), 1, anon_sym_DQUOTE, - STATE(1444), 1, + STATE(1595), 1, sym_string, - ACTIONS(2721), 2, + ACTIONS(3214), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, + ACTIONS(3210), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182812,17 +218676,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152511] = 5, + [190466] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7743), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9716), 1, anon_sym_DQUOTE, - STATE(3618), 1, - sym_string, - ACTIONS(7745), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7741), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182832,17 +218696,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152536] = 5, + [190491] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4109), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9718), 1, anon_sym_DQUOTE, - STATE(2517), 1, - sym_string, - ACTIONS(4111), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182852,17 +218716,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152561] = 5, + [190516] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8214), 1, + ACTIONS(9720), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182872,17 +218736,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152586] = 5, + [190541] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8094), 1, + ACTIONS(9177), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182892,17 +218756,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152611] = 5, + [190566] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8106), 1, + ACTIONS(9181), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182912,17 +218776,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152636] = 5, + [190591] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8216), 1, + ACTIONS(6427), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(3525), 1, + sym_string, + ACTIONS(6429), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(6425), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182932,17 +218796,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152661] = 5, + [190616] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3781), 1, + ACTIONS(9165), 1, anon_sym_DQUOTE, - STATE(2080), 1, - sym_string, - ACTIONS(3783), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3779), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182952,17 +218816,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152686] = 5, + [190641] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 1, + ACTIONS(3992), 1, anon_sym_DQUOTE, - STATE(1534), 1, + STATE(1932), 1, sym_string, - ACTIONS(2747), 2, + ACTIONS(3994), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2743), 9, + ACTIONS(3990), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182972,17 +218836,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152711] = 5, + [190666] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8134), 1, + ACTIONS(1286), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + STATE(780), 1, + sym_string, + ACTIONS(1754), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1752), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [190691] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9722), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182992,17 +218876,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152736] = 5, + [190716] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(9413), 1, anon_sym_DQUOTE, - STATE(719), 1, - sym_string, - ACTIONS(2095), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2093), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183012,17 +218896,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152761] = 5, + [190741] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8218), 1, + ACTIONS(9724), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183032,17 +218916,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152786] = 5, + [190766] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8220), 1, + ACTIONS(9726), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183052,17 +218936,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152811] = 5, + [190791] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8018), 1, + ACTIONS(9417), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [190816] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3697), 1, + anon_sym_DQUOTE, + STATE(1822), 1, + sym_string, + ACTIONS(3699), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3695), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183072,17 +218976,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152836] = 5, + [190841] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8222), 1, + ACTIONS(9728), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183092,17 +218996,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152861] = 5, + [190866] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8026), 1, + ACTIONS(9528), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183112,17 +219016,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152886] = 5, + [190891] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(9081), 1, anon_sym_DQUOTE, - STATE(812), 1, + STATE(4161), 1, sym_string, - ACTIONS(2087), 2, + ACTIONS(9083), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2083), 9, + ACTIONS(9079), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183132,17 +219036,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152911] = 5, + [190916] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8224), 1, + ACTIONS(9572), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183152,17 +219056,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152936] = 5, + [190941] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8226), 1, + ACTIONS(9730), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183172,17 +219076,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152961] = 5, + [190966] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(9620), 1, anon_sym_DQUOTE, - STATE(3759), 1, - sym_string, - ACTIONS(7765), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7763), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183192,17 +219096,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152986] = 5, + [190991] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9670), 1, + anon_sym_LT_LT, + ACTIONS(9678), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9738), 1, + anon_sym_LT_LT_LT, + ACTIONS(9736), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9732), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9734), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [191020] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8086), 1, + ACTIONS(9742), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(4607), 1, + sym_string, + ACTIONS(9744), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9740), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183212,17 +219138,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153011] = 5, + [191045] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7974), 1, + ACTIONS(1085), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(376), 1, + sym_string, + ACTIONS(1087), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(1083), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183232,17 +219158,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153036] = 5, + [191070] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8228), 1, + ACTIONS(9746), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183252,17 +219178,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153061] = 5, + [191095] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 1, + ACTIONS(9253), 1, anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183272,17 +219198,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153086] = 5, + [191120] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8042), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9748), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183292,38 +219218,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153111] = 6, + [191145] = 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(9321), 1, + anon_sym_DQUOTE, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9646), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [191170] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 1, + ACTIONS(9604), 1, anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(2815), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183333,17 +219258,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153163] = 5, + [191195] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(9317), 1, anon_sym_DQUOTE, - STATE(762), 1, - sym_string, - ACTIONS(1861), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1859), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183353,17 +219278,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153188] = 5, + [191220] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9750), 1, + anon_sym_LT_LT, + ACTIONS(9758), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9760), 1, + anon_sym_LT_LT_LT, + ACTIONS(9756), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9752), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9754), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [191249] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8230), 1, + ACTIONS(9337), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183373,38 +219320,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153213] = 6, - ACTIONS(3), 1, + [191274] = 7, + ACTIONS(67), 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, + ACTIONS(9762), 1, + anon_sym_LT_LT, + ACTIONS(9770), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9772), 1, + anon_sym_LT_LT_LT, + ACTIONS(9768), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9764), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9766), 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, - [153240] = 5, + [191303] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8232), 1, + ACTIONS(2431), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(3083), 1, + sym_string, + ACTIONS(5200), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(5198), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183414,17 +219362,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153265] = 5, + [191328] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7962), 1, + ACTIONS(3570), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1848), 1, + sym_string, + ACTIONS(3572), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3568), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183434,17 +219382,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153290] = 5, + [191353] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8234), 1, + ACTIONS(9333), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183454,17 +219402,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153315] = 5, + [191378] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8236), 1, + ACTIONS(9774), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183474,17 +219422,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153340] = 5, + [191403] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1143), 1, + ACTIONS(2186), 1, anon_sym_DQUOTE, - STATE(376), 1, + STATE(1230), 1, sym_string, - ACTIONS(1145), 2, + ACTIONS(2746), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1141), 9, + ACTIONS(2744), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183494,17 +219442,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153365] = 5, + [191428] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7867), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9776), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183514,17 +219462,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153390] = 5, + [191453] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(4412), 1, anon_sym_DQUOTE, - STATE(1687), 1, + STATE(2358), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(4616), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2884), 9, + ACTIONS(4614), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183534,58 +219482,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153415] = 5, + [191478] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7819), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [153440] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8058), 1, - sym__concat, - STATE(3420), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [153467] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8178), 1, + ACTIONS(9778), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183595,17 +219502,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153492] = 5, + [191503] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8238), 1, + ACTIONS(2459), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1339), 1, + sym_string, + ACTIONS(3167), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3165), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183615,17 +219522,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153517] = 5, + [191528] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8014), 1, + ACTIONS(9568), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183635,78 +219542,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153542] = 6, - ACTIONS(3), 1, + [191553] = 7, + ACTIONS(67), 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, + ACTIONS(9670), 1, + anon_sym_LT_LT, + ACTIONS(9678), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9786), 1, + anon_sym_LT_LT_LT, + ACTIONS(9784), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9780), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9782), 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, - [153569] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - STATE(336), 1, - sym_string, - ACTIONS(1133), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1129), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [153594] = 5, + [191582] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8240), 1, + ACTIONS(9612), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [153619] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8242), 1, - anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183716,17 +219584,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153644] = 5, + [191607] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8244), 1, + ACTIONS(9788), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183736,17 +219604,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153669] = 5, + [191632] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8114), 1, + ACTIONS(9644), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183756,17 +219624,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153694] = 5, + [191657] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7823), 1, + ACTIONS(9349), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183776,17 +219644,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153719] = 5, + [191682] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 1, + ACTIONS(9221), 1, anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(3995), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183796,17 +219664,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153744] = 5, + [191707] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8246), 1, + ACTIONS(9790), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183816,37 +219684,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153769] = 5, + [191732] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5763), 1, + ACTIONS(9361), 1, anon_sym_DQUOTE, - STATE(3139), 1, - sym_string, - ACTIONS(5765), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [153794] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8248), 1, - anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183856,17 +219704,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153819] = 5, + [191757] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5132), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9792), 1, anon_sym_DQUOTE, - STATE(3105), 1, - sym_string, - ACTIONS(5134), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183876,17 +219724,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153844] = 5, + [191782] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8010), 1, + ACTIONS(9389), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183896,17 +219744,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153869] = 5, + [191807] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8250), 1, + ACTIONS(9794), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183916,38 +219764,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, + [191832] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(1097), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(409), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(1099), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2449), 9, + ACTIONS(1095), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183957,17 +219784,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153946] = 5, + [191857] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7970), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9796), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183977,17 +219804,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153971] = 5, + [191882] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(4568), 1, anon_sym_DQUOTE, - STATE(1496), 1, + STATE(3745), 1, sym_string, - ACTIONS(2677), 2, + ACTIONS(8000), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2673), 9, + ACTIONS(7998), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183997,17 +219824,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153996] = 5, + [191907] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8258), 1, + ACTIONS(2351), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1372), 1, + sym_string, + ACTIONS(2967), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2965), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184017,38 +219844,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, + [191932] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8262), 1, + ACTIONS(9798), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184058,38 +219864,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154073] = 6, + [191957] = 5, 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2424), 1, + ACTIONS(4094), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(1814), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(4096), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2422), 9, + ACTIONS(4092), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184099,17 +219884,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154125] = 5, + [191982] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7978), 1, + ACTIONS(9496), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184119,17 +219904,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154150] = 5, + [192007] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8266), 1, + ACTIONS(9624), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184139,17 +219924,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154175] = 5, + [192032] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8268), 1, + ACTIONS(9800), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184159,37 +219944,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154200] = 5, + [192057] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8002), 1, + ACTIONS(9580), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [154225] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8270), 1, - anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184199,17 +219964,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154250] = 5, + [192082] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(9564), 1, anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(4189), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184219,17 +219984,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154275] = 5, + [192107] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9802), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184239,17 +220004,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154300] = 5, + [192132] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1163), 1, + ACTIONS(4042), 1, anon_sym_DQUOTE, - STATE(394), 1, + STATE(1972), 1, sym_string, - ACTIONS(1165), 2, + ACTIONS(4044), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1161), 9, + ACTIONS(4040), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184259,17 +220024,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154325] = 5, + [192157] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9804), 1, + anon_sym_LT_LT, + ACTIONS(9812), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9814), 1, + anon_sym_LT_LT_LT, + ACTIONS(9810), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9806), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9808), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [192186] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(9437), 1, anon_sym_DQUOTE, - STATE(1196), 1, - sym_string, - ACTIONS(2362), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2358), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184279,17 +220066,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154350] = 5, + [192211] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9816), 1, anon_sym_DQUOTE, - STATE(1215), 1, - sym_string, - ACTIONS(2455), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2453), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184299,17 +220086,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154375] = 5, + [192236] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7950), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9818), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184319,17 +220106,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154400] = 5, + [192261] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8154), 1, + ACTIONS(1600), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1104), 1, + sym_string, + ACTIONS(2850), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2848), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184339,17 +220126,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154425] = 5, + [192286] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8272), 1, + ACTIONS(1890), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1023), 1, + sym_string, + ACTIONS(2313), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2311), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184359,17 +220146,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154450] = 5, + [192311] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7954), 1, + ACTIONS(1260), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(739), 1, + sym_string, + ACTIONS(1502), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(1500), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184379,17 +220166,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154475] = 5, + [192336] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8274), 1, + ACTIONS(9820), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184399,17 +220186,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154500] = 5, + [192361] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7811), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9822), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184419,17 +220206,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154525] = 5, + [192386] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8276), 1, + ACTIONS(1424), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1051), 1, + sym_string, + ACTIONS(2544), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2542), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184439,17 +220226,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154550] = 5, + [192411] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(1632), 1, anon_sym_DQUOTE, - STATE(957), 1, + STATE(1149), 1, sym_string, - ACTIONS(2400), 2, + ACTIONS(2947), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2398), 9, + ACTIONS(2945), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184459,17 +220246,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154575] = 5, + [192436] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8278), 1, + ACTIONS(9225), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184479,17 +220266,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154600] = 5, + [192461] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8280), 1, + ACTIONS(9213), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184499,17 +220286,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154625] = 5, + [192486] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 1, + ACTIONS(2214), 1, anon_sym_DQUOTE, - STATE(972), 1, + STATE(1015), 1, sym_string, - ACTIONS(2404), 2, + ACTIONS(2216), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2402), 9, + ACTIONS(2212), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184519,17 +220306,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154650] = 5, + [192511] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8006), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9824), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184539,17 +220326,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154675] = 5, + [192536] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5262), 1, + ACTIONS(2856), 1, anon_sym_DQUOTE, - STATE(3082), 1, + STATE(1270), 1, sym_string, - ACTIONS(5264), 2, + ACTIONS(2858), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 9, + ACTIONS(2854), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184559,17 +220346,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154700] = 5, + [192561] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(9245), 1, anon_sym_DQUOTE, - STATE(950), 1, - sym_string, - ACTIONS(2198), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2194), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184579,17 +220366,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154725] = 5, + [192586] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9826), 1, anon_sym_DQUOTE, - STATE(1592), 1, - sym_string, - ACTIONS(2947), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2943), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184599,17 +220386,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154750] = 5, + [192611] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7915), 1, + ACTIONS(9249), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184619,17 +220406,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154775] = 5, + [192636] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8282), 1, + ACTIONS(9261), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184639,17 +220426,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154800] = 5, + [192661] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7891), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9828), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184659,17 +220446,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154825] = 5, + [192686] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9670), 1, + anon_sym_LT_LT, + ACTIONS(9678), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9836), 1, + anon_sym_LT_LT_LT, + ACTIONS(9834), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9830), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9832), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [192715] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7831), 1, + ACTIONS(9401), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184679,17 +220488,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154850] = 5, + [192740] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8284), 1, + ACTIONS(3955), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(2060), 1, + sym_string, + ACTIONS(3957), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3953), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184699,17 +220508,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154875] = 5, + [192765] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7859), 1, + ACTIONS(9269), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184719,17 +220528,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154900] = 5, + [192790] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9838), 1, anon_sym_DQUOTE, - STATE(1637), 1, - sym_string, - ACTIONS(3011), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3007), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184739,17 +220548,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154925] = 5, + [192815] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7899), 1, + ACTIONS(9293), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184759,17 +220568,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154950] = 5, + [192840] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(9540), 1, anon_sym_DQUOTE, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184779,17 +220588,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154975] = 5, + [192865] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(9325), 1, anon_sym_DQUOTE, - STATE(620), 1, - sym_string, - ACTIONS(1781), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1779), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184799,17 +220608,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155000] = 5, + [192890] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8286), 1, + ACTIONS(228), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(2059), 1, + sym_string, + ACTIONS(4116), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(4114), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184819,17 +220628,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155025] = 5, + [192915] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8288), 1, + ACTIONS(9840), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184839,17 +220648,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155050] = 5, + [192940] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8290), 1, + ACTIONS(9842), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184859,17 +220668,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155075] = 5, + [192965] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8174), 1, + ACTIONS(9377), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184879,17 +220688,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155100] = 5, + [192990] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7298), 1, + ACTIONS(2158), 1, anon_sym_DQUOTE, - STATE(3493), 1, + STATE(1153), 1, sym_string, - ACTIONS(7300), 2, + ACTIONS(2534), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7296), 9, + ACTIONS(2532), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184899,17 +220708,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155125] = 5, + [193015] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8292), 1, + ACTIONS(9844), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184919,17 +220728,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155150] = 5, + [193040] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9846), 1, anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2376), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184939,17 +220748,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155175] = 5, + [193065] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9804), 1, + anon_sym_LT_LT, + ACTIONS(9812), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9854), 1, + anon_sym_LT_LT_LT, + ACTIONS(9852), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9848), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9850), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [193094] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9856), 1, anon_sym_DQUOTE, - STATE(900), 1, - sym_string, - ACTIONS(2192), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2190), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184959,17 +220790,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155200] = 5, + [193119] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8054), 1, + ACTIONS(9484), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184979,17 +220810,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155225] = 5, + [193144] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7863), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9858), 1, + anon_sym_DQUOTE, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184999,17 +220830,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155250] = 5, + [193169] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(6609), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(3620), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(6611), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2089), 9, + ACTIONS(6607), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185019,17 +220850,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155275] = 5, + [193194] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8294), 1, + ACTIONS(9345), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9650), 1, + sym__string_content, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185039,17 +220870,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155300] = 5, + [193219] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8296), 1, + ACTIONS(9860), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185059,17 +220890,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155325] = 5, + [193244] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8050), 1, + ACTIONS(9500), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185079,32 +220910,15 @@ 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, + [193269] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9650), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9652), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9646), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185114,588 +220928,28 @@ 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, + [193291] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8313), 1, - anon_sym_LPAREN, - ACTIONS(8315), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8317), 1, - aux_sym_number_token1, - ACTIONS(8319), 1, - aux_sym_number_token2, - ACTIONS(8321), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(8323), 1, + ACTIONS(9864), 2, aux_sym__simple_variable_name_token1, - ACTIONS(8311), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3953), 4, - sym_parenthesized_expression, - sym_arithmetic_expansion, - sym_number, - sym_expansion, - [155600] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8325), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155624] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8327), 1, - sym__special_character, - STATE(3480), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155648] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155668] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1217), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155688] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8327), 1, - sym__special_character, - STATE(3480), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155712] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1225), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155732] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1261), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155752] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1265), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155772] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8329), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155796] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1203), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155816] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1257), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155836] = 3, - 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(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(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(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(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(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(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(3), 1, - sym_comment, - ACTIONS(1233), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [156004] = 5, - ACTIONS(3), 1, - 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(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(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, + aux_sym__multiline_variable_name_token1, + ACTIONS(9862), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [193310] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8349), 1, + ACTIONS(9866), 1, anon_sym_RBRACE3, - ACTIONS(8351), 10, + ACTIONS(9868), 10, anon_sym_U, anon_sym_u, anon_sym_L, @@ -185706,73 +220960,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_K, anon_sym_a, anon_sym_k, - [156116] = 6, - ACTIONS(63), 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, + [193329] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(8363), 1, + ACTIONS(9872), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9870), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(8365), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(8367), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(8369), 1, - anon_sym_BQUOTE, - ACTIONS(8371), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(8373), 1, - sym__heredoc_body_middle, - ACTIONS(8375), 1, - sym_heredoc_end, - STATE(3513), 4, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - aux_sym_heredoc_body_repeat1, - [156172] = 6, - 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, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [193348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8385), 2, + ACTIONS(9876), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8383), 9, + ACTIONS(9874), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185782,70 +220992,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156216] = 6, - ACTIONS(63), 1, + [193367] = 3, + ACTIONS(3), 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, + ACTIONS(9880), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9878), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [193386] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(8363), 1, + ACTIONS(9882), 1, anon_sym_DOLLAR, - ACTIONS(8365), 1, + ACTIONS(9884), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(8367), 1, + ACTIONS(9886), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(8369), 1, + ACTIONS(9888), 1, anon_sym_BQUOTE, - ACTIONS(8371), 1, + ACTIONS(9890), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8397), 1, + ACTIONS(9892), 1, sym__heredoc_body_middle, - ACTIONS(8399), 1, + ACTIONS(9894), 1, sym_heredoc_end, - STATE(3521), 4, + STATE(4069), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, - [156272] = 3, - ACTIONS(3), 1, + [193417] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(8403), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8401), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(9896), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [156291] = 3, + ACTIONS(9899), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9902), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9905), 1, + anon_sym_BQUOTE, + ACTIONS(9908), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9911), 1, + sym__heredoc_body_middle, + ACTIONS(9914), 1, + sym_heredoc_end, + STATE(4065), 4, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + aux_sym_heredoc_body_repeat1, + [193448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8407), 2, + ACTIONS(9744), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8405), 9, + ACTIONS(9740), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185855,32 +221068,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, + [193467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8417), 2, + ACTIONS(9918), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8415), 9, + ACTIONS(9916), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185890,13 +221084,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156354] = 3, + [193486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8421), 2, + ACTIONS(9922), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8419), 9, + ACTIONS(9920), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185906,222 +221100,165 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156373] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8339), 1, - anon_sym_LT_LT, - ACTIONS(8345), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8427), 1, - anon_sym_LT_LT_LT, - ACTIONS(8425), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8423), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156398] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1169), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - sym__special_character, - [156417] = 9, - ACTIONS(63), 1, + [193505] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(8429), 1, + ACTIONS(9882), 1, anon_sym_DOLLAR, - ACTIONS(8432), 1, + ACTIONS(9884), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(8435), 1, + ACTIONS(9886), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(8438), 1, + ACTIONS(9888), 1, anon_sym_BQUOTE, - ACTIONS(8441), 1, + ACTIONS(9890), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8444), 1, + ACTIONS(9924), 1, sym__heredoc_body_middle, - ACTIONS(8447), 1, + ACTIONS(9926), 1, sym_heredoc_end, - STATE(3521), 4, + STATE(4065), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, - [156448] = 6, - ACTIONS(63), 1, + [193536] = 4, + ACTIONS(67), 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, + ACTIONS(9932), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9928), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9930), 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, - [156473] = 3, + [193556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(8459), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(1148), 1, + sym__concat, + ACTIONS(1146), 9, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [156492] = 6, - ACTIONS(63), 1, + anon_sym_DQUOTE, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [193574] = 4, + ACTIONS(67), 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, + ACTIONS(9834), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9830), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9832), 5, 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, + [193594] = 4, + ACTIONS(67), 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, + ACTIONS(9756), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9752), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9754), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8469), 5, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [193614] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9938), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9934), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9936), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156542] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7769), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [156561] = 3, - ACTIONS(3), 1, + [193634] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 1, - sym__concat, - ACTIONS(1205), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, + ACTIONS(9940), 1, anon_sym_DQUOTE, - sym__string_content, + ACTIONS(9942), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(9944), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(9946), 1, anon_sym_BQUOTE, + ACTIONS(9948), 1, 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, + ACTIONS(4153), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + STATE(4421), 3, sym_string, - sym_simple_expansion, sym_expansion, - [156605] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 1, - sym__concat, - ACTIONS(1205), 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, - [156623] = 3, - ACTIONS(3), 1, + sym_command_substitution, + [193662] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3069), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 8, + ACTIONS(9954), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9950), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9952), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + [193682] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9960), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9956), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, anon_sym_GT_PIPE, - [156641] = 3, + ACTIONS(9958), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [193702] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 1, + ACTIONS(9962), 1, sym__concat, - ACTIONS(1247), 9, + ACTIONS(9461), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186131,25 +221268,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156659] = 3, - ACTIONS(3), 1, + [193720] = 4, + ACTIONS(67), 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, + ACTIONS(9968), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9964), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9966), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [193740] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9810), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9806), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9808), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [193760] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8351), 10, + ACTIONS(9868), 10, anon_sym_U, anon_sym_u, anon_sym_L, @@ -186160,102 +221314,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_K, anon_sym_a, anon_sym_k, - [156693] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156711] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1229), 1, - sym__concat, - ACTIONS(1227), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [156729] = 3, - ACTIONS(3), 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, - 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(3), 1, - sym_comment, - ACTIONS(8479), 1, - sym__concat, - ACTIONS(7923), 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, - [156783] = 3, - ACTIONS(3), 1, + [193776] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8483), 1, - sym__concat, - ACTIONS(8481), 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, - [156801] = 3, + ACTIONS(9974), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9970), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9972), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [193796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 1, + ACTIONS(1184), 1, sym__concat, - ACTIONS(1215), 9, + ACTIONS(1182), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186265,12 +221345,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156819] = 3, + [193814] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9676), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9672), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9674), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [193834] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 1, + ACTIONS(9978), 1, sym__concat, - ACTIONS(1239), 9, + ACTIONS(9976), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186280,10 +221376,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156837] = 2, + [193852] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9736), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9732), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9734), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [193872] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9768), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9764), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9766), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [193892] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8485), 9, + ACTIONS(1168), 1, + sym__concat, + ACTIONS(1166), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186293,46 +221423,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156852] = 8, - ACTIONS(3), 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, + [193910] = 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(1188), 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(1186), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186342,11727 +221438,13457 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156917] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8343), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8341), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156933] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8357), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8355), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156949] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8411), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8409), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156965] = 7, - ACTIONS(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, + [193928] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8379), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8377), 5, + ACTIONS(9708), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9704), 3, 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, - sym_comment, - ACTIONS(8505), 3, + ACTIONS(9706), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8503), 5, - 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, + [193948] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8509), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8507), 5, + ACTIONS(9984), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9980), 3, 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, - sym_comment, - ACTIONS(8513), 3, + ACTIONS(9982), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8511), 5, - 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, + [193968] = 3, + ACTIONS(3), 1, sym_comment, - 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, - [157069] = 7, + 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, + [193986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(1144), 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, + ACTIONS(1142), 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, + [194004] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8523), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8521), 5, + ACTIONS(9990), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9986), 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(9988), 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, + [194024] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8391), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8389), 5, + ACTIONS(9996), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9992), 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(9994), 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, + [194044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(1164), 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(1162), 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, + [194062] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(8537), 3, - 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(1160), 1, + sym__concat, + ACTIONS(1158), 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, + [194080] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(1204), 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, + ACTIONS(1202), 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, + [194098] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8547), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8545), 5, + ACTIONS(9784), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9780), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157237] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 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, - sym_comment, - ACTIONS(8557), 3, + ACTIONS(9782), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8555), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [157277] = 3, - ACTIONS(63), 1, + [194118] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8561), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8559), 5, + ACTIONS(10002), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9998), 3, 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, - sym_comment, - ACTIONS(8465), 3, + ACTIONS(10000), 5, 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, - [157309] = 3, - ACTIONS(63), 1, + [194138] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8425), 3, + ACTIONS(9852), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9848), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9850), 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, + [194158] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, - sym__concat, - ACTIONS(8563), 1, - anon_sym_in, - ACTIONS(8567), 1, + ACTIONS(5775), 1, + aux_sym_number_token1, + ACTIONS(5777), 1, + aux_sym_number_token2, + ACTIONS(10004), 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(10006), 1, + anon_sym_RBRACE3, + ACTIONS(10008), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(9059), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4706), 2, + sym_arithmetic_expansion, + sym_number, + [194185] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1179), 1, + ACTIONS(5775), 1, + aux_sym_number_token1, + ACTIONS(5777), 1, + aux_sym_number_token2, + ACTIONS(10010), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8569), 1, - sym__concat, - STATE(3573), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 4, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157371] = 6, + ACTIONS(10012), 1, + anon_sym_RBRACE3, + ACTIONS(10014), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(9059), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4737), 2, + sym_arithmetic_expansion, + sym_number, + [194212] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1173), 1, + ACTIONS(1127), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, + ACTIONS(10016), 1, aux_sym_concatenation_token1, - ACTIONS(8571), 1, + ACTIONS(10018), 1, sym__concat, - STATE(3573), 1, + STATE(4137), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 4, + ACTIONS(1125), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157393] = 3, - ACTIONS(63), 1, + sym__special_character, + [194235] = 9, + ACTIONS(67), 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(10020), 1, + anon_sym_SLASH, + ACTIONS(10022), 1, + anon_sym_DQUOTE, + ACTIONS(10024), 1, + anon_sym_RBRACE3, + ACTIONS(10026), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(10028), 1, + anon_sym_BQUOTE, + ACTIONS(10030), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(10032), 1, + sym__regex_no_slash, + STATE(4514), 2, + sym_string, + sym_command_substitution, + [194264] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9461), 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, + [194279] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 1, + ACTIONS(5775), 1, + aux_sym_number_token1, + ACTIONS(5777), 1, + aux_sym_number_token2, + ACTIONS(10034), 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(10036), 1, + anon_sym_RBRACE3, + ACTIONS(10038), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(9059), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4743), 2, + sym_arithmetic_expansion, + sym_number, + [194306] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10040), 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, + [194321] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(479), 1, + ACTIONS(393), 1, anon_sym_LBRACE, - ACTIONS(483), 1, + ACTIONS(397), 1, anon_sym_LBRACK, - ACTIONS(485), 1, + ACTIONS(399), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8583), 1, + ACTIONS(10042), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10044), 1, anon_sym_LPAREN, - STATE(2817), 3, + STATE(3211), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157452] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1245), 2, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - aux_sym_concatenation_token1, - [157467] = 3, - ACTIONS(3), 1, + [194345] = 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(1265), 2, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - aux_sym_concatenation_token1, - [157482] = 3, - ACTIONS(3), 1, + ACTIONS(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3365), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [194369] = 7, + 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(1225), 2, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - aux_sym_concatenation_token1, - [157497] = 6, + ACTIONS(10046), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10048), 1, + anon_sym_LPAREN, + STATE(3380), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [194393] = 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(10046), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10050), 1, anon_sym_LPAREN, - STATE(3161), 3, + STATE(3364), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157518] = 6, + [194417] = 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(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3337), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [194441] = 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(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3342), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [194465] = 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(10052), 1, + anon_sym_LPAREN_LPAREN, + STATE(3648), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [194489] = 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(10052), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10054), 1, anon_sym_LPAREN, - STATE(3137), 3, + STATE(3645), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157539] = 6, + [194513] = 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, + ACTIONS(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3582), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [194537] = 7, + ACTIONS(19), 1, anon_sym_LPAREN, - STATE(2895), 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(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3569), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157560] = 6, + [194561] = 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(10046), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10056), 1, anon_sym_LPAREN, - STATE(3155), 3, + STATE(3568), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157581] = 6, + [194585] = 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, + ACTIONS(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3382), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [194609] = 7, + ACTIONS(19), 1, anon_sym_LPAREN, - STATE(2884), 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(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3381), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157602] = 3, + [194633] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 2, + ACTIONS(10016), 1, + aux_sym_concatenation_token1, + ACTIONS(10018), 1, sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 5, + ACTIONS(10058), 1, anon_sym_in, + ACTIONS(10062), 1, + aux_sym_heredoc_redirect_token1, + STATE(4137), 1, + aux_sym_concatenation_repeat1, + ACTIONS(10060), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - aux_sym_concatenation_token1, - [157617] = 3, + [194657] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 2, + ACTIONS(10016), 1, + aux_sym_concatenation_token1, + ACTIONS(10018), 1, sym__concat, + ACTIONS(10064), 1, + anon_sym_in, + ACTIONS(10068), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 5, + STATE(4137), 1, + aux_sym_concatenation_repeat1, + ACTIONS(10066), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [194681] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10016), 1, + aux_sym_concatenation_token1, + ACTIONS(10018), 1, + sym__concat, + ACTIONS(10070), 1, anon_sym_in, + ACTIONS(10074), 1, + aux_sym_heredoc_redirect_token1, + STATE(4138), 1, + aux_sym_concatenation_repeat1, + ACTIONS(10072), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, + [194705] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10016), 1, aux_sym_concatenation_token1, - [157632] = 6, - ACTIONS(29), 1, + ACTIONS(10018), 1, + sym__concat, + ACTIONS(10076), 1, + anon_sym_in, + ACTIONS(10080), 1, + aux_sym_heredoc_redirect_token1, + STATE(4138), 1, + aux_sym_concatenation_repeat1, + ACTIONS(10078), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [194729] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(155), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(159), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(163), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8589), 1, + ACTIONS(909), 1, anon_sym_LPAREN, - STATE(2883), 3, + ACTIONS(10052), 1, + anon_sym_LPAREN_LPAREN, + STATE(3641), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157653] = 3, - ACTIONS(63), 1, + [194753] = 7, + ACTIONS(67), 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, - ACTIONS(29), 1, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(393), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(397), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(399), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2936), 3, + ACTIONS(10042), 1, + anon_sym_LPAREN_LPAREN, + STATE(3132), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157689] = 6, - ACTIONS(29), 1, + [194777] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(393), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(397), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(399), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8585), 1, + ACTIONS(10042), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10082), 1, anon_sym_LPAREN, - STATE(2932), 3, + STATE(3136), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157710] = 6, + [194801] = 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(8591), 1, + ACTIONS(10046), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10084), 1, anon_sym_LPAREN, - STATE(2908), 3, + STATE(3348), 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, + [194825] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 2, + ACTIONS(10016), 1, + aux_sym_concatenation_token1, + ACTIONS(10018), 1, sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 5, + ACTIONS(10086), 1, anon_sym_in, + ACTIONS(10090), 1, + aux_sym_heredoc_redirect_token1, + STATE(4138), 1, + aux_sym_concatenation_repeat1, + ACTIONS(10088), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - aux_sym_concatenation_token1, - [157761] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 1, - anon_sym_DOLLAR, - ACTIONS(1217), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [157776] = 6, + [194849] = 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(10046), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10092), 1, anon_sym_LPAREN, - STATE(2886), 3, + STATE(3361), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157797] = 6, + [194873] = 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(2887), 3, + ACTIONS(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3357), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157818] = 6, + [194897] = 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(8593), 1, - anon_sym_LPAREN, - STATE(2891), 3, + ACTIONS(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3345), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157839] = 5, - ACTIONS(3), 1, + [194921] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(1275), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8595), 1, - sym__special_character, - STATE(3596), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 4, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157858] = 3, - ACTIONS(63), 1, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(393), 1, + anon_sym_LBRACE, + ACTIONS(397), 1, + anon_sym_LBRACK, + ACTIONS(399), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(10042), 1, + anon_sym_LPAREN_LPAREN, + STATE(3212), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [194945] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 1, - anon_sym_DOLLAR, - ACTIONS(1207), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [157873] = 6, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(393), 1, + anon_sym_LBRACE, + ACTIONS(397), 1, + anon_sym_LBRACK, + ACTIONS(399), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(10042), 1, + anon_sym_LPAREN_LPAREN, + STATE(3213), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [194969] = 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(2903), 3, + ACTIONS(10046), 1, + anon_sym_LPAREN_LPAREN, + STATE(3344), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157894] = 6, + [194993] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8549), 1, + ACTIONS(1121), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(10016), 1, + aux_sym_concatenation_token1, + ACTIONS(10094), 1, + sym__concat, + STATE(4140), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 4, anon_sym_in, - ACTIONS(8553), 1, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [195015] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1115), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, - sym__special_character, - STATE(3596), 1, - aux_sym__literal_repeat1, - ACTIONS(8551), 3, + ACTIONS(10016), 1, + aux_sym_concatenation_token1, + ACTIONS(10096), 1, + sym__concat, + STATE(4140), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1113), 4, + anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157915] = 6, - ACTIONS(63), 1, + [195037] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(479), 1, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(393), 1, anon_sym_LBRACE, - ACTIONS(483), 1, + ACTIONS(397), 1, anon_sym_LBRACK, - ACTIONS(485), 1, + ACTIONS(399), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8583), 1, - anon_sym_LPAREN, - STATE(2740), 3, + ACTIONS(10042), 1, + anon_sym_LPAREN_LPAREN, + STATE(3122), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157936] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 1, - anon_sym_DOLLAR, - ACTIONS(1237), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [157951] = 3, + [195061] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 2, - sym__concat, + ACTIONS(1131), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 5, + ACTIONS(10098), 1, + aux_sym_concatenation_token1, + ACTIONS(10101), 1, + sym__concat, + STATE(4140), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1129), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - aux_sym_concatenation_token1, - [157966] = 6, - ACTIONS(63), 1, + [195083] = 7, + 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(10016), 1, + aux_sym_concatenation_token1, + ACTIONS(10018), 1, + sym__concat, + ACTIONS(10104), 1, + anon_sym_in, + ACTIONS(10108), 1, + aux_sym_heredoc_redirect_token1, + STATE(4137), 1, + aux_sym_concatenation_repeat1, + ACTIONS(10106), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [195107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 2, + ACTIONS(1144), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 5, + ACTIONS(1142), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158002] = 3, - ACTIONS(63), 1, + [195122] = 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, + [195137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 2, + ACTIONS(1168), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 5, + ACTIONS(1166), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158032] = 6, + [195152] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8539), 1, + ACTIONS(10104), 1, anon_sym_in, - ACTIONS(8543), 1, + ACTIONS(10108), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, + ACTIONS(10110), 1, sym__special_character, - STATE(3596), 1, + STATE(4154), 1, aux_sym__literal_repeat1, - ACTIONS(8541), 3, + ACTIONS(10106), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [158053] = 3, + [195173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 2, + ACTIONS(1188), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 5, + ACTIONS(1186), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158068] = 6, - ACTIONS(63), 1, + [195188] = 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(8602), 1, - anon_sym_LPAREN, - STATE(2725), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158089] = 3, + ACTIONS(1168), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [195203] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 2, + ACTIONS(1204), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 5, + ACTIONS(1202), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158104] = 3, + [195218] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 2, + ACTIONS(1176), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 5, + ACTIONS(1174), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158119] = 3, + [195233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 2, + ACTIONS(1184), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 5, + ACTIONS(1182), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158134] = 3, + [195248] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 1, + anon_sym_DOLLAR, + ACTIONS(1164), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [195263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 2, + ACTIONS(1131), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 5, + ACTIONS(1129), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158149] = 3, + [195278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 2, + ACTIONS(1156), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 5, + ACTIONS(1154), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158164] = 3, - ACTIONS(63), 1, + [195293] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1223), 1, - anon_sym_DOLLAR, - ACTIONS(1225), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [158179] = 6, + ACTIONS(1212), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(10112), 1, + sym__special_character, + STATE(4154), 1, + aux_sym__literal_repeat1, + ACTIONS(1210), 4, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [195312] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8529), 1, + ACTIONS(10058), 1, anon_sym_in, - ACTIONS(8533), 1, + ACTIONS(10062), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, + ACTIONS(10110), 1, sym__special_character, - STATE(3596), 1, + STATE(4154), 1, aux_sym__literal_repeat1, - ACTIONS(8531), 3, + ACTIONS(10060), 3, 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, + [195333] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(8604), 1, - anon_sym_LPAREN, - STATE(2894), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158221] = 3, + ACTIONS(1196), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [195348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 2, + ACTIONS(1200), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 5, + ACTIONS(1198), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158236] = 6, - ACTIONS(63), 1, + [195363] = 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(8606), 1, - anon_sym_LPAREN, - STATE(3173), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158257] = 6, - ACTIONS(63), 1, + 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, + [195378] = 3, + ACTIONS(67), 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, + ACTIONS(1186), 1, + anon_sym_DOLLAR, + ACTIONS(1188), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [195393] = 3, + ACTIONS(67), 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, + ACTIONS(1158), 1, + anon_sym_DOLLAR, + ACTIONS(1160), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [195408] = 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, + [195423] = 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(1166), 1, + anon_sym_DOLLAR, + 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, + [195438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 2, + ACTIONS(1164), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 5, + ACTIONS(1162), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158356] = 3, + [195453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 2, + ACTIONS(1160), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 5, + ACTIONS(1158), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158371] = 6, - ACTIONS(63), 1, + [195468] = 6, + 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(8608), 1, - anon_sym_LPAREN, - STATE(2807), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158392] = 3, + ACTIONS(10064), 1, + anon_sym_in, + ACTIONS(10068), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(10110), 1, + sym__special_character, + STATE(4154), 1, + aux_sym__literal_repeat1, + ACTIONS(10066), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [195489] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [195504] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 1, + anon_sym_DOLLAR, + ACTIONS(1204), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [195519] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1142), 1, + anon_sym_DOLLAR, + ACTIONS(1144), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [195534] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 2, + ACTIONS(1152), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 5, + ACTIONS(1150), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158407] = 6, + [195549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8614), 1, + ACTIONS(1148), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [195564] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9742), 1, + anon_sym_DQUOTE, + ACTIONS(10115), 1, + anon_sym_RPAREN, + ACTIONS(10117), 1, + sym_raw_string, + ACTIONS(10119), 1, + anon_sym_RBRACE3, + ACTIONS(10121), 1, + aux_sym__expansion_regex_token1, + ACTIONS(10123), 1, + sym_regex, + STATE(4875), 1, + sym_string, + [195589] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1172), 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(1170), 5, + anon_sym_in, anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - [158427] = 6, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [195604] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8616), 1, + ACTIONS(10125), 1, + anon_sym_SLASH, + ACTIONS(10129), 1, + anon_sym_RBRACE3, + ACTIONS(10131), 1, + sym__expansion_word, + STATE(4222), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10127), 2, + sym__concat, + aux_sym_concatenation_token1, + [195624] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10133), 1, anon_sym_RPAREN, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - STATE(3673), 1, + STATE(4214), 1, aux_sym_concatenation_repeat1, - STATE(3920), 1, + STATE(4457), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(10137), 2, sym__concat, aux_sym_concatenation_token1, - [158447] = 6, - ACTIONS(63), 1, + [195644] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8622), 1, + ACTIONS(10139), 1, anon_sym_fi, - ACTIONS(8624), 1, + ACTIONS(10141), 1, + anon_sym_elif, + ACTIONS(10143), 1, + anon_sym_else, + STATE(4992), 1, + sym_else_clause, + STATE(4226), 2, + sym_elif_clause, + aux_sym_if_statement_repeat1, + [195664] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10141), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(10143), 1, anon_sym_else, - STATE(4129), 1, + ACTIONS(10145), 1, + anon_sym_fi, + STATE(4968), 1, sym_else_clause, - STATE(3702), 2, + STATE(4226), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158467] = 6, + [195684] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(10149), 1, anon_sym_COMMA, - ACTIONS(8630), 1, + ACTIONS(10151), 1, aux_sym_heredoc_redirect_token1, - STATE(2337), 1, + STATE(3139), 1, sym__c_terminator, - STATE(3635), 1, + STATE(4192), 1, aux_sym__for_body_repeat1, - ACTIONS(8628), 2, + ACTIONS(10147), 2, anon_sym_SEMI, anon_sym_AMP, - [158487] = 4, - ACTIONS(63), 1, + [195704] = 6, + ACTIONS(67), 1, sym_comment, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1169), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - sym__special_character, - [158503] = 6, + ACTIONS(10141), 1, + anon_sym_elif, + ACTIONS(10143), 1, + anon_sym_else, + ACTIONS(10153), 1, + anon_sym_fi, + STATE(4764), 1, + sym_else_clause, + STATE(4226), 2, + sym_elif_clause, + aux_sym_if_statement_repeat1, + [195724] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(10149), 1, anon_sym_COMMA, - ACTIONS(8634), 1, + ACTIONS(10157), 1, aux_sym_heredoc_redirect_token1, - STATE(2538), 1, + STATE(3273), 1, sym__c_terminator, - STATE(3646), 1, + STATE(4227), 1, aux_sym__for_body_repeat1, - ACTIONS(8632), 2, + ACTIONS(10155), 2, anon_sym_SEMI, anon_sym_AMP, - [158523] = 6, - ACTIONS(63), 1, + [195744] = 4, + ACTIONS(67), 1, + sym_comment, + STATE(4214), 1, + aux_sym_concatenation_repeat1, + ACTIONS(10137), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1127), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + sym__special_character, + [195760] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(8636), 1, + ACTIONS(10159), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(4202), 1, aux_sym_concatenation_repeat1, - STATE(3900), 1, + STATE(4449), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(10137), 2, sym__concat, aux_sym_concatenation_token1, - [158543] = 6, + [195780] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(10149), 1, anon_sym_COMMA, - ACTIONS(8640), 1, + ACTIONS(10163), 1, aux_sym_heredoc_redirect_token1, - STATE(2295), 1, + STATE(2971), 1, sym__c_terminator, - STATE(3701), 1, + STATE(4227), 1, aux_sym__for_body_repeat1, - ACTIONS(8638), 2, + ACTIONS(10161), 2, anon_sym_SEMI, anon_sym_AMP, - [158563] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8642), 1, - anon_sym_RPAREN, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - STATE(3833), 1, - aux_sym_case_item_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - [158583] = 6, - ACTIONS(63), 1, + [195800] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(8624), 1, - anon_sym_elif, - ACTIONS(8626), 1, - anon_sym_else, - ACTIONS(8644), 1, - anon_sym_fi, - STATE(4045), 1, - sym_else_clause, - STATE(3702), 2, - sym_elif_clause, - aux_sym_if_statement_repeat1, - [158603] = 5, - ACTIONS(63), 1, + ACTIONS(10149), 1, + anon_sym_COMMA, + ACTIONS(10167), 1, + aux_sym_heredoc_redirect_token1, + STATE(3160), 1, + sym__c_terminator, + STATE(4184), 1, + aux_sym__for_body_repeat1, + ACTIONS(10165), 2, + anon_sym_SEMI, + anon_sym_AMP, + [195820] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1167), 1, - sym__special_character, - STATE(3688), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - ACTIONS(8646), 2, - sym__concat, - aux_sym_concatenation_token1, - [158621] = 6, - ACTIONS(63), 1, + ACTIONS(10149), 1, + anon_sym_COMMA, + ACTIONS(10171), 1, + aux_sym_heredoc_redirect_token1, + STATE(3226), 1, + sym__c_terminator, + STATE(4227), 1, + aux_sym__for_body_repeat1, + ACTIONS(10169), 2, + anon_sym_SEMI, + anon_sym_AMP, + [195840] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(10141), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(10143), 1, anon_sym_else, - ACTIONS(8648), 1, + ACTIONS(10173), 1, anon_sym_fi, - STATE(4316), 1, + STATE(4803), 1, sym_else_clause, - STATE(3702), 2, + STATE(4226), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158641] = 6, - ACTIONS(63), 1, + [195860] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(8650), 1, + ACTIONS(10175), 1, anon_sym_RPAREN, - STATE(3673), 1, + STATE(4202), 1, aux_sym_concatenation_repeat1, - STATE(3908), 1, + STATE(4471), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(10137), 2, sym__concat, aux_sym_concatenation_token1, - [158661] = 6, - ACTIONS(63), 1, + [195880] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10149), 1, + anon_sym_COMMA, + ACTIONS(10179), 1, + aux_sym_heredoc_redirect_token1, + STATE(2949), 1, + sym__c_terminator, + STATE(4182), 1, + aux_sym__for_body_repeat1, + ACTIONS(10177), 2, + anon_sym_SEMI, + anon_sym_AMP, + [195900] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(8652), 1, + ACTIONS(10181), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(4214), 1, aux_sym_concatenation_repeat1, - STATE(3831), 1, + STATE(4360), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(10137), 2, sym__concat, aux_sym_concatenation_token1, - [158681] = 6, - ACTIONS(63), 1, + [195920] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(8654), 1, + ACTIONS(10183), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(4202), 1, aux_sym_concatenation_repeat1, - STATE(3815), 1, + STATE(4364), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(10137), 2, sym__concat, aux_sym_concatenation_token1, - [158701] = 6, - ACTIONS(63), 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, + [195940] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8658), 1, - anon_sym_RPAREN, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - STATE(3883), 1, - aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(10185), 1, + anon_sym_SLASH, + ACTIONS(10187), 1, + anon_sym_RBRACE3, + ACTIONS(10189), 1, + sym__expansion_word, + STATE(4222), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10127), 2, sym__concat, aux_sym_concatenation_token1, - [158741] = 6, - ACTIONS(63), 1, + [195960] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(10141), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(10143), 1, anon_sym_else, - ACTIONS(8660), 1, + ACTIONS(10191), 1, anon_sym_fi, - STATE(4288), 1, + STATE(5032), 1, sym_else_clause, - STATE(3702), 2, + STATE(4226), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158761] = 6, + [195980] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(10149), 1, anon_sym_COMMA, - ACTIONS(8664), 1, + ACTIONS(10195), 1, aux_sym_heredoc_redirect_token1, - STATE(2528), 1, + STATE(3235), 1, sym__c_terminator, - STATE(3701), 1, + STATE(4227), 1, aux_sym__for_body_repeat1, - ACTIONS(8662), 2, + ACTIONS(10193), 2, anon_sym_SEMI, anon_sym_AMP, - [158781] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8666), 1, - anon_sym_RPAREN, - ACTIONS(8668), 1, - anon_sym_DQUOTE, - ACTIONS(8670), 1, - sym_raw_string, - ACTIONS(8672), 1, - aux_sym__expansion_regex_token1, - ACTIONS(8674), 1, - sym_regex, - STATE(4211), 1, - sym_string, - [158803] = 6, + [196000] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(10149), 1, anon_sym_COMMA, - ACTIONS(8678), 1, + ACTIONS(10199), 1, aux_sym_heredoc_redirect_token1, - STATE(2589), 1, + STATE(3228), 1, sym__c_terminator, - STATE(3701), 1, + STATE(4179), 1, aux_sym__for_body_repeat1, - ACTIONS(8676), 2, + ACTIONS(10197), 2, anon_sym_SEMI, anon_sym_AMP, - [158823] = 6, - ACTIONS(63), 1, + [196020] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(8680), 1, + ACTIONS(10201), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(4214), 1, aux_sym_concatenation_repeat1, - STATE(3911), 1, + STATE(4409), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(10137), 2, sym__concat, aux_sym_concatenation_token1, - [158843] = 6, - ACTIONS(63), 1, + [196040] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(10141), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(10143), 1, anon_sym_else, - ACTIONS(8682), 1, + ACTIONS(10203), 1, anon_sym_fi, - STATE(4091), 1, + STATE(5042), 1, sym_else_clause, - STATE(3702), 2, + STATE(4226), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158863] = 3, + [196060] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10205), 1, + anon_sym_RPAREN, + STATE(4202), 1, + aux_sym_concatenation_repeat1, + STATE(4404), 1, + aux_sym_case_item_repeat1, + ACTIONS(10137), 2, + sym__concat, + aux_sym_concatenation_token1, + [196080] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10207), 1, + anon_sym_RPAREN, + STATE(4214), 1, + aux_sym_concatenation_repeat1, + STATE(4461), 1, + aux_sym_case_item_repeat1, + ACTIONS(10137), 2, + sym__concat, + aux_sym_concatenation_token1, + [196100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 1, + ACTIONS(1127), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 5, + ACTIONS(1125), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, sym__special_character, - [158877] = 6, + [196114] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8686), 1, + ACTIONS(10209), 1, + anon_sym_in, + ACTIONS(10213), 1, aux_sym_heredoc_redirect_token1, - STATE(2520), 1, - sym__c_terminator, - STATE(3648), 1, - aux_sym__for_body_repeat1, - ACTIONS(8684), 2, + ACTIONS(10211), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [196129] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10215), 1, + sym_simple_heredoc_body, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + STATE(3284), 1, + sym__simple_heredoc_body, + STATE(3289), 1, + sym__heredoc_body, + STATE(4919), 1, + sym_heredoc_body, + [196148] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10207), 1, + anon_sym_RPAREN, + ACTIONS(10219), 1, + sym__special_character, + STATE(4339), 1, + aux_sym__literal_repeat1, + STATE(4482), 1, + aux_sym_case_item_repeat1, + [196167] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10137), 1, + aux_sym_concatenation_token1, + ACTIONS(10221), 1, + sym__concat, + STATE(4205), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1115), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [196184] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10223), 1, + sym_simple_heredoc_body, + STATE(3181), 1, + sym__simple_heredoc_body, + STATE(3232), 1, + sym__heredoc_body, + STATE(4676), 1, + sym_heredoc_body, + [196203] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10225), 1, + anon_sym_in, + ACTIONS(10229), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(10227), 3, anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - [158897] = 6, + [196218] = 4, + ACTIONS(67), 1, + sym_comment, + STATE(4205), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1131), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + ACTIONS(10231), 2, + sym__concat, + aux_sym_concatenation_token1, + [196233] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8690), 1, + ACTIONS(10076), 1, + anon_sym_in, + ACTIONS(10080), 1, aux_sym_heredoc_redirect_token1, - STATE(2523), 1, - sym__c_terminator, - STATE(3701), 1, - aux_sym__for_body_repeat1, - ACTIONS(8688), 2, + ACTIONS(10078), 3, anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - [158917] = 5, - ACTIONS(63), 1, + [196248] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, - sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - STATE(4138), 1, - sym_heredoc_body, - STATE(2845), 2, + ACTIONS(10223), 1, + sym_simple_heredoc_body, + STATE(3146), 1, sym__heredoc_body, + STATE(3246), 1, 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, + STATE(4676), 1, + sym_heredoc_body, + [196267] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(10223), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4676), 1, sym_heredoc_body, - STATE(3180), 2, + STATE(3162), 2, sym__heredoc_body, sym__simple_heredoc_body, - [158981] = 4, + [196284] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8700), 1, + ACTIONS(10086), 1, anon_sym_in, - ACTIONS(8704), 1, + ACTIONS(10090), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8702), 3, + ACTIONS(10088), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [158996] = 5, - ACTIONS(63), 1, + [196299] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(10223), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4676), 1, sym_heredoc_body, - STATE(3178), 2, + STATE(3231), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159013] = 5, - ACTIONS(63), 1, + [196316] = 4, + ACTIONS(67), 1, + sym_comment, + STATE(4211), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10234), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(10236), 2, + sym__concat, + aux_sym_concatenation_token1, + [196331] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10125), 1, + anon_sym_SLASH, + ACTIONS(10129), 1, + anon_sym_RBRACE3, + STATE(4222), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10127), 2, + sym__concat, + aux_sym_concatenation_token1, + [196348] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10239), 1, + anon_sym_SLASH, + ACTIONS(10241), 1, + anon_sym_RBRACE3, + STATE(4222), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10127), 2, + sym__concat, + aux_sym_concatenation_token1, + [196365] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10137), 1, + aux_sym_concatenation_token1, + ACTIONS(10243), 1, + sym__concat, + STATE(4205), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [196382] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10201), 1, + anon_sym_RPAREN, + ACTIONS(10219), 1, + sym__special_character, + STATE(4339), 1, + aux_sym__literal_repeat1, + STATE(4402), 1, + aux_sym_case_item_repeat1, + [196401] = 4, + ACTIONS(67), 1, + sym_comment, + STATE(4202), 1, + aux_sym_concatenation_repeat1, + ACTIONS(10137), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(10245), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [196416] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + STATE(4214), 1, + aux_sym_concatenation_repeat1, + ACTIONS(10137), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(10247), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [196431] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(10223), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4676), 1, sym_heredoc_body, - STATE(3181), 2, + STATE(3280), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159030] = 5, - ACTIONS(63), 1, + [196448] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(10223), 1, sym_simple_heredoc_body, - STATE(4291), 1, - sym_heredoc_body, - STATE(3179), 2, - sym__heredoc_body, + STATE(3286), 1, sym__simple_heredoc_body, - [159047] = 5, - ACTIONS(63), 1, + STATE(3287), 1, + sym__heredoc_body, + STATE(4676), 1, + sym_heredoc_body, + [196467] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(10223), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(4676), 1, sym_heredoc_body, - STATE(3169), 2, + STATE(3288), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159064] = 5, - ACTIONS(63), 1, + [196484] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(10223), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(4676), 1, sym_heredoc_body, - STATE(3220), 2, + STATE(3316), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159081] = 4, - ACTIONS(63), 1, + [196501] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, + STATE(4211), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10127), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(10249), 2, + anon_sym_SLASH, anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159096] = 4, - ACTIONS(63), 1, + [196516] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10185), 1, + anon_sym_SLASH, + ACTIONS(10187), 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, + STATE(4222), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10127), 2, + sym__concat, + aux_sym_concatenation_token1, + [196533] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8710), 1, + ACTIONS(10251), 1, + anon_sym_SLASH, + ACTIONS(10253), 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(4222), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10127), 2, + sym__concat, + aux_sym_concatenation_token1, + [196550] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8698), 1, - sym_simple_heredoc_body, - STATE(4291), 1, - sym_heredoc_body, - STATE(3177), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159143] = 4, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10181), 1, + anon_sym_RPAREN, + ACTIONS(10219), 1, + sym__special_character, + STATE(4339), 1, + aux_sym__literal_repeat1, + STATE(4377), 1, + aux_sym_case_item_repeat1, + [196569] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10257), 1, + anon_sym_elif, + ACTIONS(10255), 2, + anon_sym_fi, + anon_sym_else, + STATE(4226), 2, + sym_elif_clause, + aux_sym_if_statement_repeat1, + [196584] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8563), 1, - anon_sym_in, - ACTIONS(8567), 1, + ACTIONS(10262), 1, + anon_sym_COMMA, + ACTIONS(10265), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8565), 3, + STATE(4227), 1, + aux_sym__for_body_repeat1, + ACTIONS(10260), 2, anon_sym_SEMI, - anon_sym_SEMI_SEMI, anon_sym_AMP, - [159158] = 4, - ACTIONS(63), 1, - sym_comment, - STATE(3669), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - ACTIONS(8715), 2, - sym__concat, - aux_sym_concatenation_token1, - [159173] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8620), 1, - aux_sym_concatenation_token1, - ACTIONS(8718), 1, - sym__concat, - STATE(3669), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [159190] = 6, - ACTIONS(63), 1, + [196601] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(258), 1, - anon_sym_LBRACE, - ACTIONS(8720), 1, - anon_sym_SEMI, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3222), 1, - sym_compound_statement, - STATE(3223), 1, - sym_do_group, - [159209] = 4, - ACTIONS(63), 1, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10223), 1, + sym_simple_heredoc_body, + STATE(4676), 1, + sym_heredoc_body, + STATE(3204), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [196618] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8724), 1, + ACTIONS(10267), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(4271), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159224] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8620), 1, - aux_sym_concatenation_token1, - ACTIONS(8726), 1, - sym__concat, - STATE(3669), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - anon_sym_RPAREN, - 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, + [196633] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8732), 1, - sym__concat, - ACTIONS(3833), 4, + ACTIONS(10269), 1, + anon_sym_RBRACE3, + STATE(4271), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159273] = 3, - ACTIONS(63), 1, + [196648] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8734), 1, - sym__concat, - ACTIONS(3839), 4, + ACTIONS(10269), 1, + anon_sym_RBRACE3, + STATE(4271), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159286] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8706), 1, - sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3192), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159303] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8642), 1, - anon_sym_RPAREN, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - STATE(3799), 1, - aux_sym_case_item_repeat1, - [159322] = 3, - ACTIONS(63), 1, + [196663] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8738), 1, - sym__concat, - ACTIONS(3857), 4, + ACTIONS(10269), 1, + anon_sym_RBRACE3, + STATE(4271), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159335] = 3, - ACTIONS(63), 1, + [196678] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8740), 1, - sym__concat, - ACTIONS(3848), 4, + ACTIONS(10267), 1, + anon_sym_RBRACE3, + STATE(4271), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159348] = 6, - ACTIONS(63), 1, + [196693] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8650), 1, + ACTIONS(10133), 1, anon_sym_RPAREN, - ACTIONS(8736), 1, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10219), 1, sym__special_character, - STATE(3778), 1, + STATE(4339), 1, aux_sym__literal_repeat1, - STATE(3899), 1, + STATE(4444), 1, aux_sym_case_item_repeat1, - [159367] = 5, - ACTIONS(63), 1, + [196712] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(10271), 1, + anon_sym_in, + ACTIONS(10275), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(10273), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [196727] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10215), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(3251), 1, + sym__simple_heredoc_body, + STATE(3258), 1, + sym__heredoc_body, + STATE(4919), 1, + sym_heredoc_body, + [196746] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10215), 1, + sym_simple_heredoc_body, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + STATE(3259), 1, + sym__simple_heredoc_body, + STATE(3260), 1, + sym__heredoc_body, + STATE(4919), 1, + sym_heredoc_body, + [196765] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10215), 1, + sym_simple_heredoc_body, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + STATE(4919), 1, sym_heredoc_body, - STATE(2829), 2, + STATE(3262), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159384] = 4, - ACTIONS(63), 1, + [196782] = 6, + ACTIONS(67), 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, + ACTIONS(10215), 1, + sym_simple_heredoc_body, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + STATE(3263), 1, + sym__simple_heredoc_body, + STATE(3266), 1, + sym__heredoc_body, + STATE(4919), 1, + sym_heredoc_body, + [196801] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(10215), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(4919), 1, sym_heredoc_body, - STATE(2830), 2, + STATE(3271), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159416] = 5, - ACTIONS(63), 1, + [196818] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(10215), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(4919), 1, sym_heredoc_body, - STATE(2831), 2, + STATE(3275), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159433] = 4, + [196835] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10277), 1, + anon_sym_RBRACE3, + STATE(4271), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [196850] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8515), 1, + ACTIONS(10070), 1, anon_sym_in, - ACTIONS(8519), 1, + ACTIONS(10074), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8517), 3, + ACTIONS(10072), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [159448] = 4, - ACTIONS(63), 1, + [196865] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(10215), 1, + sym_simple_heredoc_body, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + STATE(4919), 1, + sym_heredoc_body, + STATE(3293), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [196882] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10215), 1, + sym_simple_heredoc_body, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + STATE(4919), 1, + sym_heredoc_body, + STATE(3304), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [196899] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10279), 1, + sym__concat, + ACTIONS(5186), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159463] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8646), 1, - aux_sym_concatenation_token1, - ACTIONS(8744), 1, - sym__concat, - STATE(3695), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - anon_sym_SLASH, anon_sym_RBRACE3, - [159480] = 5, - ACTIONS(63), 1, + [196912] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(10215), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(4919), 1, sym_heredoc_body, - STATE(2843), 2, + STATE(3305), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159497] = 4, - ACTIONS(63), 1, + [196929] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(10281), 1, + sym__concat, + ACTIONS(5192), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159512] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8746), 1, anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + [196942] = 6, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10283), 1, + anon_sym_SEMI, + ACTIONS(10285), 1, + anon_sym_do, + STATE(3151), 1, + sym_do_group, + STATE(3154), 1, + sym_compound_statement, + [196961] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10287), 1, + sym__concat, + ACTIONS(5217), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159527] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8748), 1, - anon_sym_in, - ACTIONS(8752), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8750), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [159542] = 5, - ACTIONS(63), 1, + anon_sym_RBRACE3, + [196974] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8646), 1, - aux_sym_concatenation_token1, - ACTIONS(8754), 1, + ACTIONS(10289), 1, sym__concat, - STATE(3695), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, - anon_sym_SLASH, + ACTIONS(5223), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [159559] = 5, - ACTIONS(63), 1, + [196987] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, - sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + ACTIONS(10291), 1, + sym_simple_heredoc_body, + STATE(4978), 1, sym_heredoc_body, - STATE(2839), 2, + STATE(3687), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159576] = 4, - ACTIONS(63), 1, + [197004] = 6, + ACTIONS(67), 1, sym_comment, - STATE(3695), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10291), 1, + sym_simple_heredoc_body, + STATE(3702), 1, + sym__heredoc_body, + STATE(3703), 1, + sym__simple_heredoc_body, + STATE(4978), 1, + sym_heredoc_body, + [197023] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1168), 5, + sym__concat, + sym__expansion_word, anon_sym_SLASH, + aux_sym_concatenation_token1, anon_sym_RBRACE3, - ACTIONS(8756), 2, + [197034] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1188), 5, sym__concat, + sym__expansion_word, + anon_sym_SLASH, aux_sym_concatenation_token1, - [159591] = 4, - ACTIONS(63), 1, + anon_sym_RBRACE3, + [197045] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1168), 5, + sym__concat, + sym__expansion_word, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [197056] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10291), 1, + sym_simple_heredoc_body, + STATE(3699), 1, + sym__heredoc_body, + STATE(3700), 1, + sym__simple_heredoc_body, + STATE(4978), 1, + sym_heredoc_body, + [197075] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(6219), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(4275), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159606] = 4, - ACTIONS(63), 1, + [197090] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(10293), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(4271), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(5845), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159621] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8759), 1, - sym_simple_heredoc_body, - STATE(4090), 1, - sym_heredoc_body, - STATE(2856), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159638] = 4, - ACTIONS(3), 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, + [197105] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(479), 1, + ACTIONS(155), 1, anon_sym_LBRACE, - ACTIONS(8761), 1, + ACTIONS(10295), 1, anon_sym_SEMI, - ACTIONS(8763), 1, + ACTIONS(10297), 1, anon_sym_do, - STATE(2834), 1, - sym_compound_statement, - STATE(2842), 1, + STATE(3698), 1, sym_do_group, - [159672] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8767), 1, - anon_sym_COMMA, - ACTIONS(8770), 1, - aux_sym_heredoc_redirect_token1, STATE(3701), 1, - aux_sym__for_body_repeat1, - ACTIONS(8765), 2, - anon_sym_SEMI, - anon_sym_AMP, - [159689] = 4, - ACTIONS(63), 1, + sym_compound_statement, + [197124] = 5, + 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, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10299), 1, + sym_simple_heredoc_body, + STATE(5036), 1, + sym_heredoc_body, + STATE(3642), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [197141] = 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(3), 1, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10291), 1, + sym_simple_heredoc_body, + STATE(4978), 1, + sym_heredoc_body, + STATE(3722), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [197158] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8777), 1, - anon_sym_in, - ACTIONS(8781), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8779), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [159738] = 5, - ACTIONS(63), 1, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10299), 1, + sym_simple_heredoc_body, + STATE(5036), 1, + sym_heredoc_body, + STATE(3643), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [197175] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(10299), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(5036), 1, sym_heredoc_body, - STATE(3206), 2, + STATE(3647), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159755] = 5, - ACTIONS(63), 1, + [197192] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10299), 1, + sym_simple_heredoc_body, + STATE(3649), 1, + sym__heredoc_body, + STATE(3651), 1, + sym__simple_heredoc_body, + STATE(5036), 1, + sym_heredoc_body, + [197211] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(10299), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(5036), 1, sym_heredoc_body, - STATE(2868), 2, + STATE(3653), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159772] = 5, - ACTIONS(63), 1, + [197228] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(10299), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(5036), 1, sym_heredoc_body, - STATE(2871), 2, + STATE(3665), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159789] = 5, - ACTIONS(63), 1, + [197245] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10299), 1, + sym_simple_heredoc_body, + STATE(3663), 1, + sym__simple_heredoc_body, + STATE(3664), 1, + sym__heredoc_body, + STATE(5036), 1, + sym_heredoc_body, + [197264] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(10299), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(5036), 1, sym_heredoc_body, - STATE(2872), 2, + STATE(3662), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159806] = 4, - ACTIONS(63), 1, + [197281] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4527), 1, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10299), 1, + sym_simple_heredoc_body, + STATE(3660), 1, + sym__simple_heredoc_body, + STATE(3661), 1, + sym__heredoc_body, + STATE(5036), 1, + sym_heredoc_body, + [197300] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10301), 1, anon_sym_RBRACE3, - STATE(3697), 1, + STATE(4271), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(10303), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159821] = 5, - ACTIONS(63), 1, + [197315] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(10299), 1, sym_simple_heredoc_body, - STATE(4090), 1, - sym_heredoc_body, - STATE(2779), 2, - sym__heredoc_body, + STATE(3658), 1, sym__simple_heredoc_body, - [159838] = 5, - ACTIONS(63), 1, + STATE(3659), 1, + sym__heredoc_body, + STATE(5036), 1, + sym_heredoc_body, + [197334] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(393), 1, + anon_sym_LBRACE, + ACTIONS(10306), 1, + anon_sym_SEMI, + ACTIONS(10308), 1, + anon_sym_do, + STATE(3291), 1, + sym_do_group, + STATE(3292), 1, + sym_compound_statement, + [197353] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(10291), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4978), 1, sym_heredoc_body, - STATE(2786), 2, + STATE(3680), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159855] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8783), 1, - anon_sym_SLASH, - ACTIONS(8785), 1, - anon_sym_RBRACE3, - STATE(3693), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8646), 2, - sym__concat, - aux_sym_concatenation_token1, - [159872] = 5, - ACTIONS(63), 1, + [197370] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8787), 1, - anon_sym_SLASH, - ACTIONS(8789), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - STATE(3688), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8646), 2, - sym__concat, - aux_sym_concatenation_token1, - [159889] = 5, - ACTIONS(63), 1, + STATE(4271), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [197385] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(10291), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(4978), 1, sym_heredoc_body, - STATE(3183), 2, + STATE(3684), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159906] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8616), 1, - anon_sym_RPAREN, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - STATE(3910), 1, - aux_sym_case_item_repeat1, - [159925] = 4, - ACTIONS(63), 1, - sym_comment, - STATE(3670), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(8791), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [159940] = 4, - ACTIONS(63), 1, - sym_comment, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(8793), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [159955] = 5, - ACTIONS(63), 1, + [197402] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(10291), 1, sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3184), 2, + STATE(3689), 1, sym__heredoc_body, + STATE(3691), 1, sym__simple_heredoc_body, - [159972] = 5, - ACTIONS(63), 1, + STATE(4978), 1, + sym_heredoc_body, + [197421] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(10217), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(10291), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(4978), 1, sym_heredoc_body, - STATE(3212), 2, + STATE(3693), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159989] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8795), 1, - anon_sym_esac, - ACTIONS(8797), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8799), 1, - anon_sym_SEMI_AMP, - ACTIONS(8801), 1, - anon_sym_SEMI_SEMI_AMP, - [160005] = 5, - ACTIONS(63), 1, + [197438] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8803), 1, - anon_sym_esac, - ACTIONS(8805), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8807), 1, - anon_sym_SEMI_AMP, - ACTIONS(8809), 1, - anon_sym_SEMI_SEMI_AMP, - [160021] = 4, - ACTIONS(63), 1, + ACTIONS(10310), 1, + anon_sym_RBRACE3, + STATE(4271), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [197453] = 6, + ACTIONS(67), 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(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10223), 1, + sym_simple_heredoc_body, + STATE(3326), 1, + sym__simple_heredoc_body, + STATE(3329), 1, + sym__heredoc_body, + STATE(4676), 1, + sym_heredoc_body, + [197472] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - ACTIONS(8793), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [160049] = 4, - ACTIONS(63), 1, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10291), 1, + sym_simple_heredoc_body, + STATE(4978), 1, + sym_heredoc_body, + STATE(3694), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [197489] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8817), 1, - anon_sym_esac, - ACTIONS(8819), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8821), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160063] = 5, - ACTIONS(63), 1, + ACTIONS(10217), 1, + sym__heredoc_body_beginning, + ACTIONS(10291), 1, + sym_simple_heredoc_body, + STATE(3695), 1, + sym__heredoc_body, + STATE(3696), 1, + sym__simple_heredoc_body, + STATE(4978), 1, + sym_heredoc_body, + [197508] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8787), 1, - anon_sym_SLASH, - ACTIONS(8789), 1, + ACTIONS(5833), 1, anon_sym_RBRACE3, - ACTIONS(8823), 1, - sym__special_character, - STATE(3743), 1, - aux_sym__literal_repeat1, - [160079] = 4, - ACTIONS(63), 1, + STATE(4230), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [197523] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8828), 1, + ACTIONS(6296), 1, anon_sym_RBRACE3, - STATE(3726), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8825), 2, - sym__concat, - aux_sym_concatenation_token1, - [160093] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(479), 1, - anon_sym_LBRACE, - ACTIONS(8763), 1, - anon_sym_do, - STATE(2780), 1, - sym_compound_statement, - STATE(2785), 1, - sym_do_group, - [160109] = 4, - ACTIONS(63), 1, + STATE(4229), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5845), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [197538] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8832), 1, - anon_sym_RBRACE3, - STATE(3726), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8830), 2, + ACTIONS(1204), 4, sym__concat, + anon_sym_SLASH, aux_sym_concatenation_token1, - [160123] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8834), 1, - anon_sym_esac, - ACTIONS(8836), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8838), 1, - anon_sym_SEMI_AMP, - ACTIONS(8840), 1, - anon_sym_SEMI_SEMI_AMP, - [160139] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8842), 1, - anon_sym_esac, - ACTIONS(8844), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8846), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160153] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8848), 1, - anon_sym_esac, - ACTIONS(8850), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8852), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160167] = 5, - ACTIONS(63), 1, + anon_sym_RBRACE3, + [197548] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8834), 1, + ACTIONS(10312), 1, anon_sym_esac, - ACTIONS(8854), 1, + ACTIONS(10314), 1, anon_sym_SEMI_SEMI, - ACTIONS(8856), 1, + ACTIONS(10316), 1, anon_sym_SEMI_AMP, - ACTIONS(8858), 1, + ACTIONS(10318), 1, anon_sym_SEMI_SEMI_AMP, - [160183] = 2, - ACTIONS(63), 1, + [197564] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1192), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160193] = 2, - ACTIONS(63), 1, + [197574] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1237), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160203] = 3, + ACTIONS(393), 1, + anon_sym_LBRACE, + ACTIONS(10308), 1, + anon_sym_do, + STATE(3306), 1, + sym_do_group, + STATE(3307), 1, + sym_compound_statement, + [197590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8770), 1, + ACTIONS(10322), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8765), 3, + ACTIONS(10320), 3, anon_sym_SEMI, anon_sym_COMMA, anon_sym_AMP, - [160215] = 2, - ACTIONS(63), 1, + [197602] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160225] = 2, - ACTIONS(63), 1, + ACTIONS(155), 1, + anon_sym_LBRACE, + ACTIONS(10297), 1, + anon_sym_do, + STATE(3709), 1, + sym_compound_statement, + STATE(3711), 1, + sym_do_group, + [197618] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(4308), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160235] = 2, - ACTIONS(63), 1, + [197628] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(4007), 4, + ACTIONS(10324), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160245] = 2, - ACTIONS(63), 1, + [197638] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(4301), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160255] = 2, - ACTIONS(63), 1, + [197648] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(4003), 4, + ACTIONS(5441), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160265] = 2, - ACTIONS(63), 1, + [197658] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(3848), 4, + ACTIONS(5192), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160275] = 2, - ACTIONS(63), 1, + [197668] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(5186), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160285] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8860), 1, - sym__special_character, - STATE(3743), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - [160299] = 2, - ACTIONS(63), 1, + [197678] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(3857), 4, + ACTIONS(5423), 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, + [197688] = 2, + ACTIONS(67), 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, + ACTIONS(1168), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [197698] = 2, + ACTIONS(67), 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, + ACTIONS(1188), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [197708] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1168), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160347] = 5, - ACTIONS(63), 1, + [197718] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1168), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [197728] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8795), 1, + ACTIONS(10326), 1, anon_sym_esac, - ACTIONS(8867), 1, + ACTIONS(10328), 1, anon_sym_SEMI_SEMI, - ACTIONS(8869), 1, + ACTIONS(10330), 1, anon_sym_SEMI_AMP, - ACTIONS(8871), 1, + ACTIONS(10332), 1, anon_sym_SEMI_SEMI_AMP, - [160363] = 2, - ACTIONS(63), 1, + [197744] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1188), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [197754] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(1144), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160373] = 2, - ACTIONS(63), 1, + [197764] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(10334), 1, + anon_sym_RBRACE3, + STATE(4222), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10127), 2, sym__concat, - anon_sym_SLASH, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160383] = 2, - ACTIONS(63), 1, + [197778] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1168), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160393] = 2, - ACTIONS(63), 1, + [197788] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(1172), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160403] = 2, - ACTIONS(63), 1, + [197798] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1213), 4, - sym__concat, + ACTIONS(1204), 4, + anon_sym_DASH, anon_sym_SLASH, - aux_sym_concatenation_token1, + anon_sym_COLON, anon_sym_RBRACE3, - [160413] = 2, - ACTIONS(63), 1, + [197808] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1176), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160423] = 2, - ACTIONS(63), 1, + [197818] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, + ACTIONS(1144), 4, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_COLON, anon_sym_RBRACE3, - [160433] = 2, - ACTIONS(63), 1, + [197828] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1180), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160443] = 4, - ACTIONS(63), 1, + [197838] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(8873), 1, - anon_sym_RBRACE3, - STATE(3728), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8830), 2, - sym__concat, - aux_sym_concatenation_token1, - [160457] = 2, - ACTIONS(63), 1, + ACTIONS(10338), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(10336), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + [197850] = 5, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10285), 1, + anon_sym_do, + STATE(3207), 1, + sym_do_group, + STATE(3210), 1, + sym_compound_statement, + [197866] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10265), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(10260), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + [197878] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1164), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160467] = 2, - ACTIONS(63), 1, + [197888] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(1160), 4, sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, + anon_sym_SLASH, aux_sym_concatenation_token1, - [160477] = 2, - ACTIONS(63), 1, + anon_sym_RBRACE3, + [197898] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1176), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160487] = 2, - ACTIONS(63), 1, + [197908] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1203), 4, - sym__concat, + ACTIONS(10340), 1, + sym__special_character, + STATE(4318), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 2, anon_sym_SLASH, - aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160497] = 2, - ACTIONS(63), 1, + [197922] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1152), 4, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [197932] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5769), 1, + sym__special_character, + ACTIONS(10251), 1, + anon_sym_SLASH, + ACTIONS(10253), 1, + anon_sym_RBRACE3, + STATE(4318), 1, + aux_sym__literal_repeat1, + [197948] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1208), 4, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [197958] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1168), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160507] = 2, - ACTIONS(63), 1, + [197968] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1188), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160517] = 2, - ACTIONS(63), 1, + [197978] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1168), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160527] = 2, - ACTIONS(63), 1, + [197988] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(1204), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160537] = 5, - ACTIONS(63), 1, + [197998] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8875), 1, + ACTIONS(10343), 1, anon_sym_esac, - ACTIONS(8877), 1, + ACTIONS(10345), 1, anon_sym_SEMI_SEMI, - ACTIONS(8879), 1, + ACTIONS(10347), 2, anon_sym_SEMI_AMP, - ACTIONS(8881), 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, - sym_comment, - ACTIONS(1229), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160573] = 2, - ACTIONS(63), 1, + [198012] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1144), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160583] = 5, - ACTIONS(63), 1, + [198022] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8803), 1, + ACTIONS(10349), 1, anon_sym_esac, - ACTIONS(8883), 1, + ACTIONS(10351), 1, anon_sym_SEMI_SEMI, - ACTIONS(8885), 1, + ACTIONS(10353), 1, anon_sym_SEMI_AMP, - ACTIONS(8887), 1, + ACTIONS(10355), 1, anon_sym_SEMI_SEMI_AMP, - [160599] = 2, - ACTIONS(63), 1, + [198038] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1164), 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, + [198048] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1217), 4, - sym__concat, + ACTIONS(10219), 1, + sym__special_character, + STATE(4339), 1, + aux_sym__literal_repeat1, + ACTIONS(10247), 2, anon_sym_RPAREN, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160631] = 5, - ACTIONS(63), 1, + [198062] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8875), 1, + ACTIONS(10357), 1, anon_sym_esac, - ACTIONS(8893), 1, + ACTIONS(10359), 1, anon_sym_SEMI_SEMI, - ACTIONS(8895), 1, + ACTIONS(10361), 2, anon_sym_SEMI_AMP, - ACTIONS(8897), 1, anon_sym_SEMI_SEMI_AMP, - [160647] = 2, - ACTIONS(63), 1, + [198076] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1233), 4, + ACTIONS(1160), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160657] = 2, - ACTIONS(63), 1, + [198086] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(1172), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160667] = 2, - ACTIONS(63), 1, + [198096] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(1152), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160677] = 4, - ACTIONS(63), 1, + [198106] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8899), 1, + ACTIONS(5769), 1, sym__special_character, - STATE(3778), 1, + ACTIONS(10239), 1, + anon_sym_SLASH, + ACTIONS(10241), 1, + anon_sym_RBRACE3, + STATE(4318), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [160691] = 2, - ACTIONS(63), 1, + [198122] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(10234), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160701] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(258), 1, - anon_sym_LBRACE, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3201), 1, - sym_compound_statement, - STATE(3205), 1, - sym_do_group, - [160717] = 2, - ACTIONS(63), 1, + [198132] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1180), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160727] = 2, - ACTIONS(63), 1, + [198142] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1208), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160737] = 2, - ACTIONS(63), 1, + [198152] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1225), 4, - sym__concat, + ACTIONS(10363), 1, + sym__special_character, + STATE(4339), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 2, anon_sym_RPAREN, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160747] = 2, - ACTIONS(63), 1, + [198166] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1148), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160757] = 2, - ACTIONS(63), 1, + [198176] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(1184), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160767] = 2, - ACTIONS(63), 1, + [198186] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(1200), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160777] = 2, - ACTIONS(63), 1, + [198196] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10312), 1, + anon_sym_esac, + ACTIONS(10366), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10368), 1, + anon_sym_SEMI_AMP, + ACTIONS(10370), 1, + anon_sym_SEMI_SEMI_AMP, + [198212] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10372), 1, + anon_sym_esac, + ACTIONS(10374), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10376), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [198226] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1229), 4, + ACTIONS(1196), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160787] = 2, - ACTIONS(63), 1, + [198236] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10378), 1, + anon_sym_esac, + ACTIONS(10380), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10382), 1, + anon_sym_SEMI_AMP, + ACTIONS(10384), 1, + anon_sym_SEMI_SEMI_AMP, + [198252] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10349), 1, + anon_sym_esac, + ACTIONS(10386), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10388), 1, + anon_sym_SEMI_AMP, + ACTIONS(10390), 1, + anon_sym_SEMI_SEMI_AMP, + [198268] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10378), 1, + anon_sym_esac, + ACTIONS(10392), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10394), 1, + anon_sym_SEMI_AMP, + ACTIONS(10396), 1, + anon_sym_SEMI_SEMI_AMP, + [198284] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1233), 4, + ACTIONS(1131), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160797] = 2, - ACTIONS(63), 1, + [198294] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10398), 1, + anon_sym_esac, + ACTIONS(10400), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10402), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [198308] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10326), 1, + anon_sym_esac, + ACTIONS(10404), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10406), 1, + anon_sym_SEMI_AMP, + ACTIONS(10408), 1, + anon_sym_SEMI_SEMI_AMP, + [198324] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(1156), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160807] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8902), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160817] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8904), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [160830] = 4, - ACTIONS(63), 1, + [198334] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8906), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [160843] = 4, - ACTIONS(63), 1, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10410), 1, + anon_sym_RPAREN, + STATE(4358), 1, + aux_sym_case_item_repeat1, + [198347] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8908), 1, + ACTIONS(10412), 1, anon_sym_RPAREN_RPAREN, - ACTIONS(8910), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - STATE(3923), 1, + STATE(4392), 1, aux_sym__for_body_repeat1, - [160856] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8856), 1, - anon_sym_SEMI_AMP, - ACTIONS(8858), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(8912), 1, - anon_sym_SEMI_SEMI, - [160869] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8914), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [160882] = 3, - ACTIONS(63), 1, + [198360] = 3, + 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(10418), 1, + anon_sym_LBRACK, + ACTIONS(10416), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [198371] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(8918), 2, + ACTIONS(10420), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [160904] = 4, - ACTIONS(63), 1, + [198382] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8922), 1, + ACTIONS(10422), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [160917] = 4, - ACTIONS(63), 1, + [198395] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8924), 1, + ACTIONS(10424), 1, anon_sym_RPAREN, - STATE(3802), 1, + ACTIONS(10426), 1, + anon_sym_PIPE, + STATE(4358), 1, aux_sym_case_item_repeat1, - [160930] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8926), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [160941] = 3, - ACTIONS(63), 1, + [198408] = 4, + 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, + ACTIONS(10414), 1, + anon_sym_COMMA, + ACTIONS(10429), 1, + anon_sym_RPAREN_RPAREN, + STATE(4420), 1, + aux_sym__for_body_repeat1, + [198421] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8930), 1, - anon_sym_RPAREN, - ACTIONS(8932), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - STATE(3802), 1, + ACTIONS(10431), 1, + anon_sym_RPAREN, + STATE(4358), 1, aux_sym_case_item_repeat1, - [160965] = 4, - ACTIONS(63), 1, + [198434] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(8935), 1, + ACTIONS(10433), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [160978] = 4, - ACTIONS(63), 1, + STATE(4420), 1, + aux_sym__for_body_repeat1, + [198447] = 2, + ACTIONS(67), 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, + ACTIONS(1127), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + sym__special_character, + [198456] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8939), 1, + ACTIONS(10435), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161004] = 4, - ACTIONS(63), 1, + [198469] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8770), 1, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10437), 1, anon_sym_RPAREN, - ACTIONS(8941), 1, - anon_sym_COMMA, - STATE(3806), 1, - aux_sym__for_body_repeat1, - [161017] = 4, - ACTIONS(63), 1, + STATE(4358), 1, + aux_sym_case_item_repeat1, + [198482] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8799), 1, - anon_sym_SEMI_AMP, - ACTIONS(8801), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(8944), 1, - anon_sym_SEMI_SEMI, - [161030] = 4, - ACTIONS(63), 1, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10439), 1, + anon_sym_RPAREN, + STATE(4358), 1, + aux_sym_case_item_repeat1, + [198495] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(10441), 1, + anon_sym_RPAREN_RPAREN, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [198508] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8946), 1, + ACTIONS(10443), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161043] = 3, - ACTIONS(63), 1, + [198521] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(8948), 2, + ACTIONS(10445), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161054] = 4, - ACTIONS(63), 1, + [198532] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8950), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161067] = 4, - ACTIONS(63), 1, + ACTIONS(10418), 1, + anon_sym_LBRACK, + ACTIONS(10447), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [198543] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1184), 3, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [198552] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(1148), 3, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [198561] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(8954), 1, - anon_sym_RPAREN, - STATE(3890), 1, + ACTIONS(10449), 1, + anon_sym_RPAREN_RPAREN, + STATE(4420), 1, aux_sym__for_body_repeat1, - [161080] = 4, - ACTIONS(63), 1, + [198574] = 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(1125), 1, + sym__special_character, + ACTIONS(1127), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [198585] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8958), 1, + ACTIONS(10451), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161106] = 3, - ACTIONS(63), 1, + [198598] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(10453), 1, + anon_sym_RPAREN_RPAREN, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [198611] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(8960), 2, + ACTIONS(10455), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161117] = 4, - ACTIONS(63), 1, + [198622] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(8962), 1, + ACTIONS(10457), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4358), 1, aux_sym_case_item_repeat1, - [161130] = 4, - ACTIONS(63), 1, + [198635] = 4, + ACTIONS(67), 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, + ACTIONS(10414), 1, + anon_sym_COMMA, + ACTIONS(10459), 1, + anon_sym_RPAREN_RPAREN, + STATE(4422), 1, + aux_sym__for_body_repeat1, + [198648] = 4, + 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(10414), 1, + anon_sym_COMMA, + ACTIONS(10461), 1, + anon_sym_RPAREN_RPAREN, + STATE(4468), 1, + aux_sym__for_body_repeat1, + [198661] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8966), 1, + ACTIONS(10463), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161169] = 4, - ACTIONS(63), 1, + [198674] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8968), 1, + ACTIONS(10465), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161182] = 4, - ACTIONS(63), 1, + [198687] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10414), 1, + anon_sym_COMMA, + ACTIONS(10467), 1, + anon_sym_RPAREN_RPAREN, + STATE(4477), 1, + aux_sym__for_body_repeat1, + [198700] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10418), 1, + anon_sym_LBRACK, + ACTIONS(10469), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [198711] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10418), 1, + anon_sym_LBRACK, + ACTIONS(10471), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [198722] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8970), 1, + ACTIONS(10473), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161195] = 3, - ACTIONS(63), 1, + [198735] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(8972), 2, + ACTIONS(10475), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161206] = 4, - ACTIONS(63), 1, + [198746] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(8974), 1, + ACTIONS(10477), 1, anon_sym_RPAREN_RPAREN, - STATE(3861), 1, + STATE(4427), 1, aux_sym__for_body_repeat1, - [161219] = 4, - ACTIONS(63), 1, + [198759] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8976), 1, + ACTIONS(10479), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [161232] = 4, - ACTIONS(63), 1, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [198772] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1168), 3, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [198781] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1188), 3, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [198790] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1168), 3, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [198799] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(8978), 1, + ACTIONS(10481), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4420), 1, aux_sym__for_body_repeat1, - [161245] = 4, - ACTIONS(63), 1, + [198812] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1180), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [198821] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8980), 1, + ACTIONS(10483), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 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, + [198834] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8828), 3, - sym__concat, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [161278] = 3, - ACTIONS(63), 1, + ACTIONS(1172), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [198843] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(8984), 2, + ACTIONS(10485), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161289] = 4, - ACTIONS(63), 1, + [198854] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(8986), 1, + ACTIONS(10487), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161302] = 3, - ACTIONS(63), 1, + [198867] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8988), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161313] = 4, - ACTIONS(63), 1, + ACTIONS(1144), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [198876] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(1204), 3, + sym_extglob_pattern, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(8990), 1, + [198885] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1168), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [198894] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1188), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [198903] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10489), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4358), 1, aux_sym_case_item_repeat1, - [161326] = 4, - ACTIONS(63), 1, + [198916] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(8992), 1, + ACTIONS(10491), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4358), 1, aux_sym_case_item_repeat1, - [161339] = 4, - ACTIONS(63), 1, + [198929] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(8994), 1, + ACTIONS(10493), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4358), 1, aux_sym_case_item_repeat1, - [161352] = 3, - ACTIONS(63), 1, + [198942] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8996), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8821), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [161363] = 3, - ACTIONS(63), 1, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10205), 1, + anon_sym_RPAREN, + STATE(4403), 1, + aux_sym_case_item_repeat1, + [198955] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10175), 1, + anon_sym_RPAREN, + STATE(4474), 1, + aux_sym_case_item_repeat1, + [198968] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1168), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [198977] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(10495), 1, + anon_sym_RPAREN_RPAREN, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [198990] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10497), 1, + anon_sym_RPAREN, + STATE(4358), 1, + aux_sym_case_item_repeat1, + [199003] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(8998), 2, + ACTIONS(10499), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161374] = 4, - ACTIONS(63), 1, + [199014] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1176), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [199023] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9000), 1, + ACTIONS(10501), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161387] = 4, - ACTIONS(63), 1, + [199036] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9002), 1, + ACTIONS(10503), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161400] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1169), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - sym__special_character, - [161409] = 4, - ACTIONS(63), 1, + [199049] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(9004), 1, + ACTIONS(10505), 1, anon_sym_RPAREN_RPAREN, - STATE(3898), 1, + STATE(4497), 1, aux_sym__for_body_repeat1, - [161422] = 3, - ACTIONS(63), 1, + [199062] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(9006), 2, + ACTIONS(10507), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161433] = 4, - ACTIONS(63), 1, + [199073] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9008), 1, + ACTIONS(10509), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161446] = 4, - ACTIONS(63), 1, + [199086] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10418), 1, + anon_sym_LBRACK, + ACTIONS(10511), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [199097] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9010), 1, - anon_sym_RPAREN, - STATE(3847), 1, + ACTIONS(10513), 1, + anon_sym_RPAREN_RPAREN, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199110] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10418), 1, + anon_sym_LBRACK, + ACTIONS(10515), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [199121] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10265), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(10517), 1, + anon_sym_COMMA, + STATE(4420), 1, aux_sym__for_body_repeat1, - [161459] = 4, - ACTIONS(63), 1, + [199134] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10520), 1, + sym_extglob_pattern, + ACTIONS(5098), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [199145] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(9012), 1, + ACTIONS(10522), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4420), 1, aux_sym__for_body_repeat1, - [161472] = 3, - ACTIONS(63), 1, + [199158] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(9014), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8815), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [161483] = 4, - ACTIONS(63), 1, + ACTIONS(10265), 1, + anon_sym_RPAREN, + ACTIONS(10524), 1, + anon_sym_COMMA, + STATE(4423), 1, + aux_sym__for_body_repeat1, + [199171] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9016), 1, + ACTIONS(10527), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161496] = 4, - ACTIONS(63), 1, + [199184] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9018), 1, + ACTIONS(10529), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 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, + [199197] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9022), 1, + ACTIONS(10531), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161535] = 4, - ACTIONS(63), 1, + [199210] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(9024), 1, + ACTIONS(10533), 1, anon_sym_RPAREN_RPAREN, - STATE(3892), 1, + STATE(4420), 1, aux_sym__for_body_repeat1, - [161548] = 3, - ACTIONS(63), 1, + [199223] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(9026), 2, + ACTIONS(10535), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161559] = 4, - ACTIONS(63), 1, + [199234] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5777), 1, + aux_sym_number_token2, + ACTIONS(10537), 1, + aux_sym_number_token1, + STATE(4544), 1, + sym_number, + [199247] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9028), 1, + ACTIONS(10539), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199260] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10541), 1, + anon_sym_COMMA, + ACTIONS(10543), 1, + anon_sym_RPAREN, + STATE(4434), 1, aux_sym__for_body_repeat1, - [161572] = 4, - ACTIONS(63), 1, + [199273] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9030), 1, + ACTIONS(10545), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161585] = 4, - ACTIONS(63), 1, + [199286] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9032), 1, + ACTIONS(10547), 1, anon_sym_RPAREN_RPAREN, - STATE(3888), 1, - aux_sym__for_body_repeat1, - [161598] = 4, - ACTIONS(63), 1, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199299] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10541), 1, anon_sym_COMMA, - ACTIONS(9034), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161611] = 3, - ACTIONS(63), 1, + ACTIONS(10549), 1, + anon_sym_RPAREN, + STATE(4423), 1, + aux_sym__for_body_repeat1, + [199312] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(9036), 2, + ACTIONS(10551), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161622] = 4, - ACTIONS(63), 1, + [199323] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(10553), 1, + anon_sym_RPAREN_RPAREN, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199336] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8869), 1, + ACTIONS(10406), 1, anon_sym_SEMI_AMP, - ACTIONS(8871), 1, + ACTIONS(10408), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9038), 1, + ACTIONS(10555), 1, anon_sym_SEMI_SEMI, - [161635] = 3, - ACTIONS(63), 1, + [199349] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(9040), 2, + ACTIONS(10557), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161646] = 4, - ACTIONS(63), 1, + [199360] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9042), 1, + ACTIONS(10559), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161659] = 4, - ACTIONS(63), 1, + [199373] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9044), 1, + ACTIONS(10561), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161672] = 4, - ACTIONS(63), 1, + [199386] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9046), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161685] = 4, - ACTIONS(63), 1, + ACTIONS(10418), 1, + anon_sym_LBRACK, + ACTIONS(10563), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [199397] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, - anon_sym_COMMA, - ACTIONS(9048), 1, - anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [161698] = 4, - ACTIONS(63), 1, + ACTIONS(10418), 1, + anon_sym_LBRACK, + ACTIONS(10565), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [199408] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9050), 1, + ACTIONS(10567), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161711] = 3, - ACTIONS(63), 1, + [199421] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9052), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161722] = 4, - ACTIONS(63), 1, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10569), 1, + anon_sym_RPAREN, + STATE(4358), 1, + aux_sym_case_item_repeat1, + [199434] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9054), 1, + ACTIONS(10571), 1, anon_sym_RPAREN_RPAREN, - STATE(3851), 1, - aux_sym__for_body_repeat1, - [161735] = 4, - ACTIONS(63), 1, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199447] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9056), 1, + ACTIONS(10573), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161748] = 4, - ACTIONS(63), 1, + [199460] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9058), 1, + ACTIONS(10575), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161761] = 4, - ACTIONS(63), 1, + [199473] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10541), 1, anon_sym_COMMA, - ACTIONS(9060), 1, - anon_sym_RPAREN_RPAREN, - STATE(3843), 1, + ACTIONS(10577), 1, + anon_sym_RPAREN, + STATE(4451), 1, aux_sym__for_body_repeat1, - [161774] = 4, - ACTIONS(63), 1, + [199486] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10579), 1, + anon_sym_RPAREN, + STATE(4358), 1, + aux_sym_case_item_repeat1, + [199499] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9062), 1, + ACTIONS(10581), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161787] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8879), 1, - anon_sym_SEMI_AMP, - ACTIONS(8881), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(9064), 1, - anon_sym_SEMI_SEMI, - [161800] = 3, - ACTIONS(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, + [199512] = 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(10541), 1, + anon_sym_COMMA, + ACTIONS(10583), 1, + anon_sym_RPAREN, + STATE(4423), 1, + aux_sym__for_body_repeat1, + [199525] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(9070), 2, + ACTIONS(10585), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161833] = 4, - ACTIONS(63), 1, + [199536] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9072), 1, + ACTIONS(10587), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161846] = 4, - ACTIONS(63), 1, + [199549] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9074), 1, + ACTIONS(10589), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161859] = 4, - ACTIONS(63), 1, + [199562] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9076), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161872] = 3, - ACTIONS(63), 1, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10183), 1, + anon_sym_RPAREN, + STATE(4365), 1, + aux_sym_case_item_repeat1, + [199575] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(9078), 2, + ACTIONS(10591), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161883] = 3, - ACTIONS(63), 1, + [199586] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10593), 1, + anon_sym_RPAREN, + STATE(4358), 1, + aux_sym_case_item_repeat1, + [199599] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10595), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10347), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [199610] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10418), 1, anon_sym_LBRACK, - ACTIONS(9080), 2, + ACTIONS(10597), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161894] = 3, - ACTIONS(63), 1, + [199621] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10599), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10376), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [199632] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(9082), 1, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10601), 1, + anon_sym_RPAREN, + STATE(4358), 1, + aux_sym_case_item_repeat1, + [199645] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(10603), 1, + anon_sym_RPAREN_RPAREN, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199658] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10605), 1, sym__concat, - ACTIONS(3833), 2, + ACTIONS(5223), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161905] = 3, - ACTIONS(63), 1, + [199669] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10368), 1, + anon_sym_SEMI_AMP, + ACTIONS(10370), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(10607), 1, + anon_sym_SEMI_SEMI, + [199682] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9084), 1, + ACTIONS(10609), 1, sym__concat, - ACTIONS(3839), 2, + ACTIONS(5217), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161916] = 4, - ACTIONS(63), 1, + [199693] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10388), 1, + anon_sym_SEMI_AMP, + ACTIONS(10390), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(10611), 1, + anon_sym_SEMI_SEMI, + [199706] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(9086), 1, - anon_sym_RPAREN, - STATE(3909), 1, + ACTIONS(10613), 1, + anon_sym_RPAREN_RPAREN, + STATE(4359), 1, aux_sym__for_body_repeat1, - [161929] = 3, - ACTIONS(63), 1, + [199719] = 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(10414), 1, + anon_sym_COMMA, + ACTIONS(10615), 1, + anon_sym_RPAREN_RPAREN, + STATE(4420), 1, + aux_sym__for_body_repeat1, + [199732] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(4151), 1, + ACTIONS(10414), 1, + anon_sym_COMMA, + ACTIONS(10617), 1, anon_sym_RPAREN_RPAREN, - ACTIONS(9090), 1, + STATE(4361), 1, + aux_sym__for_body_repeat1, + [199745] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10541), 1, anon_sym_COMMA, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161953] = 4, - ACTIONS(63), 1, + ACTIONS(10619), 1, + anon_sym_RPAREN, + STATE(4490), 1, + aux_sym__for_body_repeat1, + [199758] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(9093), 1, + ACTIONS(10621), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4358), 1, aux_sym_case_item_repeat1, - [161966] = 4, - ACTIONS(63), 1, + [199771] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9095), 1, + ACTIONS(10623), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [161979] = 4, - ACTIONS(63), 1, + [199784] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(10625), 1, + anon_sym_RPAREN_RPAREN, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199797] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(8636), 1, + ACTIONS(10627), 1, anon_sym_RPAREN, - STATE(3905), 1, + STATE(4358), 1, aux_sym_case_item_repeat1, - [161992] = 4, - ACTIONS(63), 1, + [199810] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9097), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162005] = 4, - ACTIONS(63), 1, + ACTIONS(10418), 1, + anon_sym_LBRACK, + ACTIONS(10629), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [199821] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9099), 1, + ACTIONS(10631), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [162018] = 4, - ACTIONS(63), 1, + [199834] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(9101), 1, + ACTIONS(10633), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4420), 1, aux_sym__for_body_repeat1, - [162031] = 4, - ACTIONS(63), 1, + [199847] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9103), 1, + ACTIONS(10635), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [162044] = 4, - ACTIONS(63), 1, + [199860] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(5549), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(10637), 1, anon_sym_COMMA, - ACTIONS(9105), 1, - anon_sym_RPAREN, - STATE(3806), 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, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199873] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(9107), 1, + ACTIONS(10640), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4372), 1, aux_sym__for_body_repeat1, - [162081] = 3, - ACTIONS(63), 1, + [199886] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9109), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162092] = 3, - ACTIONS(63), 1, + ACTIONS(10353), 1, + anon_sym_SEMI_AMP, + ACTIONS(10355), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(10642), 1, + anon_sym_SEMI_SEMI, + [199899] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9111), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162103] = 4, - ACTIONS(63), 1, + ACTIONS(10135), 1, + anon_sym_PIPE, + ACTIONS(10644), 1, + anon_sym_RPAREN, + STATE(4358), 1, + aux_sym_case_item_repeat1, + [199912] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8895), 1, + ACTIONS(10316), 1, anon_sym_SEMI_AMP, - ACTIONS(8897), 1, + ACTIONS(10318), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9113), 1, + ACTIONS(10646), 1, anon_sym_SEMI_SEMI, - [162116] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8910), 1, - anon_sym_COMMA, - ACTIONS(9115), 1, - anon_sym_RPAREN_RPAREN, - STATE(3823), 1, - aux_sym__for_body_repeat1, - [162129] = 4, - ACTIONS(63), 1, + [199925] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9117), 1, + ACTIONS(10648), 1, anon_sym_RPAREN_RPAREN, - STATE(3824), 1, - aux_sym__for_body_repeat1, - [162142] = 4, - ACTIONS(63), 1, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199938] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9119), 1, + ACTIONS(10650), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [162155] = 4, - ACTIONS(63), 1, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199951] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(10135), 1, anon_sym_PIPE, - ACTIONS(9121), 1, + ACTIONS(10159), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4353), 1, aux_sym_case_item_repeat1, - [162168] = 4, - ACTIONS(63), 1, + [199964] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9123), 1, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(10652), 1, + anon_sym_RPAREN_RPAREN, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199977] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5276), 1, + anon_sym_COMMA, + ACTIONS(10654), 1, + anon_sym_RPAREN_RPAREN, + STATE(4479), 1, + aux_sym_arithmetic_expansion_repeat1, + [199990] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10394), 1, + anon_sym_SEMI_AMP, + ACTIONS(10396), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(10656), 1, + anon_sym_SEMI_SEMI, + [200003] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10541), 1, + anon_sym_COMMA, + ACTIONS(10658), 1, anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162181] = 4, - ACTIONS(63), 1, + STATE(4423), 1, + aux_sym__for_body_repeat1, + [200016] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10660), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10402), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [200027] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9125), 1, + ACTIONS(10662), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [162194] = 4, - ACTIONS(63), 1, + [200040] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9127), 1, + ACTIONS(10664), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [162207] = 4, - ACTIONS(63), 1, + [200053] = 3, + ACTIONS(67), 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, + ACTIONS(10666), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10361), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [200064] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9129), 1, + ACTIONS(10668), 1, sym__concat, - ACTIONS(3857), 2, + ACTIONS(5186), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162231] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9131), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162244] = 3, - ACTIONS(63), 1, + [200075] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9133), 1, - sym__concat, - ACTIONS(3848), 2, + ACTIONS(10418), 1, + anon_sym_LBRACK, + ACTIONS(10670), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162255] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9135), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162268] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9137), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162281] = 4, - ACTIONS(63), 1, + [200086] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(10414), 1, anon_sym_COMMA, - ACTIONS(9139), 1, - anon_sym_RPAREN, - STATE(3806), 1, + ACTIONS(10672), 1, + anon_sym_RPAREN_RPAREN, + STATE(4420), 1, aux_sym__for_body_repeat1, - [162294] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9141), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162307] = 4, - ACTIONS(63), 1, + [200099] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9143), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162320] = 4, - ACTIONS(63), 1, + ACTIONS(10674), 1, + sym__concat, + ACTIONS(5192), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [200110] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9145), 1, + ACTIONS(10676), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 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, + [200123] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8652), 1, - anon_sym_RPAREN, - STATE(3832), 1, - aux_sym_case_item_repeat1, - [162359] = 4, - ACTIONS(63), 1, + ACTIONS(10678), 1, + anon_sym_DASH, + ACTIONS(10680), 1, + anon_sym_COLON, + ACTIONS(10682), 1, + anon_sym_RBRACE3, + [200136] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9149), 1, + ACTIONS(10684), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [162372] = 3, - ACTIONS(63), 1, + [200149] = 3, + 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, + STATE(4222), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10127), 2, + sym__concat, + aux_sym_concatenation_token1, + [200160] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10330), 1, + anon_sym_SEMI_AMP, + ACTIONS(10332), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(10686), 1, + anon_sym_SEMI_SEMI, + [200173] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9151), 1, + ACTIONS(10688), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [162396] = 4, - ACTIONS(63), 1, + [200186] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(5276), 1, anon_sym_COMMA, - ACTIONS(9153), 1, + ACTIONS(10690), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4479), 1, aux_sym_arithmetic_expansion_repeat1, - [162409] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9155), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162422] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9157), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162435] = 4, - ACTIONS(63), 1, + [200199] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8807), 1, + ACTIONS(10382), 1, anon_sym_SEMI_AMP, - ACTIONS(8809), 1, + ACTIONS(10384), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9159), 1, + ACTIONS(10692), 1, anon_sym_SEMI_SEMI, - [162448] = 3, - ACTIONS(63), 1, + [200212] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9161), 2, + ACTIONS(10670), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162459] = 4, - ACTIONS(63), 1, + [200220] = 3, + ACTIONS(67), 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, + ACTIONS(7349), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1337), 1, + sym_expansion, + [200230] = 3, + ACTIONS(67), 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, + ACTIONS(10680), 1, + anon_sym_COLON, + ACTIONS(10682), 1, + anon_sym_RBRACE3, + [200240] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5346), 1, + ACTIONS(8608), 1, anon_sym_DOLLAR_LBRACE, - STATE(3576), 1, + STATE(2522), 1, sym_expansion, - [162495] = 3, - ACTIONS(63), 1, + [200250] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5881), 1, + ACTIONS(6451), 1, anon_sym_DOLLAR_LBRACE, - STATE(1102), 1, + STATE(3485), 1, sym_expansion, - [162505] = 3, - ACTIONS(63), 1, + [200260] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(6035), 1, + ACTIONS(5192), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [200268] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6403), 1, anon_sym_DOLLAR_LBRACE, - STATE(1037), 1, + STATE(1146), 1, sym_expansion, - [162515] = 3, - ACTIONS(63), 1, + [200278] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10694), 1, + anon_sym_SLASH, + ACTIONS(10696), 1, + anon_sym_RBRACE3, + [200288] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5186), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [200296] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4397), 1, + ACTIONS(6697), 1, anon_sym_DOLLAR_LBRACE, - STATE(2508), 1, + STATE(2181), 1, sym_expansion, - [162525] = 3, - ACTIONS(63), 1, + [200306] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4673), 1, + ACTIONS(189), 1, anon_sym_DOLLAR_LBRACE, - STATE(1240), 1, + STATE(408), 1, sym_expansion, - [162535] = 3, - ACTIONS(63), 1, + [200316] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5230), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - STATE(3737), 1, + STATE(694), 1, sym_expansion, - [162545] = 3, - ACTIONS(63), 1, + [200326] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2841), 1, + ACTIONS(6887), 1, anon_sym_DOLLAR_LBRACE, - STATE(1692), 1, + STATE(3354), 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, + [200336] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4990), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - STATE(2939), 1, + STATE(2075), 1, sym_expansion, - [162581] = 3, - ACTIONS(63), 1, + [200346] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4427), 1, + ACTIONS(7293), 1, anon_sym_DOLLAR_LBRACE, - STATE(891), 1, + STATE(4169), 1, sym_expansion, - [162591] = 2, - ACTIONS(63), 1, + [200356] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8891), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [162599] = 3, - ACTIONS(63), 1, + ACTIONS(10629), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [200364] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8730), 1, + ACTIONS(10285), 1, anon_sym_do, - STATE(2862), 1, + STATE(3221), 1, sym_do_group, - [162609] = 3, - ACTIONS(63), 1, + [200374] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5376), 1, + ACTIONS(6967), 1, anon_sym_DOLLAR_LBRACE, - STATE(2599), 1, + STATE(1358), 1, sym_expansion, - [162619] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9070), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162627] = 3, - ACTIONS(63), 1, + [200384] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7105), 1, + ACTIONS(7231), 1, anon_sym_DOLLAR_LBRACE, - STATE(2054), 1, + STATE(3012), 1, sym_expansion, - [162637] = 3, - ACTIONS(63), 1, + [200394] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4467), 1, + ACTIONS(6633), 1, anon_sym_DOLLAR_LBRACE, - STATE(2495), 1, + STATE(1474), 1, sym_expansion, - [162647] = 2, - ACTIONS(63), 1, + [200404] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3857), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162655] = 2, - ACTIONS(63), 1, + ACTIONS(5501), 1, + anon_sym_DOLLAR_LBRACE, + STATE(4334), 1, + sym_expansion, + [200414] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9111), 2, + ACTIONS(10597), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162663] = 3, - ACTIONS(63), 1, + [200422] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4549), 1, + ACTIONS(8635), 1, anon_sym_DOLLAR_LBRACE, - STATE(1012), 1, + STATE(2421), 1, sym_expansion, - [162673] = 2, - ACTIONS(63), 1, + [200432] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1217), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [162681] = 3, - ACTIONS(63), 1, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + STATE(935), 1, + sym_expansion, + [200442] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4930), 1, + ACTIONS(3777), 1, anon_sym_DOLLAR_LBRACE, - STATE(840), 1, + STATE(2013), 1, sym_expansion, - [162691] = 2, - ACTIONS(63), 1, + [200452] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9109), 2, + ACTIONS(10591), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162699] = 3, - ACTIONS(63), 1, + [200460] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4838), 1, + ACTIONS(7688), 1, anon_sym_DOLLAR_LBRACE, - STATE(1723), 1, + STATE(1138), 1, sym_expansion, - [162709] = 2, - ACTIONS(63), 1, + [200470] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9088), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162717] = 2, - ACTIONS(63), 1, + ACTIONS(10698), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10700), 1, + aux_sym__simple_variable_name_token1, + [200480] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8918), 2, + ACTIONS(10585), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162725] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8770), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - [162733] = 3, - ACTIONS(63), 1, + [200488] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9168), 1, - anon_sym_SLASH, - ACTIONS(9170), 1, - anon_sym_RBRACE3, - [162743] = 3, - ACTIONS(63), 1, + ACTIONS(10308), 1, + anon_sym_do, + STATE(3313), 1, + sym_do_group, + [200498] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9172), 1, - anon_sym_COLON, - ACTIONS(9174), 1, + ACTIONS(10702), 1, anon_sym_RBRACE3, - [162753] = 3, - ACTIONS(63), 1, + ACTIONS(10704), 1, + sym_regex, + [200508] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9176), 1, - anon_sym_DOLLAR_LBRACE, - STATE(4025), 1, - sym_expansion, - [162763] = 3, - ACTIONS(53), 1, + ACTIONS(6025), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(63), 1, - sym_comment, - STATE(794), 1, + STATE(1967), 1, sym_expansion, - [162773] = 3, - ACTIONS(63), 1, + [200518] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8763), 1, - anon_sym_do, - STATE(2878), 1, - sym_do_group, - [162783] = 3, - ACTIONS(63), 1, + ACTIONS(10565), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [200526] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5708), 1, + ACTIONS(6773), 1, anon_sym_DOLLAR_LBRACE, - STATE(3163), 1, + STATE(1515), 1, sym_expansion, - [162793] = 3, - ACTIONS(63), 1, + [200536] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4593), 1, + ACTIONS(6057), 1, anon_sym_DOLLAR_LBRACE, - STATE(2084), 1, + STATE(1042), 1, sym_expansion, - [162803] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9078), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162811] = 3, - ACTIONS(63), 1, + [200546] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6852), 1, + ACTIONS(3515), 1, anon_sym_DOLLAR_LBRACE, - STATE(2028), 1, + STATE(1925), 1, sym_expansion, - [162821] = 3, - ACTIONS(63), 1, + [200556] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8763), 1, + ACTIONS(10308), 1, anon_sym_do, - STATE(2776), 1, + STATE(3276), 1, sym_do_group, - [162831] = 3, - ACTIONS(63), 1, + [200566] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5464), 1, + ACTIONS(10706), 1, + anon_sym_COLON, + ACTIONS(10708), 1, + anon_sym_RBRACE3, + [200576] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1043), 1, anon_sym_DOLLAR_LBRACE, - STATE(3109), 1, + STATE(2036), 1, sym_expansion, - [162841] = 2, - ACTIONS(63), 1, + [200586] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10710), 1, + anon_sym_SLASH, + ACTIONS(10712), 1, + anon_sym_RBRACE3, + [200596] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10285), 1, + anon_sym_do, + STATE(3236), 1, + sym_do_group, + [200606] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9068), 2, + ACTIONS(10563), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162849] = 2, - ACTIONS(63), 1, + [200614] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10297), 1, + anon_sym_do, + STATE(3690), 1, + sym_do_group, + [200624] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9080), 2, + ACTIONS(10557), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162857] = 3, - ACTIONS(63), 1, + [200632] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4894), 1, + ACTIONS(10125), 1, + anon_sym_SLASH, + ACTIONS(10129), 1, + anon_sym_RBRACE3, + [200642] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6869), 1, anon_sym_DOLLAR_LBRACE, - STATE(1234), 1, + STATE(2359), 1, sym_expansion, - [162867] = 2, - ACTIONS(63), 1, + [200652] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9066), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162875] = 2, - ACTIONS(63), 1, + ACTIONS(6373), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1380), 1, + sym_expansion, + [200662] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4003), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162883] = 2, - ACTIONS(63), 1, + ACTIONS(10239), 1, + anon_sym_SLASH, + ACTIONS(10241), 1, + anon_sym_RBRACE3, + [200672] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10322), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [200680] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10251), 1, + anon_sym_SLASH, + ACTIONS(10253), 1, + anon_sym_RBRACE3, + [200690] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4016), 1, + anon_sym_DOLLAR_LBRACE, + STATE(3632), 1, + sym_expansion, + [200700] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(4007), 2, + ACTIONS(10551), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162891] = 3, - ACTIONS(63), 1, + [200708] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5985), 1, + ACTIONS(10185), 1, + anon_sym_SLASH, + ACTIONS(10187), 1, + anon_sym_RBRACE3, + [200718] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10297), 1, + anon_sym_do, + STATE(3721), 1, + sym_do_group, + [200728] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6323), 1, anon_sym_DOLLAR_LBRACE, - STATE(1829), 1, + STATE(1168), 1, sym_expansion, - [162901] = 3, - ACTIONS(63), 1, + [200738] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4794), 1, + ACTIONS(6667), 1, anon_sym_DOLLAR_LBRACE, - STATE(741), 1, + STATE(2302), 1, sym_expansion, - [162911] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9036), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162919] = 2, - ACTIONS(63), 1, + [200748] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9052), 2, + ACTIONS(10535), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162927] = 3, - ACTIONS(63), 1, + [200756] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(421), 1, + ACTIONS(3810), 1, anon_sym_DOLLAR_LBRACE, - STATE(863), 1, + STATE(3491), 1, sym_expansion, - [162937] = 2, - ACTIONS(63), 1, + [200766] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9040), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162945] = 3, - ACTIONS(63), 1, + ACTIONS(5246), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [200774] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9178), 1, + ACTIONS(10714), 1, anon_sym_LPAREN_LPAREN, - ACTIONS(9180), 1, + ACTIONS(10716), 1, aux_sym__simple_variable_name_token1, - [162955] = 3, - ACTIONS(63), 1, + [200784] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9182), 1, - anon_sym_RBRACE3, - ACTIONS(9184), 1, - sym_regex, - [162965] = 3, - ACTIONS(63), 1, + ACTIONS(10515), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [200792] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(288), 1, + ACTIONS(993), 1, anon_sym_DOLLAR_LBRACE, - STATE(406), 1, + STATE(1748), 1, sym_expansion, - [162975] = 2, - ACTIONS(63), 1, + [200802] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1225), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [162983] = 3, - ACTIONS(63), 1, + ACTIONS(10338), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [200810] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10265), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [200818] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5494), 1, + ACTIONS(10718), 1, anon_sym_DOLLAR_LBRACE, - STATE(1608), 1, + STATE(4319), 1, sym_expansion, - [162993] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8891), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - [163001] = 3, - ACTIONS(63), 1, + [200828] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4175), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - STATE(3776), 1, + STATE(1667), 1, sym_expansion, - [163011] = 2, - ACTIONS(63), 1, + [200838] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8865), 2, + ACTIONS(10322), 2, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, - [163019] = 3, - ACTIONS(63), 1, + [200846] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3200), 1, - sym_do_group, - [163029] = 3, - ACTIONS(63), 1, + ACTIONS(10338), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [200854] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10507), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [200862] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10265), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [200870] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(503), 1, + ACTIONS(5969), 1, anon_sym_DOLLAR_LBRACE, - STATE(633), 1, + STATE(1249), 1, sym_expansion, - [163039] = 2, - ACTIONS(63), 1, + [200880] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5242), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [200888] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9026), 2, + ACTIONS(10499), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163047] = 3, - ACTIONS(63), 1, + [200896] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6185), 1, + ACTIONS(5903), 1, anon_sym_DOLLAR_LBRACE, - STATE(881), 1, + STATE(2925), 1, sym_expansion, - [163057] = 3, - ACTIONS(63), 1, + [200906] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1037), 1, + ACTIONS(5865), 1, anon_sym_DOLLAR_LBRACE, - STATE(1324), 1, + STATE(2936), 1, sym_expansion, - [163067] = 3, - ACTIONS(63), 1, + [200916] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3226), 1, - sym_do_group, - [163077] = 2, - ACTIONS(63), 1, + ACTIONS(10485), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [200924] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9006), 2, + ACTIONS(10511), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163085] = 3, - ACTIONS(63), 1, + [200932] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8730), 1, - anon_sym_do, - STATE(2812), 1, - sym_do_group, - [163095] = 3, - ACTIONS(63), 1, + ACTIONS(10475), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [200940] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1172), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [200948] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(109), 1, + ACTIONS(6249), 1, anon_sym_DOLLAR_LBRACE, - STATE(356), 1, + STATE(949), 1, sym_expansion, - [163105] = 3, - ACTIONS(63), 1, + [200958] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2473), 1, + ACTIONS(3414), 1, anon_sym_DOLLAR_LBRACE, - STATE(1620), 1, + STATE(1851), 1, sym_expansion, - [163115] = 2, - ACTIONS(63), 1, + [200968] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8998), 2, + ACTIONS(10471), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163123] = 2, - ACTIONS(63), 1, + [200976] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8865), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [163131] = 2, - ACTIONS(63), 1, + ACTIONS(649), 1, + anon_sym_DOLLAR_LBRACE, + STATE(788), 1, + sym_expansion, + [200986] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8988), 2, + ACTIONS(5441), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163139] = 3, - ACTIONS(63), 1, + [200994] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5423), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [201002] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(987), 1, + ACTIONS(7255), 1, anon_sym_DOLLAR_LBRACE, - STATE(1488), 1, + STATE(1348), 1, sym_expansion, - [163149] = 3, - ACTIONS(63), 1, + [201012] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8783), 1, - anon_sym_SLASH, - ACTIONS(8785), 1, - anon_sym_RBRACE3, - [163159] = 2, - ACTIONS(63), 1, + ACTIONS(4301), 2, + sym__concat, + aux_sym_concatenation_token1, + [201020] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8984), 2, + ACTIONS(10469), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163167] = 3, - ACTIONS(63), 1, + [201028] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5672), 1, + ACTIONS(8207), 1, anon_sym_DOLLAR_LBRACE, - STATE(3491), 1, + STATE(2530), 1, sym_expansion, - [163177] = 3, - ACTIONS(63), 1, + [201038] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9186), 1, - anon_sym_LPAREN_LPAREN, - ACTIONS(9188), 1, - aux_sym__simple_variable_name_token1, - [163187] = 2, - ACTIONS(63), 1, + ACTIONS(10455), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [201046] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4308), 2, + sym__concat, + aux_sym_concatenation_token1, + [201054] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8982), 2, + ACTIONS(10416), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163195] = 3, - ACTIONS(63), 1, + [201062] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1176), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [201070] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(957), 1, + ACTIONS(5939), 1, anon_sym_DOLLAR_LBRACE, - STATE(1505), 1, + STATE(2448), 1, sym_expansion, - [163205] = 2, - ACTIONS(63), 1, + [201080] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(3661), 2, - anon_sym_COLON, + ACTIONS(1180), 2, + anon_sym_SLASH, anon_sym_RBRACE3, - [163213] = 3, - ACTIONS(63), 1, + [201088] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4357), 1, + ACTIONS(6097), 1, anon_sym_DOLLAR_LBRACE, - STATE(932), 1, + STATE(1383), 1, sym_expansion, - [163223] = 3, - ACTIONS(63), 1, + [201098] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5905), 1, + ACTIONS(3131), 1, anon_sym_DOLLAR_LBRACE, - STATE(1727), 1, + STATE(1790), 1, sym_expansion, - [163233] = 2, - ACTIONS(63), 1, + [201108] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1241), 2, - anon_sym_COLON, + ACTIONS(1200), 2, + anon_sym_SLASH, anon_sym_RBRACE3, - [163241] = 2, - ACTIONS(63), 1, + [201116] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1196), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [201124] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8972), 2, + ACTIONS(10447), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163249] = 2, - ACTIONS(63), 1, + [201132] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1249), 2, - anon_sym_COLON, + ACTIONS(1192), 2, + anon_sym_SLASH, anon_sym_RBRACE3, - [163257] = 3, - ACTIONS(63), 1, + [201140] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7145), 1, + ACTIONS(7125), 1, anon_sym_DOLLAR_LBRACE, - STATE(1923), 1, + STATE(3050), 1, sym_expansion, - [163267] = 3, - ACTIONS(63), 1, + [201150] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5288), 1, + ACTIONS(7419), 1, anon_sym_DOLLAR_LBRACE, - STATE(2515), 1, + STATE(998), 1, sym_expansion, - [163277] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8770), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [163285] = 2, - ACTIONS(63), 1, + [201160] = 3, + ACTIONS(57), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(67), 1, sym_comment, - ACTIONS(8960), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163293] = 3, - ACTIONS(63), 1, + STATE(944), 1, + sym_expansion, + [201170] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(167), 1, + ACTIONS(6197), 1, anon_sym_DOLLAR_LBRACE, - STATE(365), 1, + STATE(1046), 1, sym_expansion, - [163303] = 3, - ACTIONS(63), 1, + [201180] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10720), 1, + anon_sym_SLASH, + ACTIONS(10722), 1, + anon_sym_RBRACE3, + [201190] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5158), 1, + ACTIONS(6133), 1, anon_sym_DOLLAR_LBRACE, - STATE(2687), 1, + STATE(3492), 1, sym_expansion, - [163313] = 3, - ACTIONS(63), 1, + [201200] = 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(10420), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [201208] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8948), 2, + ACTIONS(10445), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163331] = 3, - ACTIONS(63), 1, + [201216] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6483), 1, + ACTIONS(6845), 1, anon_sym_DOLLAR_LBRACE, - STATE(1086), 1, + STATE(1819), 1, sym_expansion, - [163341] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8791), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [163349] = 3, - ACTIONS(63), 1, + [201226] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(721), 1, + ACTIONS(6793), 1, anon_sym_DOLLAR_LBRACE, - STATE(740), 1, + STATE(1216), 1, sym_expansion, - [163359] = 3, - ACTIONS(63), 1, + [201236] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(373), 1, + ACTIONS(7195), 1, anon_sym_DOLLAR_LBRACE, - STATE(1568), 1, + STATE(3744), 1, sym_expansion, - [163369] = 3, - ACTIONS(63), 1, + [201246] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4637), 1, - anon_sym_DOLLAR_LBRACE, - STATE(3080), 1, - sym_expansion, - [163379] = 2, - ACTIONS(63), 1, + ACTIONS(10724), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10726), 1, + aux_sym__simple_variable_name_token1, + [201256] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8926), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163387] = 3, - ACTIONS(63), 1, + ACTIONS(10245), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [201264] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4497), 1, + ACTIONS(115), 1, anon_sym_DOLLAR_LBRACE, - STATE(1067), 1, + STATE(364), 1, sym_expansion, - [163397] = 2, - ACTIONS(63), 1, + [201274] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1261), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [163405] = 2, - ACTIONS(63), 1, + ACTIONS(10728), 1, + anon_sym_RPAREN, + [201281] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1265), 2, - anon_sym_COLON, + ACTIONS(10730), 1, anon_sym_RBRACE3, - [163413] = 2, - ACTIONS(63), 1, + [201288] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9194), 1, - aux_sym_brace_expression_token1, - [163420] = 2, - ACTIONS(63), 1, + ACTIONS(10732), 1, + anon_sym_RPAREN, + [201295] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9196), 1, - anon_sym_esac, - [163427] = 2, - ACTIONS(63), 1, + ACTIONS(10734), 1, + anon_sym_BQUOTE, + [201302] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9198), 1, + ACTIONS(10736), 1, anon_sym_BQUOTE, - [163434] = 2, - ACTIONS(63), 1, + [201309] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9200), 1, - aux_sym_brace_expression_token1, - [163441] = 2, - ACTIONS(63), 1, + ACTIONS(10734), 1, + anon_sym_RPAREN, + [201316] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10738), 1, + anon_sym_esac, + [201323] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9202), 1, + ACTIONS(10740), 1, anon_sym_RBRACE3, - [163448] = 2, - ACTIONS(63), 1, + [201330] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9204), 1, - anon_sym_BQUOTE, - [163455] = 2, - ACTIONS(63), 1, + ACTIONS(10742), 1, + anon_sym_RBRACE3, + [201337] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9206), 1, - aux_sym_brace_expression_token1, - [163462] = 2, - ACTIONS(63), 1, + ACTIONS(10744), 1, + anon_sym_RPAREN, + [201344] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9208), 1, + ACTIONS(10746), 1, anon_sym_BQUOTE, - [163469] = 2, - ACTIONS(63), 1, + [201351] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9210), 1, - anon_sym_RBRACE3, - [163476] = 2, - ACTIONS(63), 1, + ACTIONS(10748), 1, + aux_sym_brace_expression_token1, + [201358] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9212), 1, + ACTIONS(10750), 1, anon_sym_RBRACE3, - [163483] = 2, - ACTIONS(63), 1, + [201365] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9214), 1, + ACTIONS(10752), 1, aux_sym_brace_expression_token1, - [163490] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9216), 1, - anon_sym_esac, - [163497] = 2, - ACTIONS(63), 1, + [201372] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9218), 1, - anon_sym_esac, - [163504] = 2, - ACTIONS(63), 1, + ACTIONS(10754), 1, + anon_sym_RBRACE2, + [201379] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9220), 1, + ACTIONS(10756), 1, anon_sym_BQUOTE, - [163511] = 2, - ACTIONS(63), 1, + [201386] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9222), 1, + ACTIONS(10758), 1, anon_sym_RPAREN, - [163518] = 2, - ACTIONS(63), 1, + [201393] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9224), 1, - aux_sym_brace_expression_token1, - [163525] = 2, - ACTIONS(63), 1, + ACTIONS(10760), 1, + anon_sym_RPAREN, + [201400] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10762), 1, + anon_sym_BQUOTE, + [201407] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10764), 1, + anon_sym_BQUOTE, + [201414] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9226), 1, + ACTIONS(10762), 1, anon_sym_RPAREN, - [163532] = 2, - ACTIONS(63), 1, + [201421] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9228), 1, - aux_sym_brace_expression_token1, - [163539] = 2, - ACTIONS(63), 1, + ACTIONS(10766), 1, + anon_sym_BQUOTE, + [201428] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9230), 1, - anon_sym_esac, - [163546] = 2, - ACTIONS(63), 1, + ACTIONS(10768), 1, + anon_sym_RBRACE3, + [201435] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9232), 1, - anon_sym_fi, - [163553] = 2, - ACTIONS(63), 1, + ACTIONS(10760), 1, + anon_sym_BQUOTE, + [201442] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9234), 1, + ACTIONS(10770), 1, aux_sym_brace_expression_token1, - [163560] = 2, - ACTIONS(63), 1, + [201449] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10772), 1, + anon_sym_RPAREN, + [201456] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9236), 1, + ACTIONS(10774), 1, anon_sym_RBRACE2, - [163567] = 2, - ACTIONS(63), 1, + [201463] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9198), 1, + ACTIONS(10776), 1, anon_sym_RPAREN, - [163574] = 2, - ACTIONS(63), 1, + [201470] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10778), 1, + anon_sym_RBRACE2, + [201477] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9204), 1, + ACTIONS(10780), 1, + anon_sym_BQUOTE, + [201484] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10782), 1, anon_sym_RPAREN, - [163581] = 2, - ACTIONS(63), 1, + [201491] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10784), 1, + aux_sym_heredoc_redirect_token1, + [201498] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9238), 1, + ACTIONS(10786), 1, aux_sym_brace_expression_token1, - [163588] = 2, - ACTIONS(63), 1, + [201505] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9240), 1, - anon_sym_RBRACE3, - [163595] = 2, - ACTIONS(63), 1, + ACTIONS(10788), 1, + aux_sym_heredoc_redirect_token1, + [201512] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10790), 1, + anon_sym_RPAREN, + [201519] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9242), 1, + ACTIONS(10792), 1, anon_sym_BQUOTE, - [163602] = 2, - ACTIONS(63), 1, + [201526] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9244), 1, - anon_sym_esac, - [163609] = 2, - ACTIONS(63), 1, + ACTIONS(10794), 1, + anon_sym_BQUOTE, + [201533] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9246), 1, - anon_sym_esac, - [163616] = 2, - ACTIONS(63), 1, + ACTIONS(10792), 1, + anon_sym_RPAREN, + [201540] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10796), 1, + anon_sym_RBRACE3, + [201547] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9222), 1, + ACTIONS(10776), 1, anon_sym_BQUOTE, - [163623] = 2, - ACTIONS(63), 1, + [201554] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9248), 1, - anon_sym_RBRACE2, - [163630] = 2, - ACTIONS(63), 1, + ACTIONS(10798), 1, + aux_sym_brace_expression_token1, + [201561] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9250), 1, + ACTIONS(10800), 1, + aux_sym_heredoc_redirect_token1, + [201568] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10802), 1, + aux_sym_heredoc_redirect_token1, + [201575] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10804), 1, anon_sym_RBRACE2, - [163637] = 2, - ACTIONS(63), 1, + [201582] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9252), 1, + ACTIONS(10806), 1, anon_sym_RBRACE3, - [163644] = 2, - ACTIONS(63), 1, + [201589] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10808), 1, + aux_sym_heredoc_redirect_token1, + [201596] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10810), 1, + aux_sym_heredoc_redirect_token1, + [201603] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9254), 1, + ACTIONS(10812), 1, + aux_sym_heredoc_redirect_token1, + [201610] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10814), 1, aux_sym_brace_expression_token1, - [163651] = 2, - ACTIONS(63), 1, + [201617] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10816), 1, + anon_sym_RBRACE2, + [201624] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9256), 1, + ACTIONS(10818), 1, aux_sym_brace_expression_token1, - [163658] = 2, - ACTIONS(63), 1, + [201631] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9258), 1, - anon_sym_esac, - [163665] = 2, - ACTIONS(63), 1, + ACTIONS(10782), 1, + anon_sym_BQUOTE, + [201638] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9260), 1, - anon_sym_fi, - [163672] = 2, - ACTIONS(63), 1, + ACTIONS(10820), 1, + anon_sym_RPAREN, + [201645] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10822), 1, + anon_sym_BQUOTE, + [201652] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9262), 1, + ACTIONS(10824), 1, sym_heredoc_end, - [163679] = 2, - ACTIONS(63), 1, + [201659] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10826), 1, + anon_sym_RBRACE3, + [201666] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10828), 1, + aux_sym_brace_expression_token1, + [201673] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10830), 1, + anon_sym_RBRACE3, + [201680] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10832), 1, + anon_sym_RPAREN, + [201687] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10834), 1, + anon_sym_BQUOTE, + [201694] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10836), 1, + anon_sym_BQUOTE, + [201701] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9264), 1, + ACTIONS(10838), 1, sym_heredoc_end, - [163686] = 2, - ACTIONS(63), 1, + [201708] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9266), 1, - anon_sym_RBRACE2, - [163693] = 2, - ACTIONS(63), 1, + ACTIONS(10834), 1, + anon_sym_RPAREN, + [201715] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10840), 1, + anon_sym_BQUOTE, + [201722] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10842), 1, + aux_sym_brace_expression_token1, + [201729] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10844), 1, + anon_sym_BQUOTE, + [201736] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9268), 1, + ACTIONS(10846), 1, + anon_sym_RBRACE3, + [201743] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10728), 1, + anon_sym_BQUOTE, + [201750] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10848), 1, anon_sym_RBRACE2, - [163700] = 2, - ACTIONS(63), 1, + [201757] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9270), 1, - anon_sym_RPAREN, - [163707] = 2, - ACTIONS(63), 1, + ACTIONS(10850), 1, + aux_sym_heredoc_redirect_token1, + [201764] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10852), 1, + aux_sym_heredoc_redirect_token1, + [201771] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10854), 1, + sym_word, + [201778] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9272), 1, + ACTIONS(10856), 1, aux_sym_brace_expression_token1, - [163714] = 2, - ACTIONS(63), 1, + [201785] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9274), 1, + ACTIONS(10858), 1, anon_sym_RPAREN, - [163721] = 2, - ACTIONS(63), 1, + [201792] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9276), 1, - anon_sym_RPAREN, - [163728] = 2, - ACTIONS(63), 1, + ACTIONS(10860), 1, + anon_sym_RBRACE2, + [201799] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10862), 1, + anon_sym_BQUOTE, + [201806] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9278), 1, + ACTIONS(10864), 1, anon_sym_RPAREN, - [163735] = 2, - ACTIONS(63), 1, + [201813] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9280), 1, - anon_sym_esac, - [163742] = 2, - ACTIONS(63), 1, + ACTIONS(10866), 1, + anon_sym_RBRACE3, + [201820] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10868), 1, + anon_sym_BQUOTE, + [201827] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9282), 1, + ACTIONS(10870), 1, anon_sym_RPAREN, - [163749] = 2, - ACTIONS(63), 1, + [201834] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9284), 1, + ACTIONS(10872), 1, + aux_sym_brace_expression_token1, + [201841] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10874), 1, anon_sym_BQUOTE, - [163756] = 2, - ACTIONS(63), 1, + [201848] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9286), 1, + ACTIONS(10876), 1, anon_sym_BQUOTE, - [163763] = 2, - ACTIONS(63), 1, + [201855] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9288), 1, + ACTIONS(10870), 1, anon_sym_BQUOTE, - [163770] = 2, - ACTIONS(63), 1, + [201862] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10878), 1, + anon_sym_RBRACE3, + [201869] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10868), 1, + anon_sym_RPAREN, + [201876] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10822), 1, + anon_sym_RPAREN, + [201883] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10880), 1, + anon_sym_RPAREN, + [201890] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9290), 1, + ACTIONS(10882), 1, aux_sym_brace_expression_token1, - [163777] = 2, - ACTIONS(63), 1, + [201897] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9292), 1, - anon_sym_BQUOTE, - [163784] = 2, - ACTIONS(3), 1, + ACTIONS(10884), 1, + anon_sym_RBRACE2, + [201904] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9294), 1, - aux_sym_heredoc_redirect_token1, - [163791] = 2, - ACTIONS(63), 1, + ACTIONS(10886), 1, + anon_sym_RBRACE3, + [201911] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10888), 1, anon_sym_RBRACE3, - [163798] = 2, - ACTIONS(63), 1, + [201918] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9296), 1, + ACTIONS(10890), 1, anon_sym_esac, - [163805] = 2, - ACTIONS(63), 1, + [201925] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9286), 1, - anon_sym_RPAREN, - [163812] = 2, - ACTIONS(63), 1, + ACTIONS(10892), 1, + anon_sym_RBRACE3, + [201932] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9298), 1, + ACTIONS(10894), 1, anon_sym_RBRACE2, - [163819] = 2, - ACTIONS(63), 1, + [201939] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10896), 1, + anon_sym_RPAREN, + [201946] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9300), 1, + ACTIONS(10898), 1, aux_sym_brace_expression_token1, - [163826] = 2, - ACTIONS(63), 1, + [201953] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9302), 1, + ACTIONS(10900), 1, anon_sym_BQUOTE, - [163833] = 2, - ACTIONS(63), 1, + [201960] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10902), 1, + anon_sym_RBRACE2, + [201967] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10896), 1, + anon_sym_BQUOTE, + [201974] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10904), 1, + anon_sym_BQUOTE, + [201981] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10906), 1, + anon_sym_RPAREN, + [201988] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10908), 1, + anon_sym_RPAREN, + [201995] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10744), 1, + anon_sym_BQUOTE, + [202002] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9304), 1, + ACTIONS(10910), 1, aux_sym_brace_expression_token1, - [163840] = 2, - ACTIONS(63), 1, + [202009] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10912), 1, + anon_sym_RBRACE2, + [202016] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10914), 1, + anon_sym_BQUOTE, + [202023] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10916), 1, + anon_sym_BQUOTE, + [202030] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10918), 1, + anon_sym_esac, + [202037] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9306), 1, + ACTIONS(10914), 1, + anon_sym_RPAREN, + [202044] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10920), 1, anon_sym_RBRACE3, - [163847] = 2, - ACTIONS(63), 1, + [202051] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9308), 1, + ACTIONS(10922), 1, anon_sym_RBRACE3, - [163854] = 2, - ACTIONS(63), 1, + [202058] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10924), 1, + aux_sym_brace_expression_token1, + [202065] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9310), 1, + ACTIONS(10926), 1, anon_sym_RBRACE3, - [163861] = 2, - ACTIONS(63), 1, + [202072] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9312), 1, - sym_heredoc_end, - [163868] = 2, - ACTIONS(63), 1, + ACTIONS(10928), 1, + anon_sym_RBRACE3, + [202079] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8644), 1, - anon_sym_fi, - [163875] = 2, - ACTIONS(63), 1, + ACTIONS(10930), 1, + anon_sym_RBRACE3, + [202086] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9314), 1, + ACTIONS(10932), 1, + anon_sym_RBRACE2, + [202093] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10934), 1, anon_sym_RPAREN, - [163882] = 2, - ACTIONS(63), 1, + [202100] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9316), 1, + ACTIONS(10936), 1, anon_sym_RPAREN, - [163889] = 2, - ACTIONS(63), 1, + [202107] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10938), 1, + aux_sym_heredoc_redirect_token1, + [202114] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9318), 1, + ACTIONS(10940), 1, aux_sym_brace_expression_token1, - [163896] = 2, - ACTIONS(63), 1, + [202121] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9320), 1, - anon_sym_BQUOTE, - [163903] = 2, - ACTIONS(63), 1, + ACTIONS(10942), 1, + anon_sym_RBRACE3, + [202128] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9322), 1, - sym_heredoc_end, - [163910] = 2, - ACTIONS(63), 1, + ACTIONS(10944), 1, + aux_sym_heredoc_redirect_token1, + [202135] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9324), 1, - anon_sym_BQUOTE, - [163917] = 2, - ACTIONS(63), 1, + ACTIONS(10946), 1, + anon_sym_RBRACE2, + [202142] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10948), 1, + anon_sym_RBRACE3, + [202149] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10950), 1, + anon_sym_RPAREN, + [202156] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9326), 1, + ACTIONS(10952), 1, anon_sym_BQUOTE, - [163924] = 2, + [202163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9328), 1, + ACTIONS(10954), 1, aux_sym_heredoc_redirect_token1, - [163931] = 2, - ACTIONS(63), 1, + [202170] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9330), 1, - anon_sym_BQUOTE, - [163938] = 2, - ACTIONS(63), 1, + ACTIONS(10956), 1, + aux_sym_brace_expression_token1, + [202177] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9316), 1, - anon_sym_BQUOTE, - [163945] = 2, - ACTIONS(63), 1, + ACTIONS(10958), 1, + aux_sym_heredoc_redirect_token1, + [202184] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9332), 1, - aux_sym_brace_expression_token1, - [163952] = 2, - ACTIONS(63), 1, + ACTIONS(10960), 1, + anon_sym_BQUOTE, + [202191] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9334), 1, + ACTIONS(10952), 1, anon_sym_RPAREN, - [163959] = 2, - ACTIONS(63), 1, + [202198] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10962), 1, + anon_sym_esac, + [202205] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10964), 1, + anon_sym_RBRACE3, + [202212] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9302), 1, + ACTIONS(10756), 1, anon_sym_RPAREN, - [163966] = 2, - ACTIONS(63), 1, + [202219] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9336), 1, + ACTIONS(10966), 1, anon_sym_RBRACE3, - [163973] = 2, - ACTIONS(63), 1, + [202226] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9314), 1, + ACTIONS(10968), 1, + aux_sym_brace_expression_token1, + [202233] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10970), 1, anon_sym_BQUOTE, - [163980] = 2, - ACTIONS(63), 1, + [202240] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9338), 1, - anon_sym_RPAREN, - [163987] = 2, - ACTIONS(63), 1, + ACTIONS(10972), 1, + aux_sym_heredoc_redirect_token1, + [202247] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10974), 1, + aux_sym_heredoc_redirect_token1, + [202254] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9340), 1, + ACTIONS(10976), 1, anon_sym_RBRACE3, - [163994] = 2, - ACTIONS(63), 1, + [202261] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10978), 1, + anon_sym_RBRACE2, + [202268] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10173), 1, + anon_sym_fi, + [202275] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9342), 1, + ACTIONS(10980), 1, anon_sym_RPAREN, - [164001] = 2, - ACTIONS(63), 1, + [202282] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9344), 1, + ACTIONS(10982), 1, aux_sym_brace_expression_token1, - [164008] = 2, - ACTIONS(63), 1, + [202289] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10984), 1, + anon_sym_RPAREN, + [202296] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10986), 1, + anon_sym_RBRACE2, + [202303] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10269), 1, + anon_sym_RBRACE3, + [202310] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10988), 1, + anon_sym_RPAREN, + [202317] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9346), 1, + ACTIONS(10990), 1, anon_sym_BQUOTE, - [164015] = 2, - ACTIONS(63), 1, + [202324] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9348), 1, - anon_sym_esac, - [164022] = 2, - ACTIONS(63), 1, + ACTIONS(10992), 1, + anon_sym_RBRACE3, + [202331] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9350), 1, - anon_sym_RBRACE2, - [164029] = 2, - ACTIONS(63), 1, + ACTIONS(10994), 1, + anon_sym_RPAREN, + [202338] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5572), 1, - anon_sym_RBRACK, - [164036] = 2, - ACTIONS(63), 1, + ACTIONS(10996), 1, + aux_sym_brace_expression_token1, + [202345] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5570), 1, - anon_sym_RBRACK, - [164043] = 2, - ACTIONS(63), 1, + ACTIONS(10998), 1, + anon_sym_BQUOTE, + [202352] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11000), 1, + anon_sym_in, + [202359] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10990), 1, + anon_sym_RPAREN, + [202366] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9342), 1, - anon_sym_BQUOTE, - [164050] = 2, - ACTIONS(3), 1, + ACTIONS(11002), 1, + anon_sym_RBRACE3, + [202373] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9352), 1, - aux_sym_heredoc_redirect_token1, - [164057] = 2, - ACTIONS(63), 1, + ACTIONS(11004), 1, + anon_sym_in, + [202380] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9354), 1, + ACTIONS(11006), 1, aux_sym_brace_expression_token1, - [164064] = 2, - ACTIONS(63), 1, + [202387] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9356), 1, - anon_sym_RPAREN, - [164071] = 2, - ACTIONS(63), 1, + ACTIONS(11008), 1, + anon_sym_RBRACE2, + [202394] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9358), 1, + ACTIONS(11010), 1, anon_sym_RPAREN, - [164078] = 2, - ACTIONS(63), 1, + [202401] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9360), 1, + ACTIONS(11012), 1, anon_sym_BQUOTE, - [164085] = 2, - ACTIONS(63), 1, + [202408] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9362), 1, - anon_sym_esac, - [164092] = 2, - ACTIONS(63), 1, + ACTIONS(11014), 1, + anon_sym_RPAREN, + [202415] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9364), 1, + ACTIONS(11016), 1, anon_sym_BQUOTE, - [164099] = 2, - ACTIONS(63), 1, + [202422] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9366), 1, + ACTIONS(11018), 1, aux_sym_brace_expression_token1, - [164106] = 2, - ACTIONS(3), 1, + [202429] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9368), 1, - aux_sym_heredoc_redirect_token1, - [164113] = 2, - ACTIONS(63), 1, + ACTIONS(11020), 1, + anon_sym_BQUOTE, + [202436] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9370), 1, - anon_sym_RBRACE2, - [164120] = 2, - ACTIONS(63), 1, + ACTIONS(11022), 1, + anon_sym_BQUOTE, + [202443] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9372), 1, - anon_sym_RBRACE2, - [164127] = 2, - ACTIONS(63), 1, + ACTIONS(11024), 1, + anon_sym_RPAREN_RPAREN, + [202450] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9360), 1, + ACTIONS(11016), 1, anon_sym_RPAREN, - [164134] = 2, - ACTIONS(63), 1, + [202457] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8656), 1, - anon_sym_fi, - [164141] = 2, - ACTIONS(63), 1, + ACTIONS(11026), 1, + anon_sym_BQUOTE, + [202464] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9374), 1, + ACTIONS(11028), 1, aux_sym_brace_expression_token1, - [164148] = 2, - ACTIONS(63), 1, + [202471] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9376), 1, - anon_sym_esac, - [164155] = 2, - ACTIONS(63), 1, + ACTIONS(11030), 1, + anon_sym_RBRACE3, + [202478] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9378), 1, - anon_sym_esac, - [164162] = 2, - ACTIONS(63), 1, + ACTIONS(11032), 1, + anon_sym_BQUOTE, + [202485] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9380), 1, - sym_heredoc_end, - [164169] = 2, - ACTIONS(63), 1, + ACTIONS(10994), 1, + anon_sym_BQUOTE, + [202492] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9382), 1, + ACTIONS(11034), 1, aux_sym_brace_expression_token1, - [164176] = 2, - ACTIONS(63), 1, + [202499] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9384), 1, - anon_sym_RBRACE3, - [164183] = 2, - ACTIONS(63), 1, + ACTIONS(11036), 1, + anon_sym_BQUOTE, + [202506] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9386), 1, + ACTIONS(11038), 1, aux_sym_brace_expression_token1, - [164190] = 2, - ACTIONS(63), 1, + [202513] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9388), 1, + ACTIONS(11040), 1, anon_sym_RBRACE2, - [164197] = 2, - ACTIONS(63), 1, + [202520] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9390), 1, - sym_heredoc_end, - [164204] = 2, - ACTIONS(63), 1, + ACTIONS(11042), 1, + anon_sym_RPAREN, + [202527] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8682), 1, - anon_sym_fi, - [164211] = 2, - ACTIONS(63), 1, + ACTIONS(11044), 1, + anon_sym_RBRACE3, + [202534] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9392), 1, + ACTIONS(11046), 1, anon_sym_RBRACE2, - [164218] = 2, - ACTIONS(63), 1, + [202541] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9394), 1, - anon_sym_RBRACE3, - [164225] = 2, - ACTIONS(63), 1, + ACTIONS(11048), 1, + anon_sym_fi, + [202548] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9396), 1, + ACTIONS(11050), 1, aux_sym_brace_expression_token1, - [164232] = 2, - ACTIONS(63), 1, + [202555] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9398), 1, + ACTIONS(11052), 1, anon_sym_RPAREN, - [164239] = 2, - ACTIONS(63), 1, + [202562] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9400), 1, - anon_sym_BQUOTE, - [164246] = 2, - ACTIONS(63), 1, + ACTIONS(11054), 1, + aux_sym_heredoc_redirect_token1, + [202569] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9402), 1, - anon_sym_BQUOTE, - [164253] = 2, - ACTIONS(63), 1, + ACTIONS(11056), 1, + aux_sym_heredoc_redirect_token1, + [202576] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9398), 1, - anon_sym_BQUOTE, - [164260] = 2, - ACTIONS(63), 1, + ACTIONS(11058), 1, + anon_sym_esac, + [202583] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9404), 1, - anon_sym_RPAREN, - [164267] = 2, - ACTIONS(63), 1, + ACTIONS(11060), 1, + anon_sym_BQUOTE, + [202590] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9406), 1, + ACTIONS(11062), 1, aux_sym_brace_expression_token1, - [164274] = 2, - ACTIONS(63), 1, + [202597] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(3264), 1, + ACTIONS(11064), 1, + anon_sym_BQUOTE, + [202604] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11066), 1, anon_sym_RBRACE3, - [164281] = 2, - ACTIONS(63), 1, + [202611] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9408), 1, - anon_sym_RBRACE2, - [164288] = 2, - ACTIONS(63), 1, + ACTIONS(11026), 1, + anon_sym_RPAREN, + [202618] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9410), 1, - anon_sym_esac, - [164295] = 2, - ACTIONS(63), 1, + ACTIONS(11068), 1, + anon_sym_RBRACE3, + [202625] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9276), 1, + ACTIONS(11010), 1, anon_sym_BQUOTE, - [164302] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9412), 1, - anon_sym_RBRACE2, - [164309] = 2, - ACTIONS(63), 1, + [202632] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9414), 1, - anon_sym_esac, - [164316] = 2, - ACTIONS(3), 1, + ACTIONS(11070), 1, + aux_sym_brace_expression_token1, + [202639] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9416), 1, - aux_sym_heredoc_redirect_token1, - [164323] = 2, - ACTIONS(63), 1, + ACTIONS(11060), 1, + anon_sym_RPAREN, + [202646] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9418), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164330] = 2, - ACTIONS(63), 1, + [202653] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9420), 1, - anon_sym_RPAREN, - [164337] = 2, - ACTIONS(63), 1, + ACTIONS(10269), 1, + anon_sym_RBRACE3, + [202660] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9422), 1, - anon_sym_RBRACE2, - [164344] = 2, - ACTIONS(63), 1, + ACTIONS(10269), 1, + anon_sym_RBRACE3, + [202667] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5588), 1, - anon_sym_RBRACK, - [164351] = 2, - ACTIONS(63), 1, + ACTIONS(10269), 1, + anon_sym_RBRACE3, + [202674] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9424), 1, + ACTIONS(11072), 1, aux_sym_brace_expression_token1, - [164358] = 2, - ACTIONS(63), 1, + [202681] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5586), 1, - anon_sym_RBRACK, - [164365] = 2, - ACTIONS(63), 1, + ACTIONS(11074), 1, + anon_sym_RBRACE3, + [202688] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9426), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164372] = 2, - ACTIONS(63), 1, + [202695] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9428), 1, - anon_sym_RPAREN, - [164379] = 2, - ACTIONS(63), 1, + ACTIONS(10269), 1, + anon_sym_RBRACE3, + [202702] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9430), 1, - anon_sym_BQUOTE, - [164386] = 2, - ACTIONS(63), 1, + ACTIONS(11076), 1, + anon_sym_RPAREN, + [202709] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9432), 1, - anon_sym_BQUOTE, - [164393] = 2, - ACTIONS(63), 1, + ACTIONS(10269), 1, + anon_sym_RBRACE3, + [202716] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9434), 1, + ACTIONS(11078), 1, aux_sym_brace_expression_token1, - [164400] = 2, - ACTIONS(63), 1, + [202723] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9436), 1, + ACTIONS(11080), 1, anon_sym_RPAREN, - [164407] = 2, - ACTIONS(63), 1, + [202730] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164414] = 2, - ACTIONS(63), 1, + [202737] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164421] = 2, - ACTIONS(63), 1, + [202744] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164428] = 2, - ACTIONS(63), 1, + [202751] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164435] = 2, - ACTIONS(63), 1, + [202758] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9438), 1, + ACTIONS(11082), 1, aux_sym_brace_expression_token1, - [164442] = 2, - ACTIONS(63), 1, + [202765] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164449] = 2, - ACTIONS(63), 1, + ACTIONS(11084), 1, + anon_sym_RBRACE2, + [202772] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164456] = 2, - ACTIONS(63), 1, + [202779] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9208), 1, - anon_sym_RPAREN, - [164463] = 2, - ACTIONS(63), 1, + ACTIONS(11086), 1, + aux_sym_heredoc_redirect_token1, + [202786] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10267), 1, anon_sym_RBRACE3, - [164470] = 2, - ACTIONS(63), 1, + [202793] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10267), 1, anon_sym_RBRACE3, - [164477] = 2, - ACTIONS(63), 1, + [202800] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9440), 1, + ACTIONS(11088), 1, aux_sym_brace_expression_token1, - [164484] = 2, - ACTIONS(63), 1, + [202807] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164491] = 2, - ACTIONS(63), 1, + ACTIONS(11090), 1, + anon_sym_RPAREN, + [202814] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10267), 1, anon_sym_RBRACE3, - [164498] = 2, - ACTIONS(63), 1, + [202821] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9430), 1, - anon_sym_RPAREN, - [164505] = 2, - ACTIONS(63), 1, + ACTIONS(10267), 1, + anon_sym_RBRACE3, + [202828] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10267), 1, anon_sym_RBRACE3, - [164512] = 2, - ACTIONS(63), 1, + [202835] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9442), 1, + ACTIONS(10267), 1, anon_sym_RBRACE3, - [164519] = 2, - ACTIONS(63), 1, + [202842] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9444), 1, + ACTIONS(11092), 1, aux_sym_brace_expression_token1, - [164526] = 2, - ACTIONS(63), 1, + [202849] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - [164533] = 2, - ACTIONS(63), 1, + ACTIONS(11094), 1, + anon_sym_RPAREN, + [202856] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164540] = 2, - ACTIONS(63), 1, + [202863] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - [164547] = 2, - ACTIONS(63), 1, + ACTIONS(11096), 1, + anon_sym_esac, + [202870] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164554] = 2, - ACTIONS(63), 1, + [202877] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164561] = 2, - ACTIONS(63), 1, + [202884] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9446), 1, + ACTIONS(11098), 1, aux_sym_brace_expression_token1, - [164568] = 2, - ACTIONS(63), 1, + [202891] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(11100), 1, anon_sym_RBRACE3, - [164575] = 2, - ACTIONS(63), 1, + [202898] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164582] = 2, - ACTIONS(63), 1, + [202905] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10269), 1, anon_sym_RBRACE3, - [164589] = 2, - ACTIONS(63), 1, + [202912] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9866), 1, anon_sym_RBRACE3, - [164596] = 2, - ACTIONS(63), 1, + [202919] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164603] = 2, - ACTIONS(63), 1, + ACTIONS(11102), 1, + anon_sym_BQUOTE, + [202926] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9448), 1, + ACTIONS(11104), 1, aux_sym_brace_expression_token1, - [164610] = 2, - ACTIONS(63), 1, + [202933] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164617] = 2, - ACTIONS(63), 1, + ACTIONS(11106), 1, + anon_sym_BQUOTE, + [202940] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10334), 1, anon_sym_RBRACE3, - [164624] = 2, - ACTIONS(63), 1, + [202947] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8349), 1, - anon_sym_RBRACE3, - [164631] = 2, - ACTIONS(63), 1, + ACTIONS(11108), 1, + anon_sym_BQUOTE, + [202954] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9450), 1, + ACTIONS(11090), 1, anon_sym_BQUOTE, - [164638] = 2, - ACTIONS(63), 1, + [202961] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8873), 1, + ACTIONS(11110), 1, anon_sym_RBRACE3, - [164645] = 2, - ACTIONS(63), 1, + [202968] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9452), 1, + ACTIONS(11112), 1, aux_sym_brace_expression_token1, - [164652] = 2, - ACTIONS(3), 1, + [202975] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9454), 1, - aux_sym_heredoc_redirect_token1, - [164659] = 2, - ACTIONS(63), 1, + ACTIONS(10904), 1, + anon_sym_RPAREN, + [202982] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9456), 1, - anon_sym_RBRACE3, - [164666] = 2, - ACTIONS(63), 1, + ACTIONS(11114), 1, + anon_sym_RPAREN, + [202989] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9458), 1, - anon_sym_RBRACE3, - [164673] = 2, - ACTIONS(63), 1, + ACTIONS(11116), 1, + anon_sym_BQUOTE, + [202996] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9460), 1, - anon_sym_RPAREN, - [164680] = 2, - ACTIONS(63), 1, + ACTIONS(11118), 1, + sym_word, + [203003] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [164687] = 2, - ACTIONS(63), 1, + ACTIONS(11120), 1, + anon_sym_RBRACE2, + [203010] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9462), 1, + ACTIONS(11122), 1, aux_sym_brace_expression_token1, - [164694] = 2, - ACTIONS(63), 1, + [203017] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9464), 1, + ACTIONS(11124), 1, anon_sym_RBRACE3, - [164701] = 2, - ACTIONS(63), 1, + [203024] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9466), 1, + ACTIONS(11126), 1, + anon_sym_RPAREN, + [203031] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11128), 1, anon_sym_RBRACE3, - [164708] = 2, - ACTIONS(63), 1, + [203038] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9468), 1, + ACTIONS(11130), 1, anon_sym_RBRACE3, - [164715] = 2, - ACTIONS(63), 1, + [203045] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11132), 1, + anon_sym_RBRACE3, + [203052] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11134), 1, + aux_sym_brace_expression_token1, + [203059] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11136), 1, + anon_sym_RBRACE2, + [203066] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9436), 1, + ACTIONS(11138), 1, anon_sym_BQUOTE, - [164722] = 2, - ACTIONS(63), 1, + [203073] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9470), 1, + ACTIONS(11140), 1, anon_sym_RPAREN, - [164729] = 2, - ACTIONS(63), 1, + [203080] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9472), 1, + ACTIONS(11142), 1, + anon_sym_BQUOTE, + [203087] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11144), 1, + anon_sym_BQUOTE, + [203094] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11146), 1, aux_sym_brace_expression_token1, - [164736] = 2, - ACTIONS(63), 1, + [203101] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11126), 1, + anon_sym_BQUOTE, + [203108] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9474), 1, + ACTIONS(11142), 1, anon_sym_RPAREN, - [164743] = 2, - ACTIONS(63), 1, + [203115] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11148), 1, + anon_sym_esac, + [203122] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9476), 1, + ACTIONS(11150), 1, anon_sym_RBRACE3, - [164750] = 2, - ACTIONS(63), 1, + [203129] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9478), 1, - anon_sym_esac, - [164757] = 2, - ACTIONS(63), 1, + ACTIONS(11152), 1, + anon_sym_RPAREN, + [203136] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9480), 1, + ACTIONS(11154), 1, + aux_sym_brace_expression_token1, + [203143] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11156), 1, anon_sym_RBRACE2, - [164764] = 2, - ACTIONS(63), 1, + [203150] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9482), 1, + ACTIONS(11158), 1, + anon_sym_RBRACE3, + [203157] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7037), 1, + anon_sym_RBRACK, + [203164] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11160), 1, anon_sym_RPAREN, - [164771] = 2, - ACTIONS(63), 1, + [203171] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9484), 1, + ACTIONS(10310), 1, + anon_sym_RBRACE3, + [203178] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11162), 1, aux_sym_brace_expression_token1, - [164778] = 2, - ACTIONS(63), 1, + [203185] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9486), 1, - anon_sym_esac, - [164785] = 2, - ACTIONS(63), 1, + ACTIONS(7007), 1, + anon_sym_RBRACK, + [203192] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9488), 1, + ACTIONS(11164), 1, anon_sym_RPAREN, - [164792] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9490), 1, - anon_sym_esac, - [164799] = 2, - ACTIONS(63), 1, + [203199] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(3260), 1, + ACTIONS(11166), 1, anon_sym_RBRACE3, - [164806] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9492), 1, - anon_sym_BQUOTE, - [164813] = 2, - ACTIONS(63), 1, + [203206] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9494), 1, - aux_sym_brace_expression_token1, - [164820] = 2, - ACTIONS(63), 1, + ACTIONS(11168), 1, + anon_sym_RPAREN, + [203213] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9496), 1, + ACTIONS(11170), 1, anon_sym_BQUOTE, - [164827] = 2, - ACTIONS(63), 1, + [203220] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8622), 1, - anon_sym_fi, - [164834] = 2, - ACTIONS(63), 1, + ACTIONS(11172), 1, + aux_sym_brace_expression_token1, + [203227] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9498), 1, + ACTIONS(11174), 1, anon_sym_BQUOTE, - [164841] = 2, - ACTIONS(63), 1, + [203234] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9482), 1, + ACTIONS(11176), 1, anon_sym_BQUOTE, - [164848] = 2, - ACTIONS(63), 1, + [203241] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9500), 1, + ACTIONS(11170), 1, anon_sym_RPAREN, - [164855] = 2, - ACTIONS(63), 1, + [203248] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9502), 1, + ACTIONS(10153), 1, + anon_sym_fi, + [203255] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11178), 1, + anon_sym_RBRACE3, + [203262] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11180), 1, aux_sym_brace_expression_token1, - [164862] = 2, - ACTIONS(63), 1, + [203269] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9504), 1, - anon_sym_RPAREN, - [164869] = 2, - ACTIONS(63), 1, + ACTIONS(11182), 1, + anon_sym_BQUOTE, + [203276] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9506), 1, + ACTIONS(11184), 1, anon_sym_BQUOTE, - [164876] = 2, - ACTIONS(63), 1, + [203283] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9508), 1, + ACTIONS(11164), 1, anon_sym_BQUOTE, - [164883] = 2, - ACTIONS(63), 1, + [203290] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9510), 1, - anon_sym_RBRACE2, - [164890] = 2, - ACTIONS(63), 1, + ACTIONS(11186), 1, + anon_sym_BQUOTE, + [203297] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9506), 1, - anon_sym_RPAREN, - [164897] = 2, - ACTIONS(63), 1, + ACTIONS(11188), 1, + anon_sym_RBRACE3, + [203304] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9512), 1, + ACTIONS(11190), 1, aux_sym_brace_expression_token1, - [164904] = 2, - ACTIONS(63), 1, + [203311] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9492), 1, + ACTIONS(11184), 1, anon_sym_RPAREN, - [164911] = 2, - ACTIONS(63), 1, + [203318] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9514), 1, + ACTIONS(11192), 1, anon_sym_RBRACE3, - [164918] = 2, - ACTIONS(63), 1, + [203325] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9516), 1, - anon_sym_RBRACE3, - [164925] = 2, - ACTIONS(63), 1, + ACTIONS(11194), 1, + anon_sym_RPAREN, + [203332] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9518), 1, - anon_sym_in, - [164932] = 2, - ACTIONS(63), 1, + ACTIONS(11196), 1, + anon_sym_BQUOTE, + [203339] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9520), 1, - anon_sym_in, - [164939] = 2, - ACTIONS(63), 1, + ACTIONS(11194), 1, + anon_sym_BQUOTE, + [203346] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9522), 1, + ACTIONS(11198), 1, + aux_sym_brace_expression_token1, + [203353] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11200), 1, + sym_heredoc_end, + [203360] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11202), 1, + sym_heredoc_end, + [203367] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11204), 1, + anon_sym_RPAREN, + [203374] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11206), 1, + anon_sym_RPAREN, + [203381] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11208), 1, anon_sym_RBRACE2, - [164946] = 2, - ACTIONS(63), 1, + [203388] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5640), 1, + ACTIONS(6719), 1, anon_sym_RBRACK, - [164953] = 2, - ACTIONS(63), 1, + [203395] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5642), 1, + ACTIONS(6721), 1, anon_sym_RBRACK, - [164960] = 2, - ACTIONS(63), 1, + [203402] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9524), 1, - anon_sym_RPAREN_RPAREN, - [164967] = 2, - ACTIONS(63), 1, + ACTIONS(11210), 1, + anon_sym_RBRACE2, + [203409] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9526), 1, + ACTIONS(11212), 1, anon_sym_RBRACE3, - [164974] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9528), 1, - aux_sym_brace_expression_token1, - [164981] = 2, - ACTIONS(63), 1, + [203416] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9530), 1, + ACTIONS(11214), 1, anon_sym_RPAREN, - [164988] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9532), 1, - anon_sym_RBRACE3, - [164995] = 2, - ACTIONS(63), 1, + [203423] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9534), 1, + ACTIONS(11216), 1, anon_sym_BQUOTE, - [165002] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9536), 1, - anon_sym_RPAREN, - [165009] = 2, - ACTIONS(63), 1, + [203430] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9538), 1, + ACTIONS(11218), 1, anon_sym_RBRACE2, - [165016] = 2, - ACTIONS(63), 1, + [203437] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9540), 1, - anon_sym_RPAREN, - [165023] = 2, - ACTIONS(63), 1, + ACTIONS(6643), 1, + anon_sym_RBRACK, + [203444] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6675), 1, + anon_sym_RBRACK, + [203451] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9460), 1, + ACTIONS(11214), 1, anon_sym_BQUOTE, - [165030] = 2, - ACTIONS(63), 1, + [203458] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9542), 1, + ACTIONS(11220), 1, anon_sym_RPAREN, - [165037] = 2, - ACTIONS(63), 1, + [203465] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9544), 1, + ACTIONS(11222), 1, anon_sym_RBRACE2, - [165044] = 2, - ACTIONS(63), 1, + [203472] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9546), 1, + ACTIONS(11224), 1, anon_sym_RPAREN, - [165051] = 2, - ACTIONS(63), 1, + [203479] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9548), 1, - anon_sym_RBRACE2, - [165058] = 2, - ACTIONS(63), 1, + ACTIONS(11226), 1, + anon_sym_BQUOTE, + [203486] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9550), 1, + ACTIONS(11228), 1, + anon_sym_BQUOTE, + [203493] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11226), 1, + anon_sym_RPAREN, + [203500] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11230), 1, anon_sym_RBRACE3, - [165065] = 2, - ACTIONS(63), 1, + [203507] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9552), 1, - sym_heredoc_start, - [165072] = 2, - ACTIONS(63), 1, + ACTIONS(11232), 1, + anon_sym_RBRACE2, + [203514] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9554), 1, + ACTIONS(11234), 1, anon_sym_BQUOTE, - [165079] = 2, - ACTIONS(63), 1, + [203521] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9556), 1, - anon_sym_BQUOTE, - [165086] = 2, - ACTIONS(63), 1, + ACTIONS(11236), 1, + anon_sym_esac, + [203528] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9558), 1, - anon_sym_BQUOTE, - [165093] = 2, - ACTIONS(63), 1, + ACTIONS(11238), 1, + anon_sym_esac, + [203535] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9554), 1, - anon_sym_RPAREN, - [165100] = 2, - ACTIONS(63), 1, + ACTIONS(11240), 1, + anon_sym_RBRACE2, + [203542] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165107] = 2, - ACTIONS(63), 1, + ACTIONS(11242), 1, + sym_heredoc_start, + [203549] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9560), 1, + ACTIONS(11228), 1, anon_sym_RPAREN, - [165114] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9180), 1, - aux_sym__simple_variable_name_token1, - [165121] = 2, - ACTIONS(63), 1, + [203556] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(11244), 1, anon_sym_RBRACE3, - [165128] = 2, - ACTIONS(63), 1, + [203563] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165135] = 2, - ACTIONS(63), 1, + ACTIONS(11246), 1, + anon_sym_RBRACE2, + [203570] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5606), 1, - anon_sym_RBRACK, - [165142] = 2, - ACTIONS(63), 1, + ACTIONS(11248), 1, + anon_sym_RBRACE3, + [203577] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9562), 1, - anon_sym_DOT_DOT, - [165149] = 2, - ACTIONS(63), 1, + ACTIONS(10277), 1, + anon_sym_RBRACE3, + [203584] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - [165156] = 2, - ACTIONS(63), 1, + [203591] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9564), 1, - anon_sym_esac, - [165163] = 2, - ACTIONS(63), 1, + ACTIONS(10277), 1, + anon_sym_RBRACE3, + [203598] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9566), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - [165170] = 2, - ACTIONS(63), 1, + [203605] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9568), 1, - sym_heredoc_start, - [165177] = 2, - ACTIONS(63), 1, + ACTIONS(10277), 1, + anon_sym_RBRACE3, + [203612] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - [165184] = 2, - ACTIONS(63), 1, + [203619] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5604), 1, - anon_sym_RBRACK, - [165191] = 2, - ACTIONS(63), 1, + ACTIONS(11108), 1, + anon_sym_RPAREN, + [203626] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9536), 1, - anon_sym_BQUOTE, - [165198] = 2, - ACTIONS(63), 1, + ACTIONS(11250), 1, + anon_sym_LBRACK, + [203633] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9570), 1, + ACTIONS(11252), 1, anon_sym_RPAREN, - [165205] = 2, - ACTIONS(63), 1, + [203640] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9572), 1, - sym_word, - [165212] = 2, - ACTIONS(63), 1, + ACTIONS(11254), 1, + anon_sym_BQUOTE, + [203647] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9574), 1, + ACTIONS(11256), 1, + anon_sym_BQUOTE, + [203654] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11258), 1, anon_sym_esac, - [165219] = 2, - ACTIONS(63), 1, + [203661] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9576), 1, - anon_sym_LBRACK, - [165226] = 2, - ACTIONS(63), 1, + ACTIONS(11260), 1, + anon_sym_esac, + [203668] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9578), 1, - sym_heredoc_start, - [165233] = 2, - ACTIONS(63), 1, + ACTIONS(11262), 1, + anon_sym_BQUOTE, + [203675] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9580), 1, + ACTIONS(11264), 1, anon_sym_BQUOTE, - [165240] = 2, - ACTIONS(63), 1, + [203682] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9582), 1, - anon_sym_esac, - [165247] = 2, - ACTIONS(63), 1, + ACTIONS(10700), 1, + aux_sym__simple_variable_name_token1, + [203689] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9584), 1, + ACTIONS(10310), 1, + anon_sym_RBRACE3, + [203696] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11266), 1, anon_sym_fi, - [165254] = 2, - ACTIONS(63), 1, + [203703] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9586), 1, - anon_sym_RBRACE2, - [165261] = 2, - ACTIONS(63), 1, + ACTIONS(11268), 1, + sym_word, + [203710] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9588), 1, - anon_sym_RBRACE2, - [165268] = 2, - ACTIONS(63), 1, + ACTIONS(10310), 1, + anon_sym_RBRACE3, + [203717] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9590), 1, - sym_heredoc_end, - [165275] = 2, - ACTIONS(63), 1, + ACTIONS(11270), 1, + anon_sym_DOT_DOT, + [203724] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9592), 1, - sym_heredoc_end, - [165282] = 2, - ACTIONS(63), 1, + ACTIONS(11256), 1, + anon_sym_RPAREN, + [203731] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9594), 1, - anon_sym_RBRACE2, - [165289] = 2, - ACTIONS(63), 1, + ACTIONS(10310), 1, + anon_sym_RBRACE3, + [203738] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9596), 1, - anon_sym_BQUOTE, - [165296] = 2, - ACTIONS(63), 1, + ACTIONS(11272), 1, + anon_sym_RBRACE3, + [203745] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9598), 1, - anon_sym_esac, - [165303] = 2, - ACTIONS(63), 1, + ACTIONS(11274), 1, + anon_sym_RPAREN, + [203752] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9600), 1, + ACTIONS(11276), 1, + sym_heredoc_start, + [203759] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11278), 1, anon_sym_RPAREN, - [165310] = 2, - ACTIONS(63), 1, + [203766] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, - anon_sym_RBRACE3, - [165317] = 2, - ACTIONS(63), 1, + ACTIONS(11280), 1, + sym_heredoc_end, + [203773] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(10310), 1, anon_sym_RBRACE3, - [165324] = 2, - ACTIONS(63), 1, + [203780] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(10310), 1, anon_sym_RBRACE3, - [165331] = 2, - ACTIONS(63), 1, + [203787] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - [165338] = 2, - ACTIONS(63), 1, + [203794] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - [165345] = 2, - ACTIONS(63), 1, + [203801] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, - anon_sym_RBRACE3, - [165352] = 2, - ACTIONS(63), 1, + ACTIONS(11282), 1, + sym_heredoc_start, + [203808] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165359] = 2, - ACTIONS(63), 1, + ACTIONS(11284), 1, + sym_heredoc_end, + [203815] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - [165366] = 2, - ACTIONS(63), 1, + [203822] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165373] = 2, - ACTIONS(63), 1, + ACTIONS(11286), 1, + anon_sym_RPAREN, + [203829] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - [165380] = 2, - ACTIONS(63), 1, + [203836] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - [165387] = 2, - ACTIONS(63), 1, + [203843] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10277), 1, anon_sym_RBRACE3, - [165394] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9602), 1, - anon_sym_RPAREN, - [165401] = 2, - ACTIONS(63), 1, + [203850] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_BQUOTE, - [165408] = 2, - ACTIONS(63), 1, + ACTIONS(11288), 1, + anon_sym_esac, + [203857] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9606), 1, - anon_sym_BQUOTE, - [165415] = 2, - ACTIONS(63), 1, + ACTIONS(11290), 1, + anon_sym_esac, + [203864] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9608), 1, - sym__regex_no_slash, - [165422] = 2, - ACTIONS(63), 1, + ACTIONS(10145), 1, + anon_sym_fi, + [203871] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9560), 1, + ACTIONS(11252), 1, anon_sym_BQUOTE, - [165429] = 2, - ACTIONS(63), 1, + [203878] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9604), 1, + ACTIONS(11292), 1, anon_sym_RPAREN, - [165436] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9610), 1, - anon_sym_RBRACE3, - [165443] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8660), 1, - anon_sym_fi, - [165450] = 2, - ACTIONS(63), 1, + [203885] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9612), 1, + ACTIONS(11294), 1, anon_sym_RPAREN, - [165457] = 2, - ACTIONS(63), 1, + [203892] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9614), 1, + ACTIONS(11296), 1, anon_sym_RBRACE2, - [165464] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9616), 1, - anon_sym_BQUOTE, - [165471] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9618), 1, - anon_sym_BQUOTE, - [165478] = 2, - ACTIONS(63), 1, + [203899] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9620), 1, + ACTIONS(11298), 1, anon_sym_RBRACE3, - [165485] = 2, - ACTIONS(63), 1, + [203906] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9622), 1, - anon_sym_in, - [165492] = 2, - ACTIONS(63), 1, + ACTIONS(11300), 1, + anon_sym_esac, + [203913] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9624), 1, - anon_sym_RPAREN, - [165499] = 2, - ACTIONS(63), 1, + ACTIONS(11302), 1, + anon_sym_esac, + [203920] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9626), 1, - anon_sym_RBRACE3, - [165506] = 2, - ACTIONS(63), 1, + ACTIONS(10139), 1, + anon_sym_fi, + [203927] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9628), 1, + ACTIONS(11304), 1, anon_sym_RPAREN, - [165513] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9630), 1, - anon_sym_esac, - [165520] = 2, - ACTIONS(63), 1, + [203934] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9632), 1, + ACTIONS(11306), 1, anon_sym_BQUOTE, - [165527] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9634), 1, - anon_sym_esac, - [165534] = 2, - ACTIONS(63), 1, + [203941] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9636), 1, - anon_sym_RBRACE2, - [165541] = 2, - ACTIONS(63), 1, + ACTIONS(11308), 1, + anon_sym_in, + [203948] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9638), 1, + ACTIONS(11310), 1, anon_sym_in, - [165548] = 2, - ACTIONS(63), 1, + [203955] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8648), 1, - anon_sym_fi, - [165555] = 2, - ACTIONS(63), 1, + ACTIONS(11312), 1, + anon_sym_RBRACE2, + [203962] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9624), 1, + ACTIONS(7043), 1, + anon_sym_RBRACK, + [203969] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11304), 1, anon_sym_BQUOTE, - [165562] = 2, - ACTIONS(63), 1, + [203976] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9640), 1, + ACTIONS(7041), 1, + anon_sym_RBRACK, + [203983] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11314), 1, anon_sym_RPAREN, - [165569] = 2, - ACTIONS(63), 1, + [203990] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9642), 1, + ACTIONS(11316), 1, anon_sym_RBRACE2, - [165576] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5310), 1, - anon_sym_RBRACK, - [165583] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5508), 1, - anon_sym_RBRACK, - [165590] = 2, - ACTIONS(63), 1, + [203997] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9644), 1, + ACTIONS(11318), 1, anon_sym_RPAREN, - [165597] = 2, - ACTIONS(63), 1, + [204004] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1253), 1, - anon_sym_RBRACE3, - [165604] = 2, - ACTIONS(63), 1, + ACTIONS(11320), 1, + anon_sym_RPAREN, + [204011] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9646), 1, + ACTIONS(11322), 1, anon_sym_BQUOTE, - [165611] = 2, - ACTIONS(63), 1, + [204018] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9648), 1, + ACTIONS(11324), 1, anon_sym_BQUOTE, - [165618] = 2, - ACTIONS(63), 1, + [204025] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9650), 1, + ACTIONS(11322), 1, + anon_sym_RPAREN, + [204032] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11326), 1, anon_sym_RBRACE3, - [165625] = 2, - ACTIONS(63), 1, + [204039] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11328), 1, + anon_sym_RBRACE3, + [204046] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11176), 1, + anon_sym_RPAREN, + [204053] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9652), 1, + ACTIONS(11330), 1, anon_sym_BQUOTE, - [165632] = 2, - ACTIONS(63), 1, + [204060] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9654), 1, + ACTIONS(11332), 1, + aux_sym_heredoc_redirect_token1, + [204067] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11334), 1, anon_sym_RBRACE2, - [165639] = 2, - ACTIONS(63), 1, + [204074] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9618), 1, + ACTIONS(11336), 1, + anon_sym_esac, + [204081] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11338), 1, anon_sym_RPAREN, - [165646] = 2, - ACTIONS(63), 1, + [204088] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9656), 1, - anon_sym_RBRACE3, - [165653] = 2, - ACTIONS(63), 1, + ACTIONS(11340), 1, + anon_sym_esac, + [204095] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9658), 1, - anon_sym_RBRACE3, - [165660] = 2, - ACTIONS(63), 1, + ACTIONS(11342), 1, + anon_sym_BQUOTE, + [204102] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9660), 1, - anon_sym_RPAREN, - [165667] = 2, - ACTIONS(63), 1, + ACTIONS(11344), 1, + anon_sym_RPAREN_RPAREN, + [204109] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9662), 1, + ACTIONS(11346), 1, anon_sym_BQUOTE, - [165674] = 2, - ACTIONS(63), 1, + [204116] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9664), 1, - anon_sym_BQUOTE, - [165681] = 2, - ACTIONS(63), 1, + ACTIONS(11348), 1, + anon_sym_RBRACE3, + [204123] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9662), 1, + ACTIONS(11342), 1, anon_sym_RPAREN, - [165688] = 2, - ACTIONS(63), 1, + [204130] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9666), 1, - anon_sym_RBRACE3, - [165695] = 2, - ACTIONS(63), 1, + ACTIONS(11350), 1, + anon_sym_esac, + [204137] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9668), 1, + ACTIONS(11352), 1, + anon_sym_esac, + [204144] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11354), 1, + anon_sym_fi, + [204151] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11356), 1, anon_sym_RBRACE3, - [165702] = 2, - ACTIONS(63), 1, + [204158] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9670), 1, + ACTIONS(11358), 1, anon_sym_RPAREN, - [165709] = 2, - ACTIONS(63), 1, + [204165] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9672), 1, - anon_sym_RPAREN, - [165716] = 2, - ACTIONS(63), 1, + ACTIONS(11360), 1, + anon_sym_BQUOTE, + [204172] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9646), 1, - anon_sym_RPAREN, - [165723] = 2, - ACTIONS(63), 1, + ACTIONS(11362), 1, + sym_heredoc_end, + [204179] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9674), 1, - anon_sym_RBRACE3, - [165730] = 2, - ACTIONS(63), 1, + ACTIONS(11364), 1, + sym_heredoc_end, + [204186] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9628), 1, - anon_sym_BQUOTE, - [165737] = 2, - ACTIONS(63), 1, + ACTIONS(11366), 1, + aux_sym_brace_expression_token1, + [204193] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9676), 1, + ACTIONS(11358), 1, anon_sym_BQUOTE, - [165744] = 2, - ACTIONS(63), 1, + [204200] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9678), 1, - anon_sym_RPAREN, - [165751] = 2, - ACTIONS(63), 1, + ACTIONS(11368), 1, + anon_sym_esac, + [204207] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9670), 1, - anon_sym_BQUOTE, - [165758] = 2, - ACTIONS(63), 1, + ACTIONS(11370), 1, + anon_sym_esac, + [204214] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9680), 1, + ACTIONS(10191), 1, + anon_sym_fi, + [204221] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11372), 1, anon_sym_RPAREN, - [165765] = 2, - ACTIONS(63), 1, + [204228] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9682), 1, - sym_word, - [165772] = 2, - ACTIONS(63), 1, + ACTIONS(11374), 1, + aux_sym_heredoc_redirect_token1, + [204235] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9684), 1, + ACTIONS(11376), 1, + aux_sym_heredoc_redirect_token1, + [204242] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11378), 1, anon_sym_RPAREN, - [165779] = 2, - ACTIONS(63), 1, + [204249] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9686), 1, - anon_sym_BQUOTE, - [165786] = 2, - ACTIONS(63), 1, + ACTIONS(11380), 1, + anon_sym_esac, + [204256] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9188), 1, - aux_sym__simple_variable_name_token1, - [165793] = 2, - ACTIONS(63), 1, + ACTIONS(11382), 1, + anon_sym_esac, + [204263] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9688), 1, - anon_sym_RPAREN_RPAREN, - [165800] = 2, - ACTIONS(63), 1, + ACTIONS(10203), 1, + anon_sym_fi, + [204270] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9690), 1, + ACTIONS(11384), 1, + aux_sym_heredoc_redirect_token1, + [204277] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11386), 1, anon_sym_RBRACE2, - [165807] = 2, - ACTIONS(63), 1, + [204284] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9672), 1, - anon_sym_BQUOTE, - [165814] = 2, - ACTIONS(63), 1, + ACTIONS(11388), 1, + anon_sym_RBRACE2, + [204291] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9692), 1, - anon_sym_DOT_DOT, - [165821] = 2, - ACTIONS(63), 1, + ACTIONS(6877), 1, + anon_sym_RBRACK, + [204298] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9694), 1, - anon_sym_RPAREN, - [165828] = 2, - ACTIONS(63), 1, + ACTIONS(6897), 1, + anon_sym_RBRACK, + [204305] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9696), 1, - aux_sym_brace_expression_token1, - [165835] = 2, - ACTIONS(63), 1, + ACTIONS(11390), 1, + anon_sym_RBRACE3, + [204312] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9698), 1, - anon_sym_RBRACE2, - [165842] = 2, - ACTIONS(63), 1, + ACTIONS(11392), 1, + aux_sym_heredoc_redirect_token1, + [204319] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9700), 1, - sym_heredoc_start, - [165849] = 2, - ACTIONS(63), 1, + ACTIONS(11394), 1, + anon_sym_RPAREN, + [204326] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9702), 1, + ACTIONS(11396), 1, anon_sym_RPAREN, - [165856] = 2, - ACTIONS(63), 1, + [204333] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9704), 1, - anon_sym_RBRACE2, - [165863] = 2, - ACTIONS(63), 1, + ACTIONS(11398), 1, + anon_sym_BQUOTE, + [204340] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11400), 1, + anon_sym_BQUOTE, + [204347] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11398), 1, + anon_sym_RPAREN, + [204354] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9706), 1, + ACTIONS(11402), 1, anon_sym_RBRACE3, - [165870] = 2, - ACTIONS(63), 1, + [204361] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9708), 1, + ACTIONS(11404), 1, anon_sym_RPAREN, - [165877] = 2, - ACTIONS(63), 1, + [204368] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9710), 1, + ACTIONS(11406), 1, + aux_sym_heredoc_redirect_token1, + [204375] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10716), 1, + aux_sym__simple_variable_name_token1, + [204382] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11408), 1, anon_sym_RPAREN, - [165884] = 2, - ACTIONS(63), 1, + [204389] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9712), 1, + ACTIONS(11410), 1, anon_sym_BQUOTE, - [165891] = 2, - ACTIONS(63), 1, + [204396] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9714), 1, - sym_heredoc_start, - [165898] = 2, - ACTIONS(63), 1, + ACTIONS(11412), 1, + sym_word, + [204403] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9710), 1, - anon_sym_BQUOTE, - [165905] = 2, - ACTIONS(63), 1, + ACTIONS(11414), 1, + anon_sym_DOT_DOT, + [204410] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9716), 1, + ACTIONS(11408), 1, anon_sym_BQUOTE, - [165912] = 2, - ACTIONS(63), 1, + [204417] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9718), 1, + ACTIONS(11416), 1, anon_sym_RPAREN, - [165919] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9720), 1, - aux_sym_heredoc_redirect_token1, - [165926] = 2, - ACTIONS(63), 1, + [204424] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9722), 1, - anon_sym_BQUOTE, - [165933] = 2, - ACTIONS(63), 1, + ACTIONS(11418), 1, + anon_sym_RPAREN, + [204431] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1221), 1, - anon_sym_RBRACE3, - [165940] = 2, - ACTIONS(63), 1, + ACTIONS(11420), 1, + sym_heredoc_start, + [204438] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9724), 1, + ACTIONS(11422), 1, anon_sym_RBRACE2, - [165947] = 2, - ACTIONS(63), 1, + [204445] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9726), 1, - anon_sym_RBRACE2, - [165954] = 2, - ACTIONS(63), 1, + ACTIONS(11424), 1, + anon_sym_in, + [204452] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9716), 1, - anon_sym_RPAREN, - [165961] = 2, - ACTIONS(63), 1, + ACTIONS(11426), 1, + anon_sym_in, + [204459] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9728), 1, - anon_sym_RBRACE3, - [165968] = 2, - ACTIONS(63), 1, + ACTIONS(11428), 1, + sym_heredoc_start, + [204466] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9730), 1, - anon_sym_RBRACE2, - [165975] = 2, - ACTIONS(63), 1, + ACTIONS(11430), 1, + anon_sym_RBRACE3, + [204473] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9732), 1, + ACTIONS(11432), 1, sym_heredoc_start, - [165982] = 2, - ACTIONS(63), 1, + [204480] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9734), 1, - anon_sym_RBRACE3, - [165989] = 2, - ACTIONS(63), 1, + ACTIONS(11434), 1, + anon_sym_RPAREN, + [204487] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9736), 1, + ACTIONS(11436), 1, anon_sym_RPAREN, - [165996] = 2, - ACTIONS(63), 1, + [204494] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9738), 1, + ACTIONS(11438), 1, anon_sym_RPAREN, - [166003] = 2, - ACTIONS(63), 1, + [204501] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9740), 1, + ACTIONS(11440), 1, anon_sym_BQUOTE, - [166010] = 2, - ACTIONS(63), 1, + [204508] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9742), 1, + ACTIONS(11442), 1, anon_sym_BQUOTE, - [166017] = 2, - ACTIONS(63), 1, + [204515] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9740), 1, + ACTIONS(11440), 1, anon_sym_RPAREN, - [166024] = 2, - ACTIONS(63), 1, + [204522] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1245), 1, - anon_sym_RBRACE3, - [166031] = 2, - ACTIONS(3), 1, + ACTIONS(11444), 1, + anon_sym_RPAREN_RPAREN, + [204529] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9744), 1, - aux_sym_heredoc_redirect_token1, - [166038] = 2, - ACTIONS(63), 1, + ACTIONS(11446), 1, + anon_sym_BQUOTE, + [204536] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9746), 1, + ACTIONS(11448), 1, anon_sym_RBRACE3, - [166045] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9748), 1, - anon_sym_RPAREN, - [166052] = 2, - ACTIONS(63), 1, + [204543] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9750), 1, + ACTIONS(11450), 1, anon_sym_BQUOTE, - [166059] = 2, - ACTIONS(63), 1, + [204550] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9748), 1, - anon_sym_BQUOTE, - [166066] = 2, - ACTIONS(63), 1, + ACTIONS(11452), 1, + anon_sym_RBRACE2, + [204557] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11446), 1, + anon_sym_RPAREN, + [204564] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9752), 1, + ACTIONS(11454), 1, + anon_sym_RBRACE3, + [204571] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11456), 1, anon_sym_RBRACE2, - [166073] = 2, - ACTIONS(63), 1, + [204578] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9754), 1, - anon_sym_in, - [166080] = 2, - ACTIONS(63), 1, + ACTIONS(11458), 1, + ts_builtin_sym_end, + [204585] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11460), 1, + anon_sym_RBRACE3, + [204592] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9756), 1, + ACTIONS(11462), 1, anon_sym_RPAREN, - [166087] = 2, - ACTIONS(63), 1, + [204599] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9758), 1, + ACTIONS(11464), 1, anon_sym_BQUOTE, - [166094] = 2, - ACTIONS(63), 1, + [204606] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9760), 1, - anon_sym_in, - [166101] = 2, - ACTIONS(63), 1, + ACTIONS(11466), 1, + aux_sym_brace_expression_token1, + [204613] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9762), 1, - anon_sym_RPAREN_RPAREN, - [166108] = 2, - ACTIONS(63), 1, + ACTIONS(11468), 1, + anon_sym_BQUOTE, + [204620] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9764), 1, - anon_sym_RPAREN, - [166115] = 2, - ACTIONS(63), 1, + ACTIONS(11462), 1, + anon_sym_BQUOTE, + [204627] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9766), 1, - aux_sym_brace_expression_token1, - [166122] = 2, - ACTIONS(63), 1, + ACTIONS(11470), 1, + anon_sym_RBRACE2, + [204634] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9768), 1, + ACTIONS(11472), 1, anon_sym_RPAREN, - [166129] = 2, - ACTIONS(63), 1, + [204641] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9770), 1, + ACTIONS(11434), 1, anon_sym_BQUOTE, - [166136] = 2, - ACTIONS(63), 1, + [204648] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9772), 1, + ACTIONS(11474), 1, anon_sym_RPAREN, - [166143] = 2, - ACTIONS(63), 1, + [204655] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9774), 1, - anon_sym_RBRACE3, - [166150] = 2, - ACTIONS(63), 1, + ACTIONS(11476), 1, + anon_sym_BQUOTE, + [204662] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9758), 1, + ACTIONS(11478), 1, + anon_sym_RBRACE2, + [204669] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11480), 1, anon_sym_RPAREN, - [166157] = 2, - ACTIONS(63), 1, + [204676] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9776), 1, + ACTIONS(11482), 1, anon_sym_BQUOTE, - [166164] = 2, - ACTIONS(63), 1, + [204683] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9778), 1, - anon_sym_RBRACE3, - [166171] = 2, - ACTIONS(63), 1, + ACTIONS(11480), 1, + anon_sym_BQUOTE, + [204690] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9780), 1, - anon_sym_RBRACE3, - [166178] = 2, - ACTIONS(63), 1, + ACTIONS(11484), 1, + sym_word, + [204697] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9782), 1, + ACTIONS(11486), 1, anon_sym_RPAREN, - [166185] = 2, - ACTIONS(63), 1, + [204704] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9784), 1, + ACTIONS(11488), 1, anon_sym_BQUOTE, - [166192] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9786), 1, - anon_sym_RPAREN, - [166199] = 2, - ACTIONS(63), 1, + [204711] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9782), 1, + ACTIONS(11490), 1, anon_sym_BQUOTE, - [166206] = 2, - ACTIONS(63), 1, + [204718] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9770), 1, - anon_sym_RPAREN, - [166213] = 2, - ACTIONS(63), 1, + ACTIONS(11492), 1, + anon_sym_BQUOTE, + [204725] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9786), 1, + ACTIONS(11494), 1, anon_sym_BQUOTE, - [166220] = 2, - ACTIONS(63), 1, + [204732] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9788), 1, + ACTIONS(11488), 1, anon_sym_RPAREN, - [166227] = 2, - ACTIONS(63), 1, + [204739] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9790), 1, + ACTIONS(11496), 1, anon_sym_RPAREN, - [166234] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9792), 1, - anon_sym_RBRACE3, - [166241] = 2, - ACTIONS(63), 1, + [204746] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9794), 1, + ACTIONS(11490), 1, anon_sym_RPAREN, - [166248] = 2, - ACTIONS(63), 1, + [204753] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9796), 1, - sym_word, - [166255] = 2, - ACTIONS(63), 1, + ACTIONS(11498), 1, + anon_sym_RBRACE3, + [204760] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9798), 1, + ACTIONS(11500), 1, anon_sym_BQUOTE, - [166262] = 2, - ACTIONS(63), 1, + [204767] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9800), 1, - anon_sym_DOT_DOT, - [166269] = 2, - ACTIONS(63), 1, + ACTIONS(11502), 1, + anon_sym_BQUOTE, + [204774] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9802), 1, + ACTIONS(11504), 1, anon_sym_RBRACE2, - [166276] = 2, - ACTIONS(63), 1, + [204781] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9804), 1, - anon_sym_RBRACE3, - [166283] = 2, - ACTIONS(63), 1, + ACTIONS(11500), 1, + anon_sym_RPAREN, + [204788] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9806), 1, - sym_heredoc_start, - [166290] = 2, - ACTIONS(63), 1, + ACTIONS(11506), 1, + anon_sym_RBRACE2, + [204795] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11508), 1, + anon_sym_BQUOTE, + [204802] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11510), 1, + anon_sym_BQUOTE, + [204809] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9808), 1, + ACTIONS(11512), 1, + anon_sym_esac, + [204816] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11514), 1, anon_sym_DOT_DOT, - [166297] = 2, - ACTIONS(63), 1, + [204823] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9810), 1, + ACTIONS(11508), 1, anon_sym_RPAREN, - [166304] = 2, - ACTIONS(63), 1, + [204830] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9812), 1, - anon_sym_BQUOTE, - [166311] = 2, - ACTIONS(63), 1, + ACTIONS(11516), 1, + anon_sym_RBRACE3, + [204837] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9814), 1, - anon_sym_BQUOTE, - [166318] = 2, - ACTIONS(63), 1, + ACTIONS(11518), 1, + anon_sym_RBRACE3, + [204844] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9816), 1, - anon_sym_BQUOTE, - [166325] = 2, - ACTIONS(63), 1, + ACTIONS(11520), 1, + anon_sym_RPAREN, + [204851] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9818), 1, + ACTIONS(11522), 1, anon_sym_BQUOTE, - [166332] = 2, - ACTIONS(63), 1, + [204858] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9820), 1, - sym_heredoc_start, - [166339] = 2, - ACTIONS(63), 1, + ACTIONS(11524), 1, + anon_sym_RBRACE2, + [204865] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9794), 1, + ACTIONS(11526), 1, anon_sym_BQUOTE, - [166346] = 2, - ACTIONS(63), 1, + [204872] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9812), 1, - anon_sym_RPAREN, - [166353] = 2, - ACTIONS(63), 1, + ACTIONS(11528), 1, + anon_sym_BQUOTE, + [204879] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9814), 1, + ACTIONS(11530), 1, anon_sym_RPAREN, - [166360] = 2, - ACTIONS(63), 1, + [204886] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9822), 1, + ACTIONS(11532), 1, anon_sym_BQUOTE, - [166367] = 2, - ACTIONS(63), 1, + [204893] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9824), 1, + ACTIONS(11534), 1, anon_sym_BQUOTE, - [166374] = 2, - ACTIONS(63), 1, + [204900] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9826), 1, + ACTIONS(11536), 1, + anon_sym_RBRACE3, + [204907] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11522), 1, anon_sym_RPAREN, - [166381] = 2, - ACTIONS(63), 1, + [204914] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9822), 1, + ACTIONS(11532), 1, anon_sym_RPAREN, - [166388] = 2, - ACTIONS(63), 1, + [204921] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9828), 1, + ACTIONS(11538), 1, anon_sym_RBRACE3, - [166395] = 2, - ACTIONS(63), 1, + [204928] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(11540), 1, anon_sym_RBRACE3, - [166402] = 2, - ACTIONS(63), 1, + [204935] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1237), 1, + ACTIONS(11542), 1, anon_sym_RBRACE3, - [166409] = 2, - ACTIONS(63), 1, + [204942] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 1, - anon_sym_RBRACE3, - [166416] = 2, - ACTIONS(63), 1, + ACTIONS(11544), 1, + sym_word, + [204949] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9830), 1, - anon_sym_RBRACE3, - [166423] = 2, - ACTIONS(63), 1, + ACTIONS(11546), 1, + anon_sym_DOT_DOT, + [204956] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9832), 1, - anon_sym_BQUOTE, - [166430] = 2, - ACTIONS(63), 1, + ACTIONS(11548), 1, + ts_builtin_sym_end, + [204963] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9834), 1, - anon_sym_RBRACE2, - [166437] = 2, - ACTIONS(63), 1, + ACTIONS(11550), 1, + anon_sym_RPAREN, + [204970] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9836), 1, + ACTIONS(11552), 1, + sym_heredoc_start, + [204977] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11554), 1, anon_sym_BQUOTE, - [166444] = 2, - ACTIONS(63), 1, + [204984] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9838), 1, - anon_sym_RBRACE3, - [166451] = 2, - ACTIONS(63), 1, + ACTIONS(11520), 1, + anon_sym_BQUOTE, + [204991] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11556), 1, + sym_heredoc_start, + [204998] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9832), 1, + ACTIONS(11558), 1, anon_sym_RPAREN, - [166458] = 2, - ACTIONS(63), 1, + [205005] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9840), 1, - anon_sym_DOT_DOT, - [166465] = 2, - ACTIONS(63), 1, + ACTIONS(11560), 1, + anon_sym_BQUOTE, + [205012] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9842), 1, + ACTIONS(11562), 1, + anon_sym_BQUOTE, + [205019] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11564), 1, anon_sym_RBRACE3, - [166472] = 2, - ACTIONS(63), 1, + [205026] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9844), 1, + ACTIONS(11560), 1, anon_sym_RPAREN, - [166479] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9846), 1, - anon_sym_BQUOTE, - [166486] = 2, - ACTIONS(63), 1, + [205033] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9848), 1, + ACTIONS(11566), 1, anon_sym_RBRACE2, - [166493] = 2, - ACTIONS(63), 1, + [205040] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9850), 1, - anon_sym_BQUOTE, - [166500] = 2, - ACTIONS(63), 1, + ACTIONS(11568), 1, + anon_sym_RBRACE3, + [205047] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9852), 1, + ACTIONS(11570), 1, anon_sym_BQUOTE, - [166507] = 2, - ACTIONS(63), 1, + [205054] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9854), 1, - ts_builtin_sym_end, - [166514] = 2, - ACTIONS(63), 1, + ACTIONS(11572), 1, + sym_word, + [205061] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9856), 1, - anon_sym_BQUOTE, - [166521] = 2, - ACTIONS(63), 1, + ACTIONS(11574), 1, + anon_sym_DOT_DOT, + [205068] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9858), 1, + ACTIONS(11576), 1, anon_sym_RPAREN, - [166528] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9860), 1, - anon_sym_BQUOTE, - [166535] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9862), 1, - anon_sym_BQUOTE, - [166542] = 2, - ACTIONS(63), 1, + [205075] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9844), 1, + ACTIONS(11338), 1, anon_sym_BQUOTE, - [166549] = 2, - ACTIONS(63), 1, + [205082] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9860), 1, + ACTIONS(11578), 1, anon_sym_RPAREN, - [166556] = 2, - ACTIONS(63), 1, + [205089] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9864), 1, + ACTIONS(11580), 1, anon_sym_RBRACE3, - [166563] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9866), 1, - anon_sym_RPAREN, - [166570] = 2, - ACTIONS(63), 1, + [205096] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9868), 1, - anon_sym_RBRACE3, - [166577] = 2, - ACTIONS(63), 1, + ACTIONS(11582), 1, + anon_sym_RBRACE2, + [205103] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9852), 1, - anon_sym_RPAREN, - [166584] = 2, - ACTIONS(63), 1, + ACTIONS(11584), 1, + anon_sym_BQUOTE, + [205110] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9870), 1, - anon_sym_RBRACE3, - [166591] = 2, - ACTIONS(63), 1, + ACTIONS(11586), 1, + anon_sym_BQUOTE, + [205117] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9872), 1, + ACTIONS(11588), 1, anon_sym_RPAREN, - [166598] = 2, - ACTIONS(63), 1, + [205124] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9874), 1, + ACTIONS(11590), 1, anon_sym_BQUOTE, - [166605] = 2, - ACTIONS(63), 1, + [205131] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9876), 1, + ACTIONS(11592), 1, anon_sym_BQUOTE, - [166612] = 2, - ACTIONS(63), 1, + [205138] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9874), 1, + ACTIONS(11584), 1, anon_sym_RPAREN, - [166619] = 2, - ACTIONS(63), 1, + [205145] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9878), 1, + ACTIONS(11594), 1, anon_sym_DOT_DOT, - [166626] = 2, - ACTIONS(63), 1, + [205152] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11596), 1, + anon_sym_RBRACE3, + [205159] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9880), 1, + ACTIONS(11598), 1, anon_sym_DOT_DOT, - [166633] = 2, - ACTIONS(63), 1, + [205166] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9882), 1, + ACTIONS(11600), 1, anon_sym_DOT_DOT, - [166640] = 2, - ACTIONS(63), 1, + [205173] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9884), 1, + ACTIONS(11602), 1, anon_sym_DOT_DOT, - [166647] = 2, - ACTIONS(63), 1, + [205180] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9886), 1, + ACTIONS(11604), 1, anon_sym_DOT_DOT, - [166654] = 2, - ACTIONS(63), 1, + [205187] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9888), 1, + ACTIONS(11606), 1, anon_sym_DOT_DOT, - [166661] = 2, - ACTIONS(63), 1, + [205194] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9890), 1, + ACTIONS(11608), 1, anon_sym_DOT_DOT, - [166668] = 2, - ACTIONS(63), 1, + [205201] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9892), 1, + ACTIONS(11610), 1, anon_sym_DOT_DOT, - [166675] = 2, - ACTIONS(63), 1, + [205208] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9894), 1, + ACTIONS(11612), 1, anon_sym_DOT_DOT, - [166682] = 2, - ACTIONS(63), 1, + [205215] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9896), 1, + ACTIONS(11614), 1, anon_sym_DOT_DOT, - [166689] = 2, - ACTIONS(63), 1, + [205222] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9898), 1, + ACTIONS(11616), 1, anon_sym_DOT_DOT, - [166696] = 2, - ACTIONS(63), 1, + [205229] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(11618), 1, anon_sym_DOT_DOT, - [166703] = 2, - ACTIONS(63), 1, + [205236] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9902), 1, + ACTIONS(11620), 1, anon_sym_DOT_DOT, - [166710] = 2, - ACTIONS(63), 1, + [205243] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9904), 1, + ACTIONS(11622), 1, anon_sym_DOT_DOT, - [166717] = 2, - ACTIONS(63), 1, + [205250] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9906), 1, + ACTIONS(11624), 1, anon_sym_DOT_DOT, - [166724] = 2, - ACTIONS(63), 1, + [205257] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9908), 1, + ACTIONS(11626), 1, anon_sym_DOT_DOT, - [166731] = 2, - ACTIONS(63), 1, + [205264] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9910), 1, + ACTIONS(11628), 1, anon_sym_DOT_DOT, - [166738] = 2, - ACTIONS(63), 1, + [205271] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9912), 1, + ACTIONS(11630), 1, anon_sym_DOT_DOT, - [166745] = 2, - ACTIONS(63), 1, + [205278] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9914), 1, + ACTIONS(11632), 1, anon_sym_DOT_DOT, - [166752] = 2, - ACTIONS(63), 1, + [205285] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9916), 1, + ACTIONS(11634), 1, anon_sym_DOT_DOT, - [166759] = 2, - ACTIONS(63), 1, + [205292] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9918), 1, + ACTIONS(11636), 1, anon_sym_DOT_DOT, - [166766] = 2, - ACTIONS(63), 1, + [205299] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9920), 1, + ACTIONS(11638), 1, anon_sym_DOT_DOT, - [166773] = 2, - ACTIONS(63), 1, + [205306] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9922), 1, + ACTIONS(11640), 1, anon_sym_DOT_DOT, - [166780] = 2, - ACTIONS(63), 1, + [205313] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9924), 1, + ACTIONS(11642), 1, anon_sym_DOT_DOT, - [166787] = 2, - ACTIONS(63), 1, + [205320] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9926), 1, + ACTIONS(11644), 1, anon_sym_DOT_DOT, - [166794] = 2, - ACTIONS(63), 1, + [205327] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9928), 1, + ACTIONS(11646), 1, anon_sym_DOT_DOT, - [166801] = 2, - ACTIONS(63), 1, + [205334] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9930), 1, + ACTIONS(11648), 1, anon_sym_DOT_DOT, - [166808] = 2, - ACTIONS(63), 1, + [205341] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9932), 1, + ACTIONS(11650), 1, anon_sym_DOT_DOT, - [166815] = 2, - ACTIONS(63), 1, + [205348] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9934), 1, + ACTIONS(11652), 1, anon_sym_DOT_DOT, - [166822] = 2, - ACTIONS(63), 1, + [205355] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9936), 1, + ACTIONS(11654), 1, anon_sym_DOT_DOT, - [166829] = 2, - ACTIONS(63), 1, + [205362] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9938), 1, + ACTIONS(11656), 1, anon_sym_DOT_DOT, - [166836] = 2, - ACTIONS(63), 1, + [205369] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9940), 1, + ACTIONS(11658), 1, anon_sym_DOT_DOT, - [166843] = 2, - ACTIONS(63), 1, + [205376] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9942), 1, + ACTIONS(11660), 1, anon_sym_DOT_DOT, - [166850] = 2, - ACTIONS(63), 1, + [205383] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9944), 1, + ACTIONS(11662), 1, anon_sym_DOT_DOT, - [166857] = 2, - ACTIONS(63), 1, + [205390] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9946), 1, + ACTIONS(11664), 1, anon_sym_DOT_DOT, - [166864] = 2, - ACTIONS(63), 1, + [205397] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9948), 1, + ACTIONS(11666), 1, anon_sym_DOT_DOT, - [166871] = 2, - ACTIONS(63), 1, + [205404] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9950), 1, - aux_sym_brace_expression_token1, - [166878] = 2, - ACTIONS(63), 1, + ACTIONS(11668), 1, + anon_sym_DOT_DOT, + [205411] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9952), 1, - anon_sym_RBRACE2, - [166885] = 2, - ACTIONS(63), 1, + ACTIONS(11670), 1, + anon_sym_DOT_DOT, + [205418] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9954), 1, - anon_sym_RBRACE3, - [166892] = 2, - ACTIONS(63), 1, + ACTIONS(11672), 1, + anon_sym_DOT_DOT, + [205425] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9956), 1, - anon_sym_RBRACE2, - [166899] = 2, - ACTIONS(63), 1, + ACTIONS(11674), 1, + anon_sym_DOT_DOT, + [205432] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9958), 1, - ts_builtin_sym_end, - [166906] = 2, - ACTIONS(63), 1, + ACTIONS(11676), 1, + anon_sym_DOT_DOT, + [205439] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9960), 1, - anon_sym_RBRACE2, - [166913] = 2, - ACTIONS(63), 1, + ACTIONS(11678), 1, + anon_sym_DOT_DOT, + [205446] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9962), 1, + ACTIONS(11680), 1, + aux_sym_brace_expression_token1, + [205453] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11590), 1, anon_sym_RPAREN, - [166920] = 2, - ACTIONS(63), 1, + [205460] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9964), 1, - anon_sym_BQUOTE, - [166927] = 2, - ACTIONS(63), 1, + ACTIONS(11682), 1, + anon_sym_RBRACE3, + [205467] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9966), 1, - aux_sym_brace_expression_token1, - [166934] = 2, - ACTIONS(63), 1, + ACTIONS(11684), 1, + anon_sym_RBRACE2, + [205474] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9968), 1, - anon_sym_BQUOTE, - [166941] = 2, - ACTIONS(63), 1, + ACTIONS(11686), 1, + anon_sym_RBRACE3, + [205481] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9970), 1, - anon_sym_BQUOTE, - [166948] = 2, - ACTIONS(63), 1, + ACTIONS(11688), 1, + sym_word, + [205488] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9972), 1, - anon_sym_RBRACE3, - [166955] = 2, - ACTIONS(63), 1, + ACTIONS(11690), 1, + anon_sym_RBRACE2, + [205495] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9968), 1, + ACTIONS(11036), 1, anon_sym_RPAREN, - [166962] = 2, - ACTIONS(63), 1, + [205502] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9974), 1, - anon_sym_RBRACE3, - [166969] = 2, - ACTIONS(63), 1, + ACTIONS(11692), 1, + anon_sym_RPAREN, + [205509] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9976), 1, + ACTIONS(11694), 1, aux_sym_brace_expression_token1, - [166976] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9330), 1, - anon_sym_RPAREN, - [166983] = 2, - ACTIONS(63), 1, + [205516] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9978), 1, - anon_sym_BQUOTE, - [166990] = 2, - ACTIONS(63), 1, + ACTIONS(10726), 1, + aux_sym__simple_variable_name_token1, + [205523] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9980), 1, + ACTIONS(11696), 1, anon_sym_BQUOTE, - [166997] = 2, - ACTIONS(63), 1, + [205530] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9982), 1, + ACTIONS(11698), 1, aux_sym_brace_expression_token1, - [167004] = 2, - ACTIONS(63), 1, + [205537] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9984), 1, + ACTIONS(10934), 1, anon_sym_BQUOTE, - [167011] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9986), 1, - anon_sym_RBRACE2, - [167018] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9964), 1, - anon_sym_RPAREN, - [167025] = 2, - ACTIONS(63), 1, + [205544] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9988), 1, + ACTIONS(11700), 1, aux_sym_brace_expression_token1, - [167032] = 2, - ACTIONS(63), 1, + [205551] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9990), 1, + ACTIONS(11702), 1, aux_sym_brace_expression_token1, - [167039] = 2, - ACTIONS(63), 1, + [205558] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9992), 1, + ACTIONS(11704), 1, aux_sym_brace_expression_token1, - [167046] = 2, - ACTIONS(63), 1, + [205565] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9994), 1, + ACTIONS(11706), 1, aux_sym_brace_expression_token1, - [167053] = 2, - ACTIONS(63), 1, + [205572] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9996), 1, + ACTIONS(11708), 1, aux_sym_brace_expression_token1, - [167060] = 2, - ACTIONS(63), 1, + [205579] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9998), 1, + ACTIONS(11710), 1, aux_sym_brace_expression_token1, - [167067] = 2, - ACTIONS(63), 1, + [205586] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10000), 1, + ACTIONS(11712), 1, aux_sym_brace_expression_token1, - [167074] = 2, - ACTIONS(63), 1, + [205593] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10002), 1, + ACTIONS(11714), 1, aux_sym_brace_expression_token1, - [167081] = 2, - ACTIONS(63), 1, + [205600] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10004), 1, + ACTIONS(11716), 1, aux_sym_brace_expression_token1, - [167088] = 2, - ACTIONS(63), 1, + [205607] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10006), 1, + ACTIONS(11718), 1, aux_sym_brace_expression_token1, - [167095] = 2, - ACTIONS(63), 1, + [205614] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10008), 1, + ACTIONS(11720), 1, aux_sym_brace_expression_token1, - [167102] = 2, - ACTIONS(63), 1, + [205621] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10010), 1, + ACTIONS(11722), 1, aux_sym_brace_expression_token1, - [167109] = 2, - ACTIONS(63), 1, + [205628] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10012), 1, + ACTIONS(11724), 1, aux_sym_brace_expression_token1, - [167116] = 2, - ACTIONS(63), 1, + [205635] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10014), 1, + ACTIONS(11726), 1, aux_sym_brace_expression_token1, - [167123] = 2, - ACTIONS(63), 1, + [205642] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10016), 1, + ACTIONS(11728), 1, aux_sym_brace_expression_token1, - [167130] = 2, - ACTIONS(63), 1, + [205649] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10018), 1, + ACTIONS(11730), 1, aux_sym_brace_expression_token1, - [167137] = 2, - ACTIONS(63), 1, + [205656] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10020), 1, + ACTIONS(11732), 1, aux_sym_brace_expression_token1, - [167144] = 2, - ACTIONS(63), 1, + [205663] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10022), 1, + ACTIONS(11734), 1, aux_sym_brace_expression_token1, - [167151] = 2, - ACTIONS(63), 1, + [205670] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10024), 1, + ACTIONS(11736), 1, aux_sym_brace_expression_token1, - [167158] = 2, - ACTIONS(63), 1, + [205677] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10026), 1, + ACTIONS(11738), 1, aux_sym_brace_expression_token1, - [167165] = 2, - ACTIONS(63), 1, + [205684] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10028), 1, + ACTIONS(11740), 1, aux_sym_brace_expression_token1, - [167172] = 2, - ACTIONS(63), 1, + [205691] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10030), 1, + ACTIONS(11742), 1, aux_sym_brace_expression_token1, - [167179] = 2, - ACTIONS(63), 1, + [205698] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10032), 1, + ACTIONS(11744), 1, aux_sym_brace_expression_token1, - [167186] = 2, - ACTIONS(63), 1, + [205705] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10034), 1, + ACTIONS(11746), 1, aux_sym_brace_expression_token1, - [167193] = 2, - ACTIONS(63), 1, + [205712] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10036), 1, + ACTIONS(11748), 1, aux_sym_brace_expression_token1, - [167200] = 2, - ACTIONS(63), 1, + [205719] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10038), 1, + ACTIONS(11750), 1, aux_sym_brace_expression_token1, - [167207] = 2, - ACTIONS(63), 1, + [205726] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10040), 1, + ACTIONS(11752), 1, aux_sym_brace_expression_token1, - [167214] = 2, - ACTIONS(63), 1, + [205733] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10042), 1, + ACTIONS(11754), 1, aux_sym_brace_expression_token1, - [167221] = 2, - ACTIONS(63), 1, + [205740] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10044), 1, + ACTIONS(11756), 1, aux_sym_brace_expression_token1, - [167228] = 2, - ACTIONS(63), 1, + [205747] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10046), 1, + ACTIONS(11758), 1, aux_sym_brace_expression_token1, - [167235] = 2, - ACTIONS(63), 1, + [205754] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10048), 1, + ACTIONS(11760), 1, aux_sym_brace_expression_token1, - [167242] = 2, - ACTIONS(63), 1, + [205761] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10050), 1, + ACTIONS(11762), 1, aux_sym_brace_expression_token1, - [167249] = 2, - ACTIONS(63), 1, + [205768] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10052), 1, + ACTIONS(11764), 1, aux_sym_brace_expression_token1, - [167256] = 2, - ACTIONS(63), 1, + [205775] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10054), 1, + ACTIONS(11766), 1, aux_sym_brace_expression_token1, - [167263] = 2, - ACTIONS(63), 1, + [205782] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10056), 1, + ACTIONS(11768), 1, aux_sym_brace_expression_token1, - [167270] = 2, - ACTIONS(63), 1, + [205789] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10058), 1, + ACTIONS(11770), 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, + [205796] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10068), 1, - anon_sym_RPAREN, - [167312] = 2, - ACTIONS(63), 1, + ACTIONS(11772), 1, + aux_sym_brace_expression_token1, + [205803] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9192), 1, - aux_sym__simple_variable_name_token1, - [167319] = 2, - ACTIONS(63), 1, + ACTIONS(11774), 1, + aux_sym_brace_expression_token1, + [205810] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10070), 1, - sym_word, - [167326] = 2, - ACTIONS(63), 1, + ACTIONS(11776), 1, + aux_sym_brace_expression_token1, + [205817] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10072), 1, - anon_sym_RPAREN, - [167333] = 2, - ACTIONS(63), 1, + ACTIONS(11778), 1, + aux_sym_brace_expression_token1, + [205824] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10074), 1, - anon_sym_RBRACE3, - [167340] = 2, - ACTIONS(63), 1, + ACTIONS(11780), 1, + aux_sym_brace_expression_token1, + [205831] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10076), 1, - sym_word, - [167347] = 2, - ACTIONS(63), 1, + ACTIONS(11782), 1, + aux_sym_brace_expression_token1, + [205838] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10078), 1, - anon_sym_RPAREN, - [167354] = 2, - ACTIONS(63), 1, + ACTIONS(11784), 1, + aux_sym_brace_expression_token1, + [205845] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10080), 1, + ACTIONS(11786), 1, aux_sym_brace_expression_token1, - [167361] = 2, - ACTIONS(63), 1, + [205852] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9872), 1, + ACTIONS(11080), 1, anon_sym_BQUOTE, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(414)] = 0, - [SMALL_STATE(415)] = 79, - [SMALL_STATE(416)] = 150, - [SMALL_STATE(417)] = 290, - [SMALL_STATE(418)] = 430, - [SMALL_STATE(419)] = 570, - [SMALL_STATE(420)] = 710, - [SMALL_STATE(421)] = 815, - [SMALL_STATE(422)] = 920, - [SMALL_STATE(423)] = 1025, - [SMALL_STATE(424)] = 1129, - [SMALL_STATE(425)] = 1233, - [SMALL_STATE(426)] = 1337, - [SMALL_STATE(427)] = 1441, - [SMALL_STATE(428)] = 1545, - [SMALL_STATE(429)] = 1649, - [SMALL_STATE(430)] = 1753, - [SMALL_STATE(431)] = 1857, - [SMALL_STATE(432)] = 1960, - [SMALL_STATE(433)] = 2063, - [SMALL_STATE(434)] = 2166, - [SMALL_STATE(435)] = 2269, - [SMALL_STATE(436)] = 2372, - [SMALL_STATE(437)] = 2475, - [SMALL_STATE(438)] = 2546, - [SMALL_STATE(439)] = 2649, - [SMALL_STATE(440)] = 2752, - [SMALL_STATE(441)] = 2823, - [SMALL_STATE(442)] = 2926, - [SMALL_STATE(443)] = 3029, - [SMALL_STATE(444)] = 3132, - [SMALL_STATE(445)] = 3230, - [SMALL_STATE(446)] = 3328, - [SMALL_STATE(447)] = 3398, - [SMALL_STATE(448)] = 3500, - [SMALL_STATE(449)] = 3602, - [SMALL_STATE(450)] = 3672, - [SMALL_STATE(451)] = 3774, - [SMALL_STATE(452)] = 3876, - [SMALL_STATE(453)] = 3978, - [SMALL_STATE(454)] = 4076, - [SMALL_STATE(455)] = 4178, - [SMALL_STATE(456)] = 4280, - [SMALL_STATE(457)] = 4382, - [SMALL_STATE(458)] = 4484, - [SMALL_STATE(459)] = 4586, - [SMALL_STATE(460)] = 4686, - [SMALL_STATE(461)] = 4788, - [SMALL_STATE(462)] = 4890, - [SMALL_STATE(463)] = 4992, - [SMALL_STATE(464)] = 5092, - [SMALL_STATE(465)] = 5193, - [SMALL_STATE(466)] = 5294, - [SMALL_STATE(467)] = 5363, - [SMALL_STATE(468)] = 5462, - [SMALL_STATE(469)] = 5531, - [SMALL_STATE(470)] = 5600, - [SMALL_STATE(471)] = 5669, - [SMALL_STATE(472)] = 5766, - [SMALL_STATE(473)] = 5835, - [SMALL_STATE(474)] = 5934, - [SMALL_STATE(475)] = 6031, - [SMALL_STATE(476)] = 6100, - [SMALL_STATE(477)] = 6169, - [SMALL_STATE(478)] = 6268, - [SMALL_STATE(479)] = 6365, - [SMALL_STATE(480)] = 6466, - [SMALL_STATE(481)] = 6567, - [SMALL_STATE(482)] = 6668, - [SMALL_STATE(483)] = 6767, - [SMALL_STATE(484)] = 6836, - [SMALL_STATE(485)] = 6896, - [SMALL_STATE(486)] = 6964, - [SMALL_STATE(487)] = 7032, - [SMALL_STATE(488)] = 7100, - [SMALL_STATE(489)] = 7196, - [SMALL_STATE(490)] = 7264, - [SMALL_STATE(491)] = 7360, - [SMALL_STATE(492)] = 7456, - [SMALL_STATE(493)] = 7552, - [SMALL_STATE(494)] = 7620, - [SMALL_STATE(495)] = 7688, - [SMALL_STATE(496)] = 7756, - [SMALL_STATE(497)] = 7852, - [SMALL_STATE(498)] = 7920, - [SMALL_STATE(499)] = 8016, - [SMALL_STATE(500)] = 8083, - [SMALL_STATE(501)] = 8150, - [SMALL_STATE(502)] = 8245, - [SMALL_STATE(503)] = 8312, - [SMALL_STATE(504)] = 8375, - [SMALL_STATE(505)] = 8442, - [SMALL_STATE(506)] = 8541, - [SMALL_STATE(507)] = 8608, - [SMALL_STATE(508)] = 8675, - [SMALL_STATE(509)] = 8742, - [SMALL_STATE(510)] = 8841, - [SMALL_STATE(511)] = 8908, - [SMALL_STATE(512)] = 9003, - [SMALL_STATE(513)] = 9066, - [SMALL_STATE(514)] = 9161, - [SMALL_STATE(515)] = 9224, - [SMALL_STATE(516)] = 9291, - [SMALL_STATE(517)] = 9384, - [SMALL_STATE(518)] = 9451, - [SMALL_STATE(519)] = 9544, - [SMALL_STATE(520)] = 9643, - [SMALL_STATE(521)] = 9706, - [SMALL_STATE(522)] = 9824, - [SMALL_STATE(523)] = 9942, - [SMALL_STATE(524)] = 10008, - [SMALL_STATE(525)] = 10074, - [SMALL_STATE(526)] = 10140, - [SMALL_STATE(527)] = 10206, - [SMALL_STATE(528)] = 10306, - [SMALL_STATE(529)] = 10372, - [SMALL_STATE(530)] = 10472, - [SMALL_STATE(531)] = 10570, - [SMALL_STATE(532)] = 10668, - [SMALL_STATE(533)] = 10766, - [SMALL_STATE(534)] = 10884, - [SMALL_STATE(535)] = 10982, - [SMALL_STATE(536)] = 11100, - [SMALL_STATE(537)] = 11218, - [SMALL_STATE(538)] = 11284, - [SMALL_STATE(539)] = 11384, - [SMALL_STATE(540)] = 11450, - [SMALL_STATE(541)] = 11548, - [SMALL_STATE(542)] = 11666, - [SMALL_STATE(543)] = 11732, - [SMALL_STATE(544)] = 11850, - [SMALL_STATE(545)] = 11968, - [SMALL_STATE(546)] = 12067, - [SMALL_STATE(547)] = 12166, - [SMALL_STATE(548)] = 12237, - [SMALL_STATE(549)] = 12316, - [SMALL_STATE(550)] = 12415, - [SMALL_STATE(551)] = 12514, - [SMALL_STATE(552)] = 12579, - [SMALL_STATE(553)] = 12644, - [SMALL_STATE(554)] = 12709, - [SMALL_STATE(555)] = 12774, - [SMALL_STATE(556)] = 12843, - [SMALL_STATE(557)] = 12942, - [SMALL_STATE(558)] = 13021, - [SMALL_STATE(559)] = 13089, - [SMALL_STATE(560)] = 13159, - [SMALL_STATE(561)] = 13223, - [SMALL_STATE(562)] = 13287, - [SMALL_STATE(563)] = 13345, - [SMALL_STATE(564)] = 13437, - [SMALL_STATE(565)] = 13515, - [SMALL_STATE(566)] = 13607, - [SMALL_STATE(567)] = 13663, - [SMALL_STATE(568)] = 13719, - [SMALL_STATE(569)] = 13783, - [SMALL_STATE(570)] = 13861, - [SMALL_STATE(571)] = 13919, - [SMALL_STATE(572)] = 14011, - [SMALL_STATE(573)] = 14074, - [SMALL_STATE(574)] = 14137, - [SMALL_STATE(575)] = 14198, - [SMALL_STATE(576)] = 14261, - [SMALL_STATE(577)] = 14322, - [SMALL_STATE(578)] = 14391, - [SMALL_STATE(579)] = 14458, - [SMALL_STATE(580)] = 14535, - [SMALL_STATE(581)] = 14598, - [SMALL_STATE(582)] = 14661, - [SMALL_STATE(583)] = 14718, - [SMALL_STATE(584)] = 14795, - [SMALL_STATE(585)] = 14888, - [SMALL_STATE(586)] = 14951, - [SMALL_STATE(587)] = 15012, - [SMALL_STATE(588)] = 15073, - [SMALL_STATE(589)] = 15134, - [SMALL_STATE(590)] = 15189, - [SMALL_STATE(591)] = 15252, - [SMALL_STATE(592)] = 15315, - [SMALL_STATE(593)] = 15384, - [SMALL_STATE(594)] = 15451, - [SMALL_STATE(595)] = 15514, - [SMALL_STATE(596)] = 15575, - [SMALL_STATE(597)] = 15636, - [SMALL_STATE(598)] = 15693, - [SMALL_STATE(599)] = 15756, - [SMALL_STATE(600)] = 15817, - [SMALL_STATE(601)] = 15910, - [SMALL_STATE(602)] = 15987, - [SMALL_STATE(603)] = 16050, - [SMALL_STATE(604)] = 16127, - [SMALL_STATE(605)] = 16188, - [SMALL_STATE(606)] = 16249, - [SMALL_STATE(607)] = 16342, - [SMALL_STATE(608)] = 16408, - [SMALL_STATE(609)] = 16468, - [SMALL_STATE(610)] = 16528, - [SMALL_STATE(611)] = 16590, - [SMALL_STATE(612)] = 16652, - [SMALL_STATE(613)] = 16712, - [SMALL_STATE(614)] = 16772, - [SMALL_STATE(615)] = 16826, - [SMALL_STATE(616)] = 16880, - [SMALL_STATE(617)] = 16934, - [SMALL_STATE(618)] = 16988, - [SMALL_STATE(619)] = 17050, - [SMALL_STATE(620)] = 17104, - [SMALL_STATE(621)] = 17158, - [SMALL_STATE(622)] = 17218, - [SMALL_STATE(623)] = 17292, - [SMALL_STATE(624)] = 17346, - [SMALL_STATE(625)] = 17408, - [SMALL_STATE(626)] = 17470, - [SMALL_STATE(627)] = 17546, - [SMALL_STATE(628)] = 17612, - [SMALL_STATE(629)] = 17666, - [SMALL_STATE(630)] = 17720, - [SMALL_STATE(631)] = 17774, - [SMALL_STATE(632)] = 17848, - [SMALL_STATE(633)] = 17916, - [SMALL_STATE(634)] = 17970, - [SMALL_STATE(635)] = 18030, - [SMALL_STATE(636)] = 18090, - [SMALL_STATE(637)] = 18152, - [SMALL_STATE(638)] = 18206, - [SMALL_STATE(639)] = 18266, - [SMALL_STATE(640)] = 18340, - [SMALL_STATE(641)] = 18400, - [SMALL_STATE(642)] = 18462, - [SMALL_STATE(643)] = 18524, - [SMALL_STATE(644)] = 18586, - [SMALL_STATE(645)] = 18640, - [SMALL_STATE(646)] = 18694, - [SMALL_STATE(647)] = 18756, - [SMALL_STATE(648)] = 18816, - [SMALL_STATE(649)] = 18884, - [SMALL_STATE(650)] = 18938, - [SMALL_STATE(651)] = 18998, - [SMALL_STATE(652)] = 19060, - [SMALL_STATE(653)] = 19122, - [SMALL_STATE(654)] = 19184, - [SMALL_STATE(655)] = 19244, - [SMALL_STATE(656)] = 19298, - [SMALL_STATE(657)] = 19352, - [SMALL_STATE(658)] = 19412, - [SMALL_STATE(659)] = 19474, - [SMALL_STATE(660)] = 19534, - [SMALL_STATE(661)] = 19594, - [SMALL_STATE(662)] = 19654, - [SMALL_STATE(663)] = 19708, - [SMALL_STATE(664)] = 19770, - [SMALL_STATE(665)] = 19830, - [SMALL_STATE(666)] = 19892, - [SMALL_STATE(667)] = 19954, - [SMALL_STATE(668)] = 20016, - [SMALL_STATE(669)] = 20090, - [SMALL_STATE(670)] = 20144, - [SMALL_STATE(671)] = 20204, - [SMALL_STATE(672)] = 20280, - [SMALL_STATE(673)] = 20333, - [SMALL_STATE(674)] = 20386, - [SMALL_STATE(675)] = 20445, - [SMALL_STATE(676)] = 20504, - [SMALL_STATE(677)] = 20563, - [SMALL_STATE(678)] = 20622, - [SMALL_STATE(679)] = 20683, - [SMALL_STATE(680)] = 20736, - [SMALL_STATE(681)] = 20797, - [SMALL_STATE(682)] = 20856, - [SMALL_STATE(683)] = 20915, - [SMALL_STATE(684)] = 20974, - [SMALL_STATE(685)] = 21033, - [SMALL_STATE(686)] = 21086, - [SMALL_STATE(687)] = 21145, - [SMALL_STATE(688)] = 21198, - [SMALL_STATE(689)] = 21257, - [SMALL_STATE(690)] = 21316, - [SMALL_STATE(691)] = 21375, - [SMALL_STATE(692)] = 21428, - [SMALL_STATE(693)] = 21487, - [SMALL_STATE(694)] = 21546, - [SMALL_STATE(695)] = 21599, - [SMALL_STATE(696)] = 21658, - [SMALL_STATE(697)] = 21711, - [SMALL_STATE(698)] = 21768, - [SMALL_STATE(699)] = 21827, - [SMALL_STATE(700)] = 21886, - [SMALL_STATE(701)] = 21945, - [SMALL_STATE(702)] = 22004, - [SMALL_STATE(703)] = 22057, - [SMALL_STATE(704)] = 22110, - [SMALL_STATE(705)] = 22169, - [SMALL_STATE(706)] = 22222, - [SMALL_STATE(707)] = 22275, - [SMALL_STATE(708)] = 22332, - [SMALL_STATE(709)] = 22391, - [SMALL_STATE(710)] = 22444, - [SMALL_STATE(711)] = 22497, - [SMALL_STATE(712)] = 22556, - [SMALL_STATE(713)] = 22609, - [SMALL_STATE(714)] = 22668, - [SMALL_STATE(715)] = 22727, - [SMALL_STATE(716)] = 22786, - [SMALL_STATE(717)] = 22839, - [SMALL_STATE(718)] = 22898, - [SMALL_STATE(719)] = 22957, - [SMALL_STATE(720)] = 23010, - [SMALL_STATE(721)] = 23069, - [SMALL_STATE(722)] = 23128, - [SMALL_STATE(723)] = 23181, - [SMALL_STATE(724)] = 23234, - [SMALL_STATE(725)] = 23293, - [SMALL_STATE(726)] = 23346, - [SMALL_STATE(727)] = 23407, - [SMALL_STATE(728)] = 23460, - [SMALL_STATE(729)] = 23519, - [SMALL_STATE(730)] = 23572, - [SMALL_STATE(731)] = 23631, - [SMALL_STATE(732)] = 23690, - [SMALL_STATE(733)] = 23743, - [SMALL_STATE(734)] = 23796, - [SMALL_STATE(735)] = 23849, - [SMALL_STATE(736)] = 23908, - [SMALL_STATE(737)] = 23969, - [SMALL_STATE(738)] = 24030, - [SMALL_STATE(739)] = 24083, - [SMALL_STATE(740)] = 24142, - [SMALL_STATE(741)] = 24195, - [SMALL_STATE(742)] = 24248, - [SMALL_STATE(743)] = 24307, - [SMALL_STATE(744)] = 24366, - [SMALL_STATE(745)] = 24419, - [SMALL_STATE(746)] = 24472, - [SMALL_STATE(747)] = 24525, - [SMALL_STATE(748)] = 24584, - [SMALL_STATE(749)] = 24643, - [SMALL_STATE(750)] = 24696, - [SMALL_STATE(751)] = 24749, - [SMALL_STATE(752)] = 24802, - [SMALL_STATE(753)] = 24861, - [SMALL_STATE(754)] = 24920, - [SMALL_STATE(755)] = 24977, - [SMALL_STATE(756)] = 25030, - [SMALL_STATE(757)] = 25083, - [SMALL_STATE(758)] = 25140, - [SMALL_STATE(759)] = 25193, - [SMALL_STATE(760)] = 25252, - [SMALL_STATE(761)] = 25311, - [SMALL_STATE(762)] = 25372, - [SMALL_STATE(763)] = 25425, - [SMALL_STATE(764)] = 25484, - [SMALL_STATE(765)] = 25536, - [SMALL_STATE(766)] = 25594, - [SMALL_STATE(767)] = 25646, - [SMALL_STATE(768)] = 25698, - [SMALL_STATE(769)] = 25750, - [SMALL_STATE(770)] = 25802, - [SMALL_STATE(771)] = 25854, - [SMALL_STATE(772)] = 25912, - [SMALL_STATE(773)] = 25970, - [SMALL_STATE(774)] = 26028, - [SMALL_STATE(775)] = 26086, - [SMALL_STATE(776)] = 26138, - [SMALL_STATE(777)] = 26190, - [SMALL_STATE(778)] = 26242, - [SMALL_STATE(779)] = 26294, - [SMALL_STATE(780)] = 26346, - [SMALL_STATE(781)] = 26398, - [SMALL_STATE(782)] = 26456, - [SMALL_STATE(783)] = 26508, - [SMALL_STATE(784)] = 26566, - [SMALL_STATE(785)] = 26618, - [SMALL_STATE(786)] = 26670, - [SMALL_STATE(787)] = 26722, - [SMALL_STATE(788)] = 26780, - [SMALL_STATE(789)] = 26832, - [SMALL_STATE(790)] = 26890, - [SMALL_STATE(791)] = 26942, - [SMALL_STATE(792)] = 26994, - [SMALL_STATE(793)] = 27046, - [SMALL_STATE(794)] = 27104, - [SMALL_STATE(795)] = 27156, - [SMALL_STATE(796)] = 27208, - [SMALL_STATE(797)] = 27266, - [SMALL_STATE(798)] = 27318, - [SMALL_STATE(799)] = 27370, - [SMALL_STATE(800)] = 27422, - [SMALL_STATE(801)] = 27480, - [SMALL_STATE(802)] = 27532, - [SMALL_STATE(803)] = 27590, - [SMALL_STATE(804)] = 27648, - [SMALL_STATE(805)] = 27700, - [SMALL_STATE(806)] = 27752, - [SMALL_STATE(807)] = 27810, - [SMALL_STATE(808)] = 27862, - [SMALL_STATE(809)] = 27962, - [SMALL_STATE(810)] = 28020, - [SMALL_STATE(811)] = 28076, - [SMALL_STATE(812)] = 28128, - [SMALL_STATE(813)] = 28180, - [SMALL_STATE(814)] = 28232, - [SMALL_STATE(815)] = 28332, - [SMALL_STATE(816)] = 28390, - [SMALL_STATE(817)] = 28448, - [SMALL_STATE(818)] = 28500, - [SMALL_STATE(819)] = 28552, - [SMALL_STATE(820)] = 28604, - [SMALL_STATE(821)] = 28662, - [SMALL_STATE(822)] = 28714, - [SMALL_STATE(823)] = 28766, - [SMALL_STATE(824)] = 28818, - [SMALL_STATE(825)] = 28874, - [SMALL_STATE(826)] = 28932, - [SMALL_STATE(827)] = 28984, - [SMALL_STATE(828)] = 29042, - [SMALL_STATE(829)] = 29094, - [SMALL_STATE(830)] = 29150, - [SMALL_STATE(831)] = 29202, - [SMALL_STATE(832)] = 29254, - [SMALL_STATE(833)] = 29306, - [SMALL_STATE(834)] = 29406, - [SMALL_STATE(835)] = 29458, - [SMALL_STATE(836)] = 29510, - [SMALL_STATE(837)] = 29562, - [SMALL_STATE(838)] = 29662, - [SMALL_STATE(839)] = 29714, - [SMALL_STATE(840)] = 29766, - [SMALL_STATE(841)] = 29818, - [SMALL_STATE(842)] = 29876, - [SMALL_STATE(843)] = 29934, - [SMALL_STATE(844)] = 29992, - [SMALL_STATE(845)] = 30044, - [SMALL_STATE(846)] = 30096, - [SMALL_STATE(847)] = 30148, - [SMALL_STATE(848)] = 30206, - [SMALL_STATE(849)] = 30258, - [SMALL_STATE(850)] = 30314, - [SMALL_STATE(851)] = 30366, - [SMALL_STATE(852)] = 30418, - [SMALL_STATE(853)] = 30474, - [SMALL_STATE(854)] = 30526, - [SMALL_STATE(855)] = 30578, - [SMALL_STATE(856)] = 30630, - [SMALL_STATE(857)] = 30682, - [SMALL_STATE(858)] = 30734, - [SMALL_STATE(859)] = 30786, - [SMALL_STATE(860)] = 30838, - [SMALL_STATE(861)] = 30896, - [SMALL_STATE(862)] = 30948, - [SMALL_STATE(863)] = 31000, - [SMALL_STATE(864)] = 31052, - [SMALL_STATE(865)] = 31104, - [SMALL_STATE(866)] = 31204, - [SMALL_STATE(867)] = 31262, - [SMALL_STATE(868)] = 31314, - [SMALL_STATE(869)] = 31366, - [SMALL_STATE(870)] = 31418, - [SMALL_STATE(871)] = 31476, - [SMALL_STATE(872)] = 31528, - [SMALL_STATE(873)] = 31580, - [SMALL_STATE(874)] = 31632, - [SMALL_STATE(875)] = 31690, - [SMALL_STATE(876)] = 31742, - [SMALL_STATE(877)] = 31794, - [SMALL_STATE(878)] = 31894, - [SMALL_STATE(879)] = 31946, - [SMALL_STATE(880)] = 31998, - [SMALL_STATE(881)] = 32056, - [SMALL_STATE(882)] = 32108, - [SMALL_STATE(883)] = 32166, - [SMALL_STATE(884)] = 32218, - [SMALL_STATE(885)] = 32270, - [SMALL_STATE(886)] = 32322, - [SMALL_STATE(887)] = 32380, - [SMALL_STATE(888)] = 32432, - [SMALL_STATE(889)] = 32490, - [SMALL_STATE(890)] = 32542, - [SMALL_STATE(891)] = 32600, - [SMALL_STATE(892)] = 32652, - [SMALL_STATE(893)] = 32704, - [SMALL_STATE(894)] = 32756, - [SMALL_STATE(895)] = 32808, - [SMALL_STATE(896)] = 32860, - [SMALL_STATE(897)] = 32912, - [SMALL_STATE(898)] = 33012, - [SMALL_STATE(899)] = 33064, - [SMALL_STATE(900)] = 33164, - [SMALL_STATE(901)] = 33216, - [SMALL_STATE(902)] = 33268, - [SMALL_STATE(903)] = 33320, - [SMALL_STATE(904)] = 33372, - [SMALL_STATE(905)] = 33424, - [SMALL_STATE(906)] = 33480, - [SMALL_STATE(907)] = 33538, - [SMALL_STATE(908)] = 33590, - [SMALL_STATE(909)] = 33646, - [SMALL_STATE(910)] = 33704, - [SMALL_STATE(911)] = 33756, - [SMALL_STATE(912)] = 33814, - [SMALL_STATE(913)] = 33866, - [SMALL_STATE(914)] = 33918, - [SMALL_STATE(915)] = 33976, - [SMALL_STATE(916)] = 34034, - [SMALL_STATE(917)] = 34086, - [SMALL_STATE(918)] = 34144, - [SMALL_STATE(919)] = 34202, - [SMALL_STATE(920)] = 34259, - [SMALL_STATE(921)] = 34316, - [SMALL_STATE(922)] = 34373, - [SMALL_STATE(923)] = 34424, - [SMALL_STATE(924)] = 34475, - [SMALL_STATE(925)] = 34526, - [SMALL_STATE(926)] = 34577, - [SMALL_STATE(927)] = 34634, - [SMALL_STATE(928)] = 34685, - [SMALL_STATE(929)] = 34742, - [SMALL_STATE(930)] = 34799, - [SMALL_STATE(931)] = 34854, - [SMALL_STATE(932)] = 34905, - [SMALL_STATE(933)] = 34956, - [SMALL_STATE(934)] = 35013, - [SMALL_STATE(935)] = 35064, - [SMALL_STATE(936)] = 35115, - [SMALL_STATE(937)] = 35166, - [SMALL_STATE(938)] = 35223, - [SMALL_STATE(939)] = 35274, - [SMALL_STATE(940)] = 35331, - [SMALL_STATE(941)] = 35386, - [SMALL_STATE(942)] = 35437, - [SMALL_STATE(943)] = 35488, - [SMALL_STATE(944)] = 35539, - [SMALL_STATE(945)] = 35590, - [SMALL_STATE(946)] = 35641, - [SMALL_STATE(947)] = 35698, - [SMALL_STATE(948)] = 35749, - [SMALL_STATE(949)] = 35800, - [SMALL_STATE(950)] = 35851, - [SMALL_STATE(951)] = 35902, - [SMALL_STATE(952)] = 35953, - [SMALL_STATE(953)] = 36004, - [SMALL_STATE(954)] = 36061, - [SMALL_STATE(955)] = 36118, - [SMALL_STATE(956)] = 36173, - [SMALL_STATE(957)] = 36224, - [SMALL_STATE(958)] = 36275, - [SMALL_STATE(959)] = 36330, - [SMALL_STATE(960)] = 36393, - [SMALL_STATE(961)] = 36458, - [SMALL_STATE(962)] = 36553, - [SMALL_STATE(963)] = 36610, - [SMALL_STATE(964)] = 36667, - [SMALL_STATE(965)] = 36724, - [SMALL_STATE(966)] = 36779, - [SMALL_STATE(967)] = 36834, - [SMALL_STATE(968)] = 36891, - [SMALL_STATE(969)] = 36948, - [SMALL_STATE(970)] = 36999, - [SMALL_STATE(971)] = 37056, - [SMALL_STATE(972)] = 37113, - [SMALL_STATE(973)] = 37164, - [SMALL_STATE(974)] = 37215, - [SMALL_STATE(975)] = 37266, - [SMALL_STATE(976)] = 37317, - [SMALL_STATE(977)] = 37368, - [SMALL_STATE(978)] = 37419, - [SMALL_STATE(979)] = 37514, - [SMALL_STATE(980)] = 37609, - [SMALL_STATE(981)] = 37660, - [SMALL_STATE(982)] = 37711, - [SMALL_STATE(983)] = 37762, - [SMALL_STATE(984)] = 37817, - [SMALL_STATE(985)] = 37872, - [SMALL_STATE(986)] = 37923, - [SMALL_STATE(987)] = 37978, - [SMALL_STATE(988)] = 38029, - [SMALL_STATE(989)] = 38080, - [SMALL_STATE(990)] = 38135, - [SMALL_STATE(991)] = 38186, - [SMALL_STATE(992)] = 38241, - [SMALL_STATE(993)] = 38310, - [SMALL_STATE(994)] = 38361, - [SMALL_STATE(995)] = 38412, - [SMALL_STATE(996)] = 38463, - [SMALL_STATE(997)] = 38514, - [SMALL_STATE(998)] = 38609, - [SMALL_STATE(999)] = 38660, - [SMALL_STATE(1000)] = 38715, - [SMALL_STATE(1001)] = 38766, - [SMALL_STATE(1002)] = 38817, - [SMALL_STATE(1003)] = 38868, - [SMALL_STATE(1004)] = 38919, - [SMALL_STATE(1005)] = 38974, - [SMALL_STATE(1006)] = 39025, - [SMALL_STATE(1007)] = 39082, - [SMALL_STATE(1008)] = 39139, - [SMALL_STATE(1009)] = 39190, - [SMALL_STATE(1010)] = 39247, - [SMALL_STATE(1011)] = 39298, - [SMALL_STATE(1012)] = 39349, - [SMALL_STATE(1013)] = 39400, - [SMALL_STATE(1014)] = 39451, - [SMALL_STATE(1015)] = 39546, - [SMALL_STATE(1016)] = 39603, - [SMALL_STATE(1017)] = 39660, - [SMALL_STATE(1018)] = 39711, - [SMALL_STATE(1019)] = 39762, - [SMALL_STATE(1020)] = 39813, - [SMALL_STATE(1021)] = 39864, - [SMALL_STATE(1022)] = 39915, - [SMALL_STATE(1023)] = 40010, - [SMALL_STATE(1024)] = 40105, - [SMALL_STATE(1025)] = 40156, - [SMALL_STATE(1026)] = 40207, - [SMALL_STATE(1027)] = 40264, - [SMALL_STATE(1028)] = 40321, - [SMALL_STATE(1029)] = 40378, - [SMALL_STATE(1030)] = 40473, - [SMALL_STATE(1031)] = 40528, - [SMALL_STATE(1032)] = 40579, - [SMALL_STATE(1033)] = 40630, - [SMALL_STATE(1034)] = 40681, - [SMALL_STATE(1035)] = 40738, - [SMALL_STATE(1036)] = 40795, - [SMALL_STATE(1037)] = 40846, - [SMALL_STATE(1038)] = 40897, - [SMALL_STATE(1039)] = 40952, - [SMALL_STATE(1040)] = 41003, - [SMALL_STATE(1041)] = 41054, - [SMALL_STATE(1042)] = 41105, - [SMALL_STATE(1043)] = 41156, - [SMALL_STATE(1044)] = 41213, - [SMALL_STATE(1045)] = 41268, - [SMALL_STATE(1046)] = 41325, - [SMALL_STATE(1047)] = 41376, - [SMALL_STATE(1048)] = 41433, - [SMALL_STATE(1049)] = 41484, - [SMALL_STATE(1050)] = 41535, - [SMALL_STATE(1051)] = 41592, - [SMALL_STATE(1052)] = 41643, - [SMALL_STATE(1053)] = 41694, - [SMALL_STATE(1054)] = 41745, - [SMALL_STATE(1055)] = 41796, - [SMALL_STATE(1056)] = 41847, - [SMALL_STATE(1057)] = 41902, - [SMALL_STATE(1058)] = 41959, - [SMALL_STATE(1059)] = 42016, - [SMALL_STATE(1060)] = 42067, - [SMALL_STATE(1061)] = 42124, - [SMALL_STATE(1062)] = 42181, - [SMALL_STATE(1063)] = 42232, - [SMALL_STATE(1064)] = 42283, - [SMALL_STATE(1065)] = 42334, - [SMALL_STATE(1066)] = 42385, - [SMALL_STATE(1067)] = 42442, - [SMALL_STATE(1068)] = 42493, - [SMALL_STATE(1069)] = 42550, - [SMALL_STATE(1070)] = 42601, - [SMALL_STATE(1071)] = 42651, - [SMALL_STATE(1072)] = 42707, - [SMALL_STATE(1073)] = 42757, - [SMALL_STATE(1074)] = 42807, - [SMALL_STATE(1075)] = 42857, - [SMALL_STATE(1076)] = 42911, - [SMALL_STATE(1077)] = 42961, - [SMALL_STATE(1078)] = 43053, - [SMALL_STATE(1079)] = 43103, - [SMALL_STATE(1080)] = 43153, - [SMALL_STATE(1081)] = 43207, - [SMALL_STATE(1082)] = 43257, - [SMALL_STATE(1083)] = 43311, - [SMALL_STATE(1084)] = 43361, - [SMALL_STATE(1085)] = 43453, - [SMALL_STATE(1086)] = 43503, - [SMALL_STATE(1087)] = 43553, - [SMALL_STATE(1088)] = 43603, - [SMALL_STATE(1089)] = 43659, - [SMALL_STATE(1090)] = 43709, - [SMALL_STATE(1091)] = 43759, - [SMALL_STATE(1092)] = 43809, - [SMALL_STATE(1093)] = 43859, - [SMALL_STATE(1094)] = 43909, - [SMALL_STATE(1095)] = 44001, - [SMALL_STATE(1096)] = 44051, - [SMALL_STATE(1097)] = 44105, - [SMALL_STATE(1098)] = 44197, - [SMALL_STATE(1099)] = 44247, - [SMALL_STATE(1100)] = 44339, - [SMALL_STATE(1101)] = 44389, - [SMALL_STATE(1102)] = 44481, - [SMALL_STATE(1103)] = 44531, - [SMALL_STATE(1104)] = 44623, - [SMALL_STATE(1105)] = 44677, - [SMALL_STATE(1106)] = 44769, - [SMALL_STATE(1107)] = 44819, - [SMALL_STATE(1108)] = 44873, - [SMALL_STATE(1109)] = 44923, - [SMALL_STATE(1110)] = 44973, - [SMALL_STATE(1111)] = 45023, - [SMALL_STATE(1112)] = 45073, - [SMALL_STATE(1113)] = 45143, - [SMALL_STATE(1114)] = 45193, - [SMALL_STATE(1115)] = 45285, - [SMALL_STATE(1116)] = 45335, - [SMALL_STATE(1117)] = 45385, - [SMALL_STATE(1118)] = 45435, - [SMALL_STATE(1119)] = 45527, - [SMALL_STATE(1120)] = 45577, - [SMALL_STATE(1121)] = 45669, - [SMALL_STATE(1122)] = 45727, - [SMALL_STATE(1123)] = 45819, - [SMALL_STATE(1124)] = 45911, - [SMALL_STATE(1125)] = 45961, - [SMALL_STATE(1126)] = 46011, - [SMALL_STATE(1127)] = 46105, - [SMALL_STATE(1128)] = 46155, - [SMALL_STATE(1129)] = 46205, - [SMALL_STATE(1130)] = 46259, - [SMALL_STATE(1131)] = 46309, - [SMALL_STATE(1132)] = 46363, - [SMALL_STATE(1133)] = 46455, - [SMALL_STATE(1134)] = 46505, - [SMALL_STATE(1135)] = 46555, - [SMALL_STATE(1136)] = 46647, - [SMALL_STATE(1137)] = 46697, - [SMALL_STATE(1138)] = 46747, - [SMALL_STATE(1139)] = 46803, - [SMALL_STATE(1140)] = 46861, - [SMALL_STATE(1141)] = 46953, - [SMALL_STATE(1142)] = 47015, - [SMALL_STATE(1143)] = 47107, - [SMALL_STATE(1144)] = 47157, - [SMALL_STATE(1145)] = 47207, - [SMALL_STATE(1146)] = 47257, - [SMALL_STATE(1147)] = 47307, - [SMALL_STATE(1148)] = 47357, - [SMALL_STATE(1149)] = 47407, - [SMALL_STATE(1150)] = 47457, - [SMALL_STATE(1151)] = 47507, - [SMALL_STATE(1152)] = 47557, - [SMALL_STATE(1153)] = 47649, - [SMALL_STATE(1154)] = 47743, - [SMALL_STATE(1155)] = 47835, - [SMALL_STATE(1156)] = 47885, - [SMALL_STATE(1157)] = 47939, - [SMALL_STATE(1158)] = 48031, - [SMALL_STATE(1159)] = 48081, - [SMALL_STATE(1160)] = 48131, - [SMALL_STATE(1161)] = 48181, - [SMALL_STATE(1162)] = 48273, - [SMALL_STATE(1163)] = 48367, - [SMALL_STATE(1164)] = 48459, - [SMALL_STATE(1165)] = 48509, - [SMALL_STATE(1166)] = 48601, - [SMALL_STATE(1167)] = 48667, - [SMALL_STATE(1168)] = 48759, - [SMALL_STATE(1169)] = 48809, - [SMALL_STATE(1170)] = 48859, - [SMALL_STATE(1171)] = 48909, - [SMALL_STATE(1172)] = 48959, - [SMALL_STATE(1173)] = 49009, - [SMALL_STATE(1174)] = 49101, - [SMALL_STATE(1175)] = 49151, - [SMALL_STATE(1176)] = 49201, - [SMALL_STATE(1177)] = 49257, - [SMALL_STATE(1178)] = 49313, - [SMALL_STATE(1179)] = 49363, - [SMALL_STATE(1180)] = 49413, - [SMALL_STATE(1181)] = 49463, - [SMALL_STATE(1182)] = 49513, - [SMALL_STATE(1183)] = 49563, - [SMALL_STATE(1184)] = 49655, - [SMALL_STATE(1185)] = 49705, - [SMALL_STATE(1186)] = 49755, - [SMALL_STATE(1187)] = 49805, - [SMALL_STATE(1188)] = 49861, - [SMALL_STATE(1189)] = 49917, - [SMALL_STATE(1190)] = 49967, - [SMALL_STATE(1191)] = 50059, - [SMALL_STATE(1192)] = 50109, - [SMALL_STATE(1193)] = 50159, - [SMALL_STATE(1194)] = 50213, - [SMALL_STATE(1195)] = 50305, - [SMALL_STATE(1196)] = 50361, - [SMALL_STATE(1197)] = 50411, - [SMALL_STATE(1198)] = 50465, - [SMALL_STATE(1199)] = 50515, - [SMALL_STATE(1200)] = 50565, - [SMALL_STATE(1201)] = 50615, - [SMALL_STATE(1202)] = 50707, - [SMALL_STATE(1203)] = 50757, - [SMALL_STATE(1204)] = 50849, - [SMALL_STATE(1205)] = 50941, - [SMALL_STATE(1206)] = 51033, - [SMALL_STATE(1207)] = 51083, - [SMALL_STATE(1208)] = 51175, - [SMALL_STATE(1209)] = 51267, - [SMALL_STATE(1210)] = 51323, - [SMALL_STATE(1211)] = 51415, - [SMALL_STATE(1212)] = 51507, - [SMALL_STATE(1213)] = 51563, - [SMALL_STATE(1214)] = 51613, - [SMALL_STATE(1215)] = 51663, - [SMALL_STATE(1216)] = 51713, - [SMALL_STATE(1217)] = 51763, - [SMALL_STATE(1218)] = 51855, - [SMALL_STATE(1219)] = 51911, - [SMALL_STATE(1220)] = 52003, - [SMALL_STATE(1221)] = 52059, - [SMALL_STATE(1222)] = 52151, - [SMALL_STATE(1223)] = 52245, - [SMALL_STATE(1224)] = 52295, - [SMALL_STATE(1225)] = 52351, - [SMALL_STATE(1226)] = 52445, - [SMALL_STATE(1227)] = 52537, - [SMALL_STATE(1228)] = 52629, - [SMALL_STATE(1229)] = 52679, - [SMALL_STATE(1230)] = 52729, - [SMALL_STATE(1231)] = 52785, - [SMALL_STATE(1232)] = 52835, - [SMALL_STATE(1233)] = 52927, - [SMALL_STATE(1234)] = 52981, - [SMALL_STATE(1235)] = 53031, - [SMALL_STATE(1236)] = 53123, - [SMALL_STATE(1237)] = 53173, - [SMALL_STATE(1238)] = 53265, - [SMALL_STATE(1239)] = 53315, - [SMALL_STATE(1240)] = 53365, - [SMALL_STATE(1241)] = 53415, - [SMALL_STATE(1242)] = 53507, - [SMALL_STATE(1243)] = 53599, - [SMALL_STATE(1244)] = 53649, - [SMALL_STATE(1245)] = 53699, - [SMALL_STATE(1246)] = 53791, - [SMALL_STATE(1247)] = 53841, - [SMALL_STATE(1248)] = 53895, - [SMALL_STATE(1249)] = 53945, - [SMALL_STATE(1250)] = 54000, - [SMALL_STATE(1251)] = 54053, - [SMALL_STATE(1252)] = 54102, - [SMALL_STATE(1253)] = 54157, - [SMALL_STATE(1254)] = 54210, - [SMALL_STATE(1255)] = 54265, - [SMALL_STATE(1256)] = 54314, - [SMALL_STATE(1257)] = 54363, - [SMALL_STATE(1258)] = 54416, - [SMALL_STATE(1259)] = 54465, - [SMALL_STATE(1260)] = 54518, - [SMALL_STATE(1261)] = 54573, - [SMALL_STATE(1262)] = 54628, - [SMALL_STATE(1263)] = 54683, - [SMALL_STATE(1264)] = 54736, - [SMALL_STATE(1265)] = 54785, - [SMALL_STATE(1266)] = 54842, - [SMALL_STATE(1267)] = 54895, - [SMALL_STATE(1268)] = 54944, - [SMALL_STATE(1269)] = 54993, - [SMALL_STATE(1270)] = 55042, - [SMALL_STATE(1271)] = 55095, - [SMALL_STATE(1272)] = 55144, - [SMALL_STATE(1273)] = 55193, - [SMALL_STATE(1274)] = 55242, - [SMALL_STATE(1275)] = 55291, - [SMALL_STATE(1276)] = 55344, - [SMALL_STATE(1277)] = 55393, - [SMALL_STATE(1278)] = 55448, - [SMALL_STATE(1279)] = 55503, - [SMALL_STATE(1280)] = 55552, - [SMALL_STATE(1281)] = 55605, - [SMALL_STATE(1282)] = 55654, - [SMALL_STATE(1283)] = 55709, - [SMALL_STATE(1284)] = 55764, - [SMALL_STATE(1285)] = 55817, - [SMALL_STATE(1286)] = 55870, - [SMALL_STATE(1287)] = 55923, - [SMALL_STATE(1288)] = 55976, - [SMALL_STATE(1289)] = 56029, - [SMALL_STATE(1290)] = 56082, - [SMALL_STATE(1291)] = 56140, - [SMALL_STATE(1292)] = 56198, - [SMALL_STATE(1293)] = 56256, - [SMALL_STATE(1294)] = 56304, - [SMALL_STATE(1295)] = 56356, - [SMALL_STATE(1296)] = 56414, - [SMALL_STATE(1297)] = 56462, - [SMALL_STATE(1298)] = 56520, - [SMALL_STATE(1299)] = 56578, - [SMALL_STATE(1300)] = 56636, - [SMALL_STATE(1301)] = 56684, - [SMALL_STATE(1302)] = 56732, - [SMALL_STATE(1303)] = 56790, - [SMALL_STATE(1304)] = 56842, - [SMALL_STATE(1305)] = 56890, - [SMALL_STATE(1306)] = 56942, - [SMALL_STATE(1307)] = 56994, - [SMALL_STATE(1308)] = 57042, - [SMALL_STATE(1309)] = 57090, - [SMALL_STATE(1310)] = 57138, - [SMALL_STATE(1311)] = 57192, - [SMALL_STATE(1312)] = 57250, - [SMALL_STATE(1313)] = 57298, - [SMALL_STATE(1314)] = 57352, - [SMALL_STATE(1315)] = 57404, - [SMALL_STATE(1316)] = 57458, - [SMALL_STATE(1317)] = 57516, - [SMALL_STATE(1318)] = 57574, - [SMALL_STATE(1319)] = 57632, - [SMALL_STATE(1320)] = 57680, - [SMALL_STATE(1321)] = 57738, - [SMALL_STATE(1322)] = 57796, - [SMALL_STATE(1323)] = 57844, - [SMALL_STATE(1324)] = 57902, - [SMALL_STATE(1325)] = 57950, - [SMALL_STATE(1326)] = 57998, - [SMALL_STATE(1327)] = 58052, - [SMALL_STATE(1328)] = 58100, - [SMALL_STATE(1329)] = 58154, - [SMALL_STATE(1330)] = 58212, - [SMALL_STATE(1331)] = 58264, - [SMALL_STATE(1332)] = 58316, - [SMALL_STATE(1333)] = 58374, - [SMALL_STATE(1334)] = 58432, - [SMALL_STATE(1335)] = 58480, - [SMALL_STATE(1336)] = 58538, - [SMALL_STATE(1337)] = 58596, - [SMALL_STATE(1338)] = 58654, - [SMALL_STATE(1339)] = 58702, - [SMALL_STATE(1340)] = 58754, - [SMALL_STATE(1341)] = 58802, - [SMALL_STATE(1342)] = 58854, - [SMALL_STATE(1343)] = 58908, - [SMALL_STATE(1344)] = 58966, - [SMALL_STATE(1345)] = 59024, - [SMALL_STATE(1346)] = 59078, - [SMALL_STATE(1347)] = 59132, - [SMALL_STATE(1348)] = 59184, - [SMALL_STATE(1349)] = 59242, - [SMALL_STATE(1350)] = 59296, - [SMALL_STATE(1351)] = 59354, - [SMALL_STATE(1352)] = 59412, - [SMALL_STATE(1353)] = 59464, - [SMALL_STATE(1354)] = 59512, - [SMALL_STATE(1355)] = 59570, - [SMALL_STATE(1356)] = 59628, - [SMALL_STATE(1357)] = 59686, - [SMALL_STATE(1358)] = 59744, - [SMALL_STATE(1359)] = 59792, - [SMALL_STATE(1360)] = 59850, - [SMALL_STATE(1361)] = 59908, - [SMALL_STATE(1362)] = 59966, - [SMALL_STATE(1363)] = 60014, - [SMALL_STATE(1364)] = 60072, - [SMALL_STATE(1365)] = 60130, - [SMALL_STATE(1366)] = 60178, - [SMALL_STATE(1367)] = 60226, - [SMALL_STATE(1368)] = 60278, - [SMALL_STATE(1369)] = 60326, - [SMALL_STATE(1370)] = 60384, - [SMALL_STATE(1371)] = 60442, - [SMALL_STATE(1372)] = 60494, - [SMALL_STATE(1373)] = 60548, - [SMALL_STATE(1374)] = 60606, - [SMALL_STATE(1375)] = 60662, - [SMALL_STATE(1376)] = 60720, - [SMALL_STATE(1377)] = 60778, - [SMALL_STATE(1378)] = 60836, - [SMALL_STATE(1379)] = 60888, - [SMALL_STATE(1380)] = 60944, - [SMALL_STATE(1381)] = 60996, - [SMALL_STATE(1382)] = 61054, - [SMALL_STATE(1383)] = 61102, - [SMALL_STATE(1384)] = 61150, - [SMALL_STATE(1385)] = 61202, - [SMALL_STATE(1386)] = 61250, - [SMALL_STATE(1387)] = 61298, - [SMALL_STATE(1388)] = 61356, - [SMALL_STATE(1389)] = 61408, - [SMALL_STATE(1390)] = 61466, - [SMALL_STATE(1391)] = 61524, - [SMALL_STATE(1392)] = 61576, - [SMALL_STATE(1393)] = 61634, - [SMALL_STATE(1394)] = 61688, - [SMALL_STATE(1395)] = 61746, - [SMALL_STATE(1396)] = 61794, - [SMALL_STATE(1397)] = 61852, - [SMALL_STATE(1398)] = 61910, - [SMALL_STATE(1399)] = 61968, - [SMALL_STATE(1400)] = 62016, - [SMALL_STATE(1401)] = 62064, - [SMALL_STATE(1402)] = 62112, - [SMALL_STATE(1403)] = 62160, - [SMALL_STATE(1404)] = 62208, - [SMALL_STATE(1405)] = 62261, - [SMALL_STATE(1406)] = 62316, - [SMALL_STATE(1407)] = 62367, - [SMALL_STATE(1408)] = 62458, - [SMALL_STATE(1409)] = 62549, - [SMALL_STATE(1410)] = 62602, - [SMALL_STATE(1411)] = 62655, - [SMALL_STATE(1412)] = 62708, - [SMALL_STATE(1413)] = 62761, - [SMALL_STATE(1414)] = 62814, - [SMALL_STATE(1415)] = 62867, - [SMALL_STATE(1416)] = 62920, - [SMALL_STATE(1417)] = 62971, - [SMALL_STATE(1418)] = 63026, - [SMALL_STATE(1419)] = 63079, - [SMALL_STATE(1420)] = 63130, - [SMALL_STATE(1421)] = 63181, - [SMALL_STATE(1422)] = 63232, - [SMALL_STATE(1423)] = 63283, - [SMALL_STATE(1424)] = 63330, - [SMALL_STATE(1425)] = 63385, - [SMALL_STATE(1426)] = 63440, - [SMALL_STATE(1427)] = 63491, - [SMALL_STATE(1428)] = 63538, - [SMALL_STATE(1429)] = 63585, - [SMALL_STATE(1430)] = 63636, - [SMALL_STATE(1431)] = 63691, - [SMALL_STATE(1432)] = 63744, - [SMALL_STATE(1433)] = 63835, - [SMALL_STATE(1434)] = 63926, - [SMALL_STATE(1435)] = 64017, - [SMALL_STATE(1436)] = 64064, - [SMALL_STATE(1437)] = 64155, - [SMALL_STATE(1438)] = 64206, - [SMALL_STATE(1439)] = 64297, - [SMALL_STATE(1440)] = 64348, - [SMALL_STATE(1441)] = 64403, - [SMALL_STATE(1442)] = 64458, - [SMALL_STATE(1443)] = 64549, - [SMALL_STATE(1444)] = 64602, - [SMALL_STATE(1445)] = 64649, - [SMALL_STATE(1446)] = 64702, - [SMALL_STATE(1447)] = 64749, - [SMALL_STATE(1448)] = 64840, - [SMALL_STATE(1449)] = 64931, - [SMALL_STATE(1450)] = 64978, - [SMALL_STATE(1451)] = 65025, - [SMALL_STATE(1452)] = 65072, - [SMALL_STATE(1453)] = 65119, - [SMALL_STATE(1454)] = 65166, - [SMALL_STATE(1455)] = 65221, - [SMALL_STATE(1456)] = 65268, - [SMALL_STATE(1457)] = 65315, - [SMALL_STATE(1458)] = 65362, - [SMALL_STATE(1459)] = 65413, - [SMALL_STATE(1460)] = 65460, - [SMALL_STATE(1461)] = 65515, - [SMALL_STATE(1462)] = 65562, - [SMALL_STATE(1463)] = 65615, - [SMALL_STATE(1464)] = 65668, - [SMALL_STATE(1465)] = 65715, - [SMALL_STATE(1466)] = 65768, - [SMALL_STATE(1467)] = 65815, - [SMALL_STATE(1468)] = 65862, - [SMALL_STATE(1469)] = 65915, - [SMALL_STATE(1470)] = 65968, - [SMALL_STATE(1471)] = 66015, - [SMALL_STATE(1472)] = 66062, - [SMALL_STATE(1473)] = 66115, - [SMALL_STATE(1474)] = 66170, - [SMALL_STATE(1475)] = 66223, - [SMALL_STATE(1476)] = 66314, - [SMALL_STATE(1477)] = 66361, - [SMALL_STATE(1478)] = 66408, - [SMALL_STATE(1479)] = 66455, - [SMALL_STATE(1480)] = 66502, - [SMALL_STATE(1481)] = 66549, - [SMALL_STATE(1482)] = 66596, - [SMALL_STATE(1483)] = 66643, - [SMALL_STATE(1484)] = 66690, - [SMALL_STATE(1485)] = 66737, - [SMALL_STATE(1486)] = 66788, - [SMALL_STATE(1487)] = 66835, - [SMALL_STATE(1488)] = 66886, - [SMALL_STATE(1489)] = 66933, - [SMALL_STATE(1490)] = 66984, - [SMALL_STATE(1491)] = 67037, - [SMALL_STATE(1492)] = 67088, - [SMALL_STATE(1493)] = 67139, - [SMALL_STATE(1494)] = 67192, - [SMALL_STATE(1495)] = 67239, - [SMALL_STATE(1496)] = 67286, - [SMALL_STATE(1497)] = 67333, - [SMALL_STATE(1498)] = 67380, - [SMALL_STATE(1499)] = 67431, - [SMALL_STATE(1500)] = 67482, - [SMALL_STATE(1501)] = 67533, - [SMALL_STATE(1502)] = 67580, - [SMALL_STATE(1503)] = 67627, - [SMALL_STATE(1504)] = 67678, - [SMALL_STATE(1505)] = 67729, - [SMALL_STATE(1506)] = 67776, - [SMALL_STATE(1507)] = 67831, - [SMALL_STATE(1508)] = 67878, - [SMALL_STATE(1509)] = 67931, - [SMALL_STATE(1510)] = 68022, - [SMALL_STATE(1511)] = 68075, - [SMALL_STATE(1512)] = 68122, - [SMALL_STATE(1513)] = 68175, - [SMALL_STATE(1514)] = 68226, - [SMALL_STATE(1515)] = 68281, - [SMALL_STATE(1516)] = 68334, - [SMALL_STATE(1517)] = 68389, - [SMALL_STATE(1518)] = 68440, - [SMALL_STATE(1519)] = 68487, - [SMALL_STATE(1520)] = 68538, - [SMALL_STATE(1521)] = 68585, - [SMALL_STATE(1522)] = 68636, - [SMALL_STATE(1523)] = 68689, - [SMALL_STATE(1524)] = 68742, - [SMALL_STATE(1525)] = 68795, - [SMALL_STATE(1526)] = 68848, - [SMALL_STATE(1527)] = 68901, - [SMALL_STATE(1528)] = 68952, - [SMALL_STATE(1529)] = 69003, - [SMALL_STATE(1530)] = 69049, - [SMALL_STATE(1531)] = 69101, - [SMALL_STATE(1532)] = 69147, - [SMALL_STATE(1533)] = 69193, - [SMALL_STATE(1534)] = 69239, - [SMALL_STATE(1535)] = 69285, - [SMALL_STATE(1536)] = 69331, - [SMALL_STATE(1537)] = 69377, - [SMALL_STATE(1538)] = 69423, - [SMALL_STATE(1539)] = 69469, - [SMALL_STATE(1540)] = 69515, - [SMALL_STATE(1541)] = 69565, - [SMALL_STATE(1542)] = 69615, - [SMALL_STATE(1543)] = 69661, - [SMALL_STATE(1544)] = 69707, - [SMALL_STATE(1545)] = 69753, - [SMALL_STATE(1546)] = 69801, - [SMALL_STATE(1547)] = 69847, - [SMALL_STATE(1548)] = 69897, - [SMALL_STATE(1549)] = 69943, - [SMALL_STATE(1550)] = 69989, - [SMALL_STATE(1551)] = 70039, - [SMALL_STATE(1552)] = 70085, - [SMALL_STATE(1553)] = 70131, - [SMALL_STATE(1554)] = 70177, - [SMALL_STATE(1555)] = 70223, - [SMALL_STATE(1556)] = 70269, - [SMALL_STATE(1557)] = 70315, - [SMALL_STATE(1558)] = 70361, - [SMALL_STATE(1559)] = 70411, - [SMALL_STATE(1560)] = 70461, - [SMALL_STATE(1561)] = 70507, - [SMALL_STATE(1562)] = 70559, - [SMALL_STATE(1563)] = 70611, - [SMALL_STATE(1564)] = 70657, - [SMALL_STATE(1565)] = 70703, - [SMALL_STATE(1566)] = 70749, - [SMALL_STATE(1567)] = 70795, - [SMALL_STATE(1568)] = 70841, - [SMALL_STATE(1569)] = 70887, - [SMALL_STATE(1570)] = 70933, - [SMALL_STATE(1571)] = 70979, - [SMALL_STATE(1572)] = 71029, - [SMALL_STATE(1573)] = 71075, - [SMALL_STATE(1574)] = 71121, - [SMALL_STATE(1575)] = 71173, - [SMALL_STATE(1576)] = 71223, - [SMALL_STATE(1577)] = 71273, - [SMALL_STATE(1578)] = 71323, - [SMALL_STATE(1579)] = 71369, - [SMALL_STATE(1580)] = 71419, - [SMALL_STATE(1581)] = 71469, - [SMALL_STATE(1582)] = 71515, - [SMALL_STATE(1583)] = 71561, - [SMALL_STATE(1584)] = 71611, - [SMALL_STATE(1585)] = 71657, - [SMALL_STATE(1586)] = 71705, - [SMALL_STATE(1587)] = 71753, - [SMALL_STATE(1588)] = 71799, - [SMALL_STATE(1589)] = 71849, - [SMALL_STATE(1590)] = 71895, - [SMALL_STATE(1591)] = 71941, - [SMALL_STATE(1592)] = 71991, - [SMALL_STATE(1593)] = 72037, - [SMALL_STATE(1594)] = 72087, - [SMALL_STATE(1595)] = 72133, - [SMALL_STATE(1596)] = 72179, - [SMALL_STATE(1597)] = 72227, - [SMALL_STATE(1598)] = 72273, - [SMALL_STATE(1599)] = 72319, - [SMALL_STATE(1600)] = 72365, - [SMALL_STATE(1601)] = 72411, - [SMALL_STATE(1602)] = 72461, - [SMALL_STATE(1603)] = 72507, - [SMALL_STATE(1604)] = 72553, - [SMALL_STATE(1605)] = 72601, - [SMALL_STATE(1606)] = 72651, - [SMALL_STATE(1607)] = 72697, - [SMALL_STATE(1608)] = 72743, - [SMALL_STATE(1609)] = 72789, - [SMALL_STATE(1610)] = 72835, - [SMALL_STATE(1611)] = 72885, - [SMALL_STATE(1612)] = 72935, - [SMALL_STATE(1613)] = 72981, - [SMALL_STATE(1614)] = 73031, - [SMALL_STATE(1615)] = 73083, - [SMALL_STATE(1616)] = 73129, - [SMALL_STATE(1617)] = 73175, - [SMALL_STATE(1618)] = 73221, - [SMALL_STATE(1619)] = 73267, - [SMALL_STATE(1620)] = 73319, - [SMALL_STATE(1621)] = 73365, - [SMALL_STATE(1622)] = 73410, - [SMALL_STATE(1623)] = 73455, - [SMALL_STATE(1624)] = 73510, - [SMALL_STATE(1625)] = 73555, - [SMALL_STATE(1626)] = 73600, - [SMALL_STATE(1627)] = 73645, - [SMALL_STATE(1628)] = 73690, - [SMALL_STATE(1629)] = 73735, - [SMALL_STATE(1630)] = 73780, - [SMALL_STATE(1631)] = 73835, - [SMALL_STATE(1632)] = 73886, - [SMALL_STATE(1633)] = 73931, - [SMALL_STATE(1634)] = 73986, - [SMALL_STATE(1635)] = 74037, - [SMALL_STATE(1636)] = 74092, - [SMALL_STATE(1637)] = 74143, - [SMALL_STATE(1638)] = 74188, - [SMALL_STATE(1639)] = 74243, - [SMALL_STATE(1640)] = 74288, - [SMALL_STATE(1641)] = 74337, - [SMALL_STATE(1642)] = 74382, - [SMALL_STATE(1643)] = 74437, - [SMALL_STATE(1644)] = 74492, - [SMALL_STATE(1645)] = 74541, - [SMALL_STATE(1646)] = 74586, - [SMALL_STATE(1647)] = 74631, - [SMALL_STATE(1648)] = 74680, - [SMALL_STATE(1649)] = 74725, - [SMALL_STATE(1650)] = 74774, - [SMALL_STATE(1651)] = 74819, - [SMALL_STATE(1652)] = 74864, - [SMALL_STATE(1653)] = 74909, - [SMALL_STATE(1654)] = 74954, - [SMALL_STATE(1655)] = 75009, - [SMALL_STATE(1656)] = 75054, - [SMALL_STATE(1657)] = 75109, - [SMALL_STATE(1658)] = 75154, - [SMALL_STATE(1659)] = 75209, - [SMALL_STATE(1660)] = 75254, - [SMALL_STATE(1661)] = 75309, - [SMALL_STATE(1662)] = 75354, - [SMALL_STATE(1663)] = 75409, - [SMALL_STATE(1664)] = 75454, - [SMALL_STATE(1665)] = 75499, - [SMALL_STATE(1666)] = 75554, - [SMALL_STATE(1667)] = 75599, - [SMALL_STATE(1668)] = 75644, - [SMALL_STATE(1669)] = 75689, - [SMALL_STATE(1670)] = 75734, - [SMALL_STATE(1671)] = 75783, - [SMALL_STATE(1672)] = 75828, - [SMALL_STATE(1673)] = 75873, - [SMALL_STATE(1674)] = 75918, - [SMALL_STATE(1675)] = 75963, - [SMALL_STATE(1676)] = 76018, - [SMALL_STATE(1677)] = 76067, - [SMALL_STATE(1678)] = 76122, - [SMALL_STATE(1679)] = 76167, - [SMALL_STATE(1680)] = 76212, - [SMALL_STATE(1681)] = 76257, - [SMALL_STATE(1682)] = 76312, - [SMALL_STATE(1683)] = 76367, - [SMALL_STATE(1684)] = 76422, - [SMALL_STATE(1685)] = 76477, - [SMALL_STATE(1686)] = 76532, - [SMALL_STATE(1687)] = 76577, - [SMALL_STATE(1688)] = 76622, - [SMALL_STATE(1689)] = 76677, - [SMALL_STATE(1690)] = 76732, - [SMALL_STATE(1691)] = 76787, - [SMALL_STATE(1692)] = 76836, - [SMALL_STATE(1693)] = 76881, - [SMALL_STATE(1694)] = 76936, - [SMALL_STATE(1695)] = 76985, - [SMALL_STATE(1696)] = 77040, - [SMALL_STATE(1697)] = 77089, - [SMALL_STATE(1698)] = 77134, - [SMALL_STATE(1699)] = 77179, - [SMALL_STATE(1700)] = 77224, - [SMALL_STATE(1701)] = 77269, - [SMALL_STATE(1702)] = 77324, - [SMALL_STATE(1703)] = 77369, - [SMALL_STATE(1704)] = 77422, - [SMALL_STATE(1705)] = 77467, - [SMALL_STATE(1706)] = 77520, - [SMALL_STATE(1707)] = 77575, - [SMALL_STATE(1708)] = 77624, - [SMALL_STATE(1709)] = 77679, - [SMALL_STATE(1710)] = 77724, - [SMALL_STATE(1711)] = 77769, - [SMALL_STATE(1712)] = 77814, - [SMALL_STATE(1713)] = 77859, - [SMALL_STATE(1714)] = 77904, - [SMALL_STATE(1715)] = 77953, - [SMALL_STATE(1716)] = 77998, - [SMALL_STATE(1717)] = 78053, - [SMALL_STATE(1718)] = 78098, - [SMALL_STATE(1719)] = 78143, - [SMALL_STATE(1720)] = 78188, - [SMALL_STATE(1721)] = 78233, - [SMALL_STATE(1722)] = 78288, - [SMALL_STATE(1723)] = 78343, - [SMALL_STATE(1724)] = 78388, - [SMALL_STATE(1725)] = 78443, - [SMALL_STATE(1726)] = 78498, - [SMALL_STATE(1727)] = 78543, - [SMALL_STATE(1728)] = 78588, - [SMALL_STATE(1729)] = 78643, - [SMALL_STATE(1730)] = 78692, - [SMALL_STATE(1731)] = 78737, - [SMALL_STATE(1732)] = 78792, - [SMALL_STATE(1733)] = 78837, - [SMALL_STATE(1734)] = 78892, - [SMALL_STATE(1735)] = 78947, - [SMALL_STATE(1736)] = 79002, - [SMALL_STATE(1737)] = 79047, - [SMALL_STATE(1738)] = 79094, - [SMALL_STATE(1739)] = 79149, - [SMALL_STATE(1740)] = 79198, - [SMALL_STATE(1741)] = 79253, - [SMALL_STATE(1742)] = 79298, - [SMALL_STATE(1743)] = 79343, - [SMALL_STATE(1744)] = 79398, - [SMALL_STATE(1745)] = 79443, - [SMALL_STATE(1746)] = 79488, - [SMALL_STATE(1747)] = 79533, - [SMALL_STATE(1748)] = 79588, - [SMALL_STATE(1749)] = 79633, - [SMALL_STATE(1750)] = 79678, - [SMALL_STATE(1751)] = 79727, - [SMALL_STATE(1752)] = 79782, - [SMALL_STATE(1753)] = 79837, - [SMALL_STATE(1754)] = 79892, - [SMALL_STATE(1755)] = 79937, - [SMALL_STATE(1756)] = 79982, - [SMALL_STATE(1757)] = 80037, - [SMALL_STATE(1758)] = 80085, - [SMALL_STATE(1759)] = 80133, - [SMALL_STATE(1760)] = 80185, - [SMALL_STATE(1761)] = 80237, - [SMALL_STATE(1762)] = 80281, - [SMALL_STATE(1763)] = 80325, - [SMALL_STATE(1764)] = 80369, - [SMALL_STATE(1765)] = 80413, - [SMALL_STATE(1766)] = 80457, - [SMALL_STATE(1767)] = 80509, - [SMALL_STATE(1768)] = 80561, - [SMALL_STATE(1769)] = 80609, - [SMALL_STATE(1770)] = 80661, - [SMALL_STATE(1771)] = 80709, - [SMALL_STATE(1772)] = 80757, - [SMALL_STATE(1773)] = 80801, - [SMALL_STATE(1774)] = 80845, - [SMALL_STATE(1775)] = 80893, - [SMALL_STATE(1776)] = 80941, - [SMALL_STATE(1777)] = 80989, - [SMALL_STATE(1778)] = 81041, - [SMALL_STATE(1779)] = 81093, - [SMALL_STATE(1780)] = 81145, - [SMALL_STATE(1781)] = 81197, - [SMALL_STATE(1782)] = 81245, - [SMALL_STATE(1783)] = 81293, - [SMALL_STATE(1784)] = 81341, - [SMALL_STATE(1785)] = 81389, - [SMALL_STATE(1786)] = 81441, - [SMALL_STATE(1787)] = 81489, - [SMALL_STATE(1788)] = 81533, - [SMALL_STATE(1789)] = 81577, - [SMALL_STATE(1790)] = 81629, - [SMALL_STATE(1791)] = 81673, - [SMALL_STATE(1792)] = 81725, - [SMALL_STATE(1793)] = 81777, - [SMALL_STATE(1794)] = 81821, - [SMALL_STATE(1795)] = 81867, - [SMALL_STATE(1796)] = 81913, - [SMALL_STATE(1797)] = 81957, - [SMALL_STATE(1798)] = 82001, - [SMALL_STATE(1799)] = 82045, - [SMALL_STATE(1800)] = 82093, - [SMALL_STATE(1801)] = 82145, - [SMALL_STATE(1802)] = 82193, - [SMALL_STATE(1803)] = 82239, - [SMALL_STATE(1804)] = 82291, - [SMALL_STATE(1805)] = 82343, - [SMALL_STATE(1806)] = 82395, - [SMALL_STATE(1807)] = 82447, - [SMALL_STATE(1808)] = 82493, - [SMALL_STATE(1809)] = 82541, - [SMALL_STATE(1810)] = 82593, - [SMALL_STATE(1811)] = 82637, - [SMALL_STATE(1812)] = 82689, - [SMALL_STATE(1813)] = 82737, - [SMALL_STATE(1814)] = 82785, - [SMALL_STATE(1815)] = 82837, - [SMALL_STATE(1816)] = 82885, - [SMALL_STATE(1817)] = 82935, - [SMALL_STATE(1818)] = 82987, - [SMALL_STATE(1819)] = 83031, - [SMALL_STATE(1820)] = 83079, - [SMALL_STATE(1821)] = 83131, - [SMALL_STATE(1822)] = 83179, - [SMALL_STATE(1823)] = 83231, - [SMALL_STATE(1824)] = 83283, - [SMALL_STATE(1825)] = 83327, - [SMALL_STATE(1826)] = 83379, - [SMALL_STATE(1827)] = 83425, - [SMALL_STATE(1828)] = 83477, - [SMALL_STATE(1829)] = 83562, - [SMALL_STATE(1830)] = 83605, - [SMALL_STATE(1831)] = 83648, - [SMALL_STATE(1832)] = 83733, - [SMALL_STATE(1833)] = 83784, - [SMALL_STATE(1834)] = 83869, - [SMALL_STATE(1835)] = 83912, - [SMALL_STATE(1836)] = 83997, - [SMALL_STATE(1837)] = 84048, - [SMALL_STATE(1838)] = 84091, - [SMALL_STATE(1839)] = 84142, - [SMALL_STATE(1840)] = 84185, - [SMALL_STATE(1841)] = 84270, - [SMALL_STATE(1842)] = 84321, - [SMALL_STATE(1843)] = 84364, - [SMALL_STATE(1844)] = 84413, - [SMALL_STATE(1845)] = 84456, - [SMALL_STATE(1846)] = 84505, - [SMALL_STATE(1847)] = 84554, - [SMALL_STATE(1848)] = 84601, - [SMALL_STATE(1849)] = 84648, - [SMALL_STATE(1850)] = 84733, - [SMALL_STATE(1851)] = 84818, - [SMALL_STATE(1852)] = 84861, - [SMALL_STATE(1853)] = 84904, - [SMALL_STATE(1854)] = 84989, - [SMALL_STATE(1855)] = 85038, - [SMALL_STATE(1856)] = 85081, - [SMALL_STATE(1857)] = 85124, - [SMALL_STATE(1858)] = 85167, - [SMALL_STATE(1859)] = 85210, - [SMALL_STATE(1860)] = 85295, - [SMALL_STATE(1861)] = 85344, - [SMALL_STATE(1862)] = 85429, - [SMALL_STATE(1863)] = 85472, - [SMALL_STATE(1864)] = 85515, - [SMALL_STATE(1865)] = 85558, - [SMALL_STATE(1866)] = 85601, - [SMALL_STATE(1867)] = 85644, - [SMALL_STATE(1868)] = 85729, - [SMALL_STATE(1869)] = 85772, - [SMALL_STATE(1870)] = 85815, - [SMALL_STATE(1871)] = 85862, - [SMALL_STATE(1872)] = 85909, - [SMALL_STATE(1873)] = 85960, - [SMALL_STATE(1874)] = 86005, - [SMALL_STATE(1875)] = 86048, - [SMALL_STATE(1876)] = 86099, - [SMALL_STATE(1877)] = 86142, - [SMALL_STATE(1878)] = 86185, - [SMALL_STATE(1879)] = 86228, - [SMALL_STATE(1880)] = 86271, - [SMALL_STATE(1881)] = 86356, - [SMALL_STATE(1882)] = 86399, - [SMALL_STATE(1883)] = 86442, - [SMALL_STATE(1884)] = 86485, - [SMALL_STATE(1885)] = 86528, - [SMALL_STATE(1886)] = 86579, - [SMALL_STATE(1887)] = 86630, - [SMALL_STATE(1888)] = 86681, - [SMALL_STATE(1889)] = 86763, - [SMALL_STATE(1890)] = 86845, - [SMALL_STATE(1891)] = 86927, - [SMALL_STATE(1892)] = 87009, - [SMALL_STATE(1893)] = 87091, - [SMALL_STATE(1894)] = 87173, - [SMALL_STATE(1895)] = 87223, - [SMALL_STATE(1896)] = 87273, - [SMALL_STATE(1897)] = 87355, - [SMALL_STATE(1898)] = 87437, - [SMALL_STATE(1899)] = 87487, - [SMALL_STATE(1900)] = 87569, - [SMALL_STATE(1901)] = 87651, - [SMALL_STATE(1902)] = 87727, - [SMALL_STATE(1903)] = 87777, - [SMALL_STATE(1904)] = 87859, - [SMALL_STATE(1905)] = 87909, - [SMALL_STATE(1906)] = 87985, - [SMALL_STATE(1907)] = 88029, - [SMALL_STATE(1908)] = 88079, - [SMALL_STATE(1909)] = 88155, - [SMALL_STATE(1910)] = 88237, - [SMALL_STATE(1911)] = 88287, - [SMALL_STATE(1912)] = 88369, - [SMALL_STATE(1913)] = 88445, - [SMALL_STATE(1914)] = 88527, - [SMALL_STATE(1915)] = 88609, - [SMALL_STATE(1916)] = 88685, - [SMALL_STATE(1917)] = 88767, - [SMALL_STATE(1918)] = 88817, - [SMALL_STATE(1919)] = 88899, - [SMALL_STATE(1920)] = 88981, - [SMALL_STATE(1921)] = 89022, - [SMALL_STATE(1922)] = 89101, - [SMALL_STATE(1923)] = 89150, - [SMALL_STATE(1924)] = 89191, - [SMALL_STATE(1925)] = 89232, - [SMALL_STATE(1926)] = 89273, - [SMALL_STATE(1927)] = 89352, - [SMALL_STATE(1928)] = 89431, - [SMALL_STATE(1929)] = 89476, - [SMALL_STATE(1930)] = 89555, - [SMALL_STATE(1931)] = 89634, - [SMALL_STATE(1932)] = 89675, - [SMALL_STATE(1933)] = 89716, - [SMALL_STATE(1934)] = 89795, - [SMALL_STATE(1935)] = 89874, - [SMALL_STATE(1936)] = 89947, - [SMALL_STATE(1937)] = 89988, - [SMALL_STATE(1938)] = 90061, - [SMALL_STATE(1939)] = 90140, - [SMALL_STATE(1940)] = 90219, - [SMALL_STATE(1941)] = 90298, - [SMALL_STATE(1942)] = 90377, - [SMALL_STATE(1943)] = 90456, - [SMALL_STATE(1944)] = 90535, - [SMALL_STATE(1945)] = 90576, - [SMALL_STATE(1946)] = 90655, - [SMALL_STATE(1947)] = 90704, - [SMALL_STATE(1948)] = 90745, - [SMALL_STATE(1949)] = 90794, - [SMALL_STATE(1950)] = 90873, - [SMALL_STATE(1951)] = 90952, - [SMALL_STATE(1952)] = 91031, - [SMALL_STATE(1953)] = 91080, - [SMALL_STATE(1954)] = 91159, - [SMALL_STATE(1955)] = 91200, - [SMALL_STATE(1956)] = 91279, - [SMALL_STATE(1957)] = 91352, - [SMALL_STATE(1958)] = 91393, - [SMALL_STATE(1959)] = 91466, - [SMALL_STATE(1960)] = 91545, - [SMALL_STATE(1961)] = 91624, - [SMALL_STATE(1962)] = 91665, - [SMALL_STATE(1963)] = 91706, - [SMALL_STATE(1964)] = 91747, - [SMALL_STATE(1965)] = 91788, - [SMALL_STATE(1966)] = 91829, - [SMALL_STATE(1967)] = 91870, - [SMALL_STATE(1968)] = 91911, - [SMALL_STATE(1969)] = 91952, - [SMALL_STATE(1970)] = 92031, - [SMALL_STATE(1971)] = 92110, - [SMALL_STATE(1972)] = 92189, - [SMALL_STATE(1973)] = 92234, - [SMALL_STATE(1974)] = 92288, - [SMALL_STATE(1975)] = 92330, - [SMALL_STATE(1976)] = 92372, - [SMALL_STATE(1977)] = 92411, - [SMALL_STATE(1978)] = 92484, - [SMALL_STATE(1979)] = 92557, - [SMALL_STATE(1980)] = 92630, - [SMALL_STATE(1981)] = 92669, - [SMALL_STATE(1982)] = 92708, - [SMALL_STATE(1983)] = 92747, - [SMALL_STATE(1984)] = 92790, - [SMALL_STATE(1985)] = 92829, - [SMALL_STATE(1986)] = 92872, - [SMALL_STATE(1987)] = 92911, - [SMALL_STATE(1988)] = 92984, - [SMALL_STATE(1989)] = 93023, - [SMALL_STATE(1990)] = 93062, - [SMALL_STATE(1991)] = 93135, - [SMALL_STATE(1992)] = 93178, - [SMALL_STATE(1993)] = 93217, - [SMALL_STATE(1994)] = 93256, - [SMALL_STATE(1995)] = 93329, - [SMALL_STATE(1996)] = 93368, - [SMALL_STATE(1997)] = 93407, - [SMALL_STATE(1998)] = 93450, - [SMALL_STATE(1999)] = 93495, - [SMALL_STATE(2000)] = 93534, - [SMALL_STATE(2001)] = 93577, - [SMALL_STATE(2002)] = 93650, - [SMALL_STATE(2003)] = 93689, - [SMALL_STATE(2004)] = 93734, - [SMALL_STATE(2005)] = 93781, - [SMALL_STATE(2006)] = 93820, - [SMALL_STATE(2007)] = 93859, - [SMALL_STATE(2008)] = 93906, - [SMALL_STATE(2009)] = 93949, - [SMALL_STATE(2010)] = 94022, - [SMALL_STATE(2011)] = 94095, - [SMALL_STATE(2012)] = 94168, - [SMALL_STATE(2013)] = 94211, - [SMALL_STATE(2014)] = 94250, - [SMALL_STATE(2015)] = 94293, - [SMALL_STATE(2016)] = 94332, - [SMALL_STATE(2017)] = 94375, - [SMALL_STATE(2018)] = 94448, - [SMALL_STATE(2019)] = 94521, - [SMALL_STATE(2020)] = 94560, - [SMALL_STATE(2021)] = 94599, - [SMALL_STATE(2022)] = 94638, - [SMALL_STATE(2023)] = 94677, - [SMALL_STATE(2024)] = 94716, - [SMALL_STATE(2025)] = 94789, - [SMALL_STATE(2026)] = 94862, - [SMALL_STATE(2027)] = 94935, - [SMALL_STATE(2028)] = 95008, - [SMALL_STATE(2029)] = 95047, - [SMALL_STATE(2030)] = 95086, - [SMALL_STATE(2031)] = 95125, - [SMALL_STATE(2032)] = 95198, - [SMALL_STATE(2033)] = 95271, - [SMALL_STATE(2034)] = 95310, - [SMALL_STATE(2035)] = 95349, - [SMALL_STATE(2036)] = 95422, - [SMALL_STATE(2037)] = 95461, - [SMALL_STATE(2038)] = 95504, - [SMALL_STATE(2039)] = 95543, - [SMALL_STATE(2040)] = 95616, - [SMALL_STATE(2041)] = 95655, - [SMALL_STATE(2042)] = 95728, - [SMALL_STATE(2043)] = 95801, - [SMALL_STATE(2044)] = 95840, - [SMALL_STATE(2045)] = 95883, - [SMALL_STATE(2046)] = 95956, - [SMALL_STATE(2047)] = 96029, - [SMALL_STATE(2048)] = 96068, - [SMALL_STATE(2049)] = 96107, - [SMALL_STATE(2050)] = 96180, - [SMALL_STATE(2051)] = 96219, - [SMALL_STATE(2052)] = 96290, - [SMALL_STATE(2053)] = 96363, - [SMALL_STATE(2054)] = 96402, - [SMALL_STATE(2055)] = 96441, - [SMALL_STATE(2056)] = 96514, - [SMALL_STATE(2057)] = 96587, - [SMALL_STATE(2058)] = 96626, - [SMALL_STATE(2059)] = 96699, - [SMALL_STATE(2060)] = 96772, - [SMALL_STATE(2061)] = 96815, - [SMALL_STATE(2062)] = 96888, - [SMALL_STATE(2063)] = 96934, - [SMALL_STATE(2064)] = 96980, - [SMALL_STATE(2065)] = 97018, - [SMALL_STATE(2066)] = 97064, - [SMALL_STATE(2067)] = 97136, - [SMALL_STATE(2068)] = 97206, - [SMALL_STATE(2069)] = 97252, - [SMALL_STATE(2070)] = 97324, - [SMALL_STATE(2071)] = 97362, - [SMALL_STATE(2072)] = 97434, - [SMALL_STATE(2073)] = 97506, - [SMALL_STATE(2074)] = 97544, - [SMALL_STATE(2075)] = 97582, - [SMALL_STATE(2076)] = 97620, - [SMALL_STATE(2077)] = 97692, - [SMALL_STATE(2078)] = 97730, - [SMALL_STATE(2079)] = 97776, - [SMALL_STATE(2080)] = 97814, - [SMALL_STATE(2081)] = 97852, - [SMALL_STATE(2082)] = 97898, - [SMALL_STATE(2083)] = 97968, - [SMALL_STATE(2084)] = 98040, - [SMALL_STATE(2085)] = 98078, - [SMALL_STATE(2086)] = 98116, - [SMALL_STATE(2087)] = 98154, - [SMALL_STATE(2088)] = 98192, - [SMALL_STATE(2089)] = 98264, - [SMALL_STATE(2090)] = 98334, - [SMALL_STATE(2091)] = 98406, - [SMALL_STATE(2092)] = 98478, - [SMALL_STATE(2093)] = 98550, - [SMALL_STATE(2094)] = 98588, - [SMALL_STATE(2095)] = 98626, - [SMALL_STATE(2096)] = 98672, - [SMALL_STATE(2097)] = 98710, - [SMALL_STATE(2098)] = 98748, - [SMALL_STATE(2099)] = 98794, - [SMALL_STATE(2100)] = 98832, - [SMALL_STATE(2101)] = 98870, - [SMALL_STATE(2102)] = 98908, - [SMALL_STATE(2103)] = 98980, - [SMALL_STATE(2104)] = 99049, - [SMALL_STATE(2105)] = 99118, - [SMALL_STATE(2106)] = 99185, - [SMALL_STATE(2107)] = 99254, - [SMALL_STATE(2108)] = 99323, - [SMALL_STATE(2109)] = 99392, - [SMALL_STATE(2110)] = 99461, - [SMALL_STATE(2111)] = 99530, - [SMALL_STATE(2112)] = 99599, - [SMALL_STATE(2113)] = 99668, - [SMALL_STATE(2114)] = 99737, - [SMALL_STATE(2115)] = 99806, - [SMALL_STATE(2116)] = 99881, - [SMALL_STATE(2117)] = 99950, - [SMALL_STATE(2118)] = 100019, - [SMALL_STATE(2119)] = 100086, - [SMALL_STATE(2120)] = 100155, - [SMALL_STATE(2121)] = 100224, - [SMALL_STATE(2122)] = 100293, - [SMALL_STATE(2123)] = 100362, - [SMALL_STATE(2124)] = 100427, - [SMALL_STATE(2125)] = 100496, - [SMALL_STATE(2126)] = 100565, - [SMALL_STATE(2127)] = 100634, - [SMALL_STATE(2128)] = 100675, - [SMALL_STATE(2129)] = 100750, - [SMALL_STATE(2130)] = 100819, - [SMALL_STATE(2131)] = 100888, - [SMALL_STATE(2132)] = 100955, - [SMALL_STATE(2133)] = 101022, - [SMALL_STATE(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(416)] = 0, + [SMALL_STATE(417)] = 112, + [SMALL_STATE(418)] = 224, + [SMALL_STATE(419)] = 335, + [SMALL_STATE(420)] = 446, + [SMALL_STATE(421)] = 553, + [SMALL_STATE(422)] = 660, + [SMALL_STATE(423)] = 767, + [SMALL_STATE(424)] = 877, + [SMALL_STATE(425)] = 983, + [SMALL_STATE(426)] = 1089, + [SMALL_STATE(427)] = 1163, + [SMALL_STATE(428)] = 1273, + [SMALL_STATE(429)] = 1383, + [SMALL_STATE(430)] = 1489, + [SMALL_STATE(431)] = 1599, + [SMALL_STATE(432)] = 1673, + [SMALL_STATE(433)] = 1779, + [SMALL_STATE(434)] = 1885, + [SMALL_STATE(435)] = 1991, + [SMALL_STATE(436)] = 2100, + [SMALL_STATE(437)] = 2205, + [SMALL_STATE(438)] = 2310, + [SMALL_STATE(439)] = 2415, + [SMALL_STATE(440)] = 2522, + [SMALL_STATE(441)] = 2627, + [SMALL_STATE(442)] = 2700, + [SMALL_STATE(443)] = 2805, + [SMALL_STATE(444)] = 2910, + [SMALL_STATE(445)] = 3015, + [SMALL_STATE(446)] = 3088, + [SMALL_STATE(447)] = 3193, + [SMALL_STATE(448)] = 3266, + [SMALL_STATE(449)] = 3371, + [SMALL_STATE(450)] = 3478, + [SMALL_STATE(451)] = 3587, + [SMALL_STATE(452)] = 3660, + [SMALL_STATE(453)] = 3764, + [SMALL_STATE(454)] = 3868, + [SMALL_STATE(455)] = 3972, + [SMALL_STATE(456)] = 4042, + [SMALL_STATE(457)] = 4146, + [SMALL_STATE(458)] = 4218, + [SMALL_STATE(459)] = 4322, + [SMALL_STATE(460)] = 4394, + [SMALL_STATE(461)] = 4494, + [SMALL_STATE(462)] = 4592, + [SMALL_STATE(463)] = 4696, + [SMALL_STATE(464)] = 4798, + [SMALL_STATE(465)] = 4902, + [SMALL_STATE(466)] = 4974, + [SMALL_STATE(467)] = 5078, + [SMALL_STATE(468)] = 5180, + [SMALL_STATE(469)] = 5280, + [SMALL_STATE(470)] = 5350, + [SMALL_STATE(471)] = 5422, + [SMALL_STATE(472)] = 5494, + [SMALL_STATE(473)] = 5598, + [SMALL_STATE(474)] = 5698, + [SMALL_STATE(475)] = 5770, + [SMALL_STATE(476)] = 5841, + [SMALL_STATE(477)] = 5942, + [SMALL_STATE(478)] = 6013, + [SMALL_STATE(479)] = 6114, + [SMALL_STATE(480)] = 6183, + [SMALL_STATE(481)] = 6252, + [SMALL_STATE(482)] = 6321, + [SMALL_STATE(483)] = 6424, + [SMALL_STATE(484)] = 6527, + [SMALL_STATE(485)] = 6596, + [SMALL_STATE(486)] = 6699, + [SMALL_STATE(487)] = 6770, + [SMALL_STATE(488)] = 6867, + [SMALL_STATE(489)] = 6938, + [SMALL_STATE(490)] = 7035, + [SMALL_STATE(491)] = 7134, + [SMALL_STATE(492)] = 7205, + [SMALL_STATE(493)] = 7276, + [SMALL_STATE(494)] = 7347, + [SMALL_STATE(495)] = 7418, + [SMALL_STATE(496)] = 7517, + [SMALL_STATE(497)] = 7588, + [SMALL_STATE(498)] = 7659, + [SMALL_STATE(499)] = 7756, + [SMALL_STATE(500)] = 7853, + [SMALL_STATE(501)] = 7952, + [SMALL_STATE(502)] = 8049, + [SMALL_STATE(503)] = 8146, + [SMALL_STATE(504)] = 8214, + [SMALL_STATE(505)] = 8284, + [SMALL_STATE(506)] = 8380, + [SMALL_STATE(507)] = 8478, + [SMALL_STATE(508)] = 8548, + [SMALL_STATE(509)] = 8616, + [SMALL_STATE(510)] = 8684, + [SMALL_STATE(511)] = 8780, + [SMALL_STATE(512)] = 8848, + [SMALL_STATE(513)] = 8944, + [SMALL_STATE(514)] = 9050, + [SMALL_STATE(515)] = 9146, + [SMALL_STATE(516)] = 9242, + [SMALL_STATE(517)] = 9340, + [SMALL_STATE(518)] = 9438, + [SMALL_STATE(519)] = 9534, + [SMALL_STATE(520)] = 9602, + [SMALL_STATE(521)] = 9698, + [SMALL_STATE(522)] = 9796, + [SMALL_STATE(523)] = 9866, + [SMALL_STATE(524)] = 9928, + [SMALL_STATE(525)] = 9998, + [SMALL_STATE(526)] = 10068, + [SMALL_STATE(527)] = 10136, + [SMALL_STATE(528)] = 10206, + [SMALL_STATE(529)] = 10276, + [SMALL_STATE(530)] = 10346, + [SMALL_STATE(531)] = 10416, + [SMALL_STATE(532)] = 10514, + [SMALL_STATE(533)] = 10612, + [SMALL_STATE(534)] = 10682, + [SMALL_STATE(535)] = 10778, + [SMALL_STATE(536)] = 10884, + [SMALL_STATE(537)] = 10980, + [SMALL_STATE(538)] = 11075, + [SMALL_STATE(539)] = 11172, + [SMALL_STATE(540)] = 11267, + [SMALL_STATE(541)] = 11336, + [SMALL_STATE(542)] = 11405, + [SMALL_STATE(543)] = 11472, + [SMALL_STATE(544)] = 11541, + [SMALL_STATE(545)] = 11664, + [SMALL_STATE(546)] = 11729, + [SMALL_STATE(547)] = 11798, + [SMALL_STATE(548)] = 11865, + [SMALL_STATE(549)] = 11960, + [SMALL_STATE(550)] = 12055, + [SMALL_STATE(551)] = 12150, + [SMALL_STATE(552)] = 12247, + [SMALL_STATE(553)] = 12312, + [SMALL_STATE(554)] = 12379, + [SMALL_STATE(555)] = 12474, + [SMALL_STATE(556)] = 12569, + [SMALL_STATE(557)] = 12636, + [SMALL_STATE(558)] = 12733, + [SMALL_STATE(559)] = 12840, + [SMALL_STATE(560)] = 12909, + [SMALL_STATE(561)] = 13032, + [SMALL_STATE(562)] = 13101, + [SMALL_STATE(563)] = 13202, + [SMALL_STATE(564)] = 13271, + [SMALL_STATE(565)] = 13378, + [SMALL_STATE(566)] = 13473, + [SMALL_STATE(567)] = 13542, + [SMALL_STATE(568)] = 13665, + [SMALL_STATE(569)] = 13734, + [SMALL_STATE(570)] = 13829, + [SMALL_STATE(571)] = 13924, + [SMALL_STATE(572)] = 13991, + [SMALL_STATE(573)] = 14058, + [SMALL_STATE(574)] = 14153, + [SMALL_STATE(575)] = 14248, + [SMALL_STATE(576)] = 14349, + [SMALL_STATE(577)] = 14418, + [SMALL_STATE(578)] = 14487, + [SMALL_STATE(579)] = 14582, + [SMALL_STATE(580)] = 14705, + [SMALL_STATE(581)] = 14774, + [SMALL_STATE(582)] = 14897, + [SMALL_STATE(583)] = 15020, + [SMALL_STATE(584)] = 15143, + [SMALL_STATE(585)] = 15238, + [SMALL_STATE(586)] = 15333, + [SMALL_STATE(587)] = 15398, + [SMALL_STATE(588)] = 15499, + [SMALL_STATE(589)] = 15564, + [SMALL_STATE(590)] = 15632, + [SMALL_STATE(591)] = 15756, + [SMALL_STATE(592)] = 15876, + [SMALL_STATE(593)] = 15996, + [SMALL_STATE(594)] = 16090, + [SMALL_STATE(595)] = 16184, + [SMALL_STATE(596)] = 16252, + [SMALL_STATE(597)] = 16352, + [SMALL_STATE(598)] = 16446, + [SMALL_STATE(599)] = 16570, + [SMALL_STATE(600)] = 16670, + [SMALL_STATE(601)] = 16790, + [SMALL_STATE(602)] = 16910, + [SMALL_STATE(603)] = 17030, + [SMALL_STATE(604)] = 17098, + [SMALL_STATE(605)] = 17200, + [SMALL_STATE(606)] = 17294, + [SMALL_STATE(607)] = 17362, + [SMALL_STATE(608)] = 17430, + [SMALL_STATE(609)] = 17554, + [SMALL_STATE(610)] = 17648, + [SMALL_STATE(611)] = 17716, + [SMALL_STATE(612)] = 17784, + [SMALL_STATE(613)] = 17852, + [SMALL_STATE(614)] = 17920, + [SMALL_STATE(615)] = 17988, + [SMALL_STATE(616)] = 18112, + [SMALL_STATE(617)] = 18212, + [SMALL_STATE(618)] = 18306, + [SMALL_STATE(619)] = 18408, + [SMALL_STATE(620)] = 18476, + [SMALL_STATE(621)] = 18542, + [SMALL_STATE(622)] = 18636, + [SMALL_STATE(623)] = 18730, + [SMALL_STATE(624)] = 18796, + [SMALL_STATE(625)] = 18888, + [SMALL_STATE(626)] = 19012, + [SMALL_STATE(627)] = 19104, + [SMALL_STATE(628)] = 19228, + [SMALL_STATE(629)] = 19348, + [SMALL_STATE(630)] = 19442, + [SMALL_STATE(631)] = 19534, + [SMALL_STATE(632)] = 19602, + [SMALL_STATE(633)] = 19670, + [SMALL_STATE(634)] = 19794, + [SMALL_STATE(635)] = 19918, + [SMALL_STATE(636)] = 19986, + [SMALL_STATE(637)] = 20078, + [SMALL_STATE(638)] = 20180, + [SMALL_STATE(639)] = 20261, + [SMALL_STATE(640)] = 20328, + [SMALL_STATE(641)] = 20395, + [SMALL_STATE(642)] = 20486, + [SMALL_STATE(643)] = 20553, + [SMALL_STATE(644)] = 20620, + [SMALL_STATE(645)] = 20711, + [SMALL_STATE(646)] = 20782, + [SMALL_STATE(647)] = 20849, + [SMALL_STATE(648)] = 20916, + [SMALL_STATE(649)] = 20983, + [SMALL_STATE(650)] = 21064, + [SMALL_STATE(651)] = 21131, + [SMALL_STATE(652)] = 21224, + [SMALL_STATE(653)] = 21297, + [SMALL_STATE(654)] = 21398, + [SMALL_STATE(655)] = 21499, + [SMALL_STATE(656)] = 21600, + [SMALL_STATE(657)] = 21693, + [SMALL_STATE(658)] = 21787, + [SMALL_STATE(659)] = 21851, + [SMALL_STATE(660)] = 21915, + [SMALL_STATE(661)] = 21975, + [SMALL_STATE(662)] = 22067, + [SMALL_STATE(663)] = 22161, + [SMALL_STATE(664)] = 22225, + [SMALL_STATE(665)] = 22289, + [SMALL_STATE(666)] = 22355, + [SMALL_STATE(667)] = 22419, + [SMALL_STATE(668)] = 22483, + [SMALL_STATE(669)] = 22555, + [SMALL_STATE(670)] = 22649, + [SMALL_STATE(671)] = 22707, + [SMALL_STATE(672)] = 22777, + [SMALL_STATE(673)] = 22843, + [SMALL_STATE(674)] = 22907, + [SMALL_STATE(675)] = 22967, + [SMALL_STATE(676)] = 23031, + [SMALL_STATE(677)] = 23089, + [SMALL_STATE(678)] = 23153, + [SMALL_STATE(679)] = 23247, + [SMALL_STATE(680)] = 23313, + [SMALL_STATE(681)] = 23377, + [SMALL_STATE(682)] = 23457, + [SMALL_STATE(683)] = 23537, + [SMALL_STATE(684)] = 23602, + [SMALL_STATE(685)] = 23661, + [SMALL_STATE(686)] = 23730, + [SMALL_STATE(687)] = 23793, + [SMALL_STATE(688)] = 23888, + [SMALL_STATE(689)] = 23959, + [SMALL_STATE(690)] = 24052, + [SMALL_STATE(691)] = 24109, + [SMALL_STATE(692)] = 24166, + [SMALL_STATE(693)] = 24223, + [SMALL_STATE(694)] = 24286, + [SMALL_STATE(695)] = 24343, + [SMALL_STATE(696)] = 24406, + [SMALL_STATE(697)] = 24469, + [SMALL_STATE(698)] = 24526, + [SMALL_STATE(699)] = 24591, + [SMALL_STATE(700)] = 24656, + [SMALL_STATE(701)] = 24713, + [SMALL_STATE(702)] = 24770, + [SMALL_STATE(703)] = 24835, + [SMALL_STATE(704)] = 24892, + [SMALL_STATE(705)] = 24957, + [SMALL_STATE(706)] = 25036, + [SMALL_STATE(707)] = 25093, + [SMALL_STATE(708)] = 25156, + [SMALL_STATE(709)] = 25219, + [SMALL_STATE(710)] = 25290, + [SMALL_STATE(711)] = 25383, + [SMALL_STATE(712)] = 25452, + [SMALL_STATE(713)] = 25543, + [SMALL_STATE(714)] = 25638, + [SMALL_STATE(715)] = 25731, + [SMALL_STATE(716)] = 25824, + [SMALL_STATE(717)] = 25881, + [SMALL_STATE(718)] = 25938, + [SMALL_STATE(719)] = 25995, + [SMALL_STATE(720)] = 26058, + [SMALL_STATE(721)] = 26137, + [SMALL_STATE(722)] = 26200, + [SMALL_STATE(723)] = 26257, + [SMALL_STATE(724)] = 26348, + [SMALL_STATE(725)] = 26439, + [SMALL_STATE(726)] = 26502, + [SMALL_STATE(727)] = 26581, + [SMALL_STATE(728)] = 26644, + [SMALL_STATE(729)] = 26707, + [SMALL_STATE(730)] = 26764, + [SMALL_STATE(731)] = 26855, + [SMALL_STATE(732)] = 26920, + [SMALL_STATE(733)] = 26977, + [SMALL_STATE(734)] = 27040, + [SMALL_STATE(735)] = 27103, + [SMALL_STATE(736)] = 27166, + [SMALL_STATE(737)] = 27225, + [SMALL_STATE(738)] = 27288, + [SMALL_STATE(739)] = 27345, + [SMALL_STATE(740)] = 27402, + [SMALL_STATE(741)] = 27459, + [SMALL_STATE(742)] = 27552, + [SMALL_STATE(743)] = 27631, + [SMALL_STATE(744)] = 27722, + [SMALL_STATE(745)] = 27785, + [SMALL_STATE(746)] = 27880, + [SMALL_STATE(747)] = 27937, + [SMALL_STATE(748)] = 27994, + [SMALL_STATE(749)] = 28059, + [SMALL_STATE(750)] = 28152, + [SMALL_STATE(751)] = 28215, + [SMALL_STATE(752)] = 28278, + [SMALL_STATE(753)] = 28341, + [SMALL_STATE(754)] = 28403, + [SMALL_STATE(755)] = 28465, + [SMALL_STATE(756)] = 28521, + [SMALL_STATE(757)] = 28577, + [SMALL_STATE(758)] = 28633, + [SMALL_STATE(759)] = 28689, + [SMALL_STATE(760)] = 28751, + [SMALL_STATE(761)] = 28807, + [SMALL_STATE(762)] = 28871, + [SMALL_STATE(763)] = 28961, + [SMALL_STATE(764)] = 29023, + [SMALL_STATE(765)] = 29087, + [SMALL_STATE(766)] = 29149, + [SMALL_STATE(767)] = 29213, + [SMALL_STATE(768)] = 29277, + [SMALL_STATE(769)] = 29353, + [SMALL_STATE(770)] = 29415, + [SMALL_STATE(771)] = 29477, + [SMALL_STATE(772)] = 29539, + [SMALL_STATE(773)] = 29603, + [SMALL_STATE(774)] = 29667, + [SMALL_STATE(775)] = 29745, + [SMALL_STATE(776)] = 29801, + [SMALL_STATE(777)] = 29863, + [SMALL_STATE(778)] = 29919, + [SMALL_STATE(779)] = 29981, + [SMALL_STATE(780)] = 30073, + [SMALL_STATE(781)] = 30129, + [SMALL_STATE(782)] = 30189, + [SMALL_STATE(783)] = 30245, + [SMALL_STATE(784)] = 30301, + [SMALL_STATE(785)] = 30393, + [SMALL_STATE(786)] = 30485, + [SMALL_STATE(787)] = 30577, + [SMALL_STATE(788)] = 30639, + [SMALL_STATE(789)] = 30695, + [SMALL_STATE(790)] = 30751, + [SMALL_STATE(791)] = 30807, + [SMALL_STATE(792)] = 30869, + [SMALL_STATE(793)] = 30925, + [SMALL_STATE(794)] = 31003, + [SMALL_STATE(795)] = 31065, + [SMALL_STATE(796)] = 31157, + [SMALL_STATE(797)] = 31219, + [SMALL_STATE(798)] = 31281, + [SMALL_STATE(799)] = 31357, + [SMALL_STATE(800)] = 31433, + [SMALL_STATE(801)] = 31497, + [SMALL_STATE(802)] = 31559, + [SMALL_STATE(803)] = 31651, + [SMALL_STATE(804)] = 31707, + [SMALL_STATE(805)] = 31769, + [SMALL_STATE(806)] = 31825, + [SMALL_STATE(807)] = 31881, + [SMALL_STATE(808)] = 31945, + [SMALL_STATE(809)] = 32005, + [SMALL_STATE(810)] = 32069, + [SMALL_STATE(811)] = 32131, + [SMALL_STATE(812)] = 32193, + [SMALL_STATE(813)] = 32255, + [SMALL_STATE(814)] = 32317, + [SMALL_STATE(815)] = 32381, + [SMALL_STATE(816)] = 32445, + [SMALL_STATE(817)] = 32507, + [SMALL_STATE(818)] = 32569, + [SMALL_STATE(819)] = 32625, + [SMALL_STATE(820)] = 32681, + [SMALL_STATE(821)] = 32749, + [SMALL_STATE(822)] = 32819, + [SMALL_STATE(823)] = 32911, + [SMALL_STATE(824)] = 33001, + [SMALL_STATE(825)] = 33071, + [SMALL_STATE(826)] = 33139, + [SMALL_STATE(827)] = 33201, + [SMALL_STATE(828)] = 33263, + [SMALL_STATE(829)] = 33339, + [SMALL_STATE(830)] = 33401, + [SMALL_STATE(831)] = 33465, + [SMALL_STATE(832)] = 33527, + [SMALL_STATE(833)] = 33589, + [SMALL_STATE(834)] = 33651, + [SMALL_STATE(835)] = 33706, + [SMALL_STATE(836)] = 33767, + [SMALL_STATE(837)] = 33828, + [SMALL_STATE(838)] = 33887, + [SMALL_STATE(839)] = 33942, + [SMALL_STATE(840)] = 34003, + [SMALL_STATE(841)] = 34064, + [SMALL_STATE(842)] = 34119, + [SMALL_STATE(843)] = 34180, + [SMALL_STATE(844)] = 34235, + [SMALL_STATE(845)] = 34296, + [SMALL_STATE(846)] = 34359, + [SMALL_STATE(847)] = 34422, + [SMALL_STATE(848)] = 34483, + [SMALL_STATE(849)] = 34538, + [SMALL_STATE(850)] = 34599, + [SMALL_STATE(851)] = 34654, + [SMALL_STATE(852)] = 34715, + [SMALL_STATE(853)] = 34770, + [SMALL_STATE(854)] = 34825, + [SMALL_STATE(855)] = 34880, + [SMALL_STATE(856)] = 34941, + [SMALL_STATE(857)] = 35002, + [SMALL_STATE(858)] = 35063, + [SMALL_STATE(859)] = 35118, + [SMALL_STATE(860)] = 35179, + [SMALL_STATE(861)] = 35234, + [SMALL_STATE(862)] = 35293, + [SMALL_STATE(863)] = 35354, + [SMALL_STATE(864)] = 35415, + [SMALL_STATE(865)] = 35470, + [SMALL_STATE(866)] = 35525, + [SMALL_STATE(867)] = 35580, + [SMALL_STATE(868)] = 35641, + [SMALL_STATE(869)] = 35702, + [SMALL_STATE(870)] = 35765, + [SMALL_STATE(871)] = 35820, + [SMALL_STATE(872)] = 35881, + [SMALL_STATE(873)] = 35942, + [SMALL_STATE(874)] = 35997, + [SMALL_STATE(875)] = 36052, + [SMALL_STATE(876)] = 36107, + [SMALL_STATE(877)] = 36170, + [SMALL_STATE(878)] = 36231, + [SMALL_STATE(879)] = 36292, + [SMALL_STATE(880)] = 36383, + [SMALL_STATE(881)] = 36444, + [SMALL_STATE(882)] = 36505, + [SMALL_STATE(883)] = 36596, + [SMALL_STATE(884)] = 36651, + [SMALL_STATE(885)] = 36706, + [SMALL_STATE(886)] = 36767, + [SMALL_STATE(887)] = 36822, + [SMALL_STATE(888)] = 36877, + [SMALL_STATE(889)] = 36938, + [SMALL_STATE(890)] = 36993, + [SMALL_STATE(891)] = 37048, + [SMALL_STATE(892)] = 37109, + [SMALL_STATE(893)] = 37164, + [SMALL_STATE(894)] = 37219, + [SMALL_STATE(895)] = 37274, + [SMALL_STATE(896)] = 37329, + [SMALL_STATE(897)] = 37384, + [SMALL_STATE(898)] = 37445, + [SMALL_STATE(899)] = 37500, + [SMALL_STATE(900)] = 37561, + [SMALL_STATE(901)] = 37622, + [SMALL_STATE(902)] = 37677, + [SMALL_STATE(903)] = 37738, + [SMALL_STATE(904)] = 37797, + [SMALL_STATE(905)] = 37858, + [SMALL_STATE(906)] = 37921, + [SMALL_STATE(907)] = 37976, + [SMALL_STATE(908)] = 38037, + [SMALL_STATE(909)] = 38092, + [SMALL_STATE(910)] = 38147, + [SMALL_STATE(911)] = 38210, + [SMALL_STATE(912)] = 38265, + [SMALL_STATE(913)] = 38326, + [SMALL_STATE(914)] = 38389, + [SMALL_STATE(915)] = 38444, + [SMALL_STATE(916)] = 38499, + [SMALL_STATE(917)] = 38554, + [SMALL_STATE(918)] = 38609, + [SMALL_STATE(919)] = 38670, + [SMALL_STATE(920)] = 38725, + [SMALL_STATE(921)] = 38786, + [SMALL_STATE(922)] = 38841, + [SMALL_STATE(923)] = 38904, + [SMALL_STATE(924)] = 38965, + [SMALL_STATE(925)] = 39020, + [SMALL_STATE(926)] = 39081, + [SMALL_STATE(927)] = 39142, + [SMALL_STATE(928)] = 39197, + [SMALL_STATE(929)] = 39252, + [SMALL_STATE(930)] = 39307, + [SMALL_STATE(931)] = 39362, + [SMALL_STATE(932)] = 39417, + [SMALL_STATE(933)] = 39472, + [SMALL_STATE(934)] = 39527, + [SMALL_STATE(935)] = 39582, + [SMALL_STATE(936)] = 39637, + [SMALL_STATE(937)] = 39698, + [SMALL_STATE(938)] = 39753, + [SMALL_STATE(939)] = 39808, + [SMALL_STATE(940)] = 39863, + [SMALL_STATE(941)] = 39922, + [SMALL_STATE(942)] = 39977, + [SMALL_STATE(943)] = 40038, + [SMALL_STATE(944)] = 40099, + [SMALL_STATE(945)] = 40154, + [SMALL_STATE(946)] = 40215, + [SMALL_STATE(947)] = 40270, + [SMALL_STATE(948)] = 40331, + [SMALL_STATE(949)] = 40386, + [SMALL_STATE(950)] = 40441, + [SMALL_STATE(951)] = 40495, + [SMALL_STATE(952)] = 40549, + [SMALL_STATE(953)] = 40603, + [SMALL_STATE(954)] = 40663, + [SMALL_STATE(955)] = 40721, + [SMALL_STATE(956)] = 40775, + [SMALL_STATE(957)] = 40829, + [SMALL_STATE(958)] = 40883, + [SMALL_STATE(959)] = 40937, + [SMALL_STATE(960)] = 40997, + [SMALL_STATE(961)] = 41057, + [SMALL_STATE(962)] = 41117, + [SMALL_STATE(963)] = 41179, + [SMALL_STATE(964)] = 41241, + [SMALL_STATE(965)] = 41301, + [SMALL_STATE(966)] = 41355, + [SMALL_STATE(967)] = 41415, + [SMALL_STATE(968)] = 41469, + [SMALL_STATE(969)] = 41523, + [SMALL_STATE(970)] = 41577, + [SMALL_STATE(971)] = 41637, + [SMALL_STATE(972)] = 41697, + [SMALL_STATE(973)] = 41751, + [SMALL_STATE(974)] = 41805, + [SMALL_STATE(975)] = 41859, + [SMALL_STATE(976)] = 41917, + [SMALL_STATE(977)] = 41977, + [SMALL_STATE(978)] = 42031, + [SMALL_STATE(979)] = 42093, + [SMALL_STATE(980)] = 42153, + [SMALL_STATE(981)] = 42257, + [SMALL_STATE(982)] = 42317, + [SMALL_STATE(983)] = 42371, + [SMALL_STATE(984)] = 42431, + [SMALL_STATE(985)] = 42485, + [SMALL_STATE(986)] = 42547, + [SMALL_STATE(987)] = 42607, + [SMALL_STATE(988)] = 42667, + [SMALL_STATE(989)] = 42727, + [SMALL_STATE(990)] = 42787, + [SMALL_STATE(991)] = 42841, + [SMALL_STATE(992)] = 42901, + [SMALL_STATE(993)] = 43005, + [SMALL_STATE(994)] = 43065, + [SMALL_STATE(995)] = 43125, + [SMALL_STATE(996)] = 43179, + [SMALL_STATE(997)] = 43239, + [SMALL_STATE(998)] = 43299, + [SMALL_STATE(999)] = 43353, + [SMALL_STATE(1000)] = 43407, + [SMALL_STATE(1001)] = 43467, + [SMALL_STATE(1002)] = 43527, + [SMALL_STATE(1003)] = 43585, + [SMALL_STATE(1004)] = 43639, + [SMALL_STATE(1005)] = 43693, + [SMALL_STATE(1006)] = 43747, + [SMALL_STATE(1007)] = 43807, + [SMALL_STATE(1008)] = 43865, + [SMALL_STATE(1009)] = 43969, + [SMALL_STATE(1010)] = 44073, + [SMALL_STATE(1011)] = 44135, + [SMALL_STATE(1012)] = 44197, + [SMALL_STATE(1013)] = 44251, + [SMALL_STATE(1014)] = 44305, + [SMALL_STATE(1015)] = 44363, + [SMALL_STATE(1016)] = 44417, + [SMALL_STATE(1017)] = 44477, + [SMALL_STATE(1018)] = 44537, + [SMALL_STATE(1019)] = 44591, + [SMALL_STATE(1020)] = 44651, + [SMALL_STATE(1021)] = 44705, + [SMALL_STATE(1022)] = 44765, + [SMALL_STATE(1023)] = 44819, + [SMALL_STATE(1024)] = 44873, + [SMALL_STATE(1025)] = 44927, + [SMALL_STATE(1026)] = 44987, + [SMALL_STATE(1027)] = 45053, + [SMALL_STATE(1028)] = 45113, + [SMALL_STATE(1029)] = 45167, + [SMALL_STATE(1030)] = 45227, + [SMALL_STATE(1031)] = 45287, + [SMALL_STATE(1032)] = 45347, + [SMALL_STATE(1033)] = 45401, + [SMALL_STATE(1034)] = 45455, + [SMALL_STATE(1035)] = 45515, + [SMALL_STATE(1036)] = 45575, + [SMALL_STATE(1037)] = 45635, + [SMALL_STATE(1038)] = 45739, + [SMALL_STATE(1039)] = 45793, + [SMALL_STATE(1040)] = 45897, + [SMALL_STATE(1041)] = 45951, + [SMALL_STATE(1042)] = 46005, + [SMALL_STATE(1043)] = 46059, + [SMALL_STATE(1044)] = 46113, + [SMALL_STATE(1045)] = 46167, + [SMALL_STATE(1046)] = 46221, + [SMALL_STATE(1047)] = 46275, + [SMALL_STATE(1048)] = 46335, + [SMALL_STATE(1049)] = 46389, + [SMALL_STATE(1050)] = 46493, + [SMALL_STATE(1051)] = 46547, + [SMALL_STATE(1052)] = 46601, + [SMALL_STATE(1053)] = 46661, + [SMALL_STATE(1054)] = 46721, + [SMALL_STATE(1055)] = 46775, + [SMALL_STATE(1056)] = 46829, + [SMALL_STATE(1057)] = 46883, + [SMALL_STATE(1058)] = 46941, + [SMALL_STATE(1059)] = 46999, + [SMALL_STATE(1060)] = 47103, + [SMALL_STATE(1061)] = 47157, + [SMALL_STATE(1062)] = 47211, + [SMALL_STATE(1063)] = 47271, + [SMALL_STATE(1064)] = 47325, + [SMALL_STATE(1065)] = 47383, + [SMALL_STATE(1066)] = 47437, + [SMALL_STATE(1067)] = 47491, + [SMALL_STATE(1068)] = 47545, + [SMALL_STATE(1069)] = 47605, + [SMALL_STATE(1070)] = 47659, + [SMALL_STATE(1071)] = 47719, + [SMALL_STATE(1072)] = 47773, + [SMALL_STATE(1073)] = 47835, + [SMALL_STATE(1074)] = 47897, + [SMALL_STATE(1075)] = 47957, + [SMALL_STATE(1076)] = 48017, + [SMALL_STATE(1077)] = 48079, + [SMALL_STATE(1078)] = 48133, + [SMALL_STATE(1079)] = 48187, + [SMALL_STATE(1080)] = 48245, + [SMALL_STATE(1081)] = 48305, + [SMALL_STATE(1082)] = 48359, + [SMALL_STATE(1083)] = 48421, + [SMALL_STATE(1084)] = 48475, + [SMALL_STATE(1085)] = 48528, + [SMALL_STATE(1086)] = 48587, + [SMALL_STATE(1087)] = 48646, + [SMALL_STATE(1088)] = 48705, + [SMALL_STATE(1089)] = 48762, + [SMALL_STATE(1090)] = 48815, + [SMALL_STATE(1091)] = 48868, + [SMALL_STATE(1092)] = 48921, + [SMALL_STATE(1093)] = 48980, + [SMALL_STATE(1094)] = 49039, + [SMALL_STATE(1095)] = 49098, + [SMALL_STATE(1096)] = 49157, + [SMALL_STATE(1097)] = 49210, + [SMALL_STATE(1098)] = 49269, + [SMALL_STATE(1099)] = 49326, + [SMALL_STATE(1100)] = 49379, + [SMALL_STATE(1101)] = 49432, + [SMALL_STATE(1102)] = 49489, + [SMALL_STATE(1103)] = 49546, + [SMALL_STATE(1104)] = 49605, + [SMALL_STATE(1105)] = 49658, + [SMALL_STATE(1106)] = 49711, + [SMALL_STATE(1107)] = 49764, + [SMALL_STATE(1108)] = 49817, + [SMALL_STATE(1109)] = 49870, + [SMALL_STATE(1110)] = 49929, + [SMALL_STATE(1111)] = 49988, + [SMALL_STATE(1112)] = 50045, + [SMALL_STATE(1113)] = 50098, + [SMALL_STATE(1114)] = 50157, + [SMALL_STATE(1115)] = 50210, + [SMALL_STATE(1116)] = 50269, + [SMALL_STATE(1117)] = 50328, + [SMALL_STATE(1118)] = 50381, + [SMALL_STATE(1119)] = 50434, + [SMALL_STATE(1120)] = 50487, + [SMALL_STATE(1121)] = 50540, + [SMALL_STATE(1122)] = 50593, + [SMALL_STATE(1123)] = 50652, + [SMALL_STATE(1124)] = 50705, + [SMALL_STATE(1125)] = 50758, + [SMALL_STATE(1126)] = 50811, + [SMALL_STATE(1127)] = 50864, + [SMALL_STATE(1128)] = 50917, + [SMALL_STATE(1129)] = 50970, + [SMALL_STATE(1130)] = 51023, + [SMALL_STATE(1131)] = 51076, + [SMALL_STATE(1132)] = 51129, + [SMALL_STATE(1133)] = 51182, + [SMALL_STATE(1134)] = 51235, + [SMALL_STATE(1135)] = 51288, + [SMALL_STATE(1136)] = 51341, + [SMALL_STATE(1137)] = 51394, + [SMALL_STATE(1138)] = 51447, + [SMALL_STATE(1139)] = 51500, + [SMALL_STATE(1140)] = 51553, + [SMALL_STATE(1141)] = 51606, + [SMALL_STATE(1142)] = 51659, + [SMALL_STATE(1143)] = 51712, + [SMALL_STATE(1144)] = 51769, + [SMALL_STATE(1145)] = 51828, + [SMALL_STATE(1146)] = 51881, + [SMALL_STATE(1147)] = 51934, + [SMALL_STATE(1148)] = 51993, + [SMALL_STATE(1149)] = 52046, + [SMALL_STATE(1150)] = 52099, + [SMALL_STATE(1151)] = 52152, + [SMALL_STATE(1152)] = 52205, + [SMALL_STATE(1153)] = 52264, + [SMALL_STATE(1154)] = 52317, + [SMALL_STATE(1155)] = 52370, + [SMALL_STATE(1156)] = 52423, + [SMALL_STATE(1157)] = 52476, + [SMALL_STATE(1158)] = 52529, + [SMALL_STATE(1159)] = 52582, + [SMALL_STATE(1160)] = 52635, + [SMALL_STATE(1161)] = 52688, + [SMALL_STATE(1162)] = 52741, + [SMALL_STATE(1163)] = 52800, + [SMALL_STATE(1164)] = 52857, + [SMALL_STATE(1165)] = 52916, + [SMALL_STATE(1166)] = 52987, + [SMALL_STATE(1167)] = 53040, + [SMALL_STATE(1168)] = 53099, + [SMALL_STATE(1169)] = 53152, + [SMALL_STATE(1170)] = 53205, + [SMALL_STATE(1171)] = 53276, + [SMALL_STATE(1172)] = 53329, + [SMALL_STATE(1173)] = 53394, + [SMALL_STATE(1174)] = 53447, + [SMALL_STATE(1175)] = 53514, + [SMALL_STATE(1176)] = 53573, + [SMALL_STATE(1177)] = 53632, + [SMALL_STATE(1178)] = 53685, + [SMALL_STATE(1179)] = 53738, + [SMALL_STATE(1180)] = 53795, + [SMALL_STATE(1181)] = 53848, + [SMALL_STATE(1182)] = 53907, + [SMALL_STATE(1183)] = 53966, + [SMALL_STATE(1184)] = 54019, + [SMALL_STATE(1185)] = 54078, + [SMALL_STATE(1186)] = 54137, + [SMALL_STATE(1187)] = 54190, + [SMALL_STATE(1188)] = 54243, + [SMALL_STATE(1189)] = 54302, + [SMALL_STATE(1190)] = 54355, + [SMALL_STATE(1191)] = 54408, + [SMALL_STATE(1192)] = 54461, + [SMALL_STATE(1193)] = 54514, + [SMALL_STATE(1194)] = 54567, + [SMALL_STATE(1195)] = 54624, + [SMALL_STATE(1196)] = 54677, + [SMALL_STATE(1197)] = 54734, + [SMALL_STATE(1198)] = 54787, + [SMALL_STATE(1199)] = 54840, + [SMALL_STATE(1200)] = 54893, + [SMALL_STATE(1201)] = 54946, + [SMALL_STATE(1202)] = 54999, + [SMALL_STATE(1203)] = 55058, + [SMALL_STATE(1204)] = 55111, + [SMALL_STATE(1205)] = 55164, + [SMALL_STATE(1206)] = 55217, + [SMALL_STATE(1207)] = 55276, + [SMALL_STATE(1208)] = 55333, + [SMALL_STATE(1209)] = 55392, + [SMALL_STATE(1210)] = 55451, + [SMALL_STATE(1211)] = 55510, + [SMALL_STATE(1212)] = 55569, + [SMALL_STATE(1213)] = 55628, + [SMALL_STATE(1214)] = 55687, + [SMALL_STATE(1215)] = 55740, + [SMALL_STATE(1216)] = 55799, + [SMALL_STATE(1217)] = 55852, + [SMALL_STATE(1218)] = 55905, + [SMALL_STATE(1219)] = 55958, + [SMALL_STATE(1220)] = 56011, + [SMALL_STATE(1221)] = 56064, + [SMALL_STATE(1222)] = 56117, + [SMALL_STATE(1223)] = 56170, + [SMALL_STATE(1224)] = 56223, + [SMALL_STATE(1225)] = 56276, + [SMALL_STATE(1226)] = 56335, + [SMALL_STATE(1227)] = 56394, + [SMALL_STATE(1228)] = 56447, + [SMALL_STATE(1229)] = 56506, + [SMALL_STATE(1230)] = 56563, + [SMALL_STATE(1231)] = 56616, + [SMALL_STATE(1232)] = 56675, + [SMALL_STATE(1233)] = 56740, + [SMALL_STATE(1234)] = 56793, + [SMALL_STATE(1235)] = 56846, + [SMALL_STATE(1236)] = 56899, + [SMALL_STATE(1237)] = 56952, + [SMALL_STATE(1238)] = 57013, + [SMALL_STATE(1239)] = 57070, + [SMALL_STATE(1240)] = 57131, + [SMALL_STATE(1241)] = 57184, + [SMALL_STATE(1242)] = 57237, + [SMALL_STATE(1243)] = 57296, + [SMALL_STATE(1244)] = 57355, + [SMALL_STATE(1245)] = 57408, + [SMALL_STATE(1246)] = 57467, + [SMALL_STATE(1247)] = 57520, + [SMALL_STATE(1248)] = 57579, + [SMALL_STATE(1249)] = 57632, + [SMALL_STATE(1250)] = 57685, + [SMALL_STATE(1251)] = 57738, + [SMALL_STATE(1252)] = 57791, + [SMALL_STATE(1253)] = 57844, + [SMALL_STATE(1254)] = 57901, + [SMALL_STATE(1255)] = 57954, + [SMALL_STATE(1256)] = 58006, + [SMALL_STATE(1257)] = 58066, + [SMALL_STATE(1258)] = 58118, + [SMALL_STATE(1259)] = 58170, + [SMALL_STATE(1260)] = 58256, + [SMALL_STATE(1261)] = 58308, + [SMALL_STATE(1262)] = 58360, + [SMALL_STATE(1263)] = 58418, + [SMALL_STATE(1264)] = 58470, + [SMALL_STATE(1265)] = 58568, + [SMALL_STATE(1266)] = 58626, + [SMALL_STATE(1267)] = 58678, + [SMALL_STATE(1268)] = 58736, + [SMALL_STATE(1269)] = 58788, + [SMALL_STATE(1270)] = 58840, + [SMALL_STATE(1271)] = 58892, + [SMALL_STATE(1272)] = 58950, + [SMALL_STATE(1273)] = 59008, + [SMALL_STATE(1274)] = 59064, + [SMALL_STATE(1275)] = 59122, + [SMALL_STATE(1276)] = 59180, + [SMALL_STATE(1277)] = 59232, + [SMALL_STATE(1278)] = 59284, + [SMALL_STATE(1279)] = 59336, + [SMALL_STATE(1280)] = 59388, + [SMALL_STATE(1281)] = 59440, + [SMALL_STATE(1282)] = 59538, + [SMALL_STATE(1283)] = 59624, + [SMALL_STATE(1284)] = 59676, + [SMALL_STATE(1285)] = 59728, + [SMALL_STATE(1286)] = 59780, + [SMALL_STATE(1287)] = 59838, + [SMALL_STATE(1288)] = 59896, + [SMALL_STATE(1289)] = 59954, + [SMALL_STATE(1290)] = 60040, + [SMALL_STATE(1291)] = 60092, + [SMALL_STATE(1292)] = 60148, + [SMALL_STATE(1293)] = 60200, + [SMALL_STATE(1294)] = 60252, + [SMALL_STATE(1295)] = 60308, + [SMALL_STATE(1296)] = 60406, + [SMALL_STATE(1297)] = 60458, + [SMALL_STATE(1298)] = 60510, + [SMALL_STATE(1299)] = 60562, + [SMALL_STATE(1300)] = 60614, + [SMALL_STATE(1301)] = 60666, + [SMALL_STATE(1302)] = 60718, + [SMALL_STATE(1303)] = 60770, + [SMALL_STATE(1304)] = 60822, + [SMALL_STATE(1305)] = 60874, + [SMALL_STATE(1306)] = 60926, + [SMALL_STATE(1307)] = 60994, + [SMALL_STATE(1308)] = 61046, + [SMALL_STATE(1309)] = 61098, + [SMALL_STATE(1310)] = 61156, + [SMALL_STATE(1311)] = 61208, + [SMALL_STATE(1312)] = 61264, + [SMALL_STATE(1313)] = 61316, + [SMALL_STATE(1314)] = 61368, + [SMALL_STATE(1315)] = 61420, + [SMALL_STATE(1316)] = 61478, + [SMALL_STATE(1317)] = 61530, + [SMALL_STATE(1318)] = 61582, + [SMALL_STATE(1319)] = 61634, + [SMALL_STATE(1320)] = 61686, + [SMALL_STATE(1321)] = 61738, + [SMALL_STATE(1322)] = 61790, + [SMALL_STATE(1323)] = 61842, + [SMALL_STATE(1324)] = 61900, + [SMALL_STATE(1325)] = 61952, + [SMALL_STATE(1326)] = 62004, + [SMALL_STATE(1327)] = 62056, + [SMALL_STATE(1328)] = 62108, + [SMALL_STATE(1329)] = 62160, + [SMALL_STATE(1330)] = 62216, + [SMALL_STATE(1331)] = 62268, + [SMALL_STATE(1332)] = 62326, + [SMALL_STATE(1333)] = 62378, + [SMALL_STATE(1334)] = 62430, + [SMALL_STATE(1335)] = 62486, + [SMALL_STATE(1336)] = 62538, + [SMALL_STATE(1337)] = 62590, + [SMALL_STATE(1338)] = 62642, + [SMALL_STATE(1339)] = 62694, + [SMALL_STATE(1340)] = 62746, + [SMALL_STATE(1341)] = 62798, + [SMALL_STATE(1342)] = 62856, + [SMALL_STATE(1343)] = 62908, + [SMALL_STATE(1344)] = 62960, + [SMALL_STATE(1345)] = 63012, + [SMALL_STATE(1346)] = 63064, + [SMALL_STATE(1347)] = 63116, + [SMALL_STATE(1348)] = 63168, + [SMALL_STATE(1349)] = 63220, + [SMALL_STATE(1350)] = 63278, + [SMALL_STATE(1351)] = 63336, + [SMALL_STATE(1352)] = 63434, + [SMALL_STATE(1353)] = 63486, + [SMALL_STATE(1354)] = 63544, + [SMALL_STATE(1355)] = 63602, + [SMALL_STATE(1356)] = 63654, + [SMALL_STATE(1357)] = 63706, + [SMALL_STATE(1358)] = 63766, + [SMALL_STATE(1359)] = 63818, + [SMALL_STATE(1360)] = 63870, + [SMALL_STATE(1361)] = 63928, + [SMALL_STATE(1362)] = 63992, + [SMALL_STATE(1363)] = 64048, + [SMALL_STATE(1364)] = 64100, + [SMALL_STATE(1365)] = 64156, + [SMALL_STATE(1366)] = 64214, + [SMALL_STATE(1367)] = 64272, + [SMALL_STATE(1368)] = 64330, + [SMALL_STATE(1369)] = 64388, + [SMALL_STATE(1370)] = 64444, + [SMALL_STATE(1371)] = 64496, + [SMALL_STATE(1372)] = 64552, + [SMALL_STATE(1373)] = 64604, + [SMALL_STATE(1374)] = 64656, + [SMALL_STATE(1375)] = 64714, + [SMALL_STATE(1376)] = 64766, + [SMALL_STATE(1377)] = 64818, + [SMALL_STATE(1378)] = 64870, + [SMALL_STATE(1379)] = 64922, + [SMALL_STATE(1380)] = 64978, + [SMALL_STATE(1381)] = 65030, + [SMALL_STATE(1382)] = 65082, + [SMALL_STATE(1383)] = 65134, + [SMALL_STATE(1384)] = 65186, + [SMALL_STATE(1385)] = 65242, + [SMALL_STATE(1386)] = 65294, + [SMALL_STATE(1387)] = 65346, + [SMALL_STATE(1388)] = 65398, + [SMALL_STATE(1389)] = 65450, + [SMALL_STATE(1390)] = 65508, + [SMALL_STATE(1391)] = 65560, + [SMALL_STATE(1392)] = 65612, + [SMALL_STATE(1393)] = 65668, + [SMALL_STATE(1394)] = 65720, + [SMALL_STATE(1395)] = 65772, + [SMALL_STATE(1396)] = 65870, + [SMALL_STATE(1397)] = 65942, + [SMALL_STATE(1398)] = 65994, + [SMALL_STATE(1399)] = 66058, + [SMALL_STATE(1400)] = 66110, + [SMALL_STATE(1401)] = 66168, + [SMALL_STATE(1402)] = 66266, + [SMALL_STATE(1403)] = 66318, + [SMALL_STATE(1404)] = 66374, + [SMALL_STATE(1405)] = 66430, + [SMALL_STATE(1406)] = 66482, + [SMALL_STATE(1407)] = 66534, + [SMALL_STATE(1408)] = 66586, + [SMALL_STATE(1409)] = 66644, + [SMALL_STATE(1410)] = 66696, + [SMALL_STATE(1411)] = 66748, + [SMALL_STATE(1412)] = 66800, + [SMALL_STATE(1413)] = 66852, + [SMALL_STATE(1414)] = 66908, + [SMALL_STATE(1415)] = 66960, + [SMALL_STATE(1416)] = 67012, + [SMALL_STATE(1417)] = 67070, + [SMALL_STATE(1418)] = 67122, + [SMALL_STATE(1419)] = 67220, + [SMALL_STATE(1420)] = 67278, + [SMALL_STATE(1421)] = 67330, + [SMALL_STATE(1422)] = 67382, + [SMALL_STATE(1423)] = 67434, + [SMALL_STATE(1424)] = 67492, + [SMALL_STATE(1425)] = 67556, + [SMALL_STATE(1426)] = 67608, + [SMALL_STATE(1427)] = 67660, + [SMALL_STATE(1428)] = 67712, + [SMALL_STATE(1429)] = 67764, + [SMALL_STATE(1430)] = 67815, + [SMALL_STATE(1431)] = 67870, + [SMALL_STATE(1432)] = 67925, + [SMALL_STATE(1433)] = 67976, + [SMALL_STATE(1434)] = 68033, + [SMALL_STATE(1435)] = 68090, + [SMALL_STATE(1436)] = 68147, + [SMALL_STATE(1437)] = 68198, + [SMALL_STATE(1438)] = 68249, + [SMALL_STATE(1439)] = 68304, + [SMALL_STATE(1440)] = 68361, + [SMALL_STATE(1441)] = 68416, + [SMALL_STATE(1442)] = 68473, + [SMALL_STATE(1443)] = 68568, + [SMALL_STATE(1444)] = 68623, + [SMALL_STATE(1445)] = 68678, + [SMALL_STATE(1446)] = 68773, + [SMALL_STATE(1447)] = 68824, + [SMALL_STATE(1448)] = 68879, + [SMALL_STATE(1449)] = 68930, + [SMALL_STATE(1450)] = 68987, + [SMALL_STATE(1451)] = 69038, + [SMALL_STATE(1452)] = 69133, + [SMALL_STATE(1453)] = 69188, + [SMALL_STATE(1454)] = 69239, + [SMALL_STATE(1455)] = 69334, + [SMALL_STATE(1456)] = 69385, + [SMALL_STATE(1457)] = 69436, + [SMALL_STATE(1458)] = 69487, + [SMALL_STATE(1459)] = 69538, + [SMALL_STATE(1460)] = 69589, + [SMALL_STATE(1461)] = 69640, + [SMALL_STATE(1462)] = 69725, + [SMALL_STATE(1463)] = 69810, + [SMALL_STATE(1464)] = 69861, + [SMALL_STATE(1465)] = 69912, + [SMALL_STATE(1466)] = 69963, + [SMALL_STATE(1467)] = 70018, + [SMALL_STATE(1468)] = 70073, + [SMALL_STATE(1469)] = 70124, + [SMALL_STATE(1470)] = 70181, + [SMALL_STATE(1471)] = 70232, + [SMALL_STATE(1472)] = 70283, + [SMALL_STATE(1473)] = 70340, + [SMALL_STATE(1474)] = 70395, + [SMALL_STATE(1475)] = 70446, + [SMALL_STATE(1476)] = 70541, + [SMALL_STATE(1477)] = 70596, + [SMALL_STATE(1478)] = 70651, + [SMALL_STATE(1479)] = 70702, + [SMALL_STATE(1480)] = 70757, + [SMALL_STATE(1481)] = 70808, + [SMALL_STATE(1482)] = 70865, + [SMALL_STATE(1483)] = 70920, + [SMALL_STATE(1484)] = 70971, + [SMALL_STATE(1485)] = 71022, + [SMALL_STATE(1486)] = 71079, + [SMALL_STATE(1487)] = 71130, + [SMALL_STATE(1488)] = 71181, + [SMALL_STATE(1489)] = 71232, + [SMALL_STATE(1490)] = 71283, + [SMALL_STATE(1491)] = 71334, + [SMALL_STATE(1492)] = 71385, + [SMALL_STATE(1493)] = 71436, + [SMALL_STATE(1494)] = 71487, + [SMALL_STATE(1495)] = 71538, + [SMALL_STATE(1496)] = 71589, + [SMALL_STATE(1497)] = 71640, + [SMALL_STATE(1498)] = 71691, + [SMALL_STATE(1499)] = 71748, + [SMALL_STATE(1500)] = 71799, + [SMALL_STATE(1501)] = 71856, + [SMALL_STATE(1502)] = 71913, + [SMALL_STATE(1503)] = 71970, + [SMALL_STATE(1504)] = 72065, + [SMALL_STATE(1505)] = 72160, + [SMALL_STATE(1506)] = 72211, + [SMALL_STATE(1507)] = 72266, + [SMALL_STATE(1508)] = 72321, + [SMALL_STATE(1509)] = 72416, + [SMALL_STATE(1510)] = 72471, + [SMALL_STATE(1511)] = 72522, + [SMALL_STATE(1512)] = 72573, + [SMALL_STATE(1513)] = 72628, + [SMALL_STATE(1514)] = 72679, + [SMALL_STATE(1515)] = 72774, + [SMALL_STATE(1516)] = 72825, + [SMALL_STATE(1517)] = 72876, + [SMALL_STATE(1518)] = 72935, + [SMALL_STATE(1519)] = 72986, + [SMALL_STATE(1520)] = 73037, + [SMALL_STATE(1521)] = 73092, + [SMALL_STATE(1522)] = 73143, + [SMALL_STATE(1523)] = 73194, + [SMALL_STATE(1524)] = 73253, + [SMALL_STATE(1525)] = 73304, + [SMALL_STATE(1526)] = 73355, + [SMALL_STATE(1527)] = 73450, + [SMALL_STATE(1528)] = 73501, + [SMALL_STATE(1529)] = 73552, + [SMALL_STATE(1530)] = 73603, + [SMALL_STATE(1531)] = 73660, + [SMALL_STATE(1532)] = 73719, + [SMALL_STATE(1533)] = 73770, + [SMALL_STATE(1534)] = 73825, + [SMALL_STATE(1535)] = 73881, + [SMALL_STATE(1536)] = 73931, + [SMALL_STATE(1537)] = 73981, + [SMALL_STATE(1538)] = 74037, + [SMALL_STATE(1539)] = 74129, + [SMALL_STATE(1540)] = 74189, + [SMALL_STATE(1541)] = 74247, + [SMALL_STATE(1542)] = 74339, + [SMALL_STATE(1543)] = 74431, + [SMALL_STATE(1544)] = 74481, + [SMALL_STATE(1545)] = 74541, + [SMALL_STATE(1546)] = 74597, + [SMALL_STATE(1547)] = 74657, + [SMALL_STATE(1548)] = 74707, + [SMALL_STATE(1549)] = 74767, + [SMALL_STATE(1550)] = 74817, + [SMALL_STATE(1551)] = 74877, + [SMALL_STATE(1552)] = 74937, + [SMALL_STATE(1553)] = 75029, + [SMALL_STATE(1554)] = 75089, + [SMALL_STATE(1555)] = 75139, + [SMALL_STATE(1556)] = 75199, + [SMALL_STATE(1557)] = 75253, + [SMALL_STATE(1558)] = 75303, + [SMALL_STATE(1559)] = 75353, + [SMALL_STATE(1560)] = 75445, + [SMALL_STATE(1561)] = 75537, + [SMALL_STATE(1562)] = 75587, + [SMALL_STATE(1563)] = 75647, + [SMALL_STATE(1564)] = 75701, + [SMALL_STATE(1565)] = 75793, + [SMALL_STATE(1566)] = 75885, + [SMALL_STATE(1567)] = 75977, + [SMALL_STATE(1568)] = 76037, + [SMALL_STATE(1569)] = 76093, + [SMALL_STATE(1570)] = 76185, + [SMALL_STATE(1571)] = 76245, + [SMALL_STATE(1572)] = 76339, + [SMALL_STATE(1573)] = 76431, + [SMALL_STATE(1574)] = 76485, + [SMALL_STATE(1575)] = 76535, + [SMALL_STATE(1576)] = 76591, + [SMALL_STATE(1577)] = 76683, + [SMALL_STATE(1578)] = 76775, + [SMALL_STATE(1579)] = 76835, + [SMALL_STATE(1580)] = 76929, + [SMALL_STATE(1581)] = 76989, + [SMALL_STATE(1582)] = 77039, + [SMALL_STATE(1583)] = 77093, + [SMALL_STATE(1584)] = 77153, + [SMALL_STATE(1585)] = 77213, + [SMALL_STATE(1586)] = 77305, + [SMALL_STATE(1587)] = 77361, + [SMALL_STATE(1588)] = 77421, + [SMALL_STATE(1589)] = 77471, + [SMALL_STATE(1590)] = 77563, + [SMALL_STATE(1591)] = 77623, + [SMALL_STATE(1592)] = 77673, + [SMALL_STATE(1593)] = 77765, + [SMALL_STATE(1594)] = 77825, + [SMALL_STATE(1595)] = 77917, + [SMALL_STATE(1596)] = 77967, + [SMALL_STATE(1597)] = 78021, + [SMALL_STATE(1598)] = 78075, + [SMALL_STATE(1599)] = 78135, + [SMALL_STATE(1600)] = 78185, + [SMALL_STATE(1601)] = 78245, + [SMALL_STATE(1602)] = 78295, + [SMALL_STATE(1603)] = 78355, + [SMALL_STATE(1604)] = 78447, + [SMALL_STATE(1605)] = 78501, + [SMALL_STATE(1606)] = 78555, + [SMALL_STATE(1607)] = 78605, + [SMALL_STATE(1608)] = 78665, + [SMALL_STATE(1609)] = 78757, + [SMALL_STATE(1610)] = 78813, + [SMALL_STATE(1611)] = 78873, + [SMALL_STATE(1612)] = 78965, + [SMALL_STATE(1613)] = 79051, + [SMALL_STATE(1614)] = 79111, + [SMALL_STATE(1615)] = 79203, + [SMALL_STATE(1616)] = 79259, + [SMALL_STATE(1617)] = 79313, + [SMALL_STATE(1618)] = 79373, + [SMALL_STATE(1619)] = 79465, + [SMALL_STATE(1620)] = 79557, + [SMALL_STATE(1621)] = 79607, + [SMALL_STATE(1622)] = 79667, + [SMALL_STATE(1623)] = 79717, + [SMALL_STATE(1624)] = 79809, + [SMALL_STATE(1625)] = 79901, + [SMALL_STATE(1626)] = 79993, + [SMALL_STATE(1627)] = 80049, + [SMALL_STATE(1628)] = 80141, + [SMALL_STATE(1629)] = 80233, + [SMALL_STATE(1630)] = 80327, + [SMALL_STATE(1631)] = 80421, + [SMALL_STATE(1632)] = 80513, + [SMALL_STATE(1633)] = 80573, + [SMALL_STATE(1634)] = 80623, + [SMALL_STATE(1635)] = 80683, + [SMALL_STATE(1636)] = 80775, + [SMALL_STATE(1637)] = 80835, + [SMALL_STATE(1638)] = 80895, + [SMALL_STATE(1639)] = 80987, + [SMALL_STATE(1640)] = 81047, + [SMALL_STATE(1641)] = 81107, + [SMALL_STATE(1642)] = 81167, + [SMALL_STATE(1643)] = 81227, + [SMALL_STATE(1644)] = 81277, + [SMALL_STATE(1645)] = 81369, + [SMALL_STATE(1646)] = 81429, + [SMALL_STATE(1647)] = 81489, + [SMALL_STATE(1648)] = 81549, + [SMALL_STATE(1649)] = 81609, + [SMALL_STATE(1650)] = 81659, + [SMALL_STATE(1651)] = 81719, + [SMALL_STATE(1652)] = 81779, + [SMALL_STATE(1653)] = 81829, + [SMALL_STATE(1654)] = 81889, + [SMALL_STATE(1655)] = 81945, + [SMALL_STATE(1656)] = 81995, + [SMALL_STATE(1657)] = 82049, + [SMALL_STATE(1658)] = 82141, + [SMALL_STATE(1659)] = 82201, + [SMALL_STATE(1660)] = 82251, + [SMALL_STATE(1661)] = 82301, + [SMALL_STATE(1662)] = 82351, + [SMALL_STATE(1663)] = 82411, + [SMALL_STATE(1664)] = 82461, + [SMALL_STATE(1665)] = 82521, + [SMALL_STATE(1666)] = 82581, + [SMALL_STATE(1667)] = 82631, + [SMALL_STATE(1668)] = 82681, + [SMALL_STATE(1669)] = 82741, + [SMALL_STATE(1670)] = 82833, + [SMALL_STATE(1671)] = 82893, + [SMALL_STATE(1672)] = 82985, + [SMALL_STATE(1673)] = 83045, + [SMALL_STATE(1674)] = 83103, + [SMALL_STATE(1675)] = 83195, + [SMALL_STATE(1676)] = 83245, + [SMALL_STATE(1677)] = 83305, + [SMALL_STATE(1678)] = 83397, + [SMALL_STATE(1679)] = 83457, + [SMALL_STATE(1680)] = 83507, + [SMALL_STATE(1681)] = 83557, + [SMALL_STATE(1682)] = 83617, + [SMALL_STATE(1683)] = 83709, + [SMALL_STATE(1684)] = 83769, + [SMALL_STATE(1685)] = 83823, + [SMALL_STATE(1686)] = 83917, + [SMALL_STATE(1687)] = 83977, + [SMALL_STATE(1688)] = 84069, + [SMALL_STATE(1689)] = 84129, + [SMALL_STATE(1690)] = 84189, + [SMALL_STATE(1691)] = 84249, + [SMALL_STATE(1692)] = 84341, + [SMALL_STATE(1693)] = 84401, + [SMALL_STATE(1694)] = 84461, + [SMALL_STATE(1695)] = 84553, + [SMALL_STATE(1696)] = 84613, + [SMALL_STATE(1697)] = 84669, + [SMALL_STATE(1698)] = 84761, + [SMALL_STATE(1699)] = 84821, + [SMALL_STATE(1700)] = 84881, + [SMALL_STATE(1701)] = 84931, + [SMALL_STATE(1702)] = 84991, + [SMALL_STATE(1703)] = 85046, + [SMALL_STATE(1704)] = 85099, + [SMALL_STATE(1705)] = 85156, + [SMALL_STATE(1706)] = 85205, + [SMALL_STATE(1707)] = 85260, + [SMALL_STATE(1708)] = 85313, + [SMALL_STATE(1709)] = 85368, + [SMALL_STATE(1710)] = 85423, + [SMALL_STATE(1711)] = 85480, + [SMALL_STATE(1712)] = 85529, + [SMALL_STATE(1713)] = 85584, + [SMALL_STATE(1714)] = 85637, + [SMALL_STATE(1715)] = 85686, + [SMALL_STATE(1716)] = 85741, + [SMALL_STATE(1717)] = 85796, + [SMALL_STATE(1718)] = 85851, + [SMALL_STATE(1719)] = 85904, + [SMALL_STATE(1720)] = 85959, + [SMALL_STATE(1721)] = 86008, + [SMALL_STATE(1722)] = 86057, + [SMALL_STATE(1723)] = 86112, + [SMALL_STATE(1724)] = 86167, + [SMALL_STATE(1725)] = 86216, + [SMALL_STATE(1726)] = 86265, + [SMALL_STATE(1727)] = 86320, + [SMALL_STATE(1728)] = 86369, + [SMALL_STATE(1729)] = 86418, + [SMALL_STATE(1730)] = 86471, + [SMALL_STATE(1731)] = 86524, + [SMALL_STATE(1732)] = 86577, + [SMALL_STATE(1733)] = 86632, + [SMALL_STATE(1734)] = 86685, + [SMALL_STATE(1735)] = 86738, + [SMALL_STATE(1736)] = 86791, + [SMALL_STATE(1737)] = 86844, + [SMALL_STATE(1738)] = 86899, + [SMALL_STATE(1739)] = 86952, + [SMALL_STATE(1740)] = 87005, + [SMALL_STATE(1741)] = 87060, + [SMALL_STATE(1742)] = 87115, + [SMALL_STATE(1743)] = 87170, + [SMALL_STATE(1744)] = 87225, + [SMALL_STATE(1745)] = 87278, + [SMALL_STATE(1746)] = 87327, + [SMALL_STATE(1747)] = 87376, + [SMALL_STATE(1748)] = 87425, + [SMALL_STATE(1749)] = 87474, + [SMALL_STATE(1750)] = 87523, + [SMALL_STATE(1751)] = 87580, + [SMALL_STATE(1752)] = 87635, + [SMALL_STATE(1753)] = 87688, + [SMALL_STATE(1754)] = 87743, + [SMALL_STATE(1755)] = 87796, + [SMALL_STATE(1756)] = 87850, + [SMALL_STATE(1757)] = 87902, + [SMALL_STATE(1758)] = 87956, + [SMALL_STATE(1759)] = 88010, + [SMALL_STATE(1760)] = 88064, + [SMALL_STATE(1761)] = 88118, + [SMALL_STATE(1762)] = 88210, + [SMALL_STATE(1763)] = 88302, + [SMALL_STATE(1764)] = 88354, + [SMALL_STATE(1765)] = 88408, + [SMALL_STATE(1766)] = 88462, + [SMALL_STATE(1767)] = 88554, + [SMALL_STATE(1768)] = 88646, + [SMALL_STATE(1769)] = 88698, + [SMALL_STATE(1770)] = 88752, + [SMALL_STATE(1771)] = 88806, + [SMALL_STATE(1772)] = 88858, + [SMALL_STATE(1773)] = 88912, + [SMALL_STATE(1774)] = 88964, + [SMALL_STATE(1775)] = 89012, + [SMALL_STATE(1776)] = 89060, + [SMALL_STATE(1777)] = 89108, + [SMALL_STATE(1778)] = 89160, + [SMALL_STATE(1779)] = 89208, + [SMALL_STATE(1780)] = 89262, + [SMALL_STATE(1781)] = 89310, + [SMALL_STATE(1782)] = 89358, + [SMALL_STATE(1783)] = 89406, + [SMALL_STATE(1784)] = 89454, + [SMALL_STATE(1785)] = 89506, + [SMALL_STATE(1786)] = 89554, + [SMALL_STATE(1787)] = 89602, + [SMALL_STATE(1788)] = 89650, + [SMALL_STATE(1789)] = 89698, + [SMALL_STATE(1790)] = 89746, + [SMALL_STATE(1791)] = 89794, + [SMALL_STATE(1792)] = 89842, + [SMALL_STATE(1793)] = 89894, + [SMALL_STATE(1794)] = 89942, + [SMALL_STATE(1795)] = 89994, + [SMALL_STATE(1796)] = 90042, + [SMALL_STATE(1797)] = 90094, + [SMALL_STATE(1798)] = 90142, + [SMALL_STATE(1799)] = 90234, + [SMALL_STATE(1800)] = 90326, + [SMALL_STATE(1801)] = 90378, + [SMALL_STATE(1802)] = 90426, + [SMALL_STATE(1803)] = 90478, + [SMALL_STATE(1804)] = 90530, + [SMALL_STATE(1805)] = 90622, + [SMALL_STATE(1806)] = 90714, + [SMALL_STATE(1807)] = 90762, + [SMALL_STATE(1808)] = 90816, + [SMALL_STATE(1809)] = 90864, + [SMALL_STATE(1810)] = 90912, + [SMALL_STATE(1811)] = 90966, + [SMALL_STATE(1812)] = 91014, + [SMALL_STATE(1813)] = 91062, + [SMALL_STATE(1814)] = 91110, + [SMALL_STATE(1815)] = 91158, + [SMALL_STATE(1816)] = 91206, + [SMALL_STATE(1817)] = 91254, + [SMALL_STATE(1818)] = 91302, + [SMALL_STATE(1819)] = 91350, + [SMALL_STATE(1820)] = 91398, + [SMALL_STATE(1821)] = 91446, + [SMALL_STATE(1822)] = 91494, + [SMALL_STATE(1823)] = 91542, + [SMALL_STATE(1824)] = 91634, + [SMALL_STATE(1825)] = 91726, + [SMALL_STATE(1826)] = 91818, + [SMALL_STATE(1827)] = 91866, + [SMALL_STATE(1828)] = 91958, + [SMALL_STATE(1829)] = 92006, + [SMALL_STATE(1830)] = 92054, + [SMALL_STATE(1831)] = 92102, + [SMALL_STATE(1832)] = 92150, + [SMALL_STATE(1833)] = 92198, + [SMALL_STATE(1834)] = 92246, + [SMALL_STATE(1835)] = 92294, + [SMALL_STATE(1836)] = 92346, + [SMALL_STATE(1837)] = 92394, + [SMALL_STATE(1838)] = 92446, + [SMALL_STATE(1839)] = 92498, + [SMALL_STATE(1840)] = 92550, + [SMALL_STATE(1841)] = 92602, + [SMALL_STATE(1842)] = 92650, + [SMALL_STATE(1843)] = 92702, + [SMALL_STATE(1844)] = 92754, + [SMALL_STATE(1845)] = 92806, + [SMALL_STATE(1846)] = 92854, + [SMALL_STATE(1847)] = 92902, + [SMALL_STATE(1848)] = 92954, + [SMALL_STATE(1849)] = 93002, + [SMALL_STATE(1850)] = 93054, + [SMALL_STATE(1851)] = 93106, + [SMALL_STATE(1852)] = 93153, + [SMALL_STATE(1853)] = 93200, + [SMALL_STATE(1854)] = 93251, + [SMALL_STATE(1855)] = 93302, + [SMALL_STATE(1856)] = 93353, + [SMALL_STATE(1857)] = 93404, + [SMALL_STATE(1858)] = 93459, + [SMALL_STATE(1859)] = 93510, + [SMALL_STATE(1860)] = 93561, + [SMALL_STATE(1861)] = 93616, + [SMALL_STATE(1862)] = 93663, + [SMALL_STATE(1863)] = 93714, + [SMALL_STATE(1864)] = 93761, + [SMALL_STATE(1865)] = 93808, + [SMALL_STATE(1866)] = 93855, + [SMALL_STATE(1867)] = 93902, + [SMALL_STATE(1868)] = 93949, + [SMALL_STATE(1869)] = 93996, + [SMALL_STATE(1870)] = 94043, + [SMALL_STATE(1871)] = 94090, + [SMALL_STATE(1872)] = 94137, + [SMALL_STATE(1873)] = 94186, + [SMALL_STATE(1874)] = 94239, + [SMALL_STATE(1875)] = 94286, + [SMALL_STATE(1876)] = 94333, + [SMALL_STATE(1877)] = 94380, + [SMALL_STATE(1878)] = 94431, + [SMALL_STATE(1879)] = 94484, + [SMALL_STATE(1880)] = 94537, + [SMALL_STATE(1881)] = 94584, + [SMALL_STATE(1882)] = 94631, + [SMALL_STATE(1883)] = 94684, + [SMALL_STATE(1884)] = 94737, + [SMALL_STATE(1885)] = 94790, + [SMALL_STATE(1886)] = 94841, + [SMALL_STATE(1887)] = 94888, + [SMALL_STATE(1888)] = 94935, + [SMALL_STATE(1889)] = 94982, + [SMALL_STATE(1890)] = 95029, + [SMALL_STATE(1891)] = 95076, + [SMALL_STATE(1892)] = 95123, + [SMALL_STATE(1893)] = 95170, + [SMALL_STATE(1894)] = 95217, + [SMALL_STATE(1895)] = 95264, + [SMALL_STATE(1896)] = 95311, + [SMALL_STATE(1897)] = 95358, + [SMALL_STATE(1898)] = 95405, + [SMALL_STATE(1899)] = 95452, + [SMALL_STATE(1900)] = 95499, + [SMALL_STATE(1901)] = 95546, + [SMALL_STATE(1902)] = 95597, + [SMALL_STATE(1903)] = 95644, + [SMALL_STATE(1904)] = 95691, + [SMALL_STATE(1905)] = 95742, + [SMALL_STATE(1906)] = 95793, + [SMALL_STATE(1907)] = 95840, + [SMALL_STATE(1908)] = 95887, + [SMALL_STATE(1909)] = 95934, + [SMALL_STATE(1910)] = 95981, + [SMALL_STATE(1911)] = 96032, + [SMALL_STATE(1912)] = 96087, + [SMALL_STATE(1913)] = 96140, + [SMALL_STATE(1914)] = 96187, + [SMALL_STATE(1915)] = 96238, + [SMALL_STATE(1916)] = 96293, + [SMALL_STATE(1917)] = 96340, + [SMALL_STATE(1918)] = 96395, + [SMALL_STATE(1919)] = 96442, + [SMALL_STATE(1920)] = 96489, + [SMALL_STATE(1921)] = 96540, + [SMALL_STATE(1922)] = 96587, + [SMALL_STATE(1923)] = 96642, + [SMALL_STATE(1924)] = 96693, + [SMALL_STATE(1925)] = 96740, + [SMALL_STATE(1926)] = 96787, + [SMALL_STATE(1927)] = 96838, + [SMALL_STATE(1928)] = 96885, + [SMALL_STATE(1929)] = 96932, + [SMALL_STATE(1930)] = 96979, + [SMALL_STATE(1931)] = 97032, + [SMALL_STATE(1932)] = 97087, + [SMALL_STATE(1933)] = 97134, + [SMALL_STATE(1934)] = 97185, + [SMALL_STATE(1935)] = 97240, + [SMALL_STATE(1936)] = 97293, + [SMALL_STATE(1937)] = 97346, + [SMALL_STATE(1938)] = 97397, + [SMALL_STATE(1939)] = 97448, + [SMALL_STATE(1940)] = 97501, + [SMALL_STATE(1941)] = 97552, + [SMALL_STATE(1942)] = 97599, + [SMALL_STATE(1943)] = 97646, + [SMALL_STATE(1944)] = 97693, + [SMALL_STATE(1945)] = 97746, + [SMALL_STATE(1946)] = 97797, + [SMALL_STATE(1947)] = 97844, + [SMALL_STATE(1948)] = 97891, + [SMALL_STATE(1949)] = 97944, + [SMALL_STATE(1950)] = 97991, + [SMALL_STATE(1951)] = 98038, + [SMALL_STATE(1952)] = 98085, + [SMALL_STATE(1953)] = 98132, + [SMALL_STATE(1954)] = 98187, + [SMALL_STATE(1955)] = 98240, + [SMALL_STATE(1956)] = 98287, + [SMALL_STATE(1957)] = 98334, + [SMALL_STATE(1958)] = 98381, + [SMALL_STATE(1959)] = 98434, + [SMALL_STATE(1960)] = 98481, + [SMALL_STATE(1961)] = 98532, + [SMALL_STATE(1962)] = 98579, + [SMALL_STATE(1963)] = 98634, + [SMALL_STATE(1964)] = 98685, + [SMALL_STATE(1965)] = 98732, + [SMALL_STATE(1966)] = 98787, + [SMALL_STATE(1967)] = 98834, + [SMALL_STATE(1968)] = 98881, + [SMALL_STATE(1969)] = 98934, + [SMALL_STATE(1970)] = 98981, + [SMALL_STATE(1971)] = 99036, + [SMALL_STATE(1972)] = 99082, + [SMALL_STATE(1973)] = 99128, + [SMALL_STATE(1974)] = 99178, + [SMALL_STATE(1975)] = 99226, + [SMALL_STATE(1976)] = 99272, + [SMALL_STATE(1977)] = 99320, + [SMALL_STATE(1978)] = 99374, + [SMALL_STATE(1979)] = 99422, + [SMALL_STATE(1980)] = 99472, + [SMALL_STATE(1981)] = 99518, + [SMALL_STATE(1982)] = 99564, + [SMALL_STATE(1983)] = 99614, + [SMALL_STATE(1984)] = 99664, + [SMALL_STATE(1985)] = 99714, + [SMALL_STATE(1986)] = 99760, + [SMALL_STATE(1987)] = 99814, + [SMALL_STATE(1988)] = 99860, + [SMALL_STATE(1989)] = 99914, + [SMALL_STATE(1990)] = 99968, + [SMALL_STATE(1991)] = 100016, + [SMALL_STATE(1992)] = 100064, + [SMALL_STATE(1993)] = 100110, + [SMALL_STATE(1994)] = 100156, + [SMALL_STATE(1995)] = 100202, + [SMALL_STATE(1996)] = 100248, + [SMALL_STATE(1997)] = 100294, + [SMALL_STATE(1998)] = 100344, + [SMALL_STATE(1999)] = 100390, + [SMALL_STATE(2000)] = 100440, + [SMALL_STATE(2001)] = 100486, + [SMALL_STATE(2002)] = 100536, + [SMALL_STATE(2003)] = 100582, + [SMALL_STATE(2004)] = 100628, + [SMALL_STATE(2005)] = 100674, + [SMALL_STATE(2006)] = 100724, + [SMALL_STATE(2007)] = 100770, + [SMALL_STATE(2008)] = 100820, + [SMALL_STATE(2009)] = 100866, + [SMALL_STATE(2010)] = 100912, + [SMALL_STATE(2011)] = 100958, + [SMALL_STATE(2012)] = 101004, + [SMALL_STATE(2013)] = 101050, + [SMALL_STATE(2014)] = 101096, + [SMALL_STATE(2015)] = 101146, + [SMALL_STATE(2016)] = 101196, + [SMALL_STATE(2017)] = 101242, + [SMALL_STATE(2018)] = 101288, + [SMALL_STATE(2019)] = 101334, + [SMALL_STATE(2020)] = 101380, + [SMALL_STATE(2021)] = 101426, + [SMALL_STATE(2022)] = 101472, + [SMALL_STATE(2023)] = 101522, + [SMALL_STATE(2024)] = 101568, + [SMALL_STATE(2025)] = 101620, + [SMALL_STATE(2026)] = 101672, + [SMALL_STATE(2027)] = 101718, + [SMALL_STATE(2028)] = 101764, + [SMALL_STATE(2029)] = 101810, + [SMALL_STATE(2030)] = 101864, + [SMALL_STATE(2031)] = 101910, + [SMALL_STATE(2032)] = 101956, + [SMALL_STATE(2033)] = 102002, + [SMALL_STATE(2034)] = 102048, + [SMALL_STATE(2035)] = 102094, + [SMALL_STATE(2036)] = 102140, + [SMALL_STATE(2037)] = 102186, + [SMALL_STATE(2038)] = 102232, + [SMALL_STATE(2039)] = 102278, + [SMALL_STATE(2040)] = 102324, + [SMALL_STATE(2041)] = 102370, + [SMALL_STATE(2042)] = 102416, + [SMALL_STATE(2043)] = 102462, + [SMALL_STATE(2044)] = 102508, + [SMALL_STATE(2045)] = 102554, + [SMALL_STATE(2046)] = 102600, + [SMALL_STATE(2047)] = 102646, + [SMALL_STATE(2048)] = 102692, + [SMALL_STATE(2049)] = 102738, + [SMALL_STATE(2050)] = 102784, + [SMALL_STATE(2051)] = 102830, + [SMALL_STATE(2052)] = 102876, + [SMALL_STATE(2053)] = 102922, + [SMALL_STATE(2054)] = 102968, + [SMALL_STATE(2055)] = 103014, + [SMALL_STATE(2056)] = 103060, + [SMALL_STATE(2057)] = 103110, + [SMALL_STATE(2058)] = 103156, + [SMALL_STATE(2059)] = 103202, + [SMALL_STATE(2060)] = 103248, + [SMALL_STATE(2061)] = 103294, + [SMALL_STATE(2062)] = 103344, + [SMALL_STATE(2063)] = 103392, + [SMALL_STATE(2064)] = 103442, + [SMALL_STATE(2065)] = 103488, + [SMALL_STATE(2066)] = 103534, + [SMALL_STATE(2067)] = 103580, + [SMALL_STATE(2068)] = 103626, + [SMALL_STATE(2069)] = 103672, + [SMALL_STATE(2070)] = 103718, + [SMALL_STATE(2071)] = 103764, + [SMALL_STATE(2072)] = 103810, + [SMALL_STATE(2073)] = 103856, + [SMALL_STATE(2074)] = 103902, + [SMALL_STATE(2075)] = 103948, + [SMALL_STATE(2076)] = 103994, + [SMALL_STATE(2077)] = 104040, + [SMALL_STATE(2078)] = 104086, + [SMALL_STATE(2079)] = 104132, + [SMALL_STATE(2080)] = 104178, + [SMALL_STATE(2081)] = 104227, + [SMALL_STATE(2082)] = 104280, + [SMALL_STATE(2083)] = 104335, + [SMALL_STATE(2084)] = 104390, + [SMALL_STATE(2085)] = 104445, + [SMALL_STATE(2086)] = 104500, + [SMALL_STATE(2087)] = 104555, + [SMALL_STATE(2088)] = 104610, + [SMALL_STATE(2089)] = 104665, + [SMALL_STATE(2090)] = 104720, + [SMALL_STATE(2091)] = 104765, + [SMALL_STATE(2092)] = 104820, + [SMALL_STATE(2093)] = 104875, + [SMALL_STATE(2094)] = 104930, + [SMALL_STATE(2095)] = 104985, + [SMALL_STATE(2096)] = 105034, + [SMALL_STATE(2097)] = 105079, + [SMALL_STATE(2098)] = 105124, + [SMALL_STATE(2099)] = 105179, + [SMALL_STATE(2100)] = 105234, + [SMALL_STATE(2101)] = 105289, + [SMALL_STATE(2102)] = 105344, + [SMALL_STATE(2103)] = 105399, + [SMALL_STATE(2104)] = 105454, + [SMALL_STATE(2105)] = 105499, + [SMALL_STATE(2106)] = 105554, + [SMALL_STATE(2107)] = 105609, + [SMALL_STATE(2108)] = 105664, + [SMALL_STATE(2109)] = 105719, + [SMALL_STATE(2110)] = 105774, + [SMALL_STATE(2111)] = 105829, + [SMALL_STATE(2112)] = 105884, + [SMALL_STATE(2113)] = 105939, + [SMALL_STATE(2114)] = 105984, + [SMALL_STATE(2115)] = 106039, + [SMALL_STATE(2116)] = 106088, + [SMALL_STATE(2117)] = 106143, + [SMALL_STATE(2118)] = 106198, + [SMALL_STATE(2119)] = 106243, + [SMALL_STATE(2120)] = 106296, + [SMALL_STATE(2121)] = 106351, + [SMALL_STATE(2122)] = 106396, + [SMALL_STATE(2123)] = 106451, + [SMALL_STATE(2124)] = 106506, + [SMALL_STATE(2125)] = 106561, + [SMALL_STATE(2126)] = 106614, + [SMALL_STATE(2127)] = 106663, + [SMALL_STATE(2128)] = 106718, + [SMALL_STATE(2129)] = 106773, + [SMALL_STATE(2130)] = 106828, + [SMALL_STATE(2131)] = 106873, + [SMALL_STATE(2132)] = 106918, + [SMALL_STATE(2133)] = 106973, + [SMALL_STATE(2134)] = 107028, + [SMALL_STATE(2135)] = 107083, + [SMALL_STATE(2136)] = 107128, + [SMALL_STATE(2137)] = 107183, + [SMALL_STATE(2138)] = 107228, + [SMALL_STATE(2139)] = 107277, + [SMALL_STATE(2140)] = 107330, + [SMALL_STATE(2141)] = 107385, + [SMALL_STATE(2142)] = 107440, + [SMALL_STATE(2143)] = 107495, + [SMALL_STATE(2144)] = 107550, + [SMALL_STATE(2145)] = 107595, + [SMALL_STATE(2146)] = 107648, + [SMALL_STATE(2147)] = 107693, + [SMALL_STATE(2148)] = 107738, + [SMALL_STATE(2149)] = 107783, + [SMALL_STATE(2150)] = 107828, + [SMALL_STATE(2151)] = 107881, + [SMALL_STATE(2152)] = 107934, + [SMALL_STATE(2153)] = 107981, + [SMALL_STATE(2154)] = 108026, + [SMALL_STATE(2155)] = 108071, + [SMALL_STATE(2156)] = 108116, + [SMALL_STATE(2157)] = 108161, + [SMALL_STATE(2158)] = 108206, + [SMALL_STATE(2159)] = 108251, + [SMALL_STATE(2160)] = 108298, + [SMALL_STATE(2161)] = 108343, + [SMALL_STATE(2162)] = 108388, + [SMALL_STATE(2163)] = 108439, + [SMALL_STATE(2164)] = 108484, + [SMALL_STATE(2165)] = 108531, + [SMALL_STATE(2166)] = 108576, + [SMALL_STATE(2167)] = 108621, + [SMALL_STATE(2168)] = 108666, + [SMALL_STATE(2169)] = 108721, + [SMALL_STATE(2170)] = 108766, + [SMALL_STATE(2171)] = 108811, + [SMALL_STATE(2172)] = 108856, + [SMALL_STATE(2173)] = 108901, + [SMALL_STATE(2174)] = 108946, + [SMALL_STATE(2175)] = 108997, + [SMALL_STATE(2176)] = 109042, + [SMALL_STATE(2177)] = 109087, + [SMALL_STATE(2178)] = 109132, + [SMALL_STATE(2179)] = 109183, + [SMALL_STATE(2180)] = 109228, + [SMALL_STATE(2181)] = 109273, + [SMALL_STATE(2182)] = 109318, + [SMALL_STATE(2183)] = 109363, + [SMALL_STATE(2184)] = 109412, + [SMALL_STATE(2185)] = 109461, + [SMALL_STATE(2186)] = 109506, + [SMALL_STATE(2187)] = 109551, + [SMALL_STATE(2188)] = 109606, + [SMALL_STATE(2189)] = 109651, + [SMALL_STATE(2190)] = 109696, + [SMALL_STATE(2191)] = 109741, + [SMALL_STATE(2192)] = 109790, + [SMALL_STATE(2193)] = 109843, + [SMALL_STATE(2194)] = 109888, + [SMALL_STATE(2195)] = 109933, + [SMALL_STATE(2196)] = 109978, + [SMALL_STATE(2197)] = 110031, + [SMALL_STATE(2198)] = 110076, + [SMALL_STATE(2199)] = 110121, + [SMALL_STATE(2200)] = 110166, + [SMALL_STATE(2201)] = 110211, + [SMALL_STATE(2202)] = 110256, + [SMALL_STATE(2203)] = 110311, + [SMALL_STATE(2204)] = 110356, + [SMALL_STATE(2205)] = 110401, + [SMALL_STATE(2206)] = 110456, + [SMALL_STATE(2207)] = 110501, + [SMALL_STATE(2208)] = 110546, + [SMALL_STATE(2209)] = 110592, + [SMALL_STATE(2210)] = 110644, + [SMALL_STATE(2211)] = 110694, + [SMALL_STATE(2212)] = 110746, + [SMALL_STATE(2213)] = 110800, + [SMALL_STATE(2214)] = 110850, + [SMALL_STATE(2215)] = 110900, + [SMALL_STATE(2216)] = 110952, + [SMALL_STATE(2217)] = 110996, + [SMALL_STATE(2218)] = 111046, + [SMALL_STATE(2219)] = 111132, + [SMALL_STATE(2220)] = 111186, + [SMALL_STATE(2221)] = 111236, + [SMALL_STATE(2222)] = 111322, + [SMALL_STATE(2223)] = 111376, + [SMALL_STATE(2224)] = 111430, + [SMALL_STATE(2225)] = 111482, + [SMALL_STATE(2226)] = 111534, + [SMALL_STATE(2227)] = 111578, + [SMALL_STATE(2228)] = 111632, + [SMALL_STATE(2229)] = 111718, + [SMALL_STATE(2230)] = 111804, + [SMALL_STATE(2231)] = 111858, + [SMALL_STATE(2232)] = 111908, + [SMALL_STATE(2233)] = 111962, + [SMALL_STATE(2234)] = 112016, + [SMALL_STATE(2235)] = 112060, + [SMALL_STATE(2236)] = 112146, + [SMALL_STATE(2237)] = 112232, + [SMALL_STATE(2238)] = 112276, + [SMALL_STATE(2239)] = 112362, + [SMALL_STATE(2240)] = 112416, + [SMALL_STATE(2241)] = 112460, + [SMALL_STATE(2242)] = 112504, + [SMALL_STATE(2243)] = 112558, + [SMALL_STATE(2244)] = 112612, + [SMALL_STATE(2245)] = 112698, + [SMALL_STATE(2246)] = 112750, + [SMALL_STATE(2247)] = 112800, + [SMALL_STATE(2248)] = 112854, + [SMALL_STATE(2249)] = 112906, + [SMALL_STATE(2250)] = 112956, + [SMALL_STATE(2251)] = 113000, + [SMALL_STATE(2252)] = 113044, + [SMALL_STATE(2253)] = 113098, + [SMALL_STATE(2254)] = 113152, + [SMALL_STATE(2255)] = 113206, + [SMALL_STATE(2256)] = 113260, + [SMALL_STATE(2257)] = 113314, + [SMALL_STATE(2258)] = 113368, + [SMALL_STATE(2259)] = 113418, + [SMALL_STATE(2260)] = 113472, + [SMALL_STATE(2261)] = 113522, + [SMALL_STATE(2262)] = 113568, + [SMALL_STATE(2263)] = 113612, + [SMALL_STATE(2264)] = 113662, + [SMALL_STATE(2265)] = 113706, + [SMALL_STATE(2266)] = 113750, + [SMALL_STATE(2267)] = 113802, + [SMALL_STATE(2268)] = 113848, + [SMALL_STATE(2269)] = 113892, + [SMALL_STATE(2270)] = 113942, + [SMALL_STATE(2271)] = 113996, + [SMALL_STATE(2272)] = 114046, + [SMALL_STATE(2273)] = 114092, + [SMALL_STATE(2274)] = 114142, + [SMALL_STATE(2275)] = 114186, + [SMALL_STATE(2276)] = 114236, + [SMALL_STATE(2277)] = 114290, + [SMALL_STATE(2278)] = 114376, + [SMALL_STATE(2279)] = 114462, + [SMALL_STATE(2280)] = 114548, + [SMALL_STATE(2281)] = 114598, + [SMALL_STATE(2282)] = 114684, + [SMALL_STATE(2283)] = 114730, + [SMALL_STATE(2284)] = 114775, + [SMALL_STATE(2285)] = 114818, + [SMALL_STATE(2286)] = 114861, + [SMALL_STATE(2287)] = 114904, + [SMALL_STATE(2288)] = 114953, + [SMALL_STATE(2289)] = 115002, + [SMALL_STATE(2290)] = 115045, + [SMALL_STATE(2291)] = 115088, + [SMALL_STATE(2292)] = 115131, + [SMALL_STATE(2293)] = 115174, + [SMALL_STATE(2294)] = 115217, + [SMALL_STATE(2295)] = 115266, + [SMALL_STATE(2296)] = 115309, + [SMALL_STATE(2297)] = 115352, + [SMALL_STATE(2298)] = 115395, + [SMALL_STATE(2299)] = 115444, + [SMALL_STATE(2300)] = 115487, + [SMALL_STATE(2301)] = 115530, + [SMALL_STATE(2302)] = 115579, + [SMALL_STATE(2303)] = 115622, + [SMALL_STATE(2304)] = 115671, + [SMALL_STATE(2305)] = 115720, + [SMALL_STATE(2306)] = 115763, + [SMALL_STATE(2307)] = 115812, + [SMALL_STATE(2308)] = 115895, + [SMALL_STATE(2309)] = 115938, + [SMALL_STATE(2310)] = 115987, + [SMALL_STATE(2311)] = 116070, + [SMALL_STATE(2312)] = 116119, + [SMALL_STATE(2313)] = 116202, + [SMALL_STATE(2314)] = 116245, + [SMALL_STATE(2315)] = 116288, + [SMALL_STATE(2316)] = 116371, + [SMALL_STATE(2317)] = 116414, + [SMALL_STATE(2318)] = 116497, + [SMALL_STATE(2319)] = 116580, + [SMALL_STATE(2320)] = 116663, + [SMALL_STATE(2321)] = 116706, + [SMALL_STATE(2322)] = 116755, + [SMALL_STATE(2323)] = 116838, + [SMALL_STATE(2324)] = 116889, + [SMALL_STATE(2325)] = 116972, + [SMALL_STATE(2326)] = 117055, + [SMALL_STATE(2327)] = 117098, + [SMALL_STATE(2328)] = 117181, + [SMALL_STATE(2329)] = 117264, + [SMALL_STATE(2330)] = 117307, + [SMALL_STATE(2331)] = 117350, + [SMALL_STATE(2332)] = 117393, + [SMALL_STATE(2333)] = 117476, + [SMALL_STATE(2334)] = 117527, + [SMALL_STATE(2335)] = 117610, + [SMALL_STATE(2336)] = 117661, + [SMALL_STATE(2337)] = 117744, + [SMALL_STATE(2338)] = 117787, + [SMALL_STATE(2339)] = 117870, + [SMALL_STATE(2340)] = 117953, + [SMALL_STATE(2341)] = 118002, + [SMALL_STATE(2342)] = 118051, + [SMALL_STATE(2343)] = 118134, + [SMALL_STATE(2344)] = 118176, + [SMALL_STATE(2345)] = 118218, + [SMALL_STATE(2346)] = 118276, + [SMALL_STATE(2347)] = 118318, + [SMALL_STATE(2348)] = 118360, + [SMALL_STATE(2349)] = 118436, + [SMALL_STATE(2350)] = 118516, + [SMALL_STATE(2351)] = 118592, + [SMALL_STATE(2352)] = 118678, + [SMALL_STATE(2353)] = 118754, + [SMALL_STATE(2354)] = 118796, + [SMALL_STATE(2355)] = 118838, + [SMALL_STATE(2356)] = 118924, + [SMALL_STATE(2357)] = 118966, + [SMALL_STATE(2358)] = 119008, + [SMALL_STATE(2359)] = 119050, + [SMALL_STATE(2360)] = 119092, + [SMALL_STATE(2361)] = 119134, + [SMALL_STATE(2362)] = 119176, + [SMALL_STATE(2363)] = 119218, + [SMALL_STATE(2364)] = 119260, + [SMALL_STATE(2365)] = 119304, + [SMALL_STATE(2366)] = 119346, + [SMALL_STATE(2367)] = 119422, + [SMALL_STATE(2368)] = 119464, + [SMALL_STATE(2369)] = 119506, + [SMALL_STATE(2370)] = 119548, + [SMALL_STATE(2371)] = 119624, + [SMALL_STATE(2372)] = 119666, + [SMALL_STATE(2373)] = 119745, + [SMALL_STATE(2374)] = 119786, + [SMALL_STATE(2375)] = 119831, + [SMALL_STATE(2376)] = 119876, + [SMALL_STATE(2377)] = 119955, + [SMALL_STATE(2378)] = 119996, + [SMALL_STATE(2379)] = 120075, + [SMALL_STATE(2380)] = 120154, + [SMALL_STATE(2381)] = 120233, + [SMALL_STATE(2382)] = 120312, + [SMALL_STATE(2383)] = 120353, + [SMALL_STATE(2384)] = 120398, + [SMALL_STATE(2385)] = 120439, + [SMALL_STATE(2386)] = 120518, + [SMALL_STATE(2387)] = 120565, + [SMALL_STATE(2388)] = 120644, + [SMALL_STATE(2389)] = 120693, + [SMALL_STATE(2390)] = 120742, + [SMALL_STATE(2391)] = 120783, + [SMALL_STATE(2392)] = 120862, + [SMALL_STATE(2393)] = 120903, + [SMALL_STATE(2394)] = 120982, + [SMALL_STATE(2395)] = 121031, + [SMALL_STATE(2396)] = 121104, + [SMALL_STATE(2397)] = 121149, + [SMALL_STATE(2398)] = 121198, + [SMALL_STATE(2399)] = 121277, + [SMALL_STATE(2400)] = 121356, + [SMALL_STATE(2401)] = 121435, + [SMALL_STATE(2402)] = 121480, + [SMALL_STATE(2403)] = 121553, + [SMALL_STATE(2404)] = 121632, + [SMALL_STATE(2405)] = 121711, + [SMALL_STATE(2406)] = 121752, + [SMALL_STATE(2407)] = 121831, + [SMALL_STATE(2408)] = 121910, + [SMALL_STATE(2409)] = 121951, + [SMALL_STATE(2410)] = 122030, + [SMALL_STATE(2411)] = 122075, + [SMALL_STATE(2412)] = 122154, + [SMALL_STATE(2413)] = 122227, + [SMALL_STATE(2414)] = 122268, + [SMALL_STATE(2415)] = 122309, + [SMALL_STATE(2416)] = 122354, + [SMALL_STATE(2417)] = 122427, + [SMALL_STATE(2418)] = 122472, + [SMALL_STATE(2419)] = 122517, + [SMALL_STATE(2420)] = 122558, + [SMALL_STATE(2421)] = 122599, + [SMALL_STATE(2422)] = 122640, + [SMALL_STATE(2423)] = 122681, + [SMALL_STATE(2424)] = 122722, + [SMALL_STATE(2425)] = 122763, + [SMALL_STATE(2426)] = 122808, + [SMALL_STATE(2427)] = 122849, + [SMALL_STATE(2428)] = 122894, + [SMALL_STATE(2429)] = 122939, + [SMALL_STATE(2430)] = 123018, + [SMALL_STATE(2431)] = 123097, + [SMALL_STATE(2432)] = 123144, + [SMALL_STATE(2433)] = 123185, + [SMALL_STATE(2434)] = 123264, + [SMALL_STATE(2435)] = 123305, + [SMALL_STATE(2436)] = 123384, + [SMALL_STATE(2437)] = 123426, + [SMALL_STATE(2438)] = 123466, + [SMALL_STATE(2439)] = 123506, + [SMALL_STATE(2440)] = 123546, + [SMALL_STATE(2441)] = 123586, + [SMALL_STATE(2442)] = 123626, + [SMALL_STATE(2443)] = 123674, + [SMALL_STATE(2444)] = 123714, + [SMALL_STATE(2445)] = 123754, + [SMALL_STATE(2446)] = 123802, + [SMALL_STATE(2447)] = 123842, + [SMALL_STATE(2448)] = 123882, + [SMALL_STATE(2449)] = 123922, + [SMALL_STATE(2450)] = 123962, + [SMALL_STATE(2451)] = 124002, + [SMALL_STATE(2452)] = 124042, + [SMALL_STATE(2453)] = 124082, + [SMALL_STATE(2454)] = 124130, + [SMALL_STATE(2455)] = 124170, + [SMALL_STATE(2456)] = 124218, + [SMALL_STATE(2457)] = 124266, + [SMALL_STATE(2458)] = 124314, + [SMALL_STATE(2459)] = 124354, + [SMALL_STATE(2460)] = 124394, + [SMALL_STATE(2461)] = 124434, + [SMALL_STATE(2462)] = 124474, + [SMALL_STATE(2463)] = 124514, + [SMALL_STATE(2464)] = 124556, + [SMALL_STATE(2465)] = 124629, + [SMALL_STATE(2466)] = 124668, + [SMALL_STATE(2467)] = 124711, + [SMALL_STATE(2468)] = 124754, + [SMALL_STATE(2469)] = 124797, + [SMALL_STATE(2470)] = 124836, + [SMALL_STATE(2471)] = 124875, + [SMALL_STATE(2472)] = 124948, + [SMALL_STATE(2473)] = 125021, + [SMALL_STATE(2474)] = 125094, + [SMALL_STATE(2475)] = 125167, + [SMALL_STATE(2476)] = 125210, + [SMALL_STATE(2477)] = 125281, + [SMALL_STATE(2478)] = 125320, + [SMALL_STATE(2479)] = 125393, + [SMALL_STATE(2480)] = 125466, + [SMALL_STATE(2481)] = 125539, + [SMALL_STATE(2482)] = 125578, + [SMALL_STATE(2483)] = 125651, + [SMALL_STATE(2484)] = 125690, + [SMALL_STATE(2485)] = 125763, + [SMALL_STATE(2486)] = 125836, + [SMALL_STATE(2487)] = 125909, + [SMALL_STATE(2488)] = 125982, + [SMALL_STATE(2489)] = 126055, + [SMALL_STATE(2490)] = 126128, + [SMALL_STATE(2491)] = 126167, + [SMALL_STATE(2492)] = 126206, + [SMALL_STATE(2493)] = 126245, + [SMALL_STATE(2494)] = 126284, + [SMALL_STATE(2495)] = 126357, + [SMALL_STATE(2496)] = 126396, + [SMALL_STATE(2497)] = 126435, + [SMALL_STATE(2498)] = 126508, + [SMALL_STATE(2499)] = 126547, + [SMALL_STATE(2500)] = 126586, + [SMALL_STATE(2501)] = 126625, + [SMALL_STATE(2502)] = 126664, + [SMALL_STATE(2503)] = 126737, + [SMALL_STATE(2504)] = 126776, + [SMALL_STATE(2505)] = 126815, + [SMALL_STATE(2506)] = 126888, + [SMALL_STATE(2507)] = 126961, + [SMALL_STATE(2508)] = 127034, + [SMALL_STATE(2509)] = 127073, + [SMALL_STATE(2510)] = 127146, + [SMALL_STATE(2511)] = 127219, + [SMALL_STATE(2512)] = 127258, + [SMALL_STATE(2513)] = 127331, + [SMALL_STATE(2514)] = 127404, + [SMALL_STATE(2515)] = 127477, + [SMALL_STATE(2516)] = 127520, + [SMALL_STATE(2517)] = 127559, + [SMALL_STATE(2518)] = 127602, + [SMALL_STATE(2519)] = 127641, + [SMALL_STATE(2520)] = 127680, + [SMALL_STATE(2521)] = 127753, + [SMALL_STATE(2522)] = 127826, + [SMALL_STATE(2523)] = 127865, + [SMALL_STATE(2524)] = 127904, + [SMALL_STATE(2525)] = 127947, + [SMALL_STATE(2526)] = 128020, + [SMALL_STATE(2527)] = 128059, + [SMALL_STATE(2528)] = 128132, + [SMALL_STATE(2529)] = 128171, + [SMALL_STATE(2530)] = 128210, + [SMALL_STATE(2531)] = 128249, + [SMALL_STATE(2532)] = 128292, + [SMALL_STATE(2533)] = 128331, + [SMALL_STATE(2534)] = 128404, + [SMALL_STATE(2535)] = 128443, + [SMALL_STATE(2536)] = 128482, + [SMALL_STATE(2537)] = 128555, + [SMALL_STATE(2538)] = 128594, + [SMALL_STATE(2539)] = 128633, + [SMALL_STATE(2540)] = 128672, + [SMALL_STATE(2541)] = 128711, + [SMALL_STATE(2542)] = 128784, + [SMALL_STATE(2543)] = 128857, + [SMALL_STATE(2544)] = 128896, + [SMALL_STATE(2545)] = 128969, + [SMALL_STATE(2546)] = 129012, + [SMALL_STATE(2547)] = 129059, + [SMALL_STATE(2548)] = 129106, + [SMALL_STATE(2549)] = 129145, + [SMALL_STATE(2550)] = 129218, + [SMALL_STATE(2551)] = 129290, + [SMALL_STATE(2552)] = 129360, + [SMALL_STATE(2553)] = 129428, + [SMALL_STATE(2554)] = 129500, + [SMALL_STATE(2555)] = 129568, + [SMALL_STATE(2556)] = 129638, + [SMALL_STATE(2557)] = 129710, + [SMALL_STATE(2558)] = 129782, + [SMALL_STATE(2559)] = 129854, + [SMALL_STATE(2560)] = 129924, + [SMALL_STATE(2561)] = 129994, + [SMALL_STATE(2562)] = 130064, + [SMALL_STATE(2563)] = 130136, + [SMALL_STATE(2564)] = 130174, + [SMALL_STATE(2565)] = 130242, + [SMALL_STATE(2566)] = 130310, + [SMALL_STATE(2567)] = 130380, + [SMALL_STATE(2568)] = 130450, + [SMALL_STATE(2569)] = 130522, + [SMALL_STATE(2570)] = 130594, + [SMALL_STATE(2571)] = 130666, + [SMALL_STATE(2572)] = 130738, + [SMALL_STATE(2573)] = 130808, + [SMALL_STATE(2574)] = 130880, + [SMALL_STATE(2575)] = 130918, + [SMALL_STATE(2576)] = 130990, + [SMALL_STATE(2577)] = 131062, + [SMALL_STATE(2578)] = 131134, + [SMALL_STATE(2579)] = 131206, + [SMALL_STATE(2580)] = 131276, + [SMALL_STATE(2581)] = 131346, + [SMALL_STATE(2582)] = 131418, + [SMALL_STATE(2583)] = 131490, + [SMALL_STATE(2584)] = 131560, + [SMALL_STATE(2585)] = 131632, + [SMALL_STATE(2586)] = 131676, + [SMALL_STATE(2587)] = 131746, + [SMALL_STATE(2588)] = 131816, + [SMALL_STATE(2589)] = 131888, + [SMALL_STATE(2590)] = 131960, + [SMALL_STATE(2591)] = 132030, + [SMALL_STATE(2592)] = 132102, + [SMALL_STATE(2593)] = 132174, + [SMALL_STATE(2594)] = 132246, + [SMALL_STATE(2595)] = 132318, + [SMALL_STATE(2596)] = 132390, + [SMALL_STATE(2597)] = 132462, + [SMALL_STATE(2598)] = 132534, + [SMALL_STATE(2599)] = 132604, + [SMALL_STATE(2600)] = 132674, + [SMALL_STATE(2601)] = 132746, + [SMALL_STATE(2602)] = 132816, + [SMALL_STATE(2603)] = 132886, + [SMALL_STATE(2604)] = 132956, + [SMALL_STATE(2605)] = 133026, + [SMALL_STATE(2606)] = 133098, + [SMALL_STATE(2607)] = 133168, + [SMALL_STATE(2608)] = 133238, + [SMALL_STATE(2609)] = 133308, + [SMALL_STATE(2610)] = 133376, + [SMALL_STATE(2611)] = 133446, + [SMALL_STATE(2612)] = 133518, + [SMALL_STATE(2613)] = 133590, + [SMALL_STATE(2614)] = 133658, + [SMALL_STATE(2615)] = 133728, + [SMALL_STATE(2616)] = 133800, + [SMALL_STATE(2617)] = 133872, + [SMALL_STATE(2618)] = 133942, + [SMALL_STATE(2619)] = 134012, + [SMALL_STATE(2620)] = 134084, + [SMALL_STATE(2621)] = 134154, + [SMALL_STATE(2622)] = 134224, + [SMALL_STATE(2623)] = 134296, + [SMALL_STATE(2624)] = 134366, + [SMALL_STATE(2625)] = 134436, + [SMALL_STATE(2626)] = 134508, + [SMALL_STATE(2627)] = 134546, + [SMALL_STATE(2628)] = 134616, + [SMALL_STATE(2629)] = 134686, + [SMALL_STATE(2630)] = 134756, + [SMALL_STATE(2631)] = 134826, + [SMALL_STATE(2632)] = 134896, + [SMALL_STATE(2633)] = 134966, + [SMALL_STATE(2634)] = 135036, + [SMALL_STATE(2635)] = 135108, + [SMALL_STATE(2636)] = 135180, + [SMALL_STATE(2637)] = 135250, + [SMALL_STATE(2638)] = 135322, + [SMALL_STATE(2639)] = 135394, + [SMALL_STATE(2640)] = 135466, + [SMALL_STATE(2641)] = 135536, + [SMALL_STATE(2642)] = 135606, + [SMALL_STATE(2643)] = 135678, + [SMALL_STATE(2644)] = 135750, + [SMALL_STATE(2645)] = 135820, + [SMALL_STATE(2646)] = 135890, + [SMALL_STATE(2647)] = 135962, + [SMALL_STATE(2648)] = 136034, + [SMALL_STATE(2649)] = 136106, + [SMALL_STATE(2650)] = 136178, + [SMALL_STATE(2651)] = 136248, + [SMALL_STATE(2652)] = 136320, + [SMALL_STATE(2653)] = 136392, + [SMALL_STATE(2654)] = 136462, + [SMALL_STATE(2655)] = 136532, + [SMALL_STATE(2656)] = 136604, + [SMALL_STATE(2657)] = 136676, + [SMALL_STATE(2658)] = 136748, + [SMALL_STATE(2659)] = 136820, + [SMALL_STATE(2660)] = 136892, + [SMALL_STATE(2661)] = 136964, + [SMALL_STATE(2662)] = 137002, + [SMALL_STATE(2663)] = 137074, + [SMALL_STATE(2664)] = 137112, + [SMALL_STATE(2665)] = 137184, + [SMALL_STATE(2666)] = 137254, + [SMALL_STATE(2667)] = 137292, + [SMALL_STATE(2668)] = 137362, + [SMALL_STATE(2669)] = 137432, + [SMALL_STATE(2670)] = 137504, + [SMALL_STATE(2671)] = 137574, + [SMALL_STATE(2672)] = 137644, + [SMALL_STATE(2673)] = 137714, + [SMALL_STATE(2674)] = 137786, + [SMALL_STATE(2675)] = 137854, + [SMALL_STATE(2676)] = 137924, + [SMALL_STATE(2677)] = 137994, + [SMALL_STATE(2678)] = 138066, + [SMALL_STATE(2679)] = 138136, + [SMALL_STATE(2680)] = 138208, + [SMALL_STATE(2681)] = 138280, + [SMALL_STATE(2682)] = 138350, + [SMALL_STATE(2683)] = 138396, + [SMALL_STATE(2684)] = 138468, + [SMALL_STATE(2685)] = 138538, + [SMALL_STATE(2686)] = 138610, + [SMALL_STATE(2687)] = 138682, + [SMALL_STATE(2688)] = 138728, + [SMALL_STATE(2689)] = 138766, + [SMALL_STATE(2690)] = 138836, + [SMALL_STATE(2691)] = 138908, + [SMALL_STATE(2692)] = 138976, + [SMALL_STATE(2693)] = 139048, + [SMALL_STATE(2694)] = 139118, + [SMALL_STATE(2695)] = 139190, + [SMALL_STATE(2696)] = 139258, + [SMALL_STATE(2697)] = 139326, + [SMALL_STATE(2698)] = 139391, + [SMALL_STATE(2699)] = 139456, + [SMALL_STATE(2700)] = 139521, + [SMALL_STATE(2701)] = 139586, + [SMALL_STATE(2702)] = 139651, + [SMALL_STATE(2703)] = 139716, + [SMALL_STATE(2704)] = 139781, + [SMALL_STATE(2705)] = 139846, + [SMALL_STATE(2706)] = 139911, + [SMALL_STATE(2707)] = 139976, + [SMALL_STATE(2708)] = 140041, + [SMALL_STATE(2709)] = 140084, + [SMALL_STATE(2710)] = 140149, + [SMALL_STATE(2711)] = 140214, + [SMALL_STATE(2712)] = 140279, + [SMALL_STATE(2713)] = 140344, + [SMALL_STATE(2714)] = 140409, + [SMALL_STATE(2715)] = 140474, + [SMALL_STATE(2716)] = 140539, + [SMALL_STATE(2717)] = 140604, + [SMALL_STATE(2718)] = 140669, + [SMALL_STATE(2719)] = 140734, + [SMALL_STATE(2720)] = 140799, + [SMALL_STATE(2721)] = 140864, + [SMALL_STATE(2722)] = 140929, + [SMALL_STATE(2723)] = 140994, + [SMALL_STATE(2724)] = 141059, + [SMALL_STATE(2725)] = 141124, + [SMALL_STATE(2726)] = 141189, + [SMALL_STATE(2727)] = 141258, + [SMALL_STATE(2728)] = 141323, + [SMALL_STATE(2729)] = 141366, + [SMALL_STATE(2730)] = 141431, + [SMALL_STATE(2731)] = 141474, + [SMALL_STATE(2732)] = 141539, + [SMALL_STATE(2733)] = 141582, + [SMALL_STATE(2734)] = 141647, + [SMALL_STATE(2735)] = 141712, + [SMALL_STATE(2736)] = 141777, + [SMALL_STATE(2737)] = 141842, + [SMALL_STATE(2738)] = 141907, + [SMALL_STATE(2739)] = 141972, + [SMALL_STATE(2740)] = 142037, + [SMALL_STATE(2741)] = 142080, + [SMALL_STATE(2742)] = 142145, + [SMALL_STATE(2743)] = 142210, + [SMALL_STATE(2744)] = 142275, + [SMALL_STATE(2745)] = 142340, + [SMALL_STATE(2746)] = 142405, + [SMALL_STATE(2747)] = 142470, + [SMALL_STATE(2748)] = 142535, + [SMALL_STATE(2749)] = 142600, + [SMALL_STATE(2750)] = 142643, + [SMALL_STATE(2751)] = 142708, + [SMALL_STATE(2752)] = 142773, + [SMALL_STATE(2753)] = 142838, + [SMALL_STATE(2754)] = 142903, + [SMALL_STATE(2755)] = 142968, + [SMALL_STATE(2756)] = 143033, + [SMALL_STATE(2757)] = 143098, + [SMALL_STATE(2758)] = 143163, + [SMALL_STATE(2759)] = 143228, + [SMALL_STATE(2760)] = 143293, + [SMALL_STATE(2761)] = 143334, + [SMALL_STATE(2762)] = 143399, + [SMALL_STATE(2763)] = 143464, + [SMALL_STATE(2764)] = 143529, + [SMALL_STATE(2765)] = 143594, + [SMALL_STATE(2766)] = 143659, + [SMALL_STATE(2767)] = 143724, + [SMALL_STATE(2768)] = 143789, + [SMALL_STATE(2769)] = 143854, + [SMALL_STATE(2770)] = 143919, + [SMALL_STATE(2771)] = 143984, + [SMALL_STATE(2772)] = 144049, + [SMALL_STATE(2773)] = 144114, + [SMALL_STATE(2774)] = 144179, + [SMALL_STATE(2775)] = 144244, + [SMALL_STATE(2776)] = 144309, + [SMALL_STATE(2777)] = 144374, + [SMALL_STATE(2778)] = 144413, + [SMALL_STATE(2779)] = 144478, + [SMALL_STATE(2780)] = 144543, + [SMALL_STATE(2781)] = 144608, + [SMALL_STATE(2782)] = 144673, + [SMALL_STATE(2783)] = 144716, + [SMALL_STATE(2784)] = 144781, + [SMALL_STATE(2785)] = 144846, + [SMALL_STATE(2786)] = 144911, + [SMALL_STATE(2787)] = 144976, + [SMALL_STATE(2788)] = 145041, + [SMALL_STATE(2789)] = 145106, + [SMALL_STATE(2790)] = 145171, + [SMALL_STATE(2791)] = 145236, + [SMALL_STATE(2792)] = 145305, + [SMALL_STATE(2793)] = 145370, + [SMALL_STATE(2794)] = 145435, + [SMALL_STATE(2795)] = 145500, + [SMALL_STATE(2796)] = 145565, + [SMALL_STATE(2797)] = 145640, + [SMALL_STATE(2798)] = 145705, + [SMALL_STATE(2799)] = 145770, + [SMALL_STATE(2800)] = 145835, + [SMALL_STATE(2801)] = 145878, + [SMALL_STATE(2802)] = 145943, + [SMALL_STATE(2803)] = 146008, + [SMALL_STATE(2804)] = 146073, + [SMALL_STATE(2805)] = 146138, + [SMALL_STATE(2806)] = 146203, + [SMALL_STATE(2807)] = 146268, + [SMALL_STATE(2808)] = 146333, + [SMALL_STATE(2809)] = 146398, + [SMALL_STATE(2810)] = 146463, + [SMALL_STATE(2811)] = 146528, + [SMALL_STATE(2812)] = 146593, + [SMALL_STATE(2813)] = 146658, + [SMALL_STATE(2814)] = 146723, + [SMALL_STATE(2815)] = 146788, + [SMALL_STATE(2816)] = 146853, + [SMALL_STATE(2817)] = 146918, + [SMALL_STATE(2818)] = 146983, + [SMALL_STATE(2819)] = 147048, + [SMALL_STATE(2820)] = 147113, + [SMALL_STATE(2821)] = 147178, + [SMALL_STATE(2822)] = 147243, + [SMALL_STATE(2823)] = 147308, + [SMALL_STATE(2824)] = 147373, + [SMALL_STATE(2825)] = 147438, + [SMALL_STATE(2826)] = 147503, + [SMALL_STATE(2827)] = 147568, + [SMALL_STATE(2828)] = 147633, + [SMALL_STATE(2829)] = 147698, + [SMALL_STATE(2830)] = 147763, + [SMALL_STATE(2831)] = 147828, + [SMALL_STATE(2832)] = 147903, + [SMALL_STATE(2833)] = 147968, + [SMALL_STATE(2834)] = 148033, + [SMALL_STATE(2835)] = 148098, + [SMALL_STATE(2836)] = 148163, + [SMALL_STATE(2837)] = 148228, + [SMALL_STATE(2838)] = 148293, + [SMALL_STATE(2839)] = 148358, + [SMALL_STATE(2840)] = 148423, + [SMALL_STATE(2841)] = 148488, + [SMALL_STATE(2842)] = 148553, + [SMALL_STATE(2843)] = 148618, + [SMALL_STATE(2844)] = 148683, + [SMALL_STATE(2845)] = 148748, + [SMALL_STATE(2846)] = 148813, + [SMALL_STATE(2847)] = 148878, + [SMALL_STATE(2848)] = 148943, + [SMALL_STATE(2849)] = 148986, + [SMALL_STATE(2850)] = 149051, + [SMALL_STATE(2851)] = 149094, + [SMALL_STATE(2852)] = 149159, + [SMALL_STATE(2853)] = 149224, + [SMALL_STATE(2854)] = 149289, + [SMALL_STATE(2855)] = 149354, + [SMALL_STATE(2856)] = 149419, + [SMALL_STATE(2857)] = 149484, + [SMALL_STATE(2858)] = 149549, + [SMALL_STATE(2859)] = 149598, + [SMALL_STATE(2860)] = 149663, + [SMALL_STATE(2861)] = 149728, + [SMALL_STATE(2862)] = 149793, + [SMALL_STATE(2863)] = 149858, + [SMALL_STATE(2864)] = 149923, + [SMALL_STATE(2865)] = 149988, + [SMALL_STATE(2866)] = 150053, + [SMALL_STATE(2867)] = 150118, + [SMALL_STATE(2868)] = 150173, + [SMALL_STATE(2869)] = 150238, + [SMALL_STATE(2870)] = 150287, + [SMALL_STATE(2871)] = 150352, + [SMALL_STATE(2872)] = 150417, + [SMALL_STATE(2873)] = 150482, + [SMALL_STATE(2874)] = 150547, + [SMALL_STATE(2875)] = 150612, + [SMALL_STATE(2876)] = 150677, + [SMALL_STATE(2877)] = 150742, + [SMALL_STATE(2878)] = 150807, + [SMALL_STATE(2879)] = 150872, + [SMALL_STATE(2880)] = 150937, + [SMALL_STATE(2881)] = 151002, + [SMALL_STATE(2882)] = 151067, + [SMALL_STATE(2883)] = 151132, + [SMALL_STATE(2884)] = 151197, + [SMALL_STATE(2885)] = 151262, + [SMALL_STATE(2886)] = 151327, + [SMALL_STATE(2887)] = 151392, + [SMALL_STATE(2888)] = 151457, + [SMALL_STATE(2889)] = 151522, + [SMALL_STATE(2890)] = 151591, + [SMALL_STATE(2891)] = 151656, + [SMALL_STATE(2892)] = 151731, + [SMALL_STATE(2893)] = 151796, + [SMALL_STATE(2894)] = 151861, + [SMALL_STATE(2895)] = 151926, + [SMALL_STATE(2896)] = 151991, + [SMALL_STATE(2897)] = 152056, + [SMALL_STATE(2898)] = 152121, + [SMALL_STATE(2899)] = 152186, + [SMALL_STATE(2900)] = 152251, + [SMALL_STATE(2901)] = 152316, + [SMALL_STATE(2902)] = 152381, + [SMALL_STATE(2903)] = 152446, + [SMALL_STATE(2904)] = 152511, + [SMALL_STATE(2905)] = 152576, + [SMALL_STATE(2906)] = 152641, + [SMALL_STATE(2907)] = 152706, + [SMALL_STATE(2908)] = 152771, + [SMALL_STATE(2909)] = 152836, + [SMALL_STATE(2910)] = 152901, + [SMALL_STATE(2911)] = 152966, + [SMALL_STATE(2912)] = 153031, + [SMALL_STATE(2913)] = 153096, + [SMALL_STATE(2914)] = 153161, + [SMALL_STATE(2915)] = 153226, + [SMALL_STATE(2916)] = 153291, + [SMALL_STATE(2917)] = 153356, + [SMALL_STATE(2918)] = 153421, + [SMALL_STATE(2919)] = 153486, + [SMALL_STATE(2920)] = 153541, + [SMALL_STATE(2921)] = 153583, + [SMALL_STATE(2922)] = 153619, + [SMALL_STATE(2923)] = 153655, + [SMALL_STATE(2924)] = 153691, + [SMALL_STATE(2925)] = 153733, + [SMALL_STATE(2926)] = 153769, + [SMALL_STATE(2927)] = 153817, + [SMALL_STATE(2928)] = 153853, + [SMALL_STATE(2929)] = 153889, + [SMALL_STATE(2930)] = 153925, + [SMALL_STATE(2931)] = 153961, + [SMALL_STATE(2932)] = 154009, + [SMALL_STATE(2933)] = 154051, + [SMALL_STATE(2934)] = 154093, + [SMALL_STATE(2935)] = 154135, + [SMALL_STATE(2936)] = 154175, + [SMALL_STATE(2937)] = 154211, + [SMALL_STATE(2938)] = 154247, + [SMALL_STATE(2939)] = 154283, + [SMALL_STATE(2940)] = 154319, + [SMALL_STATE(2941)] = 154355, + [SMALL_STATE(2942)] = 154395, + [SMALL_STATE(2943)] = 154431, + [SMALL_STATE(2944)] = 154467, + [SMALL_STATE(2945)] = 154503, + [SMALL_STATE(2946)] = 154557, + [SMALL_STATE(2947)] = 154597, + [SMALL_STATE(2948)] = 154669, + [SMALL_STATE(2949)] = 154705, + [SMALL_STATE(2950)] = 154777, + [SMALL_STATE(2951)] = 154819, + [SMALL_STATE(2952)] = 154855, + [SMALL_STATE(2953)] = 154891, + [SMALL_STATE(2954)] = 154933, + [SMALL_STATE(2955)] = 154975, + [SMALL_STATE(2956)] = 155011, + [SMALL_STATE(2957)] = 155047, + [SMALL_STATE(2958)] = 155089, + [SMALL_STATE(2959)] = 155143, + [SMALL_STATE(2960)] = 155179, + [SMALL_STATE(2961)] = 155221, + [SMALL_STATE(2962)] = 155257, + [SMALL_STATE(2963)] = 155297, + [SMALL_STATE(2964)] = 155333, + [SMALL_STATE(2965)] = 155369, + [SMALL_STATE(2966)] = 155405, + [SMALL_STATE(2967)] = 155441, + [SMALL_STATE(2968)] = 155477, + [SMALL_STATE(2969)] = 155513, + [SMALL_STATE(2970)] = 155549, + [SMALL_STATE(2971)] = 155585, + [SMALL_STATE(2972)] = 155657, + [SMALL_STATE(2973)] = 155699, + [SMALL_STATE(2974)] = 155741, + [SMALL_STATE(2975)] = 155779, + [SMALL_STATE(2976)] = 155815, + [SMALL_STATE(2977)] = 155857, + [SMALL_STATE(2978)] = 155893, + [SMALL_STATE(2979)] = 155935, + [SMALL_STATE(2980)] = 155977, + [SMALL_STATE(2981)] = 156017, + [SMALL_STATE(2982)] = 156059, + [SMALL_STATE(2983)] = 156101, + [SMALL_STATE(2984)] = 156137, + [SMALL_STATE(2985)] = 156173, + [SMALL_STATE(2986)] = 156209, + [SMALL_STATE(2987)] = 156251, + [SMALL_STATE(2988)] = 156287, + [SMALL_STATE(2989)] = 156323, + [SMALL_STATE(2990)] = 156362, + [SMALL_STATE(2991)] = 156397, + [SMALL_STATE(2992)] = 156432, + [SMALL_STATE(2993)] = 156475, + [SMALL_STATE(2994)] = 156518, + [SMALL_STATE(2995)] = 156559, + [SMALL_STATE(2996)] = 156594, + [SMALL_STATE(2997)] = 156631, + [SMALL_STATE(2998)] = 156668, + [SMALL_STATE(2999)] = 156703, + [SMALL_STATE(3000)] = 156742, + [SMALL_STATE(3001)] = 156777, + [SMALL_STATE(3002)] = 156818, + [SMALL_STATE(3003)] = 156871, + [SMALL_STATE(3004)] = 156912, + [SMALL_STATE(3005)] = 156947, + [SMALL_STATE(3006)] = 156982, + [SMALL_STATE(3007)] = 157035, + [SMALL_STATE(3008)] = 157070, + [SMALL_STATE(3009)] = 157105, + [SMALL_STATE(3010)] = 157140, + [SMALL_STATE(3011)] = 157175, + [SMALL_STATE(3012)] = 157216, + [SMALL_STATE(3013)] = 157251, + [SMALL_STATE(3014)] = 157292, + [SMALL_STATE(3015)] = 157339, + [SMALL_STATE(3016)] = 157386, + [SMALL_STATE(3017)] = 157423, + [SMALL_STATE(3018)] = 157460, + [SMALL_STATE(3019)] = 157501, + [SMALL_STATE(3020)] = 157538, + [SMALL_STATE(3021)] = 157579, + [SMALL_STATE(3022)] = 157620, + [SMALL_STATE(3023)] = 157661, + [SMALL_STATE(3024)] = 157702, + [SMALL_STATE(3025)] = 157743, + [SMALL_STATE(3026)] = 157778, + [SMALL_STATE(3027)] = 157819, + [SMALL_STATE(3028)] = 157856, + [SMALL_STATE(3029)] = 157903, + [SMALL_STATE(3030)] = 157938, + [SMALL_STATE(3031)] = 157979, + [SMALL_STATE(3032)] = 158020, + [SMALL_STATE(3033)] = 158061, + [SMALL_STATE(3034)] = 158096, + [SMALL_STATE(3035)] = 158131, + [SMALL_STATE(3036)] = 158172, + [SMALL_STATE(3037)] = 158213, + [SMALL_STATE(3038)] = 158254, + [SMALL_STATE(3039)] = 158307, + [SMALL_STATE(3040)] = 158342, + [SMALL_STATE(3041)] = 158377, + [SMALL_STATE(3042)] = 158416, + [SMALL_STATE(3043)] = 158469, + [SMALL_STATE(3044)] = 158506, + [SMALL_STATE(3045)] = 158553, + [SMALL_STATE(3046)] = 158600, + [SMALL_STATE(3047)] = 158643, + [SMALL_STATE(3048)] = 158696, + [SMALL_STATE(3049)] = 158731, + [SMALL_STATE(3050)] = 158770, + [SMALL_STATE(3051)] = 158805, + [SMALL_STATE(3052)] = 158840, + [SMALL_STATE(3053)] = 158881, + [SMALL_STATE(3054)] = 158922, + [SMALL_STATE(3055)] = 158957, + [SMALL_STATE(3056)] = 158996, + [SMALL_STATE(3057)] = 159035, + [SMALL_STATE(3058)] = 159074, + [SMALL_STATE(3059)] = 159121, + [SMALL_STATE(3060)] = 159162, + [SMALL_STATE(3061)] = 159205, + [SMALL_STATE(3062)] = 159240, + [SMALL_STATE(3063)] = 159281, + [SMALL_STATE(3064)] = 159322, + [SMALL_STATE(3065)] = 159361, + [SMALL_STATE(3066)] = 159402, + [SMALL_STATE(3067)] = 159441, + [SMALL_STATE(3068)] = 159476, + [SMALL_STATE(3069)] = 159511, + [SMALL_STATE(3070)] = 159546, + [SMALL_STATE(3071)] = 159581, + [SMALL_STATE(3072)] = 159616, + [SMALL_STATE(3073)] = 159651, + [SMALL_STATE(3074)] = 159686, + [SMALL_STATE(3075)] = 159721, + [SMALL_STATE(3076)] = 159762, + [SMALL_STATE(3077)] = 159797, + [SMALL_STATE(3078)] = 159838, + [SMALL_STATE(3079)] = 159879, + [SMALL_STATE(3080)] = 159914, + [SMALL_STATE(3081)] = 159949, + [SMALL_STATE(3082)] = 159984, + [SMALL_STATE(3083)] = 160019, + [SMALL_STATE(3084)] = 160054, + [SMALL_STATE(3085)] = 160089, + [SMALL_STATE(3086)] = 160124, + [SMALL_STATE(3087)] = 160159, + [SMALL_STATE(3088)] = 160212, + [SMALL_STATE(3089)] = 160253, + [SMALL_STATE(3090)] = 160293, + [SMALL_STATE(3091)] = 160327, + [SMALL_STATE(3092)] = 160373, + [SMALL_STATE(3093)] = 160413, + [SMALL_STATE(3094)] = 160453, + [SMALL_STATE(3095)] = 160493, + [SMALL_STATE(3096)] = 160533, + [SMALL_STATE(3097)] = 160567, + [SMALL_STATE(3098)] = 160601, + [SMALL_STATE(3099)] = 160641, + [SMALL_STATE(3100)] = 160681, + [SMALL_STATE(3101)] = 160715, + [SMALL_STATE(3102)] = 160765, + [SMALL_STATE(3103)] = 160799, + [SMALL_STATE(3104)] = 160839, + [SMALL_STATE(3105)] = 160889, + [SMALL_STATE(3106)] = 160929, + [SMALL_STATE(3107)] = 160965, + [SMALL_STATE(3108)] = 161011, + [SMALL_STATE(3109)] = 161051, + [SMALL_STATE(3110)] = 161091, + [SMALL_STATE(3111)] = 161131, + [SMALL_STATE(3112)] = 161171, + [SMALL_STATE(3113)] = 161205, + [SMALL_STATE(3114)] = 161255, + [SMALL_STATE(3115)] = 161295, + [SMALL_STATE(3116)] = 161335, + [SMALL_STATE(3117)] = 161377, + [SMALL_STATE(3118)] = 161411, + [SMALL_STATE(3119)] = 161453, + [SMALL_STATE(3120)] = 161487, + [SMALL_STATE(3121)] = 161521, + [SMALL_STATE(3122)] = 161561, + [SMALL_STATE(3123)] = 161603, + [SMALL_STATE(3124)] = 161643, + [SMALL_STATE(3125)] = 161677, + [SMALL_STATE(3126)] = 161717, + [SMALL_STATE(3127)] = 161757, + [SMALL_STATE(3128)] = 161797, + [SMALL_STATE(3129)] = 161831, + [SMALL_STATE(3130)] = 161865, + [SMALL_STATE(3131)] = 161905, + [SMALL_STATE(3132)] = 161945, + [SMALL_STATE(3133)] = 161987, + [SMALL_STATE(3134)] = 162027, + [SMALL_STATE(3135)] = 162067, + [SMALL_STATE(3136)] = 162105, + [SMALL_STATE(3137)] = 162147, + [SMALL_STATE(3138)] = 162187, + [SMALL_STATE(3139)] = 162237, + [SMALL_STATE(3140)] = 162302, + [SMALL_STATE(3141)] = 162335, + [SMALL_STATE(3142)] = 162394, + [SMALL_STATE(3143)] = 162453, + [SMALL_STATE(3144)] = 162486, + [SMALL_STATE(3145)] = 162545, + [SMALL_STATE(3146)] = 162604, + [SMALL_STATE(3147)] = 162637, + [SMALL_STATE(3148)] = 162696, + [SMALL_STATE(3149)] = 162755, + [SMALL_STATE(3150)] = 162796, + [SMALL_STATE(3151)] = 162855, + [SMALL_STATE(3152)] = 162888, + [SMALL_STATE(3153)] = 162947, + [SMALL_STATE(3154)] = 163006, + [SMALL_STATE(3155)] = 163039, + [SMALL_STATE(3156)] = 163098, + [SMALL_STATE(3157)] = 163157, + [SMALL_STATE(3158)] = 163190, + [SMALL_STATE(3159)] = 163223, + [SMALL_STATE(3160)] = 163288, + [SMALL_STATE(3161)] = 163353, + [SMALL_STATE(3162)] = 163412, + [SMALL_STATE(3163)] = 163445, + [SMALL_STATE(3164)] = 163504, + [SMALL_STATE(3165)] = 163563, + [SMALL_STATE(3166)] = 163596, + [SMALL_STATE(3167)] = 163655, + [SMALL_STATE(3168)] = 163714, + [SMALL_STATE(3169)] = 163753, + [SMALL_STATE(3170)] = 163786, + [SMALL_STATE(3171)] = 163819, + [SMALL_STATE(3172)] = 163858, + [SMALL_STATE(3173)] = 163917, + [SMALL_STATE(3174)] = 163958, + [SMALL_STATE(3175)] = 164017, + [SMALL_STATE(3176)] = 164058, + [SMALL_STATE(3177)] = 164117, + [SMALL_STATE(3178)] = 164150, + [SMALL_STATE(3179)] = 164209, + [SMALL_STATE(3180)] = 164248, + [SMALL_STATE(3181)] = 164287, + [SMALL_STATE(3182)] = 164320, + [SMALL_STATE(3183)] = 164353, + [SMALL_STATE(3184)] = 164386, + [SMALL_STATE(3185)] = 164445, + [SMALL_STATE(3186)] = 164478, + [SMALL_STATE(3187)] = 164511, + [SMALL_STATE(3188)] = 164570, + [SMALL_STATE(3189)] = 164609, + [SMALL_STATE(3190)] = 164668, + [SMALL_STATE(3191)] = 164701, + [SMALL_STATE(3192)] = 164740, + [SMALL_STATE(3193)] = 164779, + [SMALL_STATE(3194)] = 164818, + [SMALL_STATE(3195)] = 164877, + [SMALL_STATE(3196)] = 164910, + [SMALL_STATE(3197)] = 164969, + [SMALL_STATE(3198)] = 165002, + [SMALL_STATE(3199)] = 165061, + [SMALL_STATE(3200)] = 165120, + [SMALL_STATE(3201)] = 165179, + [SMALL_STATE(3202)] = 165218, + [SMALL_STATE(3203)] = 165259, + [SMALL_STATE(3204)] = 165318, + [SMALL_STATE(3205)] = 165351, + [SMALL_STATE(3206)] = 165410, + [SMALL_STATE(3207)] = 165469, + [SMALL_STATE(3208)] = 165502, + [SMALL_STATE(3209)] = 165535, + [SMALL_STATE(3210)] = 165594, + [SMALL_STATE(3211)] = 165627, + [SMALL_STATE(3212)] = 165668, + [SMALL_STATE(3213)] = 165709, + [SMALL_STATE(3214)] = 165750, + [SMALL_STATE(3215)] = 165783, + [SMALL_STATE(3216)] = 165842, + [SMALL_STATE(3217)] = 165901, + [SMALL_STATE(3218)] = 165966, + [SMALL_STATE(3219)] = 166025, + [SMALL_STATE(3220)] = 166064, + [SMALL_STATE(3221)] = 166123, + [SMALL_STATE(3222)] = 166156, + [SMALL_STATE(3223)] = 166215, + [SMALL_STATE(3224)] = 166248, + [SMALL_STATE(3225)] = 166281, + [SMALL_STATE(3226)] = 166314, + [SMALL_STATE(3227)] = 166379, + [SMALL_STATE(3228)] = 166438, + [SMALL_STATE(3229)] = 166503, + [SMALL_STATE(3230)] = 166562, + [SMALL_STATE(3231)] = 166621, + [SMALL_STATE(3232)] = 166654, + [SMALL_STATE(3233)] = 166687, + [SMALL_STATE(3234)] = 166720, + [SMALL_STATE(3235)] = 166753, + [SMALL_STATE(3236)] = 166818, + [SMALL_STATE(3237)] = 166851, + [SMALL_STATE(3238)] = 166910, + [SMALL_STATE(3239)] = 166975, + [SMALL_STATE(3240)] = 167008, + [SMALL_STATE(3241)] = 167041, + [SMALL_STATE(3242)] = 167074, + [SMALL_STATE(3243)] = 167107, + [SMALL_STATE(3244)] = 167140, + [SMALL_STATE(3245)] = 167199, + [SMALL_STATE(3246)] = 167258, + [SMALL_STATE(3247)] = 167291, + [SMALL_STATE(3248)] = 167350, + [SMALL_STATE(3249)] = 167383, + [SMALL_STATE(3250)] = 167416, + [SMALL_STATE(3251)] = 167475, + [SMALL_STATE(3252)] = 167508, + [SMALL_STATE(3253)] = 167567, + [SMALL_STATE(3254)] = 167626, + [SMALL_STATE(3255)] = 167659, + [SMALL_STATE(3256)] = 167700, + [SMALL_STATE(3257)] = 167733, + [SMALL_STATE(3258)] = 167766, + [SMALL_STATE(3259)] = 167799, + [SMALL_STATE(3260)] = 167832, + [SMALL_STATE(3261)] = 167865, + [SMALL_STATE(3262)] = 167898, + [SMALL_STATE(3263)] = 167931, + [SMALL_STATE(3264)] = 167964, + [SMALL_STATE(3265)] = 168023, + [SMALL_STATE(3266)] = 168056, + [SMALL_STATE(3267)] = 168089, + [SMALL_STATE(3268)] = 168148, + [SMALL_STATE(3269)] = 168181, + [SMALL_STATE(3270)] = 168240, + [SMALL_STATE(3271)] = 168299, + [SMALL_STATE(3272)] = 168332, + [SMALL_STATE(3273)] = 168391, + [SMALL_STATE(3274)] = 168456, + [SMALL_STATE(3275)] = 168515, + [SMALL_STATE(3276)] = 168548, + [SMALL_STATE(3277)] = 168581, + [SMALL_STATE(3278)] = 168614, + [SMALL_STATE(3279)] = 168647, + [SMALL_STATE(3280)] = 168680, + [SMALL_STATE(3281)] = 168713, + [SMALL_STATE(3282)] = 168746, + [SMALL_STATE(3283)] = 168779, + [SMALL_STATE(3284)] = 168820, + [SMALL_STATE(3285)] = 168853, + [SMALL_STATE(3286)] = 168886, + [SMALL_STATE(3287)] = 168919, + [SMALL_STATE(3288)] = 168952, + [SMALL_STATE(3289)] = 168985, + [SMALL_STATE(3290)] = 169018, + [SMALL_STATE(3291)] = 169051, + [SMALL_STATE(3292)] = 169084, + [SMALL_STATE(3293)] = 169117, + [SMALL_STATE(3294)] = 169150, + [SMALL_STATE(3295)] = 169183, + [SMALL_STATE(3296)] = 169216, + [SMALL_STATE(3297)] = 169249, + [SMALL_STATE(3298)] = 169282, + [SMALL_STATE(3299)] = 169315, + [SMALL_STATE(3300)] = 169348, + [SMALL_STATE(3301)] = 169381, + [SMALL_STATE(3302)] = 169440, + [SMALL_STATE(3303)] = 169473, + [SMALL_STATE(3304)] = 169506, + [SMALL_STATE(3305)] = 169539, + [SMALL_STATE(3306)] = 169572, + [SMALL_STATE(3307)] = 169605, + [SMALL_STATE(3308)] = 169638, + [SMALL_STATE(3309)] = 169671, + [SMALL_STATE(3310)] = 169704, + [SMALL_STATE(3311)] = 169763, + [SMALL_STATE(3312)] = 169796, + [SMALL_STATE(3313)] = 169829, + [SMALL_STATE(3314)] = 169862, + [SMALL_STATE(3315)] = 169895, + [SMALL_STATE(3316)] = 169928, + [SMALL_STATE(3317)] = 169961, + [SMALL_STATE(3318)] = 169994, + [SMALL_STATE(3319)] = 170027, + [SMALL_STATE(3320)] = 170086, + [SMALL_STATE(3321)] = 170119, + [SMALL_STATE(3322)] = 170152, + [SMALL_STATE(3323)] = 170211, + [SMALL_STATE(3324)] = 170244, + [SMALL_STATE(3325)] = 170277, + [SMALL_STATE(3326)] = 170310, + [SMALL_STATE(3327)] = 170343, + [SMALL_STATE(3328)] = 170402, + [SMALL_STATE(3329)] = 170435, + [SMALL_STATE(3330)] = 170468, + [SMALL_STATE(3331)] = 170507, + [SMALL_STATE(3332)] = 170566, + [SMALL_STATE(3333)] = 170605, + [SMALL_STATE(3334)] = 170638, + [SMALL_STATE(3335)] = 170697, + [SMALL_STATE(3336)] = 170729, + [SMALL_STATE(3337)] = 170761, + [SMALL_STATE(3338)] = 170801, + [SMALL_STATE(3339)] = 170833, + [SMALL_STATE(3340)] = 170865, + [SMALL_STATE(3341)] = 170897, + [SMALL_STATE(3342)] = 170937, + [SMALL_STATE(3343)] = 170977, + [SMALL_STATE(3344)] = 171009, + [SMALL_STATE(3345)] = 171049, + [SMALL_STATE(3346)] = 171089, + [SMALL_STATE(3347)] = 171151, + [SMALL_STATE(3348)] = 171191, + [SMALL_STATE(3349)] = 171231, + [SMALL_STATE(3350)] = 171263, + [SMALL_STATE(3351)] = 171295, + [SMALL_STATE(3352)] = 171333, + [SMALL_STATE(3353)] = 171365, + [SMALL_STATE(3354)] = 171397, + [SMALL_STATE(3355)] = 171429, + [SMALL_STATE(3356)] = 171491, + [SMALL_STATE(3357)] = 171553, + [SMALL_STATE(3358)] = 171593, + [SMALL_STATE(3359)] = 171655, + [SMALL_STATE(3360)] = 171717, + [SMALL_STATE(3361)] = 171779, + [SMALL_STATE(3362)] = 171819, + [SMALL_STATE(3363)] = 171851, + [SMALL_STATE(3364)] = 171913, + [SMALL_STATE(3365)] = 171953, + [SMALL_STATE(3366)] = 171993, + [SMALL_STATE(3367)] = 172025, + [SMALL_STATE(3368)] = 172057, + [SMALL_STATE(3369)] = 172089, + [SMALL_STATE(3370)] = 172151, + [SMALL_STATE(3371)] = 172183, + [SMALL_STATE(3372)] = 172215, + [SMALL_STATE(3373)] = 172247, + [SMALL_STATE(3374)] = 172309, + [SMALL_STATE(3375)] = 172341, + [SMALL_STATE(3376)] = 172388, + [SMALL_STATE(3377)] = 172431, + [SMALL_STATE(3378)] = 172476, + [SMALL_STATE(3379)] = 172519, + [SMALL_STATE(3380)] = 172564, + [SMALL_STATE(3381)] = 172603, + [SMALL_STATE(3382)] = 172642, + [SMALL_STATE(3383)] = 172681, + [SMALL_STATE(3384)] = 172716, + [SMALL_STATE(3385)] = 172767, + [SMALL_STATE(3386)] = 172804, + [SMALL_STATE(3387)] = 172839, + [SMALL_STATE(3388)] = 172890, + [SMALL_STATE(3389)] = 172925, + [SMALL_STATE(3390)] = 172962, + [SMALL_STATE(3391)] = 172999, + [SMALL_STATE(3392)] = 173034, + [SMALL_STATE(3393)] = 173071, + [SMALL_STATE(3394)] = 173108, + [SMALL_STATE(3395)] = 173145, + [SMALL_STATE(3396)] = 173182, + [SMALL_STATE(3397)] = 173229, + [SMALL_STATE(3398)] = 173262, + [SMALL_STATE(3399)] = 173297, + [SMALL_STATE(3400)] = 173348, + [SMALL_STATE(3401)] = 173380, + [SMALL_STATE(3402)] = 173436, + [SMALL_STATE(3403)] = 173470, + [SMALL_STATE(3404)] = 173504, + [SMALL_STATE(3405)] = 173538, + [SMALL_STATE(3406)] = 173584, + [SMALL_STATE(3407)] = 173620, + [SMALL_STATE(3408)] = 173676, + [SMALL_STATE(3409)] = 173712, + [SMALL_STATE(3410)] = 173768, + [SMALL_STATE(3411)] = 173824, + [SMALL_STATE(3412)] = 173860, + [SMALL_STATE(3413)] = 173894, + [SMALL_STATE(3414)] = 173950, + [SMALL_STATE(3415)] = 173986, + [SMALL_STATE(3416)] = 174022, + [SMALL_STATE(3417)] = 174058, + [SMALL_STATE(3418)] = 174088, + [SMALL_STATE(3419)] = 174122, + [SMALL_STATE(3420)] = 174158, + [SMALL_STATE(3421)] = 174194, + [SMALL_STATE(3422)] = 174250, + [SMALL_STATE(3423)] = 174286, + [SMALL_STATE(3424)] = 174320, + [SMALL_STATE(3425)] = 174354, + [SMALL_STATE(3426)] = 174400, + [SMALL_STATE(3427)] = 174436, + [SMALL_STATE(3428)] = 174472, + [SMALL_STATE(3429)] = 174506, + [SMALL_STATE(3430)] = 174540, + [SMALL_STATE(3431)] = 174574, + [SMALL_STATE(3432)] = 174608, + [SMALL_STATE(3433)] = 174642, + [SMALL_STATE(3434)] = 174690, + [SMALL_STATE(3435)] = 174726, + [SMALL_STATE(3436)] = 174760, + [SMALL_STATE(3437)] = 174796, + [SMALL_STATE(3438)] = 174832, + [SMALL_STATE(3439)] = 174868, + [SMALL_STATE(3440)] = 174897, + [SMALL_STATE(3441)] = 174926, + [SMALL_STATE(3442)] = 174955, + [SMALL_STATE(3443)] = 174986, + [SMALL_STATE(3444)] = 175017, + [SMALL_STATE(3445)] = 175046, + [SMALL_STATE(3446)] = 175077, + [SMALL_STATE(3447)] = 175106, + [SMALL_STATE(3448)] = 175145, + [SMALL_STATE(3449)] = 175174, + [SMALL_STATE(3450)] = 175205, + [SMALL_STATE(3451)] = 175234, + [SMALL_STATE(3452)] = 175271, + [SMALL_STATE(3453)] = 175300, + [SMALL_STATE(3454)] = 175329, + [SMALL_STATE(3455)] = 175360, + [SMALL_STATE(3456)] = 175397, + [SMALL_STATE(3457)] = 175430, + [SMALL_STATE(3458)] = 175459, + [SMALL_STATE(3459)] = 175490, + [SMALL_STATE(3460)] = 175519, + [SMALL_STATE(3461)] = 175548, + [SMALL_STATE(3462)] = 175577, + [SMALL_STATE(3463)] = 175608, + [SMALL_STATE(3464)] = 175637, + [SMALL_STATE(3465)] = 175668, + [SMALL_STATE(3466)] = 175697, + [SMALL_STATE(3467)] = 175726, + [SMALL_STATE(3468)] = 175755, + [SMALL_STATE(3469)] = 175784, + [SMALL_STATE(3470)] = 175813, + [SMALL_STATE(3471)] = 175848, + [SMALL_STATE(3472)] = 175877, + [SMALL_STATE(3473)] = 175908, + [SMALL_STATE(3474)] = 175937, + [SMALL_STATE(3475)] = 175972, + [SMALL_STATE(3476)] = 176005, + [SMALL_STATE(3477)] = 176034, + [SMALL_STATE(3478)] = 176063, + [SMALL_STATE(3479)] = 176092, + [SMALL_STATE(3480)] = 176125, + [SMALL_STATE(3481)] = 176156, + [SMALL_STATE(3482)] = 176185, + [SMALL_STATE(3483)] = 176216, + [SMALL_STATE(3484)] = 176245, + [SMALL_STATE(3485)] = 176278, + [SMALL_STATE(3486)] = 176307, + [SMALL_STATE(3487)] = 176336, + [SMALL_STATE(3488)] = 176365, + [SMALL_STATE(3489)] = 176396, + [SMALL_STATE(3490)] = 176435, + [SMALL_STATE(3491)] = 176464, + [SMALL_STATE(3492)] = 176493, + [SMALL_STATE(3493)] = 176522, + [SMALL_STATE(3494)] = 176555, + [SMALL_STATE(3495)] = 176584, + [SMALL_STATE(3496)] = 176615, + [SMALL_STATE(3497)] = 176644, + [SMALL_STATE(3498)] = 176675, + [SMALL_STATE(3499)] = 176704, + [SMALL_STATE(3500)] = 176733, + [SMALL_STATE(3501)] = 176764, + [SMALL_STATE(3502)] = 176793, + [SMALL_STATE(3503)] = 176824, + [SMALL_STATE(3504)] = 176853, + [SMALL_STATE(3505)] = 176882, + [SMALL_STATE(3506)] = 176911, + [SMALL_STATE(3507)] = 176940, + [SMALL_STATE(3508)] = 176971, + [SMALL_STATE(3509)] = 177000, + [SMALL_STATE(3510)] = 177029, + [SMALL_STATE(3511)] = 177058, + [SMALL_STATE(3512)] = 177089, + [SMALL_STATE(3513)] = 177120, + [SMALL_STATE(3514)] = 177149, + [SMALL_STATE(3515)] = 177178, + [SMALL_STATE(3516)] = 177207, + [SMALL_STATE(3517)] = 177236, + [SMALL_STATE(3518)] = 177269, + [SMALL_STATE(3519)] = 177300, + [SMALL_STATE(3520)] = 177333, + [SMALL_STATE(3521)] = 177364, + [SMALL_STATE(3522)] = 177393, + [SMALL_STATE(3523)] = 177424, + [SMALL_STATE(3524)] = 177453, + [SMALL_STATE(3525)] = 177484, + [SMALL_STATE(3526)] = 177513, + [SMALL_STATE(3527)] = 177542, + [SMALL_STATE(3528)] = 177571, + [SMALL_STATE(3529)] = 177604, + [SMALL_STATE(3530)] = 177637, + [SMALL_STATE(3531)] = 177666, + [SMALL_STATE(3532)] = 177697, + [SMALL_STATE(3533)] = 177730, + [SMALL_STATE(3534)] = 177759, + [SMALL_STATE(3535)] = 177788, + [SMALL_STATE(3536)] = 177817, + [SMALL_STATE(3537)] = 177845, + [SMALL_STATE(3538)] = 177873, + [SMALL_STATE(3539)] = 177915, + [SMALL_STATE(3540)] = 177943, + [SMALL_STATE(3541)] = 177971, + [SMALL_STATE(3542)] = 177999, + [SMALL_STATE(3543)] = 178027, + [SMALL_STATE(3544)] = 178069, + [SMALL_STATE(3545)] = 178097, + [SMALL_STATE(3546)] = 178125, + [SMALL_STATE(3547)] = 178157, + [SMALL_STATE(3548)] = 178185, + [SMALL_STATE(3549)] = 178223, + [SMALL_STATE(3550)] = 178251, + [SMALL_STATE(3551)] = 178279, + [SMALL_STATE(3552)] = 178307, + [SMALL_STATE(3553)] = 178335, + [SMALL_STATE(3554)] = 178363, + [SMALL_STATE(3555)] = 178391, + [SMALL_STATE(3556)] = 178419, + [SMALL_STATE(3557)] = 178451, + [SMALL_STATE(3558)] = 178479, + [SMALL_STATE(3559)] = 178507, + [SMALL_STATE(3560)] = 178535, + [SMALL_STATE(3561)] = 178563, + [SMALL_STATE(3562)] = 178591, + [SMALL_STATE(3563)] = 178619, + [SMALL_STATE(3564)] = 178647, + [SMALL_STATE(3565)] = 178689, + [SMALL_STATE(3566)] = 178721, + [SMALL_STATE(3567)] = 178749, + [SMALL_STATE(3568)] = 178791, + [SMALL_STATE(3569)] = 178827, + [SMALL_STATE(3570)] = 178863, + [SMALL_STATE(3571)] = 178891, + [SMALL_STATE(3572)] = 178919, + [SMALL_STATE(3573)] = 178947, + [SMALL_STATE(3574)] = 178989, + [SMALL_STATE(3575)] = 179017, + [SMALL_STATE(3576)] = 179045, + [SMALL_STATE(3577)] = 179073, + [SMALL_STATE(3578)] = 179101, + [SMALL_STATE(3579)] = 179129, + [SMALL_STATE(3580)] = 179157, + [SMALL_STATE(3581)] = 179185, + [SMALL_STATE(3582)] = 179227, + [SMALL_STATE(3583)] = 179263, + [SMALL_STATE(3584)] = 179291, + [SMALL_STATE(3585)] = 179319, + [SMALL_STATE(3586)] = 179347, + [SMALL_STATE(3587)] = 179375, + [SMALL_STATE(3588)] = 179403, + [SMALL_STATE(3589)] = 179431, + [SMALL_STATE(3590)] = 179459, + [SMALL_STATE(3591)] = 179487, + [SMALL_STATE(3592)] = 179515, + [SMALL_STATE(3593)] = 179543, + [SMALL_STATE(3594)] = 179571, + [SMALL_STATE(3595)] = 179599, + [SMALL_STATE(3596)] = 179627, + [SMALL_STATE(3597)] = 179655, + [SMALL_STATE(3598)] = 179697, + [SMALL_STATE(3599)] = 179725, + [SMALL_STATE(3600)] = 179757, + [SMALL_STATE(3601)] = 179799, + [SMALL_STATE(3602)] = 179827, + [SMALL_STATE(3603)] = 179859, + [SMALL_STATE(3604)] = 179887, + [SMALL_STATE(3605)] = 179915, + [SMALL_STATE(3606)] = 179943, + [SMALL_STATE(3607)] = 179971, + [SMALL_STATE(3608)] = 179999, + [SMALL_STATE(3609)] = 180027, + [SMALL_STATE(3610)] = 180055, + [SMALL_STATE(3611)] = 180083, + [SMALL_STATE(3612)] = 180111, + [SMALL_STATE(3613)] = 180139, + [SMALL_STATE(3614)] = 180167, + [SMALL_STATE(3615)] = 180195, + [SMALL_STATE(3616)] = 180233, + [SMALL_STATE(3617)] = 180261, + [SMALL_STATE(3618)] = 180289, + [SMALL_STATE(3619)] = 180317, + [SMALL_STATE(3620)] = 180345, + [SMALL_STATE(3621)] = 180373, + [SMALL_STATE(3622)] = 180401, + [SMALL_STATE(3623)] = 180429, + [SMALL_STATE(3624)] = 180457, + [SMALL_STATE(3625)] = 180485, + [SMALL_STATE(3626)] = 180513, + [SMALL_STATE(3627)] = 180541, + [SMALL_STATE(3628)] = 180569, + [SMALL_STATE(3629)] = 180597, + [SMALL_STATE(3630)] = 180625, + [SMALL_STATE(3631)] = 180653, + [SMALL_STATE(3632)] = 180681, + [SMALL_STATE(3633)] = 180709, + [SMALL_STATE(3634)] = 180737, + [SMALL_STATE(3635)] = 180765, + [SMALL_STATE(3636)] = 180793, + [SMALL_STATE(3637)] = 180821, + [SMALL_STATE(3638)] = 180849, + [SMALL_STATE(3639)] = 180877, + [SMALL_STATE(3640)] = 180904, + [SMALL_STATE(3641)] = 180931, + [SMALL_STATE(3642)] = 180968, + [SMALL_STATE(3643)] = 180995, + [SMALL_STATE(3644)] = 181022, + [SMALL_STATE(3645)] = 181049, + [SMALL_STATE(3646)] = 181086, + [SMALL_STATE(3647)] = 181113, + [SMALL_STATE(3648)] = 181140, + [SMALL_STATE(3649)] = 181177, + [SMALL_STATE(3650)] = 181204, + [SMALL_STATE(3651)] = 181231, + [SMALL_STATE(3652)] = 181258, + [SMALL_STATE(3653)] = 181285, + [SMALL_STATE(3654)] = 181312, + [SMALL_STATE(3655)] = 181359, + [SMALL_STATE(3656)] = 181386, + [SMALL_STATE(3657)] = 181413, + [SMALL_STATE(3658)] = 181440, + [SMALL_STATE(3659)] = 181467, + [SMALL_STATE(3660)] = 181494, + [SMALL_STATE(3661)] = 181521, + [SMALL_STATE(3662)] = 181548, + [SMALL_STATE(3663)] = 181575, + [SMALL_STATE(3664)] = 181602, + [SMALL_STATE(3665)] = 181629, + [SMALL_STATE(3666)] = 181656, + [SMALL_STATE(3667)] = 181682, + [SMALL_STATE(3668)] = 181708, + [SMALL_STATE(3669)] = 181734, + [SMALL_STATE(3670)] = 181760, + [SMALL_STATE(3671)] = 181786, + [SMALL_STATE(3672)] = 181812, + [SMALL_STATE(3673)] = 181838, + [SMALL_STATE(3674)] = 181864, + [SMALL_STATE(3675)] = 181896, + [SMALL_STATE(3676)] = 181922, + [SMALL_STATE(3677)] = 181948, + [SMALL_STATE(3678)] = 181974, + [SMALL_STATE(3679)] = 182000, + [SMALL_STATE(3680)] = 182026, + [SMALL_STATE(3681)] = 182052, + [SMALL_STATE(3682)] = 182102, + [SMALL_STATE(3683)] = 182128, + [SMALL_STATE(3684)] = 182154, + [SMALL_STATE(3685)] = 182180, + [SMALL_STATE(3686)] = 182206, + [SMALL_STATE(3687)] = 182232, + [SMALL_STATE(3688)] = 182258, + [SMALL_STATE(3689)] = 182284, + [SMALL_STATE(3690)] = 182310, + [SMALL_STATE(3691)] = 182336, + [SMALL_STATE(3692)] = 182362, + [SMALL_STATE(3693)] = 182388, + [SMALL_STATE(3694)] = 182414, + [SMALL_STATE(3695)] = 182440, + [SMALL_STATE(3696)] = 182466, + [SMALL_STATE(3697)] = 182492, + [SMALL_STATE(3698)] = 182518, + [SMALL_STATE(3699)] = 182544, + [SMALL_STATE(3700)] = 182570, + [SMALL_STATE(3701)] = 182596, + [SMALL_STATE(3702)] = 182622, + [SMALL_STATE(3703)] = 182648, + [SMALL_STATE(3704)] = 182674, + [SMALL_STATE(3705)] = 182700, + [SMALL_STATE(3706)] = 182726, + [SMALL_STATE(3707)] = 182752, + [SMALL_STATE(3708)] = 182778, + [SMALL_STATE(3709)] = 182804, + [SMALL_STATE(3710)] = 182830, + [SMALL_STATE(3711)] = 182856, + [SMALL_STATE(3712)] = 182882, + [SMALL_STATE(3713)] = 182908, + [SMALL_STATE(3714)] = 182934, + [SMALL_STATE(3715)] = 182960, + [SMALL_STATE(3716)] = 182986, + [SMALL_STATE(3717)] = 183012, + [SMALL_STATE(3718)] = 183038, + [SMALL_STATE(3719)] = 183064, + [SMALL_STATE(3720)] = 183096, + [SMALL_STATE(3721)] = 183128, + [SMALL_STATE(3722)] = 183154, + [SMALL_STATE(3723)] = 183180, + [SMALL_STATE(3724)] = 183215, + [SMALL_STATE(3725)] = 183250, + [SMALL_STATE(3726)] = 183281, + [SMALL_STATE(3727)] = 183316, + [SMALL_STATE(3728)] = 183347, + [SMALL_STATE(3729)] = 183378, + [SMALL_STATE(3730)] = 183413, + [SMALL_STATE(3731)] = 183444, + [SMALL_STATE(3732)] = 183479, + [SMALL_STATE(3733)] = 183514, + [SMALL_STATE(3734)] = 183553, + [SMALL_STATE(3735)] = 183584, + [SMALL_STATE(3736)] = 183615, + [SMALL_STATE(3737)] = 183650, + [SMALL_STATE(3738)] = 183681, + [SMALL_STATE(3739)] = 183716, + [SMALL_STATE(3740)] = 183740, + [SMALL_STATE(3741)] = 183772, + [SMALL_STATE(3742)] = 183796, + [SMALL_STATE(3743)] = 183824, + [SMALL_STATE(3744)] = 183848, + [SMALL_STATE(3745)] = 183872, + [SMALL_STATE(3746)] = 183896, + [SMALL_STATE(3747)] = 183920, + [SMALL_STATE(3748)] = 183944, + [SMALL_STATE(3749)] = 183968, + [SMALL_STATE(3750)] = 184006, + [SMALL_STATE(3751)] = 184042, + [SMALL_STATE(3752)] = 184066, + [SMALL_STATE(3753)] = 184090, + [SMALL_STATE(3754)] = 184118, + [SMALL_STATE(3755)] = 184142, + [SMALL_STATE(3756)] = 184166, + [SMALL_STATE(3757)] = 184190, + [SMALL_STATE(3758)] = 184214, + [SMALL_STATE(3759)] = 184238, + [SMALL_STATE(3760)] = 184266, + [SMALL_STATE(3761)] = 184290, + [SMALL_STATE(3762)] = 184314, + [SMALL_STATE(3763)] = 184338, + [SMALL_STATE(3764)] = 184362, + [SMALL_STATE(3765)] = 184391, + [SMALL_STATE(3766)] = 184420, + [SMALL_STATE(3767)] = 184443, + [SMALL_STATE(3768)] = 184481, + [SMALL_STATE(3769)] = 184519, + [SMALL_STATE(3770)] = 184557, + [SMALL_STATE(3771)] = 184595, + [SMALL_STATE(3772)] = 184633, + [SMALL_STATE(3773)] = 184671, + [SMALL_STATE(3774)] = 184709, + [SMALL_STATE(3775)] = 184747, + [SMALL_STATE(3776)] = 184785, + [SMALL_STATE(3777)] = 184823, + [SMALL_STATE(3778)] = 184861, + [SMALL_STATE(3779)] = 184899, + [SMALL_STATE(3780)] = 184937, + [SMALL_STATE(3781)] = 184975, + [SMALL_STATE(3782)] = 185013, + [SMALL_STATE(3783)] = 185051, + [SMALL_STATE(3784)] = 185089, + [SMALL_STATE(3785)] = 185127, + [SMALL_STATE(3786)] = 185165, + [SMALL_STATE(3787)] = 185203, + [SMALL_STATE(3788)] = 185241, + [SMALL_STATE(3789)] = 185279, + [SMALL_STATE(3790)] = 185317, + [SMALL_STATE(3791)] = 185355, + [SMALL_STATE(3792)] = 185393, + [SMALL_STATE(3793)] = 185431, + [SMALL_STATE(3794)] = 185469, + [SMALL_STATE(3795)] = 185507, + [SMALL_STATE(3796)] = 185545, + [SMALL_STATE(3797)] = 185583, + [SMALL_STATE(3798)] = 185621, + [SMALL_STATE(3799)] = 185659, + [SMALL_STATE(3800)] = 185697, + [SMALL_STATE(3801)] = 185735, + [SMALL_STATE(3802)] = 185773, + [SMALL_STATE(3803)] = 185811, + [SMALL_STATE(3804)] = 185849, + [SMALL_STATE(3805)] = 185887, + [SMALL_STATE(3806)] = 185925, + [SMALL_STATE(3807)] = 185963, + [SMALL_STATE(3808)] = 186001, + [SMALL_STATE(3809)] = 186039, + [SMALL_STATE(3810)] = 186077, + [SMALL_STATE(3811)] = 186115, + [SMALL_STATE(3812)] = 186153, + [SMALL_STATE(3813)] = 186191, + [SMALL_STATE(3814)] = 186229, + [SMALL_STATE(3815)] = 186267, + [SMALL_STATE(3816)] = 186305, + [SMALL_STATE(3817)] = 186343, + [SMALL_STATE(3818)] = 186381, + [SMALL_STATE(3819)] = 186419, + [SMALL_STATE(3820)] = 186457, + [SMALL_STATE(3821)] = 186495, + [SMALL_STATE(3822)] = 186533, + [SMALL_STATE(3823)] = 186571, + [SMALL_STATE(3824)] = 186609, + [SMALL_STATE(3825)] = 186647, + [SMALL_STATE(3826)] = 186685, + [SMALL_STATE(3827)] = 186723, + [SMALL_STATE(3828)] = 186761, + [SMALL_STATE(3829)] = 186799, + [SMALL_STATE(3830)] = 186837, + [SMALL_STATE(3831)] = 186875, + [SMALL_STATE(3832)] = 186913, + [SMALL_STATE(3833)] = 186951, + [SMALL_STATE(3834)] = 186989, + [SMALL_STATE(3835)] = 187027, + [SMALL_STATE(3836)] = 187065, + [SMALL_STATE(3837)] = 187103, + [SMALL_STATE(3838)] = 187141, + [SMALL_STATE(3839)] = 187179, + [SMALL_STATE(3840)] = 187217, + [SMALL_STATE(3841)] = 187255, + [SMALL_STATE(3842)] = 187293, + [SMALL_STATE(3843)] = 187331, + [SMALL_STATE(3844)] = 187369, + [SMALL_STATE(3845)] = 187391, + [SMALL_STATE(3846)] = 187429, + [SMALL_STATE(3847)] = 187467, + [SMALL_STATE(3848)] = 187505, + [SMALL_STATE(3849)] = 187543, + [SMALL_STATE(3850)] = 187581, + [SMALL_STATE(3851)] = 187619, + [SMALL_STATE(3852)] = 187657, + [SMALL_STATE(3853)] = 187695, + [SMALL_STATE(3854)] = 187733, + [SMALL_STATE(3855)] = 187771, + [SMALL_STATE(3856)] = 187809, + [SMALL_STATE(3857)] = 187847, + [SMALL_STATE(3858)] = 187885, + [SMALL_STATE(3859)] = 187923, + [SMALL_STATE(3860)] = 187945, + [SMALL_STATE(3861)] = 187983, + [SMALL_STATE(3862)] = 188021, + [SMALL_STATE(3863)] = 188059, + [SMALL_STATE(3864)] = 188097, + [SMALL_STATE(3865)] = 188135, + [SMALL_STATE(3866)] = 188173, + [SMALL_STATE(3867)] = 188211, + [SMALL_STATE(3868)] = 188249, + [SMALL_STATE(3869)] = 188287, + [SMALL_STATE(3870)] = 188325, + [SMALL_STATE(3871)] = 188363, + [SMALL_STATE(3872)] = 188401, + [SMALL_STATE(3873)] = 188439, + [SMALL_STATE(3874)] = 188477, + [SMALL_STATE(3875)] = 188515, + [SMALL_STATE(3876)] = 188553, + [SMALL_STATE(3877)] = 188591, + [SMALL_STATE(3878)] = 188629, + [SMALL_STATE(3879)] = 188667, + [SMALL_STATE(3880)] = 188705, + [SMALL_STATE(3881)] = 188743, + [SMALL_STATE(3882)] = 188781, + [SMALL_STATE(3883)] = 188819, + [SMALL_STATE(3884)] = 188857, + [SMALL_STATE(3885)] = 188895, + [SMALL_STATE(3886)] = 188933, + [SMALL_STATE(3887)] = 188958, + [SMALL_STATE(3888)] = 188983, + [SMALL_STATE(3889)] = 189008, + [SMALL_STATE(3890)] = 189033, + [SMALL_STATE(3891)] = 189058, + [SMALL_STATE(3892)] = 189083, + [SMALL_STATE(3893)] = 189108, + [SMALL_STATE(3894)] = 189133, + [SMALL_STATE(3895)] = 189158, + [SMALL_STATE(3896)] = 189183, + [SMALL_STATE(3897)] = 189208, + [SMALL_STATE(3898)] = 189233, + [SMALL_STATE(3899)] = 189258, + [SMALL_STATE(3900)] = 189283, + [SMALL_STATE(3901)] = 189308, + [SMALL_STATE(3902)] = 189333, + [SMALL_STATE(3903)] = 189358, + [SMALL_STATE(3904)] = 189383, + [SMALL_STATE(3905)] = 189408, + [SMALL_STATE(3906)] = 189433, + [SMALL_STATE(3907)] = 189458, + [SMALL_STATE(3908)] = 189483, + [SMALL_STATE(3909)] = 189508, + [SMALL_STATE(3910)] = 189533, + [SMALL_STATE(3911)] = 189558, + [SMALL_STATE(3912)] = 189583, + [SMALL_STATE(3913)] = 189608, + [SMALL_STATE(3914)] = 189637, + [SMALL_STATE(3915)] = 189662, + [SMALL_STATE(3916)] = 189687, + [SMALL_STATE(3917)] = 189712, + [SMALL_STATE(3918)] = 189737, + [SMALL_STATE(3919)] = 189762, + [SMALL_STATE(3920)] = 189787, + [SMALL_STATE(3921)] = 189812, + [SMALL_STATE(3922)] = 189837, + [SMALL_STATE(3923)] = 189862, + [SMALL_STATE(3924)] = 189887, + [SMALL_STATE(3925)] = 189912, + [SMALL_STATE(3926)] = 189937, + [SMALL_STATE(3927)] = 189962, + [SMALL_STATE(3928)] = 189987, + [SMALL_STATE(3929)] = 190012, + [SMALL_STATE(3930)] = 190037, + [SMALL_STATE(3931)] = 190062, + [SMALL_STATE(3932)] = 190087, + [SMALL_STATE(3933)] = 190112, + [SMALL_STATE(3934)] = 190137, + [SMALL_STATE(3935)] = 190162, + [SMALL_STATE(3936)] = 190187, + [SMALL_STATE(3937)] = 190212, + [SMALL_STATE(3938)] = 190237, + [SMALL_STATE(3939)] = 190262, + [SMALL_STATE(3940)] = 190291, + [SMALL_STATE(3941)] = 190316, + [SMALL_STATE(3942)] = 190341, + [SMALL_STATE(3943)] = 190366, + [SMALL_STATE(3944)] = 190391, + [SMALL_STATE(3945)] = 190416, + [SMALL_STATE(3946)] = 190441, + [SMALL_STATE(3947)] = 190466, + [SMALL_STATE(3948)] = 190491, + [SMALL_STATE(3949)] = 190516, + [SMALL_STATE(3950)] = 190541, + [SMALL_STATE(3951)] = 190566, + [SMALL_STATE(3952)] = 190591, + [SMALL_STATE(3953)] = 190616, + [SMALL_STATE(3954)] = 190641, + [SMALL_STATE(3955)] = 190666, + [SMALL_STATE(3956)] = 190691, + [SMALL_STATE(3957)] = 190716, + [SMALL_STATE(3958)] = 190741, + [SMALL_STATE(3959)] = 190766, + [SMALL_STATE(3960)] = 190791, + [SMALL_STATE(3961)] = 190816, + [SMALL_STATE(3962)] = 190841, + [SMALL_STATE(3963)] = 190866, + [SMALL_STATE(3964)] = 190891, + [SMALL_STATE(3965)] = 190916, + [SMALL_STATE(3966)] = 190941, + [SMALL_STATE(3967)] = 190966, + [SMALL_STATE(3968)] = 190991, + [SMALL_STATE(3969)] = 191020, + [SMALL_STATE(3970)] = 191045, + [SMALL_STATE(3971)] = 191070, + [SMALL_STATE(3972)] = 191095, + [SMALL_STATE(3973)] = 191120, + [SMALL_STATE(3974)] = 191145, + [SMALL_STATE(3975)] = 191170, + [SMALL_STATE(3976)] = 191195, + [SMALL_STATE(3977)] = 191220, + [SMALL_STATE(3978)] = 191249, + [SMALL_STATE(3979)] = 191274, + [SMALL_STATE(3980)] = 191303, + [SMALL_STATE(3981)] = 191328, + [SMALL_STATE(3982)] = 191353, + [SMALL_STATE(3983)] = 191378, + [SMALL_STATE(3984)] = 191403, + [SMALL_STATE(3985)] = 191428, + [SMALL_STATE(3986)] = 191453, + [SMALL_STATE(3987)] = 191478, + [SMALL_STATE(3988)] = 191503, + [SMALL_STATE(3989)] = 191528, + [SMALL_STATE(3990)] = 191553, + [SMALL_STATE(3991)] = 191582, + [SMALL_STATE(3992)] = 191607, + [SMALL_STATE(3993)] = 191632, + [SMALL_STATE(3994)] = 191657, + [SMALL_STATE(3995)] = 191682, + [SMALL_STATE(3996)] = 191707, + [SMALL_STATE(3997)] = 191732, + [SMALL_STATE(3998)] = 191757, + [SMALL_STATE(3999)] = 191782, + [SMALL_STATE(4000)] = 191807, + [SMALL_STATE(4001)] = 191832, + [SMALL_STATE(4002)] = 191857, + [SMALL_STATE(4003)] = 191882, + [SMALL_STATE(4004)] = 191907, + [SMALL_STATE(4005)] = 191932, + [SMALL_STATE(4006)] = 191957, + [SMALL_STATE(4007)] = 191982, + [SMALL_STATE(4008)] = 192007, + [SMALL_STATE(4009)] = 192032, + [SMALL_STATE(4010)] = 192057, + [SMALL_STATE(4011)] = 192082, + [SMALL_STATE(4012)] = 192107, + [SMALL_STATE(4013)] = 192132, + [SMALL_STATE(4014)] = 192157, + [SMALL_STATE(4015)] = 192186, + [SMALL_STATE(4016)] = 192211, + [SMALL_STATE(4017)] = 192236, + [SMALL_STATE(4018)] = 192261, + [SMALL_STATE(4019)] = 192286, + [SMALL_STATE(4020)] = 192311, + [SMALL_STATE(4021)] = 192336, + [SMALL_STATE(4022)] = 192361, + [SMALL_STATE(4023)] = 192386, + [SMALL_STATE(4024)] = 192411, + [SMALL_STATE(4025)] = 192436, + [SMALL_STATE(4026)] = 192461, + [SMALL_STATE(4027)] = 192486, + [SMALL_STATE(4028)] = 192511, + [SMALL_STATE(4029)] = 192536, + [SMALL_STATE(4030)] = 192561, + [SMALL_STATE(4031)] = 192586, + [SMALL_STATE(4032)] = 192611, + [SMALL_STATE(4033)] = 192636, + [SMALL_STATE(4034)] = 192661, + [SMALL_STATE(4035)] = 192686, + [SMALL_STATE(4036)] = 192715, + [SMALL_STATE(4037)] = 192740, + [SMALL_STATE(4038)] = 192765, + [SMALL_STATE(4039)] = 192790, + [SMALL_STATE(4040)] = 192815, + [SMALL_STATE(4041)] = 192840, + [SMALL_STATE(4042)] = 192865, + [SMALL_STATE(4043)] = 192890, + [SMALL_STATE(4044)] = 192915, + [SMALL_STATE(4045)] = 192940, + [SMALL_STATE(4046)] = 192965, + [SMALL_STATE(4047)] = 192990, + [SMALL_STATE(4048)] = 193015, + [SMALL_STATE(4049)] = 193040, + [SMALL_STATE(4050)] = 193065, + [SMALL_STATE(4051)] = 193094, + [SMALL_STATE(4052)] = 193119, + [SMALL_STATE(4053)] = 193144, + [SMALL_STATE(4054)] = 193169, + [SMALL_STATE(4055)] = 193194, + [SMALL_STATE(4056)] = 193219, + [SMALL_STATE(4057)] = 193244, + [SMALL_STATE(4058)] = 193269, + [SMALL_STATE(4059)] = 193291, + [SMALL_STATE(4060)] = 193310, + [SMALL_STATE(4061)] = 193329, + [SMALL_STATE(4062)] = 193348, + [SMALL_STATE(4063)] = 193367, + [SMALL_STATE(4064)] = 193386, + [SMALL_STATE(4065)] = 193417, + [SMALL_STATE(4066)] = 193448, + [SMALL_STATE(4067)] = 193467, + [SMALL_STATE(4068)] = 193486, + [SMALL_STATE(4069)] = 193505, + [SMALL_STATE(4070)] = 193536, + [SMALL_STATE(4071)] = 193556, + [SMALL_STATE(4072)] = 193574, + [SMALL_STATE(4073)] = 193594, + [SMALL_STATE(4074)] = 193614, + [SMALL_STATE(4075)] = 193634, + [SMALL_STATE(4076)] = 193662, + [SMALL_STATE(4077)] = 193682, + [SMALL_STATE(4078)] = 193702, + [SMALL_STATE(4079)] = 193720, + [SMALL_STATE(4080)] = 193740, + [SMALL_STATE(4081)] = 193760, + [SMALL_STATE(4082)] = 193776, + [SMALL_STATE(4083)] = 193796, + [SMALL_STATE(4084)] = 193814, + [SMALL_STATE(4085)] = 193834, + [SMALL_STATE(4086)] = 193852, + [SMALL_STATE(4087)] = 193872, + [SMALL_STATE(4088)] = 193892, + [SMALL_STATE(4089)] = 193910, + [SMALL_STATE(4090)] = 193928, + [SMALL_STATE(4091)] = 193948, + [SMALL_STATE(4092)] = 193968, + [SMALL_STATE(4093)] = 193986, + [SMALL_STATE(4094)] = 194004, + [SMALL_STATE(4095)] = 194024, + [SMALL_STATE(4096)] = 194044, + [SMALL_STATE(4097)] = 194062, + [SMALL_STATE(4098)] = 194080, + [SMALL_STATE(4099)] = 194098, + [SMALL_STATE(4100)] = 194118, + [SMALL_STATE(4101)] = 194138, + [SMALL_STATE(4102)] = 194158, + [SMALL_STATE(4103)] = 194185, + [SMALL_STATE(4104)] = 194212, + [SMALL_STATE(4105)] = 194235, + [SMALL_STATE(4106)] = 194264, + [SMALL_STATE(4107)] = 194279, + [SMALL_STATE(4108)] = 194306, + [SMALL_STATE(4109)] = 194321, + [SMALL_STATE(4110)] = 194345, + [SMALL_STATE(4111)] = 194369, + [SMALL_STATE(4112)] = 194393, + [SMALL_STATE(4113)] = 194417, + [SMALL_STATE(4114)] = 194441, + [SMALL_STATE(4115)] = 194465, + [SMALL_STATE(4116)] = 194489, + [SMALL_STATE(4117)] = 194513, + [SMALL_STATE(4118)] = 194537, + [SMALL_STATE(4119)] = 194561, + [SMALL_STATE(4120)] = 194585, + [SMALL_STATE(4121)] = 194609, + [SMALL_STATE(4122)] = 194633, + [SMALL_STATE(4123)] = 194657, + [SMALL_STATE(4124)] = 194681, + [SMALL_STATE(4125)] = 194705, + [SMALL_STATE(4126)] = 194729, + [SMALL_STATE(4127)] = 194753, + [SMALL_STATE(4128)] = 194777, + [SMALL_STATE(4129)] = 194801, + [SMALL_STATE(4130)] = 194825, + [SMALL_STATE(4131)] = 194849, + [SMALL_STATE(4132)] = 194873, + [SMALL_STATE(4133)] = 194897, + [SMALL_STATE(4134)] = 194921, + [SMALL_STATE(4135)] = 194945, + [SMALL_STATE(4136)] = 194969, + [SMALL_STATE(4137)] = 194993, + [SMALL_STATE(4138)] = 195015, + [SMALL_STATE(4139)] = 195037, + [SMALL_STATE(4140)] = 195061, + [SMALL_STATE(4141)] = 195083, + [SMALL_STATE(4142)] = 195107, + [SMALL_STATE(4143)] = 195122, + [SMALL_STATE(4144)] = 195137, + [SMALL_STATE(4145)] = 195152, + [SMALL_STATE(4146)] = 195173, + [SMALL_STATE(4147)] = 195188, + [SMALL_STATE(4148)] = 195203, + [SMALL_STATE(4149)] = 195218, + [SMALL_STATE(4150)] = 195233, + [SMALL_STATE(4151)] = 195248, + [SMALL_STATE(4152)] = 195263, + [SMALL_STATE(4153)] = 195278, + [SMALL_STATE(4154)] = 195293, + [SMALL_STATE(4155)] = 195312, + [SMALL_STATE(4156)] = 195333, + [SMALL_STATE(4157)] = 195348, + [SMALL_STATE(4158)] = 195363, + [SMALL_STATE(4159)] = 195378, + [SMALL_STATE(4160)] = 195393, + [SMALL_STATE(4161)] = 195408, + [SMALL_STATE(4162)] = 195423, + [SMALL_STATE(4163)] = 195438, + [SMALL_STATE(4164)] = 195453, + [SMALL_STATE(4165)] = 195468, + [SMALL_STATE(4166)] = 195489, + [SMALL_STATE(4167)] = 195504, + [SMALL_STATE(4168)] = 195519, + [SMALL_STATE(4169)] = 195534, + [SMALL_STATE(4170)] = 195549, + [SMALL_STATE(4171)] = 195564, + [SMALL_STATE(4172)] = 195589, + [SMALL_STATE(4173)] = 195604, + [SMALL_STATE(4174)] = 195624, + [SMALL_STATE(4175)] = 195644, + [SMALL_STATE(4176)] = 195664, + [SMALL_STATE(4177)] = 195684, + [SMALL_STATE(4178)] = 195704, + [SMALL_STATE(4179)] = 195724, + [SMALL_STATE(4180)] = 195744, + [SMALL_STATE(4181)] = 195760, + [SMALL_STATE(4182)] = 195780, + [SMALL_STATE(4183)] = 195800, + [SMALL_STATE(4184)] = 195820, + [SMALL_STATE(4185)] = 195840, + [SMALL_STATE(4186)] = 195860, + [SMALL_STATE(4187)] = 195880, + [SMALL_STATE(4188)] = 195900, + [SMALL_STATE(4189)] = 195920, + [SMALL_STATE(4190)] = 195940, + [SMALL_STATE(4191)] = 195960, + [SMALL_STATE(4192)] = 195980, + [SMALL_STATE(4193)] = 196000, + [SMALL_STATE(4194)] = 196020, + [SMALL_STATE(4195)] = 196040, + [SMALL_STATE(4196)] = 196060, + [SMALL_STATE(4197)] = 196080, + [SMALL_STATE(4198)] = 196100, + [SMALL_STATE(4199)] = 196114, + [SMALL_STATE(4200)] = 196129, + [SMALL_STATE(4201)] = 196148, + [SMALL_STATE(4202)] = 196167, + [SMALL_STATE(4203)] = 196184, + [SMALL_STATE(4204)] = 196203, + [SMALL_STATE(4205)] = 196218, + [SMALL_STATE(4206)] = 196233, + [SMALL_STATE(4207)] = 196248, + [SMALL_STATE(4208)] = 196267, + [SMALL_STATE(4209)] = 196284, + [SMALL_STATE(4210)] = 196299, + [SMALL_STATE(4211)] = 196316, + [SMALL_STATE(4212)] = 196331, + [SMALL_STATE(4213)] = 196348, + [SMALL_STATE(4214)] = 196365, + [SMALL_STATE(4215)] = 196382, + [SMALL_STATE(4216)] = 196401, + [SMALL_STATE(4217)] = 196416, + [SMALL_STATE(4218)] = 196431, + [SMALL_STATE(4219)] = 196448, + [SMALL_STATE(4220)] = 196467, + [SMALL_STATE(4221)] = 196484, + [SMALL_STATE(4222)] = 196501, + [SMALL_STATE(4223)] = 196516, + [SMALL_STATE(4224)] = 196533, + [SMALL_STATE(4225)] = 196550, + [SMALL_STATE(4226)] = 196569, + [SMALL_STATE(4227)] = 196584, + [SMALL_STATE(4228)] = 196601, + [SMALL_STATE(4229)] = 196618, + [SMALL_STATE(4230)] = 196633, + [SMALL_STATE(4231)] = 196648, + [SMALL_STATE(4232)] = 196663, + [SMALL_STATE(4233)] = 196678, + [SMALL_STATE(4234)] = 196693, + [SMALL_STATE(4235)] = 196712, + [SMALL_STATE(4236)] = 196727, + [SMALL_STATE(4237)] = 196746, + [SMALL_STATE(4238)] = 196765, + [SMALL_STATE(4239)] = 196782, + [SMALL_STATE(4240)] = 196801, + [SMALL_STATE(4241)] = 196818, + [SMALL_STATE(4242)] = 196835, + [SMALL_STATE(4243)] = 196850, + [SMALL_STATE(4244)] = 196865, + [SMALL_STATE(4245)] = 196882, + [SMALL_STATE(4246)] = 196899, + [SMALL_STATE(4247)] = 196912, + [SMALL_STATE(4248)] = 196929, + [SMALL_STATE(4249)] = 196942, + [SMALL_STATE(4250)] = 196961, + [SMALL_STATE(4251)] = 196974, + [SMALL_STATE(4252)] = 196987, + [SMALL_STATE(4253)] = 197004, + [SMALL_STATE(4254)] = 197023, + [SMALL_STATE(4255)] = 197034, + [SMALL_STATE(4256)] = 197045, + [SMALL_STATE(4257)] = 197056, + [SMALL_STATE(4258)] = 197075, + [SMALL_STATE(4259)] = 197090, + [SMALL_STATE(4260)] = 197105, + [SMALL_STATE(4261)] = 197124, + [SMALL_STATE(4262)] = 197141, + [SMALL_STATE(4263)] = 197158, + [SMALL_STATE(4264)] = 197175, + [SMALL_STATE(4265)] = 197192, + [SMALL_STATE(4266)] = 197211, + [SMALL_STATE(4267)] = 197228, + [SMALL_STATE(4268)] = 197245, + [SMALL_STATE(4269)] = 197264, + [SMALL_STATE(4270)] = 197281, + [SMALL_STATE(4271)] = 197300, + [SMALL_STATE(4272)] = 197315, + [SMALL_STATE(4273)] = 197334, + [SMALL_STATE(4274)] = 197353, + [SMALL_STATE(4275)] = 197370, + [SMALL_STATE(4276)] = 197385, + [SMALL_STATE(4277)] = 197402, + [SMALL_STATE(4278)] = 197421, + [SMALL_STATE(4279)] = 197438, + [SMALL_STATE(4280)] = 197453, + [SMALL_STATE(4281)] = 197472, + [SMALL_STATE(4282)] = 197489, + [SMALL_STATE(4283)] = 197508, + [SMALL_STATE(4284)] = 197523, + [SMALL_STATE(4285)] = 197538, + [SMALL_STATE(4286)] = 197548, + [SMALL_STATE(4287)] = 197564, + [SMALL_STATE(4288)] = 197574, + [SMALL_STATE(4289)] = 197590, + [SMALL_STATE(4290)] = 197602, + [SMALL_STATE(4291)] = 197618, + [SMALL_STATE(4292)] = 197628, + [SMALL_STATE(4293)] = 197638, + [SMALL_STATE(4294)] = 197648, + [SMALL_STATE(4295)] = 197658, + [SMALL_STATE(4296)] = 197668, + [SMALL_STATE(4297)] = 197678, + [SMALL_STATE(4298)] = 197688, + [SMALL_STATE(4299)] = 197698, + [SMALL_STATE(4300)] = 197708, + [SMALL_STATE(4301)] = 197718, + [SMALL_STATE(4302)] = 197728, + [SMALL_STATE(4303)] = 197744, + [SMALL_STATE(4304)] = 197754, + [SMALL_STATE(4305)] = 197764, + [SMALL_STATE(4306)] = 197778, + [SMALL_STATE(4307)] = 197788, + [SMALL_STATE(4308)] = 197798, + [SMALL_STATE(4309)] = 197808, + [SMALL_STATE(4310)] = 197818, + [SMALL_STATE(4311)] = 197828, + [SMALL_STATE(4312)] = 197838, + [SMALL_STATE(4313)] = 197850, + [SMALL_STATE(4314)] = 197866, + [SMALL_STATE(4315)] = 197878, + [SMALL_STATE(4316)] = 197888, + [SMALL_STATE(4317)] = 197898, + [SMALL_STATE(4318)] = 197908, + [SMALL_STATE(4319)] = 197922, + [SMALL_STATE(4320)] = 197932, + [SMALL_STATE(4321)] = 197948, + [SMALL_STATE(4322)] = 197958, + [SMALL_STATE(4323)] = 197968, + [SMALL_STATE(4324)] = 197978, + [SMALL_STATE(4325)] = 197988, + [SMALL_STATE(4326)] = 197998, + [SMALL_STATE(4327)] = 198012, + [SMALL_STATE(4328)] = 198022, + [SMALL_STATE(4329)] = 198038, + [SMALL_STATE(4330)] = 198048, + [SMALL_STATE(4331)] = 198062, + [SMALL_STATE(4332)] = 198076, + [SMALL_STATE(4333)] = 198086, + [SMALL_STATE(4334)] = 198096, + [SMALL_STATE(4335)] = 198106, + [SMALL_STATE(4336)] = 198122, + [SMALL_STATE(4337)] = 198132, + [SMALL_STATE(4338)] = 198142, + [SMALL_STATE(4339)] = 198152, + [SMALL_STATE(4340)] = 198166, + [SMALL_STATE(4341)] = 198176, + [SMALL_STATE(4342)] = 198186, + [SMALL_STATE(4343)] = 198196, + [SMALL_STATE(4344)] = 198212, + [SMALL_STATE(4345)] = 198226, + [SMALL_STATE(4346)] = 198236, + [SMALL_STATE(4347)] = 198252, + [SMALL_STATE(4348)] = 198268, + [SMALL_STATE(4349)] = 198284, + [SMALL_STATE(4350)] = 198294, + [SMALL_STATE(4351)] = 198308, + [SMALL_STATE(4352)] = 198324, + [SMALL_STATE(4353)] = 198334, + [SMALL_STATE(4354)] = 198347, + [SMALL_STATE(4355)] = 198360, + [SMALL_STATE(4356)] = 198371, + [SMALL_STATE(4357)] = 198382, + [SMALL_STATE(4358)] = 198395, + [SMALL_STATE(4359)] = 198408, + [SMALL_STATE(4360)] = 198421, + [SMALL_STATE(4361)] = 198434, + [SMALL_STATE(4362)] = 198447, + [SMALL_STATE(4363)] = 198456, + [SMALL_STATE(4364)] = 198469, + [SMALL_STATE(4365)] = 198482, + [SMALL_STATE(4366)] = 198495, + [SMALL_STATE(4367)] = 198508, + [SMALL_STATE(4368)] = 198521, + [SMALL_STATE(4369)] = 198532, + [SMALL_STATE(4370)] = 198543, + [SMALL_STATE(4371)] = 198552, + [SMALL_STATE(4372)] = 198561, + [SMALL_STATE(4373)] = 198574, + [SMALL_STATE(4374)] = 198585, + [SMALL_STATE(4375)] = 198598, + [SMALL_STATE(4376)] = 198611, + [SMALL_STATE(4377)] = 198622, + [SMALL_STATE(4378)] = 198635, + [SMALL_STATE(4379)] = 198648, + [SMALL_STATE(4380)] = 198661, + [SMALL_STATE(4381)] = 198674, + [SMALL_STATE(4382)] = 198687, + [SMALL_STATE(4383)] = 198700, + [SMALL_STATE(4384)] = 198711, + [SMALL_STATE(4385)] = 198722, + [SMALL_STATE(4386)] = 198735, + [SMALL_STATE(4387)] = 198746, + [SMALL_STATE(4388)] = 198759, + [SMALL_STATE(4389)] = 198772, + [SMALL_STATE(4390)] = 198781, + [SMALL_STATE(4391)] = 198790, + [SMALL_STATE(4392)] = 198799, + [SMALL_STATE(4393)] = 198812, + [SMALL_STATE(4394)] = 198821, + [SMALL_STATE(4395)] = 198834, + [SMALL_STATE(4396)] = 198843, + [SMALL_STATE(4397)] = 198854, + [SMALL_STATE(4398)] = 198867, + [SMALL_STATE(4399)] = 198876, + [SMALL_STATE(4400)] = 198885, + [SMALL_STATE(4401)] = 198894, + [SMALL_STATE(4402)] = 198903, + [SMALL_STATE(4403)] = 198916, + [SMALL_STATE(4404)] = 198929, + [SMALL_STATE(4405)] = 198942, + [SMALL_STATE(4406)] = 198955, + [SMALL_STATE(4407)] = 198968, + [SMALL_STATE(4408)] = 198977, + [SMALL_STATE(4409)] = 198990, + [SMALL_STATE(4410)] = 199003, + [SMALL_STATE(4411)] = 199014, + [SMALL_STATE(4412)] = 199023, + [SMALL_STATE(4413)] = 199036, + [SMALL_STATE(4414)] = 199049, + [SMALL_STATE(4415)] = 199062, + [SMALL_STATE(4416)] = 199073, + [SMALL_STATE(4417)] = 199086, + [SMALL_STATE(4418)] = 199097, + [SMALL_STATE(4419)] = 199110, + [SMALL_STATE(4420)] = 199121, + [SMALL_STATE(4421)] = 199134, + [SMALL_STATE(4422)] = 199145, + [SMALL_STATE(4423)] = 199158, + [SMALL_STATE(4424)] = 199171, + [SMALL_STATE(4425)] = 199184, + [SMALL_STATE(4426)] = 199197, + [SMALL_STATE(4427)] = 199210, + [SMALL_STATE(4428)] = 199223, + [SMALL_STATE(4429)] = 199234, + [SMALL_STATE(4430)] = 199247, + [SMALL_STATE(4431)] = 199260, + [SMALL_STATE(4432)] = 199273, + [SMALL_STATE(4433)] = 199286, + [SMALL_STATE(4434)] = 199299, + [SMALL_STATE(4435)] = 199312, + [SMALL_STATE(4436)] = 199323, + [SMALL_STATE(4437)] = 199336, + [SMALL_STATE(4438)] = 199349, + [SMALL_STATE(4439)] = 199360, + [SMALL_STATE(4440)] = 199373, + [SMALL_STATE(4441)] = 199386, + [SMALL_STATE(4442)] = 199397, + [SMALL_STATE(4443)] = 199408, + [SMALL_STATE(4444)] = 199421, + [SMALL_STATE(4445)] = 199434, + [SMALL_STATE(4446)] = 199447, + [SMALL_STATE(4447)] = 199460, + [SMALL_STATE(4448)] = 199473, + [SMALL_STATE(4449)] = 199486, + [SMALL_STATE(4450)] = 199499, + [SMALL_STATE(4451)] = 199512, + [SMALL_STATE(4452)] = 199525, + [SMALL_STATE(4453)] = 199536, + [SMALL_STATE(4454)] = 199549, + [SMALL_STATE(4455)] = 199562, + [SMALL_STATE(4456)] = 199575, + [SMALL_STATE(4457)] = 199586, + [SMALL_STATE(4458)] = 199599, + [SMALL_STATE(4459)] = 199610, + [SMALL_STATE(4460)] = 199621, + [SMALL_STATE(4461)] = 199632, + [SMALL_STATE(4462)] = 199645, + [SMALL_STATE(4463)] = 199658, + [SMALL_STATE(4464)] = 199669, + [SMALL_STATE(4465)] = 199682, + [SMALL_STATE(4466)] = 199693, + [SMALL_STATE(4467)] = 199706, + [SMALL_STATE(4468)] = 199719, + [SMALL_STATE(4469)] = 199732, + [SMALL_STATE(4470)] = 199745, + [SMALL_STATE(4471)] = 199758, + [SMALL_STATE(4472)] = 199771, + [SMALL_STATE(4473)] = 199784, + [SMALL_STATE(4474)] = 199797, + [SMALL_STATE(4475)] = 199810, + [SMALL_STATE(4476)] = 199821, + [SMALL_STATE(4477)] = 199834, + [SMALL_STATE(4478)] = 199847, + [SMALL_STATE(4479)] = 199860, + [SMALL_STATE(4480)] = 199873, + [SMALL_STATE(4481)] = 199886, + [SMALL_STATE(4482)] = 199899, + [SMALL_STATE(4483)] = 199912, + [SMALL_STATE(4484)] = 199925, + [SMALL_STATE(4485)] = 199938, + [SMALL_STATE(4486)] = 199951, + [SMALL_STATE(4487)] = 199964, + [SMALL_STATE(4488)] = 199977, + [SMALL_STATE(4489)] = 199990, + [SMALL_STATE(4490)] = 200003, + [SMALL_STATE(4491)] = 200016, + [SMALL_STATE(4492)] = 200027, + [SMALL_STATE(4493)] = 200040, + [SMALL_STATE(4494)] = 200053, + [SMALL_STATE(4495)] = 200064, + [SMALL_STATE(4496)] = 200075, + [SMALL_STATE(4497)] = 200086, + [SMALL_STATE(4498)] = 200099, + [SMALL_STATE(4499)] = 200110, + [SMALL_STATE(4500)] = 200123, + [SMALL_STATE(4501)] = 200136, + [SMALL_STATE(4502)] = 200149, + [SMALL_STATE(4503)] = 200160, + [SMALL_STATE(4504)] = 200173, + [SMALL_STATE(4505)] = 200186, + [SMALL_STATE(4506)] = 200199, + [SMALL_STATE(4507)] = 200212, + [SMALL_STATE(4508)] = 200220, + [SMALL_STATE(4509)] = 200230, + [SMALL_STATE(4510)] = 200240, + [SMALL_STATE(4511)] = 200250, + [SMALL_STATE(4512)] = 200260, + [SMALL_STATE(4513)] = 200268, + [SMALL_STATE(4514)] = 200278, + [SMALL_STATE(4515)] = 200288, + [SMALL_STATE(4516)] = 200296, + [SMALL_STATE(4517)] = 200306, + [SMALL_STATE(4518)] = 200316, + [SMALL_STATE(4519)] = 200326, + [SMALL_STATE(4520)] = 200336, + [SMALL_STATE(4521)] = 200346, + [SMALL_STATE(4522)] = 200356, + [SMALL_STATE(4523)] = 200364, + [SMALL_STATE(4524)] = 200374, + [SMALL_STATE(4525)] = 200384, + [SMALL_STATE(4526)] = 200394, + [SMALL_STATE(4527)] = 200404, + [SMALL_STATE(4528)] = 200414, + [SMALL_STATE(4529)] = 200422, + [SMALL_STATE(4530)] = 200432, + [SMALL_STATE(4531)] = 200442, + [SMALL_STATE(4532)] = 200452, + [SMALL_STATE(4533)] = 200460, + [SMALL_STATE(4534)] = 200470, + [SMALL_STATE(4535)] = 200480, + [SMALL_STATE(4536)] = 200488, + [SMALL_STATE(4537)] = 200498, + [SMALL_STATE(4538)] = 200508, + [SMALL_STATE(4539)] = 200518, + [SMALL_STATE(4540)] = 200526, + [SMALL_STATE(4541)] = 200536, + [SMALL_STATE(4542)] = 200546, + [SMALL_STATE(4543)] = 200556, + [SMALL_STATE(4544)] = 200566, + [SMALL_STATE(4545)] = 200576, + [SMALL_STATE(4546)] = 200586, + [SMALL_STATE(4547)] = 200596, + [SMALL_STATE(4548)] = 200606, + [SMALL_STATE(4549)] = 200614, + [SMALL_STATE(4550)] = 200624, + [SMALL_STATE(4551)] = 200632, + [SMALL_STATE(4552)] = 200642, + [SMALL_STATE(4553)] = 200652, + [SMALL_STATE(4554)] = 200662, + [SMALL_STATE(4555)] = 200672, + [SMALL_STATE(4556)] = 200680, + [SMALL_STATE(4557)] = 200690, + [SMALL_STATE(4558)] = 200700, + [SMALL_STATE(4559)] = 200708, + [SMALL_STATE(4560)] = 200718, + [SMALL_STATE(4561)] = 200728, + [SMALL_STATE(4562)] = 200738, + [SMALL_STATE(4563)] = 200748, + [SMALL_STATE(4564)] = 200756, + [SMALL_STATE(4565)] = 200766, + [SMALL_STATE(4566)] = 200774, + [SMALL_STATE(4567)] = 200784, + [SMALL_STATE(4568)] = 200792, + [SMALL_STATE(4569)] = 200802, + [SMALL_STATE(4570)] = 200810, + [SMALL_STATE(4571)] = 200818, + [SMALL_STATE(4572)] = 200828, + [SMALL_STATE(4573)] = 200838, + [SMALL_STATE(4574)] = 200846, + [SMALL_STATE(4575)] = 200854, + [SMALL_STATE(4576)] = 200862, + [SMALL_STATE(4577)] = 200870, + [SMALL_STATE(4578)] = 200880, + [SMALL_STATE(4579)] = 200888, + [SMALL_STATE(4580)] = 200896, + [SMALL_STATE(4581)] = 200906, + [SMALL_STATE(4582)] = 200916, + [SMALL_STATE(4583)] = 200924, + [SMALL_STATE(4584)] = 200932, + [SMALL_STATE(4585)] = 200940, + [SMALL_STATE(4586)] = 200948, + [SMALL_STATE(4587)] = 200958, + [SMALL_STATE(4588)] = 200968, + [SMALL_STATE(4589)] = 200976, + [SMALL_STATE(4590)] = 200986, + [SMALL_STATE(4591)] = 200994, + [SMALL_STATE(4592)] = 201002, + [SMALL_STATE(4593)] = 201012, + [SMALL_STATE(4594)] = 201020, + [SMALL_STATE(4595)] = 201028, + [SMALL_STATE(4596)] = 201038, + [SMALL_STATE(4597)] = 201046, + [SMALL_STATE(4598)] = 201054, + [SMALL_STATE(4599)] = 201062, + [SMALL_STATE(4600)] = 201070, + [SMALL_STATE(4601)] = 201080, + [SMALL_STATE(4602)] = 201088, + [SMALL_STATE(4603)] = 201098, + [SMALL_STATE(4604)] = 201108, + [SMALL_STATE(4605)] = 201116, + [SMALL_STATE(4606)] = 201124, + [SMALL_STATE(4607)] = 201132, + [SMALL_STATE(4608)] = 201140, + [SMALL_STATE(4609)] = 201150, + [SMALL_STATE(4610)] = 201160, + [SMALL_STATE(4611)] = 201170, + [SMALL_STATE(4612)] = 201180, + [SMALL_STATE(4613)] = 201190, + [SMALL_STATE(4614)] = 201200, + [SMALL_STATE(4615)] = 201208, + [SMALL_STATE(4616)] = 201216, + [SMALL_STATE(4617)] = 201226, + [SMALL_STATE(4618)] = 201236, + [SMALL_STATE(4619)] = 201246, + [SMALL_STATE(4620)] = 201256, + [SMALL_STATE(4621)] = 201264, + [SMALL_STATE(4622)] = 201274, + [SMALL_STATE(4623)] = 201281, + [SMALL_STATE(4624)] = 201288, + [SMALL_STATE(4625)] = 201295, + [SMALL_STATE(4626)] = 201302, + [SMALL_STATE(4627)] = 201309, + [SMALL_STATE(4628)] = 201316, + [SMALL_STATE(4629)] = 201323, + [SMALL_STATE(4630)] = 201330, + [SMALL_STATE(4631)] = 201337, + [SMALL_STATE(4632)] = 201344, + [SMALL_STATE(4633)] = 201351, + [SMALL_STATE(4634)] = 201358, + [SMALL_STATE(4635)] = 201365, + [SMALL_STATE(4636)] = 201372, + [SMALL_STATE(4637)] = 201379, + [SMALL_STATE(4638)] = 201386, + [SMALL_STATE(4639)] = 201393, + [SMALL_STATE(4640)] = 201400, + [SMALL_STATE(4641)] = 201407, + [SMALL_STATE(4642)] = 201414, + [SMALL_STATE(4643)] = 201421, + [SMALL_STATE(4644)] = 201428, + [SMALL_STATE(4645)] = 201435, + [SMALL_STATE(4646)] = 201442, + [SMALL_STATE(4647)] = 201449, + [SMALL_STATE(4648)] = 201456, + [SMALL_STATE(4649)] = 201463, + [SMALL_STATE(4650)] = 201470, + [SMALL_STATE(4651)] = 201477, + [SMALL_STATE(4652)] = 201484, + [SMALL_STATE(4653)] = 201491, + [SMALL_STATE(4654)] = 201498, + [SMALL_STATE(4655)] = 201505, + [SMALL_STATE(4656)] = 201512, + [SMALL_STATE(4657)] = 201519, + [SMALL_STATE(4658)] = 201526, + [SMALL_STATE(4659)] = 201533, + [SMALL_STATE(4660)] = 201540, + [SMALL_STATE(4661)] = 201547, + [SMALL_STATE(4662)] = 201554, + [SMALL_STATE(4663)] = 201561, + [SMALL_STATE(4664)] = 201568, + [SMALL_STATE(4665)] = 201575, + [SMALL_STATE(4666)] = 201582, + [SMALL_STATE(4667)] = 201589, + [SMALL_STATE(4668)] = 201596, + [SMALL_STATE(4669)] = 201603, + [SMALL_STATE(4670)] = 201610, + [SMALL_STATE(4671)] = 201617, + [SMALL_STATE(4672)] = 201624, + [SMALL_STATE(4673)] = 201631, + [SMALL_STATE(4674)] = 201638, + [SMALL_STATE(4675)] = 201645, + [SMALL_STATE(4676)] = 201652, + [SMALL_STATE(4677)] = 201659, + [SMALL_STATE(4678)] = 201666, + [SMALL_STATE(4679)] = 201673, + [SMALL_STATE(4680)] = 201680, + [SMALL_STATE(4681)] = 201687, + [SMALL_STATE(4682)] = 201694, + [SMALL_STATE(4683)] = 201701, + [SMALL_STATE(4684)] = 201708, + [SMALL_STATE(4685)] = 201715, + [SMALL_STATE(4686)] = 201722, + [SMALL_STATE(4687)] = 201729, + [SMALL_STATE(4688)] = 201736, + [SMALL_STATE(4689)] = 201743, + [SMALL_STATE(4690)] = 201750, + [SMALL_STATE(4691)] = 201757, + [SMALL_STATE(4692)] = 201764, + [SMALL_STATE(4693)] = 201771, + [SMALL_STATE(4694)] = 201778, + [SMALL_STATE(4695)] = 201785, + [SMALL_STATE(4696)] = 201792, + [SMALL_STATE(4697)] = 201799, + [SMALL_STATE(4698)] = 201806, + [SMALL_STATE(4699)] = 201813, + [SMALL_STATE(4700)] = 201820, + [SMALL_STATE(4701)] = 201827, + [SMALL_STATE(4702)] = 201834, + [SMALL_STATE(4703)] = 201841, + [SMALL_STATE(4704)] = 201848, + [SMALL_STATE(4705)] = 201855, + [SMALL_STATE(4706)] = 201862, + [SMALL_STATE(4707)] = 201869, + [SMALL_STATE(4708)] = 201876, + [SMALL_STATE(4709)] = 201883, + [SMALL_STATE(4710)] = 201890, + [SMALL_STATE(4711)] = 201897, + [SMALL_STATE(4712)] = 201904, + [SMALL_STATE(4713)] = 201911, + [SMALL_STATE(4714)] = 201918, + [SMALL_STATE(4715)] = 201925, + [SMALL_STATE(4716)] = 201932, + [SMALL_STATE(4717)] = 201939, + [SMALL_STATE(4718)] = 201946, + [SMALL_STATE(4719)] = 201953, + [SMALL_STATE(4720)] = 201960, + [SMALL_STATE(4721)] = 201967, + [SMALL_STATE(4722)] = 201974, + [SMALL_STATE(4723)] = 201981, + [SMALL_STATE(4724)] = 201988, + [SMALL_STATE(4725)] = 201995, + [SMALL_STATE(4726)] = 202002, + [SMALL_STATE(4727)] = 202009, + [SMALL_STATE(4728)] = 202016, + [SMALL_STATE(4729)] = 202023, + [SMALL_STATE(4730)] = 202030, + [SMALL_STATE(4731)] = 202037, + [SMALL_STATE(4732)] = 202044, + [SMALL_STATE(4733)] = 202051, + [SMALL_STATE(4734)] = 202058, + [SMALL_STATE(4735)] = 202065, + [SMALL_STATE(4736)] = 202072, + [SMALL_STATE(4737)] = 202079, + [SMALL_STATE(4738)] = 202086, + [SMALL_STATE(4739)] = 202093, + [SMALL_STATE(4740)] = 202100, + [SMALL_STATE(4741)] = 202107, + [SMALL_STATE(4742)] = 202114, + [SMALL_STATE(4743)] = 202121, + [SMALL_STATE(4744)] = 202128, + [SMALL_STATE(4745)] = 202135, + [SMALL_STATE(4746)] = 202142, + [SMALL_STATE(4747)] = 202149, + [SMALL_STATE(4748)] = 202156, + [SMALL_STATE(4749)] = 202163, + [SMALL_STATE(4750)] = 202170, + [SMALL_STATE(4751)] = 202177, + [SMALL_STATE(4752)] = 202184, + [SMALL_STATE(4753)] = 202191, + [SMALL_STATE(4754)] = 202198, + [SMALL_STATE(4755)] = 202205, + [SMALL_STATE(4756)] = 202212, + [SMALL_STATE(4757)] = 202219, + [SMALL_STATE(4758)] = 202226, + [SMALL_STATE(4759)] = 202233, + [SMALL_STATE(4760)] = 202240, + [SMALL_STATE(4761)] = 202247, + [SMALL_STATE(4762)] = 202254, + [SMALL_STATE(4763)] = 202261, + [SMALL_STATE(4764)] = 202268, + [SMALL_STATE(4765)] = 202275, + [SMALL_STATE(4766)] = 202282, + [SMALL_STATE(4767)] = 202289, + [SMALL_STATE(4768)] = 202296, + [SMALL_STATE(4769)] = 202303, + [SMALL_STATE(4770)] = 202310, + [SMALL_STATE(4771)] = 202317, + [SMALL_STATE(4772)] = 202324, + [SMALL_STATE(4773)] = 202331, + [SMALL_STATE(4774)] = 202338, + [SMALL_STATE(4775)] = 202345, + [SMALL_STATE(4776)] = 202352, + [SMALL_STATE(4777)] = 202359, + [SMALL_STATE(4778)] = 202366, + [SMALL_STATE(4779)] = 202373, + [SMALL_STATE(4780)] = 202380, + [SMALL_STATE(4781)] = 202387, + [SMALL_STATE(4782)] = 202394, + [SMALL_STATE(4783)] = 202401, + [SMALL_STATE(4784)] = 202408, + [SMALL_STATE(4785)] = 202415, + [SMALL_STATE(4786)] = 202422, + [SMALL_STATE(4787)] = 202429, + [SMALL_STATE(4788)] = 202436, + [SMALL_STATE(4789)] = 202443, + [SMALL_STATE(4790)] = 202450, + [SMALL_STATE(4791)] = 202457, + [SMALL_STATE(4792)] = 202464, + [SMALL_STATE(4793)] = 202471, + [SMALL_STATE(4794)] = 202478, + [SMALL_STATE(4795)] = 202485, + [SMALL_STATE(4796)] = 202492, + [SMALL_STATE(4797)] = 202499, + [SMALL_STATE(4798)] = 202506, + [SMALL_STATE(4799)] = 202513, + [SMALL_STATE(4800)] = 202520, + [SMALL_STATE(4801)] = 202527, + [SMALL_STATE(4802)] = 202534, + [SMALL_STATE(4803)] = 202541, + [SMALL_STATE(4804)] = 202548, + [SMALL_STATE(4805)] = 202555, + [SMALL_STATE(4806)] = 202562, + [SMALL_STATE(4807)] = 202569, + [SMALL_STATE(4808)] = 202576, + [SMALL_STATE(4809)] = 202583, + [SMALL_STATE(4810)] = 202590, + [SMALL_STATE(4811)] = 202597, + [SMALL_STATE(4812)] = 202604, + [SMALL_STATE(4813)] = 202611, + [SMALL_STATE(4814)] = 202618, + [SMALL_STATE(4815)] = 202625, + [SMALL_STATE(4816)] = 202632, + [SMALL_STATE(4817)] = 202639, + [SMALL_STATE(4818)] = 202646, + [SMALL_STATE(4819)] = 202653, + [SMALL_STATE(4820)] = 202660, + [SMALL_STATE(4821)] = 202667, + [SMALL_STATE(4822)] = 202674, + [SMALL_STATE(4823)] = 202681, + [SMALL_STATE(4824)] = 202688, + [SMALL_STATE(4825)] = 202695, + [SMALL_STATE(4826)] = 202702, + [SMALL_STATE(4827)] = 202709, + [SMALL_STATE(4828)] = 202716, + [SMALL_STATE(4829)] = 202723, + [SMALL_STATE(4830)] = 202730, + [SMALL_STATE(4831)] = 202737, + [SMALL_STATE(4832)] = 202744, + [SMALL_STATE(4833)] = 202751, + [SMALL_STATE(4834)] = 202758, + [SMALL_STATE(4835)] = 202765, + [SMALL_STATE(4836)] = 202772, + [SMALL_STATE(4837)] = 202779, + [SMALL_STATE(4838)] = 202786, + [SMALL_STATE(4839)] = 202793, + [SMALL_STATE(4840)] = 202800, + [SMALL_STATE(4841)] = 202807, + [SMALL_STATE(4842)] = 202814, + [SMALL_STATE(4843)] = 202821, + [SMALL_STATE(4844)] = 202828, + [SMALL_STATE(4845)] = 202835, + [SMALL_STATE(4846)] = 202842, + [SMALL_STATE(4847)] = 202849, + [SMALL_STATE(4848)] = 202856, + [SMALL_STATE(4849)] = 202863, + [SMALL_STATE(4850)] = 202870, + [SMALL_STATE(4851)] = 202877, + [SMALL_STATE(4852)] = 202884, + [SMALL_STATE(4853)] = 202891, + [SMALL_STATE(4854)] = 202898, + [SMALL_STATE(4855)] = 202905, + [SMALL_STATE(4856)] = 202912, + [SMALL_STATE(4857)] = 202919, + [SMALL_STATE(4858)] = 202926, + [SMALL_STATE(4859)] = 202933, + [SMALL_STATE(4860)] = 202940, + [SMALL_STATE(4861)] = 202947, + [SMALL_STATE(4862)] = 202954, + [SMALL_STATE(4863)] = 202961, + [SMALL_STATE(4864)] = 202968, + [SMALL_STATE(4865)] = 202975, + [SMALL_STATE(4866)] = 202982, + [SMALL_STATE(4867)] = 202989, + [SMALL_STATE(4868)] = 202996, + [SMALL_STATE(4869)] = 203003, + [SMALL_STATE(4870)] = 203010, + [SMALL_STATE(4871)] = 203017, + [SMALL_STATE(4872)] = 203024, + [SMALL_STATE(4873)] = 203031, + [SMALL_STATE(4874)] = 203038, + [SMALL_STATE(4875)] = 203045, + [SMALL_STATE(4876)] = 203052, + [SMALL_STATE(4877)] = 203059, + [SMALL_STATE(4878)] = 203066, + [SMALL_STATE(4879)] = 203073, + [SMALL_STATE(4880)] = 203080, + [SMALL_STATE(4881)] = 203087, + [SMALL_STATE(4882)] = 203094, + [SMALL_STATE(4883)] = 203101, + [SMALL_STATE(4884)] = 203108, + [SMALL_STATE(4885)] = 203115, + [SMALL_STATE(4886)] = 203122, + [SMALL_STATE(4887)] = 203129, + [SMALL_STATE(4888)] = 203136, + [SMALL_STATE(4889)] = 203143, + [SMALL_STATE(4890)] = 203150, + [SMALL_STATE(4891)] = 203157, + [SMALL_STATE(4892)] = 203164, + [SMALL_STATE(4893)] = 203171, + [SMALL_STATE(4894)] = 203178, + [SMALL_STATE(4895)] = 203185, + [SMALL_STATE(4896)] = 203192, + [SMALL_STATE(4897)] = 203199, + [SMALL_STATE(4898)] = 203206, + [SMALL_STATE(4899)] = 203213, + [SMALL_STATE(4900)] = 203220, + [SMALL_STATE(4901)] = 203227, + [SMALL_STATE(4902)] = 203234, + [SMALL_STATE(4903)] = 203241, + [SMALL_STATE(4904)] = 203248, + [SMALL_STATE(4905)] = 203255, + [SMALL_STATE(4906)] = 203262, + [SMALL_STATE(4907)] = 203269, + [SMALL_STATE(4908)] = 203276, + [SMALL_STATE(4909)] = 203283, + [SMALL_STATE(4910)] = 203290, + [SMALL_STATE(4911)] = 203297, + [SMALL_STATE(4912)] = 203304, + [SMALL_STATE(4913)] = 203311, + [SMALL_STATE(4914)] = 203318, + [SMALL_STATE(4915)] = 203325, + [SMALL_STATE(4916)] = 203332, + [SMALL_STATE(4917)] = 203339, + [SMALL_STATE(4918)] = 203346, + [SMALL_STATE(4919)] = 203353, + [SMALL_STATE(4920)] = 203360, + [SMALL_STATE(4921)] = 203367, + [SMALL_STATE(4922)] = 203374, + [SMALL_STATE(4923)] = 203381, + [SMALL_STATE(4924)] = 203388, + [SMALL_STATE(4925)] = 203395, + [SMALL_STATE(4926)] = 203402, + [SMALL_STATE(4927)] = 203409, + [SMALL_STATE(4928)] = 203416, + [SMALL_STATE(4929)] = 203423, + [SMALL_STATE(4930)] = 203430, + [SMALL_STATE(4931)] = 203437, + [SMALL_STATE(4932)] = 203444, + [SMALL_STATE(4933)] = 203451, + [SMALL_STATE(4934)] = 203458, + [SMALL_STATE(4935)] = 203465, + [SMALL_STATE(4936)] = 203472, + [SMALL_STATE(4937)] = 203479, + [SMALL_STATE(4938)] = 203486, + [SMALL_STATE(4939)] = 203493, + [SMALL_STATE(4940)] = 203500, + [SMALL_STATE(4941)] = 203507, + [SMALL_STATE(4942)] = 203514, + [SMALL_STATE(4943)] = 203521, + [SMALL_STATE(4944)] = 203528, + [SMALL_STATE(4945)] = 203535, + [SMALL_STATE(4946)] = 203542, + [SMALL_STATE(4947)] = 203549, + [SMALL_STATE(4948)] = 203556, + [SMALL_STATE(4949)] = 203563, + [SMALL_STATE(4950)] = 203570, + [SMALL_STATE(4951)] = 203577, + [SMALL_STATE(4952)] = 203584, + [SMALL_STATE(4953)] = 203591, + [SMALL_STATE(4954)] = 203598, + [SMALL_STATE(4955)] = 203605, + [SMALL_STATE(4956)] = 203612, + [SMALL_STATE(4957)] = 203619, + [SMALL_STATE(4958)] = 203626, + [SMALL_STATE(4959)] = 203633, + [SMALL_STATE(4960)] = 203640, + [SMALL_STATE(4961)] = 203647, + [SMALL_STATE(4962)] = 203654, + [SMALL_STATE(4963)] = 203661, + [SMALL_STATE(4964)] = 203668, + [SMALL_STATE(4965)] = 203675, + [SMALL_STATE(4966)] = 203682, + [SMALL_STATE(4967)] = 203689, + [SMALL_STATE(4968)] = 203696, + [SMALL_STATE(4969)] = 203703, + [SMALL_STATE(4970)] = 203710, + [SMALL_STATE(4971)] = 203717, + [SMALL_STATE(4972)] = 203724, + [SMALL_STATE(4973)] = 203731, + [SMALL_STATE(4974)] = 203738, + [SMALL_STATE(4975)] = 203745, + [SMALL_STATE(4976)] = 203752, + [SMALL_STATE(4977)] = 203759, + [SMALL_STATE(4978)] = 203766, + [SMALL_STATE(4979)] = 203773, + [SMALL_STATE(4980)] = 203780, + [SMALL_STATE(4981)] = 203787, + [SMALL_STATE(4982)] = 203794, + [SMALL_STATE(4983)] = 203801, + [SMALL_STATE(4984)] = 203808, + [SMALL_STATE(4985)] = 203815, + [SMALL_STATE(4986)] = 203822, + [SMALL_STATE(4987)] = 203829, + [SMALL_STATE(4988)] = 203836, + [SMALL_STATE(4989)] = 203843, + [SMALL_STATE(4990)] = 203850, + [SMALL_STATE(4991)] = 203857, + [SMALL_STATE(4992)] = 203864, + [SMALL_STATE(4993)] = 203871, + [SMALL_STATE(4994)] = 203878, + [SMALL_STATE(4995)] = 203885, + [SMALL_STATE(4996)] = 203892, + [SMALL_STATE(4997)] = 203899, + [SMALL_STATE(4998)] = 203906, + [SMALL_STATE(4999)] = 203913, + [SMALL_STATE(5000)] = 203920, + [SMALL_STATE(5001)] = 203927, + [SMALL_STATE(5002)] = 203934, + [SMALL_STATE(5003)] = 203941, + [SMALL_STATE(5004)] = 203948, + [SMALL_STATE(5005)] = 203955, + [SMALL_STATE(5006)] = 203962, + [SMALL_STATE(5007)] = 203969, + [SMALL_STATE(5008)] = 203976, + [SMALL_STATE(5009)] = 203983, + [SMALL_STATE(5010)] = 203990, + [SMALL_STATE(5011)] = 203997, + [SMALL_STATE(5012)] = 204004, + [SMALL_STATE(5013)] = 204011, + [SMALL_STATE(5014)] = 204018, + [SMALL_STATE(5015)] = 204025, + [SMALL_STATE(5016)] = 204032, + [SMALL_STATE(5017)] = 204039, + [SMALL_STATE(5018)] = 204046, + [SMALL_STATE(5019)] = 204053, + [SMALL_STATE(5020)] = 204060, + [SMALL_STATE(5021)] = 204067, + [SMALL_STATE(5022)] = 204074, + [SMALL_STATE(5023)] = 204081, + [SMALL_STATE(5024)] = 204088, + [SMALL_STATE(5025)] = 204095, + [SMALL_STATE(5026)] = 204102, + [SMALL_STATE(5027)] = 204109, + [SMALL_STATE(5028)] = 204116, + [SMALL_STATE(5029)] = 204123, + [SMALL_STATE(5030)] = 204130, + [SMALL_STATE(5031)] = 204137, + [SMALL_STATE(5032)] = 204144, + [SMALL_STATE(5033)] = 204151, + [SMALL_STATE(5034)] = 204158, + [SMALL_STATE(5035)] = 204165, + [SMALL_STATE(5036)] = 204172, + [SMALL_STATE(5037)] = 204179, + [SMALL_STATE(5038)] = 204186, + [SMALL_STATE(5039)] = 204193, + [SMALL_STATE(5040)] = 204200, + [SMALL_STATE(5041)] = 204207, + [SMALL_STATE(5042)] = 204214, + [SMALL_STATE(5043)] = 204221, + [SMALL_STATE(5044)] = 204228, + [SMALL_STATE(5045)] = 204235, + [SMALL_STATE(5046)] = 204242, + [SMALL_STATE(5047)] = 204249, + [SMALL_STATE(5048)] = 204256, + [SMALL_STATE(5049)] = 204263, + [SMALL_STATE(5050)] = 204270, + [SMALL_STATE(5051)] = 204277, + [SMALL_STATE(5052)] = 204284, + [SMALL_STATE(5053)] = 204291, + [SMALL_STATE(5054)] = 204298, + [SMALL_STATE(5055)] = 204305, + [SMALL_STATE(5056)] = 204312, + [SMALL_STATE(5057)] = 204319, + [SMALL_STATE(5058)] = 204326, + [SMALL_STATE(5059)] = 204333, + [SMALL_STATE(5060)] = 204340, + [SMALL_STATE(5061)] = 204347, + [SMALL_STATE(5062)] = 204354, + [SMALL_STATE(5063)] = 204361, + [SMALL_STATE(5064)] = 204368, + [SMALL_STATE(5065)] = 204375, + [SMALL_STATE(5066)] = 204382, + [SMALL_STATE(5067)] = 204389, + [SMALL_STATE(5068)] = 204396, + [SMALL_STATE(5069)] = 204403, + [SMALL_STATE(5070)] = 204410, + [SMALL_STATE(5071)] = 204417, + [SMALL_STATE(5072)] = 204424, + [SMALL_STATE(5073)] = 204431, + [SMALL_STATE(5074)] = 204438, + [SMALL_STATE(5075)] = 204445, + [SMALL_STATE(5076)] = 204452, + [SMALL_STATE(5077)] = 204459, + [SMALL_STATE(5078)] = 204466, + [SMALL_STATE(5079)] = 204473, + [SMALL_STATE(5080)] = 204480, + [SMALL_STATE(5081)] = 204487, + [SMALL_STATE(5082)] = 204494, + [SMALL_STATE(5083)] = 204501, + [SMALL_STATE(5084)] = 204508, + [SMALL_STATE(5085)] = 204515, + [SMALL_STATE(5086)] = 204522, + [SMALL_STATE(5087)] = 204529, + [SMALL_STATE(5088)] = 204536, + [SMALL_STATE(5089)] = 204543, + [SMALL_STATE(5090)] = 204550, + [SMALL_STATE(5091)] = 204557, + [SMALL_STATE(5092)] = 204564, + [SMALL_STATE(5093)] = 204571, + [SMALL_STATE(5094)] = 204578, + [SMALL_STATE(5095)] = 204585, + [SMALL_STATE(5096)] = 204592, + [SMALL_STATE(5097)] = 204599, + [SMALL_STATE(5098)] = 204606, + [SMALL_STATE(5099)] = 204613, + [SMALL_STATE(5100)] = 204620, + [SMALL_STATE(5101)] = 204627, + [SMALL_STATE(5102)] = 204634, + [SMALL_STATE(5103)] = 204641, + [SMALL_STATE(5104)] = 204648, + [SMALL_STATE(5105)] = 204655, + [SMALL_STATE(5106)] = 204662, + [SMALL_STATE(5107)] = 204669, + [SMALL_STATE(5108)] = 204676, + [SMALL_STATE(5109)] = 204683, + [SMALL_STATE(5110)] = 204690, + [SMALL_STATE(5111)] = 204697, + [SMALL_STATE(5112)] = 204704, + [SMALL_STATE(5113)] = 204711, + [SMALL_STATE(5114)] = 204718, + [SMALL_STATE(5115)] = 204725, + [SMALL_STATE(5116)] = 204732, + [SMALL_STATE(5117)] = 204739, + [SMALL_STATE(5118)] = 204746, + [SMALL_STATE(5119)] = 204753, + [SMALL_STATE(5120)] = 204760, + [SMALL_STATE(5121)] = 204767, + [SMALL_STATE(5122)] = 204774, + [SMALL_STATE(5123)] = 204781, + [SMALL_STATE(5124)] = 204788, + [SMALL_STATE(5125)] = 204795, + [SMALL_STATE(5126)] = 204802, + [SMALL_STATE(5127)] = 204809, + [SMALL_STATE(5128)] = 204816, + [SMALL_STATE(5129)] = 204823, + [SMALL_STATE(5130)] = 204830, + [SMALL_STATE(5131)] = 204837, + [SMALL_STATE(5132)] = 204844, + [SMALL_STATE(5133)] = 204851, + [SMALL_STATE(5134)] = 204858, + [SMALL_STATE(5135)] = 204865, + [SMALL_STATE(5136)] = 204872, + [SMALL_STATE(5137)] = 204879, + [SMALL_STATE(5138)] = 204886, + [SMALL_STATE(5139)] = 204893, + [SMALL_STATE(5140)] = 204900, + [SMALL_STATE(5141)] = 204907, + [SMALL_STATE(5142)] = 204914, + [SMALL_STATE(5143)] = 204921, + [SMALL_STATE(5144)] = 204928, + [SMALL_STATE(5145)] = 204935, + [SMALL_STATE(5146)] = 204942, + [SMALL_STATE(5147)] = 204949, + [SMALL_STATE(5148)] = 204956, + [SMALL_STATE(5149)] = 204963, + [SMALL_STATE(5150)] = 204970, + [SMALL_STATE(5151)] = 204977, + [SMALL_STATE(5152)] = 204984, + [SMALL_STATE(5153)] = 204991, + [SMALL_STATE(5154)] = 204998, + [SMALL_STATE(5155)] = 205005, + [SMALL_STATE(5156)] = 205012, + [SMALL_STATE(5157)] = 205019, + [SMALL_STATE(5158)] = 205026, + [SMALL_STATE(5159)] = 205033, + [SMALL_STATE(5160)] = 205040, + [SMALL_STATE(5161)] = 205047, + [SMALL_STATE(5162)] = 205054, + [SMALL_STATE(5163)] = 205061, + [SMALL_STATE(5164)] = 205068, + [SMALL_STATE(5165)] = 205075, + [SMALL_STATE(5166)] = 205082, + [SMALL_STATE(5167)] = 205089, + [SMALL_STATE(5168)] = 205096, + [SMALL_STATE(5169)] = 205103, + [SMALL_STATE(5170)] = 205110, + [SMALL_STATE(5171)] = 205117, + [SMALL_STATE(5172)] = 205124, + [SMALL_STATE(5173)] = 205131, + [SMALL_STATE(5174)] = 205138, + [SMALL_STATE(5175)] = 205145, + [SMALL_STATE(5176)] = 205152, + [SMALL_STATE(5177)] = 205159, + [SMALL_STATE(5178)] = 205166, + [SMALL_STATE(5179)] = 205173, + [SMALL_STATE(5180)] = 205180, + [SMALL_STATE(5181)] = 205187, + [SMALL_STATE(5182)] = 205194, + [SMALL_STATE(5183)] = 205201, + [SMALL_STATE(5184)] = 205208, + [SMALL_STATE(5185)] = 205215, + [SMALL_STATE(5186)] = 205222, + [SMALL_STATE(5187)] = 205229, + [SMALL_STATE(5188)] = 205236, + [SMALL_STATE(5189)] = 205243, + [SMALL_STATE(5190)] = 205250, + [SMALL_STATE(5191)] = 205257, + [SMALL_STATE(5192)] = 205264, + [SMALL_STATE(5193)] = 205271, + [SMALL_STATE(5194)] = 205278, + [SMALL_STATE(5195)] = 205285, + [SMALL_STATE(5196)] = 205292, + [SMALL_STATE(5197)] = 205299, + [SMALL_STATE(5198)] = 205306, + [SMALL_STATE(5199)] = 205313, + [SMALL_STATE(5200)] = 205320, + [SMALL_STATE(5201)] = 205327, + [SMALL_STATE(5202)] = 205334, + [SMALL_STATE(5203)] = 205341, + [SMALL_STATE(5204)] = 205348, + [SMALL_STATE(5205)] = 205355, + [SMALL_STATE(5206)] = 205362, + [SMALL_STATE(5207)] = 205369, + [SMALL_STATE(5208)] = 205376, + [SMALL_STATE(5209)] = 205383, + [SMALL_STATE(5210)] = 205390, + [SMALL_STATE(5211)] = 205397, + [SMALL_STATE(5212)] = 205404, + [SMALL_STATE(5213)] = 205411, + [SMALL_STATE(5214)] = 205418, + [SMALL_STATE(5215)] = 205425, + [SMALL_STATE(5216)] = 205432, + [SMALL_STATE(5217)] = 205439, + [SMALL_STATE(5218)] = 205446, + [SMALL_STATE(5219)] = 205453, + [SMALL_STATE(5220)] = 205460, + [SMALL_STATE(5221)] = 205467, + [SMALL_STATE(5222)] = 205474, + [SMALL_STATE(5223)] = 205481, + [SMALL_STATE(5224)] = 205488, + [SMALL_STATE(5225)] = 205495, + [SMALL_STATE(5226)] = 205502, + [SMALL_STATE(5227)] = 205509, + [SMALL_STATE(5228)] = 205516, + [SMALL_STATE(5229)] = 205523, + [SMALL_STATE(5230)] = 205530, + [SMALL_STATE(5231)] = 205537, + [SMALL_STATE(5232)] = 205544, + [SMALL_STATE(5233)] = 205551, + [SMALL_STATE(5234)] = 205558, + [SMALL_STATE(5235)] = 205565, + [SMALL_STATE(5236)] = 205572, + [SMALL_STATE(5237)] = 205579, + [SMALL_STATE(5238)] = 205586, + [SMALL_STATE(5239)] = 205593, + [SMALL_STATE(5240)] = 205600, + [SMALL_STATE(5241)] = 205607, + [SMALL_STATE(5242)] = 205614, + [SMALL_STATE(5243)] = 205621, + [SMALL_STATE(5244)] = 205628, + [SMALL_STATE(5245)] = 205635, + [SMALL_STATE(5246)] = 205642, + [SMALL_STATE(5247)] = 205649, + [SMALL_STATE(5248)] = 205656, + [SMALL_STATE(5249)] = 205663, + [SMALL_STATE(5250)] = 205670, + [SMALL_STATE(5251)] = 205677, + [SMALL_STATE(5252)] = 205684, + [SMALL_STATE(5253)] = 205691, + [SMALL_STATE(5254)] = 205698, + [SMALL_STATE(5255)] = 205705, + [SMALL_STATE(5256)] = 205712, + [SMALL_STATE(5257)] = 205719, + [SMALL_STATE(5258)] = 205726, + [SMALL_STATE(5259)] = 205733, + [SMALL_STATE(5260)] = 205740, + [SMALL_STATE(5261)] = 205747, + [SMALL_STATE(5262)] = 205754, + [SMALL_STATE(5263)] = 205761, + [SMALL_STATE(5264)] = 205768, + [SMALL_STATE(5265)] = 205775, + [SMALL_STATE(5266)] = 205782, + [SMALL_STATE(5267)] = 205789, + [SMALL_STATE(5268)] = 205796, + [SMALL_STATE(5269)] = 205803, + [SMALL_STATE(5270)] = 205810, + [SMALL_STATE(5271)] = 205817, + [SMALL_STATE(5272)] = 205824, + [SMALL_STATE(5273)] = 205831, + [SMALL_STATE(5274)] = 205838, + [SMALL_STATE(5275)] = 205845, + [SMALL_STATE(5276)] = 205852, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -198070,4725 +234896,5442 @@ 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(830), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4619), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5228), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3928), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4610), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3970), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4621), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4534), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4966), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2617), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5110), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), + [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(1565), + [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2751), + [224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4043), + [226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), + [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4545), + [234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3196), + [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), + [242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), + [244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1, .production_id = 1), + [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), + [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [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(1566), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4013), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4520), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3930), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4530), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3296), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), + [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), + [383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 72), + [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4020), + [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3798), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4518), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), + [439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 97), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), + [447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 76), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(869), + [470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4619), + [473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(5228), + [476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(567), + [479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2631), + [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2631), + [485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(294), + [488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(313), + [491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), + [493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(314), + [496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2726), + [499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(5068), + [502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(243), + [505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(615), + [508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(7), + [511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(1674), + [514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(456), + [517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(557), + [520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(620), + [523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2600), + [526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3930), + [529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(936), + [532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3803), + [535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(867), + [538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(890), + [541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4530), + [544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3270), + [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(59), + [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(61), + [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(62), + [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(63), + [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4077), + [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4496), + [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(851), + [568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(5232), + [571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 100), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), + [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 55), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3480), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 42), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3522), + [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 43), + [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 56), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), + [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3507), + [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), + [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3550), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4693), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4589), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), + [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), + [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3579), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3636), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3617), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3611), + [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), + [689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4), + [691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 3), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), + [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5146), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3294), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 1), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), + [749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), + [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3708), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(869), + [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4619), + [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(5228), + [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(567), + [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2631), + [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2631), + [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(294), + [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(313), + [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(314), + [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2726), + [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(5068), + [806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(243), + [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(615), + [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(1674), + [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(456), + [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(557), + [824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(620), + [827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2600), + [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3930), + [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(936), + [836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3803), + [839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(867), + [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(890), + [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4530), + [848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3270), + [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(59), + [854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(61), + [857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(62), + [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(63), + [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4077), + [866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4496), + [869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(851), + [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(5232), + [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), + [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5162), + [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), + [885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), + [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3946), + [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3802), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), + [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), + [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4006), + [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), + [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), + [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), + [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), + [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), + [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 4, .production_id = 1), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [1089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 4, .production_id = 1), + [1091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 4), + [1093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 4), + [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [1101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1), + [1103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [1105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), REDUCE(sym__expression, 1), + [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1), + [1110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command_name, 1), REDUCE(sym__expression, 1), + [1113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2), + [1115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2), + [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [1119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2, .production_id = 1), + [1121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2, .production_id = 1), + [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [1125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 1), + [1127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 1), + [1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), + [1131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), + [1133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2751), + [1136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2751), + [1139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4975), + [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 2), + [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 2), + [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 4), + [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 4), + [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 2), + [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 2), + [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 23), + [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 23), + [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2, .production_id = 10), + [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2, .production_id = 10), + [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2), + [1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2), + [1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3), + [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3), + [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 4), + [1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 4), + [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 3), + [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 3), + [1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3, .production_id = 32), + [1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3, .production_id = 32), + [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_translated_string, 2), + [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translated_string, 2), + [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_process_substitution, 3), + [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_substitution, 3), + [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_brace_expression, 5), + [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_brace_expression, 5), + [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 3, .production_id = 28), + [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 3, .production_id = 28), + [1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 1), + [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 1), + [1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), + [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), + [1214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(386), + [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [1225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(5057), + [1228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2702), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [1233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(412), + [1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2580), + [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), + [1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [1248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2655), + [1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .production_id = 2), + [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), + [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .production_id = 2), + [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), + [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), + [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), + [1264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [1268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 17), + [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 17), + [1278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [1280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), + [1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), + [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), + [1290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [1292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), + [1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 2), + [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 2), + [1308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3916), + [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [1312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), + [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4586), + [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), + [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [1324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), + [1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), + [1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), + [1336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(812), + [1339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2662), + [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), + [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), + [1346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3916), + [1349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(826), + [1352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3833), + [1355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(884), + [1358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4586), + [1361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3172), + [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(307), + [1367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(306), + [1370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(303), + [1373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(277), + [1376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(421), + [1379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4442), + [1382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(811), + [1385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5266), + [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 1), + [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 1), + [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), + [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), + [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3803), + [1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), + [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), + [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), + [1420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4023), + [1422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), + [1424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3776), + [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4541), + [1430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3150), + [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), + [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [1438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [1440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), + [1448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(751), + [1451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2655), + [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), + [1456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2652), + [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), + [1461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4020), + [1464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(735), + [1467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3798), + [1470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(718), + [1473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4518), + [1476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3269), + [1479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(188), + [1482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(197), + [1485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(198), + [1488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(229), + [1491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(752), + [1494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(958), + [1497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5262), + [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [1502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [1506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), + [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), + [1510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3819), + [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), + [1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), + [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), + [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(856), + [1529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2582), + [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4023), + [1535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(885), + [1538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3776), + [1541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1040), + [1544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4541), + [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3150), + [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(269), + [1553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(268), + [1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(267), + [1559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(140), + [1562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(429), + [1565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4459), + [1568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(857), + [1571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5273), + [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .production_id = 36), + [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .production_id = 36), + [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 = 1, .reusable = false}}, SHIFT(994), + [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), + [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), + [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), + [1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4018), + [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3878), + [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), + [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4577), + [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), + [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), + [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), + [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), + [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4024), + [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3872), + [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4513), + [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), + [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), + [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), + [1652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), + [1656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(983), + [1659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2635), + [1662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4018), + [1665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1000), + [1668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3878), + [1671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1214), + [1674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4577), + [1677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3209), + [1680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(123), + [1683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(124), + [1686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(125), + [1689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(105), + [1692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(438), + [1695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4376), + [1698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(986), + [1701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5240), + [1704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(953), + [1707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2692), + [1710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4024), + [1713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1035), + [1716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3872), + [1719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1154), + [1722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4513), + [1725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3167), + [1728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(79), + [1731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(80), + [1734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(81), + [1737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(82), + [1740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(440), + [1743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4368), + [1746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1062), + [1749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5235), + [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), + [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [1758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(831), + [1761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2690), + [1764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2594), + [1767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3955), + [1770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(769), + [1773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3786), + [1776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(789), + [1779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4589), + [1782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3198), + [1785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(279), + [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(278), + [1791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(276), + [1794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(66), + [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(832), + [1800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1197), + [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5270), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 8), + [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 8), + [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [1822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [1824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [1826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(847), + [1829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2683), + [1832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2550), + [1835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3928), + [1838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(859), + [1841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3819), + [1844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(864), + [1847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4610), + [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3252), + [1853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(55), + [1856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(56), + [1859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(57), + [1862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(58), + [1865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(855), + [1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1376), + [1871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5230), + [1874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [1878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [1880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686), + [1882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 2), + [1884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 2), + [1886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), + [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), + [1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [1894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4609), + [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), + [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), + [1902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), + [1912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(868), + [1915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2659), + [1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [1922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4027), + [1925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(945), + [1928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3774), + [1931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1055), + [1934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4611), + [1937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3200), + [1940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(260), + [1943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(280), + [1946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(308), + [1949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(251), + [1952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(872), + [1955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5265), + [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [1960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [1962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(842), + [1965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2600), + [1968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2575), + [1971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3930), + [1974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(849), + [1977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3803), + [1980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(890), + [1983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4530), + [1986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3270), + [1989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(59), + [1992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(61), + [1995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(62), + [1998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(63), + [2001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(839), + [2004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1402), + [2007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5232), + [2010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 1), + [2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 1), + [2014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 19), + [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 19), + [2020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1226), + [2023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1092), + [2026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(472), + [2029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4384), + [2032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1225), + [2035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(920), + [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2686), + [2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), + [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), + [2045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4019), + [2048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(840), + [2051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3784), + [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(965), + [2057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4609), + [2060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3164), + [2063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(301), + [2066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(299), + [2069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(293), + [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(288), + [2075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(473), + [2078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(918), + [2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5267), + [2084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 1), + [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 1), + [2088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(994), + [2091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2685), + [2094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1047), + [2097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(996), + [2100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 4), + [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 4), + [2104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1016), + [2107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2557), + [2110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4047), + [2113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1068), + [2116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3851), + [2119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1205), + [2122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4617), + [2125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3206), + [2128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(290), + [2131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(289), + [2134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(287), + [2137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(298), + [2140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1021), + [2143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5268), + [2146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [2148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), + [2150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2), + [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2), + [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4047), + [2156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [2158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3851), + [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), + [2162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4617), + [2164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), + [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [2168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5268), + [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [2180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), + [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3984), + [2184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), + [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4533), + [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), + [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3774), + [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [2220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 4), + [2222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 4), + [2224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1053), + [2227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2573), + [2230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3984), + [2233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(993), + [2236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3874), + [2239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1142), + [2242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4533), + [2245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3153), + [2248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(266), + [2251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(265), + [2254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(264), + [2257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(154), + [2260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(500), + [2263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1052), + [2266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5274), + [2269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1036), + [2272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2611), + [2275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3908), + [2278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1075), + [2281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3883), + [2284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1084), + [2287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4561), + [2290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3145), + [2293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(272), + [2296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(271), + [2299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(270), + [2302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(112), + [2305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1034), + [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5272), + [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2569), + [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3895), + [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), + [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), + [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), + [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), + [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5275), + [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), + [2347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4004), + [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3822), + [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4592), + [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3218), + [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), + [2363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), + [2373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1176), + [2376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2647), + [2379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4029), + [2382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1103), + [2385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3812), + [2388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1330), + [2391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4602), + [2394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3203), + [2397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(117), + [2400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(118), + [2403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(119), + [2406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(100), + [2409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1175), + [2412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5239), + [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [2417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), + [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), + [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2673), + [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3980), + [2429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), + [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), + [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), + [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4608), + [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3334), + [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), + [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), + [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), + [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), + [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), + [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), + [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3876), + [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4508), + [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), + [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), + [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), + [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2957), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [2487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1213), + [2490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2680), + [2493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3988), + [2496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1109), + [2499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3876), + [2502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1355), + [2505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4508), + [2508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3141), + [2511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(83), + [2514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(85), + [2517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(86), + [2520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(87), + [2523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(521), + [2526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1211), + [2529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5236), + [2532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), + [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), + [2536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [2538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3883), + [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [2546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1182), + [2549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2595), + [2552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4004), + [2555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1210), + [2558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3822), + [2561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1417), + [2564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4592), + [2567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3218), + [2570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(127), + [2573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(128), + [2576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(129), + [2579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(110), + [2582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(531), + [2585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1181), + [2588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5241), + [2591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [2593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1247), + [2596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2569), + [2599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3895), + [2602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1185), + [2605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3840), + [2608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1359), + [2611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4524), + [2614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3156), + [2617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(263), + [2620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(262), + [2623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(261), + [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(180), + [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1243), + [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5275), + [2635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1167), + [2638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2669), + [2641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3904), + [2644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1212), + [2647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3871), + [2650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1373), + [2653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4553), + [2656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3253), + [2659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(245), + [2662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(233), + [2665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(231), + [2668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(227), + [2671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1164), + [2674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5227), + [2677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1368), + [2680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2577), + [2683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3933), + [2686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1275), + [2689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3828), + [2692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1459), + [2695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4540), + [2698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3319), + [2701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(177), + [2704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(53), + [2707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(179), + [2710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(147), + [2713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1367), + [2716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5248), + [2719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1315), + [2722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1262), + [2725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(538), + [2728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1331), + [2731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1341), + [2734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1271), + [2737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1353), + [2740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), + [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), + [2748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), + [2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), + [2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [2758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [2762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), + [2764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), + [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 3), + [2768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 3), + [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), + [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3899), + [2776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), + [2778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3882), + [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [2782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4526), + [2784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3220), + [2786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [2788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [2790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [2792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), + [2798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), + [2800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), + [2802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3933), + [2804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [2806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3828), + [2808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [2810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), + [2812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3319), + [2814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), + [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), + [2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [2828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), + [2830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [2834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), + [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), + [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [2850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [2852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [2854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), + [2856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3812), + [2858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [2860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1654), + [2863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1615), + [2866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(562), + [2869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4438), + [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1575), + [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), + [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3871), + [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), + [2885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), + [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [2889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1350), + [2892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2615), + [2895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3899), + [2898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1408), + [2901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3882), + [2904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1468), + [2907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4526), + [2910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3220), + [2913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(201), + [2916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(202), + [2919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(203), + [2922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(176), + [2925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1354), + [2928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5252), + [2931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [2939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), + [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), + [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), + [2953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 2), + [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 2), + [2963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [2965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [2969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [2973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [2975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [2985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), + [2987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1449), + [2990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1433), + [2993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1502), + [2996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), + [2998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), + [3000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), + [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3018), + [3004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3842), + [3006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), + [3008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4525), + [3010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3301), + [3012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [3016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), + [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [3028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1501), + [3031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2677), + [3034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1498), + [3037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1500), + [3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [3044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), + [3052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1703), + [3055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2558), + [3058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3961), + [3061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1733), + [3064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3779), + [3067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1703), + [3070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1793), + [3073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4603), + [3076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3264), + [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(148), + [3082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(149), + [3085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(153), + [3088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(130), + [3091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(604), + [3094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4410), + [3097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1707), + [3100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5245), + [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), + [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), + [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), + [3115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [3129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4603), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [3141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), + [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), + [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), + [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), + [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1), + [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [3179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), + [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 1), + [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), + [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), + [3193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4452), + [3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), + [3198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [3206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), + [3208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), + [3210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), + [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), + [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), + [3226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), + [3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), + [3230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1573), + [3233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2576), + [3236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2616), + [3239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3946), + [3242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1656), + [3245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3802), + [3248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1573), + [3251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1661), + [3254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4572), + [3257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3322), + [3260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(167), + [3263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(168), + [3266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(171), + [3269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(143), + [3272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1556), + [3275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1955), + [3278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5247), + [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), + [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [3297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1708), + [3300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1719), + [3303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1740), + [3306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1712), + [3309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1702), + [3312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(662), + [3315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1726), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [3320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2727), + [3323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2727), + [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [3328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4475), + [3331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1735), + [3334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2592), + [3337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3981), + [3340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1744), + [3343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3835), + [3346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1735), + [3349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1826), + [3352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4616), + [3355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3244), + [3358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(137), + [3361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(138), + [3364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(141), + [3367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(120), + [3370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1739), + [3373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5243), + [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [3380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(5011), + [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), + [3391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [3395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4383), + [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), + [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), + [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), + [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4587), + [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), + [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), + [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [3432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1792), + [3435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2622), + [3438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3921), + [3441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1777), + [3444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3826), + [3447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1792), + [3450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1964), + [3453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4538), + [3456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3199), + [3459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(209), + [3462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(210), + [3465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(211), + [3468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(185), + [3471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1794), + [3474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5254), + [3477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [3481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4892), + [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5079), + [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [3490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), + [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), + [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [3496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4356), + [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3901), + [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), + [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), + [3529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1757), + [3532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1755), + [3535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1758), + [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), + [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), + [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), + [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 1), + [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3835), + [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [3578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2909), + [3581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2909), + [3584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1838), + [3587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2568), + [3590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3954), + [3593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1784), + [3596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3791), + [3599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1838), + [3602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1899), + [3605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4587), + [3608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3310), + [3611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(157), + [3614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(159), + [3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(160), + [3620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(136), + [3623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(745), + [3626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1837), + [3629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5246), + [3632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1839), + [3635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2634), + [3638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3901), + [3641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1796), + [3644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3804), + [3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1839), + [3650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1947), + [3653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4542), + [3656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3189), + [3659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(214), + [3662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(216), + [3665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(217), + [3668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(190), + [3671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1840), + [3674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5255), + [3677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 15), + [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 15), + [3681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), + [3683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), + [3685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2832), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), + [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [3695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), + [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), + [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), + [3701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), + [3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [3709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3826), + [3711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [3715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [3717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), + [3723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4386), + [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), + [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3804), + [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555), + [3746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4419), + [3749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), + [3751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), + [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [3757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 22), + [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 22), + [3761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [3765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4037), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), + [3775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4531), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [3779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), + [3791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(866), + [3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), + [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [3804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), + [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4564), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [3828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [3838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2810), + [3841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2810), + [3844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [3854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [3858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), + [3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), + [3862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1), + [3864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [3868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2832), + [3871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2832), + [3874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2870), + [3877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2870), + [3880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1923), + [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2657), + [3886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4037), + [3889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1858), + [3892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3868), + [3895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1923), + [3898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2000), + [3901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4531), + [3904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3272), + [3907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(204), + [3910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(220), + [3913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(222), + [3916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(236), + [3919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1920), + [3922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5263), + [3925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [3929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [3933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(5081), + [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), + [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [3942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(950), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [3947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2815), + [3950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2815), + [3953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), + [3955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), + [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [3963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2851), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [3971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1), + [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [3977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(5072), + [3980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2851), + [3983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2851), + [3986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), + [3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), + [3990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), + [3992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), + [3994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3528), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4054), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [4012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), + [4014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4557), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [4018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [4034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [4040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [4042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), + [4044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [4046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(5149), + [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), + [4051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), + [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), + [4055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1), + [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [4061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2809), + [4064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2809), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [4071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [4075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1248), + [4078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [4082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [4086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2823), + [4089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2823), + [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), + [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [4098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2771), + [4101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2771), + [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [4114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [4116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [4126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [4130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [4136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [4142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1180), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [4147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2813), + [4150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2813), + [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 1), + [4155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 1), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [4171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2725), + [4174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2725), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [4183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [4187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1155), + [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [4194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2752), + [4197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2752), + [4200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2711), + [4203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2711), + [4206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2874), + [4209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2874), + [4212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2827), + [4215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2827), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [4220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [4228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [4230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 20), + [4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 20), + [4234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 9), + [4236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 9), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [4240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [4244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2736), + [4247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2736), + [4250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1332), + [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [4263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [4267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2722), + [4270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2722), + [4273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1415), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [4278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [4280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_pipeline, 2), + [4284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), + [4286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4441), + [4289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_expression, 2, .production_id = 60), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2711), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [4299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), + [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), + [4303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1410), + [4306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), + [4308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), + [4310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), + [4328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [4330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), + [4332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), + [4337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [4340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [4342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2340), + [4345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2648), + [4348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3986), + [4351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2304), + [4354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3809), + [4357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2357), + [4360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4552), + [4363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3237), + [4366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(78), + [4369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(102), + [4372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(106), + [4375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(212), + [4378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2341), + [4381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5260), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [4394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), + [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [4408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), + [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), + [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3809), + [4414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), + [4416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), + [4418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3237), + [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [4422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [4424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [4426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), + [4432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [4434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4415), + [4441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1487), + [4444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), + [4446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1505), + [4449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2825), + [4452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2825), + [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [4465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(5164), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [4484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_command, 2), + [4486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_command, 2), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [4490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [4492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1524), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4976), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [4511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1448), + [4514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1460), + [4517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2905), + [4520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2905), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), + [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [4553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1620), + [4556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), + [4562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), + [4564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4003), + [4566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), + [4568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), + [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), + [4572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4618), + [4574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), + [4576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [4578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [4580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), + [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), + [4588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [4592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1675), + [4595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1659), + [4598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1660), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [4609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1581), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [4614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), + [4616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), + [4618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2811), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [4623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4303), + [4626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1995), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [4631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2057), + [4634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1393), + [4637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1252), + [4640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1421), + [4643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(924), + [4646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2462), + [4649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1787), + [4652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), + [4654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(375), + [4657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1775), + [4660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1867), + [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1652), + [4678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1714), + [4681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2155), + [4684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2330), + [4687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1478), + [4690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4089), + [4693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1318), + [4696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [4698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3034), + [4701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1124), + [4704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(396), + [4707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1721), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [4712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3508), + [4715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2427), + [4718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2593), + [4721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3886), + [4724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2425), + [4727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3884), + [4730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2427), + [4733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2446), + [4736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4600), + [4739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3230), + [4742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(131), + [4745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(133), + [4748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(135), + [4751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(116), + [4754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2428), + [4757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5242), + [4760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4146), + [4763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3008), + [4766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2516), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [4771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [4783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2377), + [4786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1381), + [4789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1241), + [4792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(917), + [4795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3349), + [4798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(968), + [4801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1235), + [4804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1450), + [4807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2922), + [4810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(805), + [4813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4323), + [4816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1894), + [4819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1959), + [4822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3460), + [4825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4390), + [4828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4299), + [4831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2966), + [4834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2500), + [4837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1946), + [4840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4401), + [4843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3466), + [4846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2154), + [4849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4255), + [4852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2368), + [4855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3758), + [4858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2073), + [4861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1705), + [4864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2137), + [4873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(701), + [4876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1290), + [4879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2035), + [4882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3553), + [4885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4159), + [4888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1069), + [4891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(841), + [4894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1065), + [4897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1159), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [4902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), + [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), + [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [4910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1778), + [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [4919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2745), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [4932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2917), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [4937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2761), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [4942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_literal, 1), + [4944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_literal, 1), + [4946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1), + [4948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1), + [4950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4181), + [4952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), + [4954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), + [4956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), + [4958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), + [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [4962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3897), + [4964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4180), + [4966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), + [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4338), + [4970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), + [4972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), + [4974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [4976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [4978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [4980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5253), + [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), + [4990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), + [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [4998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), + [5000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3169), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [5004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [5010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2865), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), + [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [5021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2807), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [5028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), + [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [5034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), + [5036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3297), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [5040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2783), + [5043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), + [5045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3282), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [5049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2277), + [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3281), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [5059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), + [5061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3667), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [5065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), + [5067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3666), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [5071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), + [5073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [5077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [5079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [5085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [5095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1992), + [5098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 2), + [5100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 2), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [5106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2895), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [5119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), + [5121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2068), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [5138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2804), + [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [5151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2735), + [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [5156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2016), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [5161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2010), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [5166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), + [5168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), + [5170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), + [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), + [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [5186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 38), + [5188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 38), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [5192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 37), + [5194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 37), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [5198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3010), + [5200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2990), + [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [5204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2206), + [5207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2197), + [5210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2193), + [5213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2, .production_id = 25), + [5215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2, .production_id = 25), + [5217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 38), + [5219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 38), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [5223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 37), + [5225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 37), + [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [5231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), + [5233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 40), + [5235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 40), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [5239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2173), + [5242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [5244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [5246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 3), + [5248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 3), + [5250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [5256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2121), + [5259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [5263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2097), + [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), + [5268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), + [5270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), + [5272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [5278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [5308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2226), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [5385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [5387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 69), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [5395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_ternary_expression, 5, .production_id = 69), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [5399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 11), + [5401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 40), + [5403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 40), + [5405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), + [5407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), + [5411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 25), + [5413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 25), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [5417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 11), + [5419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 11), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), + [5423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 38), + [5425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 38), + [5427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 7), + [5429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 7), + [5431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), + [5433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), + [5435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), + [5437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [5441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 37), + [5443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 37), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [5449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [5457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), + [5459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), + [5461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [5475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [5483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [5493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [5509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [5523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [5541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3714), + [5543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [5549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [5571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), + [5573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3325), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [5577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [5581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [5597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2709), + [5600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2709), + [5603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [5617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), + [5619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), + [5621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(2580), + [5624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(2580), + [5627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(1716), + [5630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(4076), + [5633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(4369), + [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), + [5638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), + [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4536), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), + [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3924), + [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), + [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3870), + [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3352), + [5652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4519), + [5654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), + [5656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [5662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), + [5668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4196), + [5671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2619), + [5674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2527), + [5677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3897), + [5680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4180), + [5683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3797), + [5686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4196), + [5689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4338), + [5692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4527), + [5695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3205), + [5698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(205), + [5701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(206), + [5704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(207), + [5707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(181), + [5710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4194), + [5713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4075), + [5716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5253), + [5719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3168), + [5722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2605), + [5725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3924), + [5728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3180), + [5731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3870), + [5734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3352), + [5737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4519), + [5740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3229), + [5743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(195), + [5746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(196), + [5749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(199), + [5752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(172), + [5755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3171), + [5758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5251), + [5761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), + [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [5765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), + [5767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), + [5769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), + [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), + [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [5775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4321), + [5777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), + [5779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [5781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 46), + [5783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), + [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4556), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), + [5799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4560), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), + [5803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4212), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), + [5807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 47), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), + [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), + [5813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1), + [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), + [5817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1), + [5819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4523), + [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), + [5823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4537), + [5825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), + [5827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4171), + [5829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), + [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [5833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 11), + [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), + [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [5847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3011), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [5851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), + [5853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3935), + [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), + [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [5861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), + [5863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4581), + [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [5867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [5875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3096), + [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), + [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [5885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), + [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [5889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488), + [5891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3894), + [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [5899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2927), + [5901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4580), + [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [5905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [5913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), + [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5271), + [5921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), + [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [5925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), + [5927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), + [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [5935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), + [5937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4600), + [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [5941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), + [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [5949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2666), + [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), + [5957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [5961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), + [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), + [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [5977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [5983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [5991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), + [5993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), + [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [5997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [6003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 3), + [6005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 3), + [6007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [6011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), + [6013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3921), + [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [6021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [6023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4538), + [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [6027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [6035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [6045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [6071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), + [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), + [6075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 7), + [6077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 7), + [6079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [6083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2486), + [6085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4029), + [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [6093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), + [6095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4602), + [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [6099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), + [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [6107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), + [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), + [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [6119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), + [6121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), + [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [6129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), + [6131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4613), + [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [6135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [6143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), + [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), + [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), + [6151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 12), + [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [6155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_binary_expression, 3, .production_id = 25), + [6157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), + [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), + [6161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_binary_expression, 3, .production_id = 25), + [6163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), + [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [6171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), + [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [6179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [6183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), + [6185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4027), + [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [6193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [6195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4611), + [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [6199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [6205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [6207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), + [6209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [6211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [6213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5265), + [6215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1), + [6217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1), + [6219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1), + [6221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [6223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [6225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [6229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), + [6231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [6233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [6237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [6241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), + [6243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [6247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [6249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [6251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [6253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [6255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [6257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [6263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), + [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [6269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [6271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 4), + [6273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 4), + [6275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), + [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [6283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), + [6285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [6293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2701), + [6296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 30), + [6298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2443), + [6301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 25), + [6303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 25), + [6305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1006), + [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [6309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), + [6311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3908), + [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), + [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), + [6317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [6319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), + [6321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4561), + [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [6325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [6333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), + [6341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), + [6351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_unary_expression, 2, .production_id = 11), + [6353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_unary_expression, 2, .production_id = 11), + [6355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), + [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [6359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), + [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3904), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [6369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), + [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4553), + [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [6375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [6383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), + [6391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [6395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), + [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [6411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [6417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), + [6419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), + [6421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3856), + [6423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), + [6425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), + [6427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), + [6429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), + [6431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), + [6433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [6439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3909), + [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [6447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), + [6449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4511), + [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [6453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), + [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [6467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3431), + [6470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2596), + [6473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3909), + [6476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3404), + [6479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3850), + [6482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3431), + [6485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3494), + [6488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4511), + [6491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3274), + [6494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(186), + [6497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(187), + [6500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(189), + [6503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(161), + [6506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3432), + [6509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5250), + [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [6522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [6554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4189), + [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), + [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [6570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4216), + [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), + [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), + [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [6584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3409), + [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [6588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4186), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [6604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2563), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3576), + [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3838), + [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), + [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), + [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [6641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), + [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), + [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), + [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), + [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4562), + [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [6685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2646), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [6689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4063), + [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [6693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), + [6695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4516), + [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [6705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), + [6707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [6709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [6717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [6723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [6725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [6727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), + [6729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), + [6731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [6733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [6743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [6749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), + [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [6755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [6757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [6759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [6761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), + [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [6767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [6781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), + [6783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), + [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [6801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), + [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [6805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [6807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [6817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [6819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [6821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), + [6823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [6829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3981), + [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [6841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), + [6843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4616), + [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [6847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), + [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), + [6859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), + [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), + [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [6895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [6899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [6901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [6909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [6911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [6917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [6919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), + [6921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [6927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [6933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [6939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [6941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [6943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [6945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [6947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [6949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [6951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [6953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), + [6955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [6957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [6975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [6977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [6987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [6989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [6993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [6995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [6997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [6999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [7005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [7009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [7017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), + [7019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), + [7021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), + [7023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3850), + [7025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), + [7027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [7035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [7039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [7045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2987), + [7047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [7053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), + [7055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [7057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [7063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), + [7065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), + [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2456), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [7073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), + [7075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [7077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [7083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), + [7085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2458), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [7091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2459), + [7093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [7099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [7101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [7103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [7109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [7111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [7113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [7133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), + [7135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [7137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [7139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [7145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [7147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2737), + [7150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2737), + [7153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [7159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), + [7161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), + [7163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [7169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [7171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [7173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [7175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [7177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [7183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [7185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), + [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [7203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), + [7205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), + [7207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), + [7209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), + [7211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [7217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), + [7219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), + [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [7223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), + [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [7239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), + [7241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), + [7243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [7245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3822), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [7263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [7265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [7267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [7269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [7275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [7277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), + [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), + [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4166), + [7291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [7295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), + [7307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [7313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [7315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [7319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [7323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [7327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [7337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [7339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [7357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [7359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [7361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2975), + [7363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [7369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), + [7371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2881), + [7374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2881), + [7377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [7379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [7381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [7383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [7385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [7391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [7393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [7395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [7397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4349), + [7399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3765), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4352), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [7405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4352), + [7407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [7411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [7427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [7429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [7435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [7437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [7439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [7441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [7443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2453), + [7445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [7447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), + [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [7453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [7455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [7457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [7459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), + [7461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [7467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [7469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [7471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [7473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [7475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), + [7477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [7479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [7481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [7487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [7489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [7491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4152), + [7493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [7499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), + [7501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [7507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [7509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [7511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [7513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [7515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [7517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [7519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [7521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [7523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [7529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [7531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [7533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), + [7535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), + [7537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4452), + [7540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [7546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), + [7548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), + [7550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), + [7552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [7554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [7560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [7562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), + [7564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [7570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3516), + [7572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [7574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), + [7576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), + [7578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), + [7580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [7582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), + [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [7586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [7588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), + [7590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457), + [7592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [7594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [7596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [7600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [7602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), + [7604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3413), + [7606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [7608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), + [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4059), + [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), + [7616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), + [7618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4529), + [7620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), + [7622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [7624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [7626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), + [7628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [7630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [7632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [7636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [7638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), + [7640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [7642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignments, 2), + [7644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignments, 2), + [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [7648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [7650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [7652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [7654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), + [7656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [7660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), + [7662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [7664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [7666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), + [7668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [7670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [7676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [7678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), + [7680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [7688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [7696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), + [7698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [7700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [7702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [7704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), + [7706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), + [7708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), + [7710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), + [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [7714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3621), + [7716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [7718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), + [7720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [7722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [7724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [7726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [7728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), + [7730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [7732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), + [7734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), + [7736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2397), + [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [7740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [7742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), + [7744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), + [7746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [7748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [7752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [7754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [7756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [7758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), + [7760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), + [7762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [7764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), + [7766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [7768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [7770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [7772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [7774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [7776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [7778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), + [7780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2687), + [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [7786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), + [7788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [7790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [7792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), + [7794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), + [7796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(5150), + [7799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2623), + [7802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(518), + [7805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), + [7807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2668), + [7810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4014), + [7813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [7815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [7817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [7819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [7821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [7823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), + [7825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), + [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), + [7835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [7837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [7841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), + [7843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 13), + [7845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 13), + [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2389), + [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [7851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [7853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [7857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [7861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [7863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3764), + [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [7867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), + [7869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [7871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [7873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), + [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [7877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), + [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [7883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2993), + [7885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [7887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), + [7889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), + [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), + [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), + [7895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [7897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), + [7899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), + [7903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [7905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [7907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [7909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), + [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [7913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [7915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), + [7917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [7919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [7921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [7923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [7925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [7927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [7931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2667), + [7934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(574), + [7937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2654), + [7940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4050), + [7943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2667), + [7945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [7953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3054), + [7955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3054), + [7958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3039), + [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), + [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [7965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [7969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), + [7971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), + [7977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4475), + [7980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2849), + [7983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2849), + [7986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2793), + [7989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2793), + [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [7996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), + [7998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), + [8000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), + [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [8006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3102), + [8009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), + [8011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), + [8015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(5079), + [8018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2681), + [8021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(594), + [8024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2629), + [8027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3968), + [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [8032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2849), + [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [8038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4419), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [8047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2644), + [8050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(644), + [8053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2555), + [8056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3939), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [8065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4383), + [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [8072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), + [8074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [8078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), + [8080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), + [8084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2603), + [8087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(629), + [8090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2586), + [8093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3913), + [8096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), + [8098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), + [8100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [8102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4356), + [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [8107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), + [8109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), + [8111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2623), + [8114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(518), + [8117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), + [8119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4080), + [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [8124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3117), + [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [8129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2598), + [8132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(656), + [8135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2567), + [8138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4035), + [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [8143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), + [8145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), + [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), + [8157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2667), + [8160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(574), + [8163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4101), + [8166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [8168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 57), + [8170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 57), + [8172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4386), + [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [8177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 50), + [8179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 50), + [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [8185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 27), + [8187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 27), + [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [8191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 62), + [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [8197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [8199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4062), + [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [8205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4595), + [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [8215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 41), + [8217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 41), + [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [8221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), + [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [8235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), + [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [8241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [8243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [8249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 111), + [8251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 111), + [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [8257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2681), + [8260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(594), + [8263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4086), + [8266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [8268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 52), + [8270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 52), + [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [8280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 43), + [8282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 43), + [8284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 53), + [8286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 41), + [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4093), + [8290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 110), + [8292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 110), + [8294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [8298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 3), + [8300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 3), + [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [8306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), + [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [8310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 42), + [8312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 42), + [8314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 2), + [8316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 2), + [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [8324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2603), + [8327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(629), + [8330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4084), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [8337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2890), + [8340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2890), + [8343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 109), + [8345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 109), + [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [8349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 44), + [8351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 44), + [8353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 2), + [8355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 2), + [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [8361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 43), + [8363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 43), + [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [8367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 43), + [8369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 43), + [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [8373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 59), + [8375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 59), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [8389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 4), + [8391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 4), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [8397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 61), + [8399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 61), + [8401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 42), + [8403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 42), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [8407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 42), + [8409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 42), + [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [8415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 64), + [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [8423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 68), + [8425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 68), + [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [8429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 41), + [8431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 41), + [8433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 41), + [8435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 41), + [8437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 41), + [8439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 41), + [8441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 66), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [8445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 87), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), + [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [8451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 4), + [8453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 4), + [8455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 2), + [8457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 2), + [8459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 85), + [8461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 4, .production_id = 39), + [8463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 4, .production_id = 39), + [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [8467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 2), + [8469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 42), + [8471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 42), + [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [8481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 7, .production_id = 131), + [8483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 7, .production_id = 131), + [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [8489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 3), + [8491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 3), + [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [8495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 26), + [8497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 26), + [8499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [8501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [8503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .production_id = 17), + [8505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .production_id = 17), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [8511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 43), + [8513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 43), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [8521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 115), + [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [8525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 83), + [8527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 83), + [8529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2644), + [8532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(644), + [8535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4090), + [8538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 82), + [8540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 82), + [8542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5), + [8544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5), + [8546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subshell, 3), + [8548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subshell, 3), + [8550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_body, 2), + [8552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__heredoc_body, 2), + [8554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_heredoc_body, 2), + [8556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_heredoc_body, 2), + [8558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [8560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 4), + [8562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 4), + [8564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [8566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 43), + [8568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 43), + [8570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 42), + [8572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 42), + [8574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [8578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [8580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 77), + [8582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 77), + [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [8586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [8588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [8592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), + [8594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [8596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [8598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [8600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4067), + [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [8606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4510), + [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [8610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [8612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [8616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2598), + [8619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(656), + [8622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4072), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [8643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4976), + [8646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2671), + [8649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2671), + [8652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(795), + [8655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4976), + [8658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2561), + [8661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3977), + [8664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), + [8666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), + [8668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), + [8670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2606), + [8673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(762), + [8676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2551), + [8679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3990), + [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [8684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), + [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [8690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), + [8692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3417), + [8695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4441), + [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), + [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [8712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), + [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [8716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), + [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), + [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), + [8726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4415), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [8751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2888), + [8754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(5073), + [8757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2587), + [8760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2587), + [8763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(882), + [8766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(5073), + [8769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2618), + [8772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3979), + [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [8779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2789), + [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [8784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2776), + [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [8789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 93), + [8791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 93), + [8793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 72), + [8795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 135), + [8797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 135), + [8799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 97), + [8801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 95), + [8803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 95), + [8805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 42), + [8807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2671), + [8810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2671), + [8813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(795), + [8816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4073), + [8819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 98), + [8821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 98), + [8823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 43), + [8825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2606), + [8828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(762), + [8831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4099), + [8834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 101), + [8836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 101), + [8838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 56), + [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), + [8842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 103), + [8844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 103), + [8846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 76), + [8848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 91), + [8850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 91), + [8852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 55), + [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [8856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 128), + [8858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 128), + [8860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 76), + [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [8864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2857), + [8867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), + [8869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 70), + [8871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 70), + [8873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 55), + [8875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 137), + [8877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 137), + [8879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 100), + [8881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3577), + [8884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 122), + [8886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 122), + [8888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 97), + [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [8892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 124), + [8894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 124), + [8896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 43), + [8898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 126), + [8900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 126), + [8902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 100), + [8904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 74), + [8906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 74), + [8908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 56), + [8910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 118), + [8912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 118), + [8914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 72), + [8916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [8918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3578), + [8921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 120), + [8923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 120), + [8925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 42), + [8927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 94), + [8929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 94), + [8931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 104), + [8933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 104), + [8935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [8937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), + [8939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [8941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [8947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 129), + [8949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 129), + [8951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 136), + [8953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 136), + [8955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), + [8961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 127), + [8963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 127), + [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [8967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 119), + [8969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 119), + [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), + [8973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3655), + [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), + [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), + [8982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 92), + [8984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 92), + [8986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 125), + [8988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 125), + [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [8992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 123), + [8994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 123), + [8996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), + [8998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3650), + [9001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 75), + [9003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 75), + [9005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 99), + [9007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 99), + [9009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 121), + [9011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 121), + [9013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 96), + [9015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 96), + [9017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2587), + [9020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2587), + [9023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(882), + [9026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4087), + [9029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 138), + [9031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 138), + [9033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 71), + [9035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 71), + [9037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 102), + [9039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 102), + [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [9043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [9045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4066), + [9047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_expression, 1, .production_id = 11), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [9055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), + [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [9059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), + [9061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [9065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), + [9067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3163), + [9069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 1, .production_id = 11), + [9071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [9073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [9075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), + [9077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), + [9079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4164), + [9081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), + [9083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4163), + [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), + [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [9105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2715), + [9108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2715), + [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [9113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2608), + [9116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(1462), + [9119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4100), + [9122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3766), + [9124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [9126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), + [9128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), + [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [9134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4284), + [9136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4283), + [9138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), + [9140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3766), + [9143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4332), + [9145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4329), + [9147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), + [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), + [9151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [9153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), + [9155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3161), + [9157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [9159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [9161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), + [9163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3959), + [9165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [9167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3950), + [9169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [9171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4030), + [9173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3533), + [9175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3947), + [9177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [9179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3934), + [9181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3762), + [9183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4015), + [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [9187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3953), + [9189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [9191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), + [9193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), + [9195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3975), + [9197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [9199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3890), + [9201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), + [9203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3998), + [9205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), + [9207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), + [9209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), + [9211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), + [9213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), + [9215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3942), + [9217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), + [9219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3992), + [9221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), + [9223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4034), + [9225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4309), + [9227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), + [9229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4026), + [9233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), + [9235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3976), + [9237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3949), + [9241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4317), + [9243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), + [9245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3521), + [9247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4002), + [9249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2998), + [9251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), + [9253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4149), + [9255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), + [9257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [9259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), + [9261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), + [9263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4032), + [9265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), + [9267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4031), + [9269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), + [9271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3926), + [9273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), + [9275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3987), + [9277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [9279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3940), + [9281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4337), + [9283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4036), + [9285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [9287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4042), + [9289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), + [9291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4056), + [9293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [9295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4038), + [9297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), + [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3929), + [9301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), + [9305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3974), + [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [9311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3920), + [9313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), + [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3971), + [9317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [9319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3983), + [9321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), + [9323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4051), + [9325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), + [9327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), + [9329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), + [9331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3910), + [9333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [9335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), + [9337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [9339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3999), + [9341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), + [9343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4039), + [9345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), + [9347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3915), + [9349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), + [9351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), + [9353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [9355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3932), + [9357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [9359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4012), + [9361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [9363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), + [9365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), + [9367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3982), + [9369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [9371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3951), + [9373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), + [9375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), + [9377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [9379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3978), + [9381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), + [9383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4025), + [9385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4311), + [9387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3996), + [9389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [9391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3995), + [9393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [9395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3957), + [9397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), + [9399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), + [9401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [9403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3912), + [9405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [9407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), + [9409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [9411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), + [9413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [9415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), + [9417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), + [9419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3922), + [9421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), + [9423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3963), + [9425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [9427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3919), + [9429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), + [9431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), + [9433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [9435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3891), + [9437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [9439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3945), + [9441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4393), + [9443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3943), + [9445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), + [9447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4011), + [9449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), + [9451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4046), + [9453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), + [9455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2679), + [9458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(4058), + [9461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), + [9463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(4085), + [9466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3161), + [9469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(93), + [9472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(94), + [9475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(95), + [9478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3911), + [9480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), + [9482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), + [9484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), + [9486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3893), + [9488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), + [9490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3896), + [9492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [9494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3887), + [9496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [9498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), + [9500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), + [9502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), + [9504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2985), + [9506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), + [9508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3486), + [9510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), + [9512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [9514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3917), + [9516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), + [9518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4041), + [9520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), + [9522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4040), + [9524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [9526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), + [9528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [9530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3991), + [9532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), + [9534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), + [9536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [9538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3927), + [9540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), + [9542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), + [9544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), + [9546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3902), + [9548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [9550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3898), + [9552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), + [9554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3903), + [9556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [9558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3972), + [9560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4158), + [9562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), + [9564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), + [9566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3985), + [9568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), + [9570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3958), + [9572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), + [9574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), + [9576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), + [9578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4021), + [9580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [9582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), + [9584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), + [9586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3892), + [9588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [9590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4033), + [9592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [9594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3914), + [9596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3367), + [9598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4052), + [9600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [9602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4009), + [9604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [9606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3993), + [9608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [9610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4000), + [9612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), + [9614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3989), + [9616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [9618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), + [9620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2450), + [9622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), + [9624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4599), + [9626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4008), + [9628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4601), + [9630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3923), + [9632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), + [9634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3994), + [9636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [9638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), + [9640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), + [9642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3936), + [9644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [9646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4097), + [9648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [9650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), + [9652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4096), + [9654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), + [9656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), + [9658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), + [9660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), + [9662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), + [9664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [9666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), + [9668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [9670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), + [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [9674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), + [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), + [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [9682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), + [9684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), + [9686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), + [9688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [9690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [9692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), + [9694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [9696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), + [9698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), + [9700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), + [9702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), + [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [9706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), + [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [9712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4172), + [9714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [9716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [9718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), + [9720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4333), + [9722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [9724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), + [9726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), + [9728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), + [9730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [9734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), + [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [9740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), + [9742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), + [9744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4315), + [9746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [9748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), + [9750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), + [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [9754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), + [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), + [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [9762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5077), + [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [9766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), + [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), + [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [9774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [9776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [9778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [9782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), + [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [9788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [9790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), + [9792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), + [9794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), + [9796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3000), + [9798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [9800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [9802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [9804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5153), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [9808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), + [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [9816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [9818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4585), + [9820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [9822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2434), + [9824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [9826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [9828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4307), + [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [9832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), + [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [9838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), + [9840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [9842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), + [9844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [9846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [9850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2675), + [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [9856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), + [9858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [9860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), + [9862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), + [9864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), + [9866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 47), + [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), + [9870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4160), + [9872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4151), + [9874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), + [9876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), + [9878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [9880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [9882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4061), + [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [9894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 1), + [9896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(4061), + [9899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3227), + [9902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(253), + [9905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(257), + [9908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(258), + [9911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(4065), + [9914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), + [9916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), + [9918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), + [9920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [9922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), + [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [9926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2), + [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [9930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), + [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [9936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2670), + [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), + [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [9952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2636), + [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [9958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), + [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), + [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [9966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), + [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [9972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), + [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [9976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1), + [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [9982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), + [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [9988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), + [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [9994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2621), + [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [10000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), + [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), + [10006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 2, .production_id = 46), + [10008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4706), + [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4737), + [10012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 3, .production_id = 47), + [10014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4737), + [10016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2818), + [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), + [10024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 1, .production_id = 11), + [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [10036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 5, .production_id = 108), + [10038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4743), + [10040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 3), + [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [10044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), + [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [10048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [10050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [10054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), + [10056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [10058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), + [10060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), + [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), + [10064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [10066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5004), + [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), + [10070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [10072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5003), + [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), + [10076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [10078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5075), + [10082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), + [10084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), + [10086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), + [10088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), + [10092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [10098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2818), + [10101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2818), + [10104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [10106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4779), + [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), + [10110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), + [10112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(4198), + [10115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), + [10117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4875), + [10119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_regex, 1, .production_id = 11), + [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), + [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), + [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), + [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), + [10129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 47), + [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), + [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), + [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), + [10147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3139), + [10149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), + [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [10155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), + [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [10161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), + [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [10165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), + [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [10169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3226), + [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [10177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), + [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), + [10187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 46), + [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), + [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [10193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), + [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [10197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), + [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [10209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676), + [10211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4543), + [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), + [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), + [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), + [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), + [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), + [10225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [10227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), + [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), + [10231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2911), + [10234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), + [10236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), SHIFT_REPEAT(3733), + [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), + [10241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 78), + [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [10245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 43), + [10247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 42), + [10249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concatenation_in_expansion, 2), + [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), + [10253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 58), + [10255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [10257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(316), + [10260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), + [10262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(3359), + [10265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), + [10267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 49), + [10269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 48), + [10271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), + [10273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4547), + [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), + [10277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 28), + [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), + [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), + [10293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 7), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), + [10301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 31), + [10303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 31), SHIFT_REPEAT(4292), + [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [10308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [10310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 29), + [10312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 97), + [10314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), + [10316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [10318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [10320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1, .production_id = 24), + [10322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1, .production_id = 24), + [10324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 1, .production_id = 11), + [10326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 72), + [10328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), + [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [10334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_expression, 2, .production_id = 11), + [10336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 51), + [10338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 51), + [10340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(4373), + [10343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 55), + [10345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), + [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [10349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 100), + [10351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), + [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), + [10357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 56), + [10359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [10363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(4362), + [10366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), + [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [10372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 43), + [10374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), + [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [10378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 76), + [10380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), + [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [10386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), + [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [10392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [10396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [10398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 42), + [10400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [10404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [10412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 84), + [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [10424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 73), + [10426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 73), SHIFT_REPEAT(2514), + [10429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 117), + [10431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [10433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 116), + [10435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [10445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [10447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [10449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 67), + [10451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [10453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [10455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [10457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [10459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 114), + [10461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 65), + [10463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [10465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [10467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 63), + [10469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [10471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [10473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [10475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [10477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 113), + [10479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [10481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 112), + [10483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [10485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [10487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [10489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [10491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [10493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [10495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [10497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [10499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [10501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [10503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [10505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 134), + [10507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [10509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [10511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [10513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [10515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [10517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(3373), + [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4565), + [10522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 133), + [10524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(3355), + [10527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [10529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [10531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [10533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 132), + [10535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [10537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), + [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [10545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [10555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), + [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [10565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), + [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [10587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [10595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), + [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [10599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), + [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), + [10607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3561), + [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), + [10611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), + [10613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 90), + [10615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 89), + [10617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 88), + [10619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [10623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [10625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [10629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [10633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 86), + [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [10637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), SHIFT_REPEAT(2562), + [10640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 54), + [10642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3563), + [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [10646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3566), + [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), + [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4071), + [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), + [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [10656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [10660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3637), + [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [10666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), + [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), + [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [10672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 8, .production_id = 139), + [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), + [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), + [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), + [10682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 2, .production_id = 11), + [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [10686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [10692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), + [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [10696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 11), + [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), + [10702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 1, .production_id = 11), + [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), + [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [10708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 4, .production_id = 11), + [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), + [10712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 81), + [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4757), + [10722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 47), + [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), + [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), + [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), + [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), + [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), + [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), + [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), + [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), + [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), + [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), + [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), + [10826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [10828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), + [10830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 107), + [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), + [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), + [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), + [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), + [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), + [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [10878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 3, .production_id = 46), + [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), + [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), + [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [10902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [10906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [10908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [10910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), + [10912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), + [10926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 79), + [10928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 80), + [10930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 4, .production_id = 47), + [10932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [10934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), + [10942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 6, .production_id = 108), + [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), + [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [10958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), + [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [10966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 6, .production_id = 130), + [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), + [10970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [10972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [10980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [10988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [10990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), + [10992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [10994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [10996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), + [10998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [11002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), + [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), + [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), + [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), + [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), + [11036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), + [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), + [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [11054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), + [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), + [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [11066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [11068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [11072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), + [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5074), + [11080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), + [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), + [11084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [11086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), + [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), + [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [11098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), + [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), + [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), + [11110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_operator, 2, .production_id = 46), + [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), + [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), + [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), + [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), + [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [11128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 2, .production_id = 11), + [11130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 45), + [11132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 11), + [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), + [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), + [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), + [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), + [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [11166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), + [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), + [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), + [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), + [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [11182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [11184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), + [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), + [11192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [11194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [11196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), + [11200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [11202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [11204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [11206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [11208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [11210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [11218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), + [11230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [11232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [11234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [11236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [11238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [11244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [11264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), + [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), + [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), + [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [11288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [11302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [11304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [11320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [11322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), + [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), + [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), + [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), + [11368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), + [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), + [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), + [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), + [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [11392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [11396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [11400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [11404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [11414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), + [11416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [11422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [11428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [11430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [11432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [11436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [11438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [11442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [11444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [11446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [11448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [11450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [11452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [11454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [11456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [11458] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [11460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [11462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [11464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [11466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), + [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [11470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [11472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [11476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [11482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [11484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [11486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [11488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [11490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [11496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [11498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [11518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [11520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [11536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 105), + [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), + [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), + [11548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), + [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), + [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [11564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 106), + [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), + [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), + [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), + [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), + [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), + [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), + [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), + [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), + [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), + [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), + [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), + [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), + [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), + [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), + [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), + [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), + [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), + [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), + [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), + [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [11638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), + [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), + [11644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), + [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), + [11650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), + [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), + [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4846), + [11656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), + [11658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), + [11660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), + [11662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), + [11664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), + [11666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), + [11668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), + [11670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), + [11672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), + [11674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), + [11676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), + [11678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4918), + [11680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), + [11682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [11684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [11686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [11688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [11690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [11692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [11694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), + [11696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), + [11698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [11700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [11702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), + [11704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [11706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), + [11708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5178), + [11710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), + [11712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5180), + [11714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), + [11716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), + [11718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), + [11720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), + [11722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), + [11724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), + [11726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5187), + [11728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), + [11730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [11732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), + [11734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), + [11736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), + [11738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), + [11740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), + [11742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), + [11744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), + [11746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), + [11748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), + [11750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5199), + [11752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [11754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), + [11756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [11758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), + [11760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), + [11762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), + [11764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), + [11766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), + [11768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), + [11770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [11772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), + [11774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [11776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), + [11778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), + [11780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), + [11782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), + [11784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), + [11786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), }; enum ts_external_scanner_symbol_identifiers { @@ -202805,18 +240348,20 @@ 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, + ts_external_token___error_recovery = 26, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { @@ -202833,6 +240378,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, @@ -202845,9 +240391,10 @@ static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT] = anon_sym_LT_LT, [ts_external_token_LT_LT_DASH] = anon_sym_LT_LT_DASH, [ts_external_token_heredoc_redirect_token1] = aux_sym_heredoc_redirect_token1, + [ts_external_token___error_recovery] = sym___error_recovery, }; -static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { +static const bool ts_external_scanner_states[88][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token_heredoc_start] = true, [ts_external_token_simple_heredoc_body] = true, @@ -202862,6 +240409,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, @@ -202873,6 +240421,7 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_RBRACK] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, + [ts_external_token___error_recovery] = true, }, [2] = { [ts_external_token_file_descriptor] = true, @@ -202882,20 +240431,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 +240460,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 +240505,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 +240518,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 +240542,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 +240559,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 +240568,33 @@ 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_RBRACK] = true, + [ts_external_token_LT_LT] = true, }, [22] = { [ts_external_token_test_operator] = true, - [ts_external_token__brace_start] = true, + [ts_external_token_LT_LT] = true, }, [23] = { + [ts_external_token_file_descriptor] = true, + [ts_external_token_test_operator] = true, + [ts_external_token__brace_start] = true, + [ts_external_token_heredoc_redirect_token1] = true, + }, + [24] = { + [ts_external_token_test_operator] = true, + [ts_external_token_extglob_pattern] = true, + [ts_external_token__brace_start] = true, + }, + [25] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, @@ -203039,18 +240603,16 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [24] = { - [ts_external_token__concat] = true, + [26] = { [ts_external_token_test_operator] = true, - [ts_external_token_LT_LT] = true, + [ts_external_token__regex_no_space] = true, + [ts_external_token__brace_start] = true, }, - [25] = { + [27] = { [ts_external_token_test_operator] = true, - [ts_external_token_extglob_pattern] = true, [ts_external_token__brace_start] = true, - [ts_external_token_heredoc_redirect_token1] = true, }, - [26] = { + [28] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, @@ -203059,7 +240621,12 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [27] = { + [29] = { + [ts_external_token__concat] = true, + [ts_external_token_test_operator] = true, + [ts_external_token_LT_LT] = true, + }, + [30] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, @@ -203069,128 +240636,175 @@ 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] = { - [ts_external_token_LT_LT] = true, + [31] = { + [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, }, - [29] = { + [32] = { [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] = { + [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_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = 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_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_LT_LT] = true, + }, + [39] = { + [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, + }, + [40] = { [ts_external_token_test_operator] = true, [ts_external_token_extglob_pattern] = true, + [ts_external_token_RBRACK] = true, + [ts_external_token_LT_LT] = true, + }, + [41] = { + [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_heredoc_redirect_token1] = true, }, - [34] = { + [42] = { [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [35] = { + [43] = { + [ts_external_token_variable_name] = true, + [ts_external_token_test_operator] = true, + [ts_external_token__expansion_word] = true, + [ts_external_token__brace_start] = true, + [ts_external_token_RBRACE] = true, + }, + [44] = { [ts_external_token_LT_LT] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [36] = { + [45] = { [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] = { + [46] = { [ts_external_token__empty_value] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, }, - [38] = { + [47] = { [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] = { + [48] = { + [ts_external_token_file_descriptor] = true, + [ts_external_token_RBRACK] = true, + [ts_external_token_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, + }, + [49] = { + [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, + }, + [50] = { [ts_external_token__immediate_double_hash] = true, [ts_external_token_RBRACE] = true, }, - [40] = { + [51] = { [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] = { + [52] = { [ts_external_token_test_operator] = true, [ts_external_token_regex] = true, [ts_external_token__brace_start] = true, }, - [42] = { + [53] = { [ts_external_token_test_operator] = true, + [ts_external_token__bare_dollar] = true, [ts_external_token__brace_start] = true, - [ts_external_token_RBRACE] = true, + [ts_external_token_RBRACK] = true, }, - [43] = { + [54] = { + [ts_external_token_variable_name] = true, + }, + [55] = { [ts_external_token_file_descriptor] = true, + [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, + [ts_external_token_heredoc_redirect_token1] = true, }, - [44] = { + [56] = { [ts_external_token_test_operator] = true, + [ts_external_token__bare_dollar] = 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, }, - [47] = { + [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, }, - [48] = { - [ts_external_token_variable_name] = true, + [58] = { + [ts_external_token__immediate_double_hash] = true, }, - [49] = { - [ts_external_token_file_descriptor] = true, - [ts_external_token__concat] = true, - [ts_external_token_variable_name] = true, - [ts_external_token_LT_LT] = true, - [ts_external_token_LT_LT_DASH] = true, + [59] = { [ts_external_token_heredoc_redirect_token1] = true, }, - [50] = { + [60] = { [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] = { + [61] = { [ts_external_token__concat] = true, [ts_external_token__immediate_double_hash] = true, [ts_external_token__external_expansion_sym_hash] = true, @@ -203198,119 +240812,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] = { + [62] = { [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] = { + [63] = { [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] = { - [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, - }, - [56] = { + [64] = { [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] = { + [65] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [58] = { + [66] = { + [ts_external_token__concat] = true, + [ts_external_token_test_operator] = true, + [ts_external_token__brace_start] = true, + }, + [67] = { [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] = { + [68] = { [ts_external_token_variable_name] = true, + [ts_external_token__expansion_word] = true, [ts_external_token_RBRACE] = true, }, - [60] = { - [ts_external_token_RBRACE] = true, - }, - [61] = { + [69] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [62] = { + [70] = { + [ts_external_token_RBRACE] = true, + [ts_external_token_heredoc_redirect_token1] = true, + }, + [71] = { + [ts_external_token_variable_name] = true, + [ts_external_token__expansion_word] = true, + }, + [72] = { [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [63] = { + [73] = { + [ts_external_token_RBRACE] = true, + }, + [74] = { [ts_external_token__heredoc_body_middle] = true, [ts_external_token_heredoc_end] = true, }, - [64] = { + [75] = { [ts_external_token__concat] = true, }, - [65] = { - [ts_external_token_RBRACE] = true, - [ts_external_token_heredoc_redirect_token1] = true, - }, - [66] = { + [76] = { [ts_external_token__concat] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [67] = { - [ts_external_token__concat] = true, + [77] = { + [ts_external_token__regex_no_slash] = true, [ts_external_token_RBRACE] = true, }, - [68] = { + [78] = { [ts_external_token_regex] = true, + [ts_external_token_RBRACE] = true, }, - [69] = { + [79] = { + [ts_external_token__concat] = true, + [ts_external_token__expansion_word] = true, + [ts_external_token_RBRACE] = true, + }, + [80] = { [ts_external_token_simple_heredoc_body] = true, [ts_external_token__heredoc_body_beginning] = true, }, - [70] = { + [81] = { + [ts_external_token__concat] = true, + [ts_external_token_RBRACE] = true, + }, + [82] = { [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] = { + [83] = { [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, + [84] = { + [ts_external_token_extglob_pattern] = true, }, - [73] = { + [85] = { [ts_external_token_heredoc_end] = true, }, - [74] = { + [86] = { [ts_external_token_RBRACK] = true, }, - [75] = { + [87] = { [ts_external_token_heredoc_start] = true, }, - [76] = { - [ts_external_token__regex_no_slash] = true, - }, }; #ifdef __cplusplus