#include #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 8 #define STATE_COUNT 2928 #define SYMBOL_COUNT 136 #define ALIAS_COUNT 5 #define TOKEN_COUNT 86 #define EXTERNAL_TOKEN_COUNT 11 #define MAX_ALIAS_SEQUENCE_LENGTH 8 enum { sym__simple_heredoc = 1, sym__heredoc_beginning = 2, sym__heredoc_middle = 3, sym__heredoc_end = 4, sym_file_descriptor = 5, sym__empty_value = 6, sym__concat = 7, sym_variable_name = 8, anon_sym_for = 9, anon_sym_in = 10, anon_sym_while = 11, anon_sym_do = 12, anon_sym_done = 13, anon_sym_if = 14, anon_sym_then = 15, anon_sym_fi = 16, anon_sym_elif = 17, anon_sym_else = 18, anon_sym_case = 19, anon_sym_esac = 20, anon_sym_PIPE = 21, anon_sym_RPAREN = 22, anon_sym_SEMI_SEMI = 23, anon_sym_function = 24, anon_sym_LPAREN = 25, anon_sym_LBRACE = 26, anon_sym_RBRACE = 27, anon_sym_PIPE_AMP = 28, anon_sym_AMP_AMP = 29, anon_sym_PIPE_PIPE = 30, anon_sym_EQ_TILDE = 31, anon_sym_EQ_EQ = 32, anon_sym_LBRACK = 33, anon_sym_RBRACK = 34, anon_sym_LBRACK_LBRACK = 35, anon_sym_RBRACK_RBRACK = 36, anon_sym_declare = 37, anon_sym_typeset = 38, anon_sym_export = 39, anon_sym_readonly = 40, anon_sym_local = 41, anon_sym_unset = 42, anon_sym_unsetenv = 43, anon_sym_EQ = 44, anon_sym_PLUS_EQ = 45, anon_sym_LT = 46, anon_sym_GT = 47, anon_sym_GT_GT = 48, anon_sym_AMP_GT = 49, anon_sym_AMP_GT_GT = 50, anon_sym_LT_AMP = 51, anon_sym_GT_AMP = 52, anon_sym_LT_LT = 53, anon_sym_LT_LT_DASH = 54, anon_sym_LT_LT_LT = 55, sym__special_characters = 56, anon_sym_DQUOTE = 57, anon_sym_DOLLAR = 58, sym__string_content = 59, sym_raw_string = 60, anon_sym_POUND = 61, anon_sym_DOLLAR_LBRACE = 62, aux_sym_SLASH = 63, anon_sym_COLON = 64, anon_sym_COLON_QMARK = 65, anon_sym_COLON_DASH = 66, anon_sym_PERCENT = 67, anon_sym_DASH = 68, anon_sym_DOLLAR_LPAREN = 69, anon_sym_BQUOTE = 70, anon_sym_LT_LPAREN = 71, anon_sym_GT_LPAREN = 72, sym_comment = 73, aux_sym_SLASH_BSLASHw_PLUS_SLASH = 74, anon_sym_STAR = 75, anon_sym_AT = 76, anon_sym_QMARK = 77, anon_sym_0 = 78, anon_sym__ = 79, sym_word = 80, sym_regex = 81, sym_regex_without_right_brace = 82, anon_sym_SEMI = 83, anon_sym_LF = 84, anon_sym_AMP = 85, sym_program = 86, sym__terminated_statement = 87, sym_for_statement = 88, sym_while_statement = 89, sym_do_group = 90, sym_if_statement = 91, sym_elif_clause = 92, sym_else_clause = 93, sym_case_statement = 94, sym_case_item = 95, sym_last_case_item = 96, sym_function_definition = 97, sym_compound_statement = 98, sym_subshell = 99, sym_pipeline = 100, sym_list = 101, sym_command = 102, sym_command_name = 103, sym_bracket_command = 104, sym_variable_assignment = 105, sym_declaration_command = 106, sym_unset_command = 107, sym__assignment = 108, sym_subscript = 109, sym_file_redirect = 110, sym_heredoc_redirect = 111, sym_heredoc = 112, sym_herestring_redirect = 113, sym_concatenation = 114, sym_string = 115, sym_array = 116, sym_simple_expansion = 117, sym_string_expansion = 118, sym_expansion = 119, sym_command_substitution = 120, sym_process_substitution = 121, aux_sym_program_repeat1 = 122, aux_sym_for_statement_repeat1 = 123, aux_sym_while_statement_repeat1 = 124, aux_sym_if_statement_repeat1 = 125, aux_sym_case_statement_repeat1 = 126, aux_sym_case_item_repeat1 = 127, aux_sym_command_repeat1 = 128, aux_sym_command_repeat2 = 129, aux_sym_declaration_command_repeat1 = 130, aux_sym_unset_command_repeat1 = 131, aux_sym_heredoc_repeat1 = 132, aux_sym_concatenation_repeat1 = 133, aux_sym_string_repeat1 = 134, aux_sym_expansion_repeat1 = 135, alias_sym_case_item = 136, alias_sym_regex = 137, alias_sym_special_variable_name = 138, alias_sym_variable_name = 139, alias_sym_word = 140, }; static const char *ts_symbol_names[] = { [sym__simple_heredoc] = "_simple_heredoc", [sym__heredoc_beginning] = "_heredoc_beginning", [sym__heredoc_middle] = "_heredoc_middle", [sym__heredoc_end] = "_heredoc_end", [sym_file_descriptor] = "file_descriptor", [sym__empty_value] = "_empty_value", [sym__concat] = "_concat", [sym_variable_name] = "variable_name", [ts_builtin_sym_end] = "END", [anon_sym_for] = "for", [anon_sym_in] = "in", [anon_sym_while] = "while", [anon_sym_do] = "do", [anon_sym_done] = "done", [anon_sym_if] = "if", [anon_sym_then] = "then", [anon_sym_fi] = "fi", [anon_sym_elif] = "elif", [anon_sym_else] = "else", [anon_sym_case] = "case", [anon_sym_esac] = "esac", [anon_sym_PIPE] = "|", [anon_sym_RPAREN] = ")", [anon_sym_SEMI_SEMI] = ";;", [anon_sym_function] = "function", [anon_sym_LPAREN] = "(", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_PIPE_AMP] = "|&", [anon_sym_AMP_AMP] = "&&", [anon_sym_PIPE_PIPE] = "||", [anon_sym_EQ_TILDE] = "=~", [anon_sym_EQ_EQ] = "==", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_LBRACK_LBRACK] = "[[", [anon_sym_RBRACK_RBRACK] = "]]", [anon_sym_declare] = "declare", [anon_sym_typeset] = "typeset", [anon_sym_export] = "export", [anon_sym_readonly] = "readonly", [anon_sym_local] = "local", [anon_sym_unset] = "unset", [anon_sym_unsetenv] = "unsetenv", [anon_sym_EQ] = "=", [anon_sym_PLUS_EQ] = "+=", [anon_sym_LT] = "<", [anon_sym_GT] = ">", [anon_sym_GT_GT] = ">>", [anon_sym_AMP_GT] = "&>", [anon_sym_AMP_GT_GT] = "&>>", [anon_sym_LT_AMP] = "<&", [anon_sym_GT_AMP] = ">&", [anon_sym_LT_LT] = "<<", [anon_sym_LT_LT_DASH] = "<<-", [anon_sym_LT_LT_LT] = "<<<", [sym__special_characters] = "_special_characters", [anon_sym_DQUOTE] = "\"", [anon_sym_DOLLAR] = "$", [sym__string_content] = "_string_content", [sym_raw_string] = "raw_string", [anon_sym_POUND] = "#", [anon_sym_DOLLAR_LBRACE] = "${", [aux_sym_SLASH] = "/", [anon_sym_COLON] = ":", [anon_sym_COLON_QMARK] = ":?", [anon_sym_COLON_DASH] = ":-", [anon_sym_PERCENT] = "%", [anon_sym_DASH] = "-", [anon_sym_DOLLAR_LPAREN] = "$(", [anon_sym_BQUOTE] = "`", [anon_sym_LT_LPAREN] = "<(", [anon_sym_GT_LPAREN] = ">(", [sym_comment] = "comment", [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = "/\\w+/", [anon_sym_STAR] = "*", [anon_sym_AT] = "@", [anon_sym_QMARK] = "?", [anon_sym_0] = "0", [anon_sym__] = "_", [sym_word] = "word", [sym_regex] = "regex", [sym_regex_without_right_brace] = "regex_without_right_brace", [anon_sym_SEMI] = ";", [anon_sym_LF] = "\n", [anon_sym_AMP] = "&", [sym_program] = "program", [sym__terminated_statement] = "_terminated_statement", [sym_for_statement] = "for_statement", [sym_while_statement] = "while_statement", [sym_do_group] = "do_group", [sym_if_statement] = "if_statement", [sym_elif_clause] = "elif_clause", [sym_else_clause] = "else_clause", [sym_case_statement] = "case_statement", [sym_case_item] = "case_item", [sym_last_case_item] = "last_case_item", [sym_function_definition] = "function_definition", [sym_compound_statement] = "compound_statement", [sym_subshell] = "subshell", [sym_pipeline] = "pipeline", [sym_list] = "list", [sym_command] = "command", [sym_command_name] = "command_name", [sym_bracket_command] = "bracket_command", [sym_variable_assignment] = "variable_assignment", [sym_declaration_command] = "declaration_command", [sym_unset_command] = "unset_command", [sym__assignment] = "_assignment", [sym_subscript] = "subscript", [sym_file_redirect] = "file_redirect", [sym_heredoc_redirect] = "heredoc_redirect", [sym_heredoc] = "heredoc", [sym_herestring_redirect] = "herestring_redirect", [sym_concatenation] = "concatenation", [sym_string] = "string", [sym_array] = "array", [sym_simple_expansion] = "simple_expansion", [sym_string_expansion] = "string_expansion", [sym_expansion] = "expansion", [sym_command_substitution] = "command_substitution", [sym_process_substitution] = "process_substitution", [aux_sym_program_repeat1] = "program_repeat1", [aux_sym_for_statement_repeat1] = "for_statement_repeat1", [aux_sym_while_statement_repeat1] = "while_statement_repeat1", [aux_sym_if_statement_repeat1] = "if_statement_repeat1", [aux_sym_case_statement_repeat1] = "case_statement_repeat1", [aux_sym_case_item_repeat1] = "case_item_repeat1", [aux_sym_command_repeat1] = "command_repeat1", [aux_sym_command_repeat2] = "command_repeat2", [aux_sym_declaration_command_repeat1] = "declaration_command_repeat1", [aux_sym_unset_command_repeat1] = "unset_command_repeat1", [aux_sym_heredoc_repeat1] = "heredoc_repeat1", [aux_sym_concatenation_repeat1] = "concatenation_repeat1", [aux_sym_string_repeat1] = "string_repeat1", [aux_sym_expansion_repeat1] = "expansion_repeat1", [alias_sym_case_item] = "case_item", [alias_sym_regex] = "regex", [alias_sym_special_variable_name] = "special_variable_name", [alias_sym_variable_name] = "variable_name", [alias_sym_word] = "word", }; static const TSSymbolMetadata ts_symbol_metadata[] = { [sym__simple_heredoc] = { .visible = false, .named = true, }, [sym__heredoc_beginning] = { .visible = false, .named = true, }, [sym__heredoc_middle] = { .visible = false, .named = true, }, [sym__heredoc_end] = { .visible = false, .named = true, }, [sym_file_descriptor] = { .visible = true, .named = true, }, [sym__empty_value] = { .visible = false, .named = true, }, [sym__concat] = { .visible = false, .named = true, }, [sym_variable_name] = { .visible = true, .named = true, }, [ts_builtin_sym_end] = { .visible = false, .named = true, }, [anon_sym_for] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_while] = { .visible = true, .named = false, }, [anon_sym_do] = { .visible = true, .named = false, }, [anon_sym_done] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_then] = { .visible = true, .named = false, }, [anon_sym_fi] = { .visible = true, .named = false, }, [anon_sym_elif] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_case] = { .visible = true, .named = false, }, [anon_sym_esac] = { .visible = true, .named = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_SEMI_SEMI] = { .visible = true, .named = false, }, [anon_sym_function] = { .visible = true, .named = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, }, [anon_sym_PIPE_AMP] = { .visible = true, .named = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, }, [anon_sym_EQ_TILDE] = { .visible = true, .named = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_LBRACK_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK_RBRACK] = { .visible = true, .named = false, }, [anon_sym_declare] = { .visible = true, .named = false, }, [anon_sym_typeset] = { .visible = true, .named = false, }, [anon_sym_export] = { .visible = true, .named = false, }, [anon_sym_readonly] = { .visible = true, .named = false, }, [anon_sym_local] = { .visible = true, .named = false, }, [anon_sym_unset] = { .visible = true, .named = false, }, [anon_sym_unsetenv] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, }, [anon_sym_LT] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, }, [anon_sym_AMP_GT] = { .visible = true, .named = false, }, [anon_sym_AMP_GT_GT] = { .visible = true, .named = false, }, [anon_sym_LT_AMP] = { .visible = true, .named = false, }, [anon_sym_GT_AMP] = { .visible = true, .named = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, }, [anon_sym_LT_LT_DASH] = { .visible = true, .named = false, }, [anon_sym_LT_LT_LT] = { .visible = true, .named = false, }, [sym__special_characters] = { .visible = false, .named = true, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [anon_sym_DOLLAR] = { .visible = true, .named = false, }, [sym__string_content] = { .visible = false, .named = true, }, [sym_raw_string] = { .visible = true, .named = true, }, [anon_sym_POUND] = { .visible = true, .named = false, }, [anon_sym_DOLLAR_LBRACE] = { .visible = true, .named = false, }, [aux_sym_SLASH] = { .visible = false, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_COLON_QMARK] = { .visible = true, .named = false, }, [anon_sym_COLON_DASH] = { .visible = true, .named = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_DOLLAR_LPAREN] = { .visible = true, .named = false, }, [anon_sym_BQUOTE] = { .visible = true, .named = false, }, [anon_sym_LT_LPAREN] = { .visible = true, .named = false, }, [anon_sym_GT_LPAREN] = { .visible = true, .named = false, }, [sym_comment] = { .visible = true, .named = true, }, [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = { .visible = false, .named = false, }, [anon_sym_STAR] = { .visible = true, .named = false, }, [anon_sym_AT] = { .visible = true, .named = false, }, [anon_sym_QMARK] = { .visible = true, .named = false, }, [anon_sym_0] = { .visible = true, .named = false, }, [anon_sym__] = { .visible = true, .named = false, }, [sym_word] = { .visible = true, .named = true, }, [sym_regex] = { .visible = true, .named = true, }, [sym_regex_without_right_brace] = { .visible = true, .named = true, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [anon_sym_LF] = { .visible = true, .named = false, }, [anon_sym_AMP] = { .visible = true, .named = false, }, [sym_program] = { .visible = true, .named = true, }, [sym__terminated_statement] = { .visible = false, .named = true, }, [sym_for_statement] = { .visible = true, .named = true, }, [sym_while_statement] = { .visible = true, .named = true, }, [sym_do_group] = { .visible = true, .named = true, }, [sym_if_statement] = { .visible = true, .named = true, }, [sym_elif_clause] = { .visible = true, .named = true, }, [sym_else_clause] = { .visible = true, .named = true, }, [sym_case_statement] = { .visible = true, .named = true, }, [sym_case_item] = { .visible = true, .named = true, }, [sym_last_case_item] = { .visible = true, .named = true, }, [sym_function_definition] = { .visible = true, .named = true, }, [sym_compound_statement] = { .visible = true, .named = true, }, [sym_subshell] = { .visible = true, .named = true, }, [sym_pipeline] = { .visible = true, .named = true, }, [sym_list] = { .visible = true, .named = true, }, [sym_command] = { .visible = true, .named = true, }, [sym_command_name] = { .visible = true, .named = true, }, [sym_bracket_command] = { .visible = true, .named = true, }, [sym_variable_assignment] = { .visible = true, .named = true, }, [sym_declaration_command] = { .visible = true, .named = true, }, [sym_unset_command] = { .visible = true, .named = true, }, [sym__assignment] = { .visible = false, .named = true, }, [sym_subscript] = { .visible = true, .named = true, }, [sym_file_redirect] = { .visible = true, .named = true, }, [sym_heredoc_redirect] = { .visible = true, .named = true, }, [sym_heredoc] = { .visible = true, .named = true, }, [sym_herestring_redirect] = { .visible = true, .named = true, }, [sym_concatenation] = { .visible = true, .named = true, }, [sym_string] = { .visible = true, .named = true, }, [sym_array] = { .visible = true, .named = true, }, [sym_simple_expansion] = { .visible = true, .named = true, }, [sym_string_expansion] = { .visible = true, .named = true, }, [sym_expansion] = { .visible = true, .named = true, }, [sym_command_substitution] = { .visible = true, .named = true, }, [sym_process_substitution] = { .visible = true, .named = true, }, [aux_sym_program_repeat1] = { .visible = false, .named = false, }, [aux_sym_for_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_while_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_if_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_case_statement_repeat1] = { .visible = false, .named = false, }, [aux_sym_case_item_repeat1] = { .visible = false, .named = false, }, [aux_sym_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_command_repeat2] = { .visible = false, .named = false, }, [aux_sym_declaration_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_unset_command_repeat1] = { .visible = false, .named = false, }, [aux_sym_heredoc_repeat1] = { .visible = false, .named = false, }, [aux_sym_concatenation_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_expansion_repeat1] = { .visible = false, .named = false, }, [alias_sym_case_item] = { .visible = true, .named = true, }, [alias_sym_regex] = { .visible = true, .named = true, }, [alias_sym_special_variable_name] = { .visible = true, .named = true, }, [alias_sym_variable_name] = { .visible = true, .named = true, }, [alias_sym_word] = { .visible = true, .named = true, }, }; static TSSymbol ts_alias_sequences[23][MAX_ALIAS_SEQUENCE_LENGTH] = { [1] = { [0] = alias_sym_word, }, [2] = { [0] = alias_sym_variable_name, }, [3] = { [1] = alias_sym_word, }, [4] = { [1] = alias_sym_special_variable_name, }, [5] = { [1] = alias_sym_variable_name, }, [6] = { [2] = alias_sym_word, }, [7] = { [2] = alias_sym_special_variable_name, }, [8] = { [2] = alias_sym_variable_name, }, [9] = { [3] = alias_sym_word, }, [10] = { [1] = alias_sym_special_variable_name, [3] = alias_sym_regex, }, [11] = { [1] = alias_sym_variable_name, [3] = alias_sym_regex, }, [12] = { [3] = alias_sym_regex, }, [13] = { [1] = alias_sym_word, [4] = alias_sym_case_item, }, [14] = { [4] = alias_sym_case_item, }, [15] = { [4] = alias_sym_word, }, [16] = { [2] = alias_sym_special_variable_name, [4] = alias_sym_regex, }, [17] = { [2] = alias_sym_variable_name, [4] = alias_sym_regex, }, [18] = { [4] = alias_sym_regex, }, [19] = { [1] = alias_sym_word, [5] = alias_sym_case_item, }, [20] = { [5] = alias_sym_case_item, }, [21] = { [1] = alias_sym_word, [6] = alias_sym_case_item, }, [22] = { [6] = alias_sym_case_item, }, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); switch (state) { case 0: if (lookahead == 0) ADVANCE(1); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(3); if (lookahead == '$') ADVANCE(4); if (lookahead == '%') ADVANCE(7); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == ')') ADVANCE(15); if (lookahead == '*') ADVANCE(16); if (lookahead == '+') ADVANCE(17); if (lookahead == '-') ADVANCE(19); if (lookahead == '/') ADVANCE(20); if (lookahead == '0') ADVANCE(21); if (lookahead == ':') ADVANCE(23); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(34); if (lookahead == '>') ADVANCE(37); if (lookahead == '?') ADVANCE(41); if (lookahead == '@') ADVANCE(42); if (lookahead == '[') ADVANCE(43); if (lookahead == '\\') SKIP(45); if (lookahead == ']') ADVANCE(46); if (lookahead == '_') ADVANCE(48); if (lookahead == '`') ADVANCE(49); if (lookahead == 'c') ADVANCE(50); if (lookahead == 'd') ADVANCE(54); if (lookahead == 'e') ADVANCE(64); if (lookahead == 'f') ADVANCE(78); if (lookahead == 'i') ADVANCE(89); if (lookahead == 'l') ADVANCE(92); if (lookahead == 'r') ADVANCE(97); if (lookahead == 't') ADVANCE(105); if (lookahead == 'u') ADVANCE(115); if (lookahead == 'w') ADVANCE(123); if (lookahead == '{') ADVANCE(128); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0); if (('1' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 1: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 2: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 3: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); case 4: ACCEPT_TOKEN(anon_sym_DOLLAR); if (lookahead == '(') ADVANCE(5); if (lookahead == '{') ADVANCE(6); END_STATE(); case 5: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); END_STATE(); case 6: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); case 7: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 8: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(9); if (lookahead == '>') ADVANCE(10); END_STATE(); case 9: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 10: ACCEPT_TOKEN(anon_sym_AMP_GT); if (lookahead == '>') ADVANCE(11); END_STATE(); case 11: ACCEPT_TOKEN(anon_sym_AMP_GT_GT); END_STATE(); case 12: if (lookahead == '\'') ADVANCE(13); if (lookahead != 0) ADVANCE(12); END_STATE(); case 13: ACCEPT_TOKEN(sym_raw_string); END_STATE(); case 14: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 15: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 16: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 17: if (lookahead == '=') ADVANCE(18); END_STATE(); case 18: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 19: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 20: ACCEPT_TOKEN(aux_sym_SLASH); END_STATE(); case 21: ACCEPT_TOKEN(anon_sym_0); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 22: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 23: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == '-') ADVANCE(24); if (lookahead == '?') ADVANCE(25); END_STATE(); case 24: ACCEPT_TOKEN(anon_sym_COLON_DASH); END_STATE(); case 25: ACCEPT_TOKEN(anon_sym_COLON_QMARK); END_STATE(); case 26: ACCEPT_TOKEN(anon_sym_SEMI); if (lookahead == ';') ADVANCE(27); END_STATE(); case 27: ACCEPT_TOKEN(anon_sym_SEMI_SEMI); END_STATE(); case 28: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '&') ADVANCE(29); if (lookahead == '(') ADVANCE(30); if (lookahead == '<') ADVANCE(31); END_STATE(); case 29: ACCEPT_TOKEN(anon_sym_LT_AMP); END_STATE(); case 30: ACCEPT_TOKEN(anon_sym_LT_LPAREN); END_STATE(); case 31: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '-') ADVANCE(32); if (lookahead == '<') ADVANCE(33); END_STATE(); case 32: ACCEPT_TOKEN(anon_sym_LT_LT_DASH); END_STATE(); case 33: ACCEPT_TOKEN(anon_sym_LT_LT_LT); END_STATE(); case 34: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') ADVANCE(35); if (lookahead == '~') ADVANCE(36); END_STATE(); case 35: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 36: ACCEPT_TOKEN(anon_sym_EQ_TILDE); END_STATE(); case 37: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '&') ADVANCE(38); if (lookahead == '(') ADVANCE(39); if (lookahead == '>') ADVANCE(40); END_STATE(); case 38: ACCEPT_TOKEN(anon_sym_GT_AMP); END_STATE(); case 39: ACCEPT_TOKEN(anon_sym_GT_LPAREN); END_STATE(); case 40: ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 41: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 42: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 43: ACCEPT_TOKEN(anon_sym_LBRACK); if (lookahead == '[') ADVANCE(44); END_STATE(); case 44: ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); END_STATE(); case 45: if (lookahead == '\n') SKIP(0); END_STATE(); case 46: ACCEPT_TOKEN(anon_sym_RBRACK); if (lookahead == ']') ADVANCE(47); END_STATE(); case 47: ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); case 48: ACCEPT_TOKEN(anon_sym__); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 49: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); case 50: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'a') ADVANCE(51); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 51: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 's') ADVANCE(52); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 52: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(53); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_case); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 54: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(55); if (lookahead == 'o') ADVANCE(61); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 55: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'c') ADVANCE(56); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 56: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'l') ADVANCE(57); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 57: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'a') ADVANCE(58); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 58: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'r') ADVANCE(59); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 59: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(60); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_declare); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_do); if (lookahead == 'n') ADVANCE(62); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 62: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(63); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_done); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 64: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'l') ADVANCE(65); if (lookahead == 's') ADVANCE(70); if (lookahead == 'x') ADVANCE(73); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 65: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'i') ADVANCE(66); if (lookahead == 's') ADVANCE(68); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 66: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'f') ADVANCE(67); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_elif); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 68: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(69); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_else); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 70: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'a') ADVANCE(71); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 71: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'c') ADVANCE(72); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 72: ACCEPT_TOKEN(anon_sym_esac); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 73: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'p') ADVANCE(74); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 74: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'o') ADVANCE(75); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 75: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'r') ADVANCE(76); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 76: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 't') ADVANCE(77); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_export); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 78: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'i') ADVANCE(79); if (lookahead == 'o') ADVANCE(80); if (lookahead == 'u') ADVANCE(82); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_fi); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 80: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'r') ADVANCE(81); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 81: ACCEPT_TOKEN(anon_sym_for); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 82: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'n') ADVANCE(83); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 83: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'c') ADVANCE(84); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 84: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 't') ADVANCE(85); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 85: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'i') ADVANCE(86); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 86: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'o') ADVANCE(87); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 87: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'n') ADVANCE(88); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_function); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 89: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'f') ADVANCE(90); if (lookahead == 'n') ADVANCE(91); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_if); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_in); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 92: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'o') ADVANCE(93); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 93: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'c') ADVANCE(94); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 94: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'a') ADVANCE(95); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 95: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'l') ADVANCE(96); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_local); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 97: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(98); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 98: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'a') ADVANCE(99); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 99: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'd') ADVANCE(100); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 100: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'o') ADVANCE(101); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 101: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'n') ADVANCE(102); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 102: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'l') ADVANCE(103); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 103: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'y') ADVANCE(104); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_readonly); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 105: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'h') ADVANCE(106); if (lookahead == 'y') ADVANCE(109); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 106: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(107); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 107: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'n') ADVANCE(108); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_then); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 109: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'p') ADVANCE(110); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 110: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 111: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 's') ADVANCE(112); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 112: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(113); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 113: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 't') ADVANCE(114); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_typeset); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 115: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'n') ADVANCE(116); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 116: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 's') ADVANCE(117); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 117: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(118); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 118: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 't') ADVANCE(119); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 119: ACCEPT_TOKEN(anon_sym_unset); if (lookahead == 'e') ADVANCE(120); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 120: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'n') ADVANCE(121); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 121: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'v') ADVANCE(122); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_unsetenv); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 123: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'h') ADVANCE(124); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 124: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'i') ADVANCE(125); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 125: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'l') ADVANCE(126); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 126: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == 'e') ADVANCE(127); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 127: ACCEPT_TOKEN(anon_sym_while); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 128: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 129: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '&') ADVANCE(130); if (lookahead == '|') ADVANCE(131); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_PIPE_AMP); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 132: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 133: if (lookahead == 0) ADVANCE(1); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(135); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(43); if (lookahead == '\\') ADVANCE(137); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'c') ADVANCE(141); if (lookahead == 'd') ADVANCE(145); if (lookahead == 'e') ADVANCE(152); if (lookahead == 'f') ADVANCE(158); if (lookahead == 'i') ADVANCE(168); if (lookahead == 'l') ADVANCE(170); if (lookahead == 'r') ADVANCE(175); if (lookahead == 't') ADVANCE(183); if (lookahead == 'u') ADVANCE(190); if (lookahead == 'w') ADVANCE(198); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(133); if ((lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 134: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') ADVANCE(134); END_STATE(); case 135: if (lookahead == '>') ADVANCE(10); END_STATE(); case 136: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '&') ADVANCE(29); if (lookahead == '(') ADVANCE(30); END_STATE(); case 137: if (lookahead == '\n') SKIP(133); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 138: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 139: if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 140: ACCEPT_TOKEN(sym__special_characters); if (lookahead == '[') ADVANCE(140); if (lookahead == ']') ADVANCE(140); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); END_STATE(); case 141: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'a') ADVANCE(142); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && lookahead != 'a' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 142: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 's') ADVANCE(143); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 143: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(144); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 144: ACCEPT_TOKEN(anon_sym_case); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 145: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(146); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 146: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'c') ADVANCE(147); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 147: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'l') ADVANCE(148); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 148: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'a') ADVANCE(149); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && lookahead != 'a' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 149: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'r') ADVANCE(150); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 150: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(151); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 151: ACCEPT_TOKEN(anon_sym_declare); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 152: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'x') ADVANCE(153); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 153: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'p') ADVANCE(154); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 154: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'o') ADVANCE(155); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 155: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'r') ADVANCE(156); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 156: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 't') ADVANCE(157); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 157: ACCEPT_TOKEN(anon_sym_export); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 158: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'o') ADVANCE(159); if (lookahead == 'u') ADVANCE(161); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 159: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'r') ADVANCE(160); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 160: ACCEPT_TOKEN(anon_sym_for); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 161: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'n') ADVANCE(162); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 162: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'c') ADVANCE(163); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 163: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 't') ADVANCE(164); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 164: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'i') ADVANCE(165); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 165: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'o') ADVANCE(166); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 166: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'n') ADVANCE(167); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 167: ACCEPT_TOKEN(anon_sym_function); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 168: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'f') ADVANCE(169); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 169: ACCEPT_TOKEN(anon_sym_if); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 170: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'o') ADVANCE(171); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 171: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'c') ADVANCE(172); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 172: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'a') ADVANCE(173); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && lookahead != 'a' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 173: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'l') ADVANCE(174); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 174: ACCEPT_TOKEN(anon_sym_local); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 175: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(176); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 176: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'a') ADVANCE(177); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && lookahead != 'a' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 177: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'd') ADVANCE(178); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 178: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'o') ADVANCE(179); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 179: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'n') ADVANCE(180); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 180: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'l') ADVANCE(181); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 181: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'y') ADVANCE(182); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 182: ACCEPT_TOKEN(anon_sym_readonly); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 183: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'y') ADVANCE(184); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 184: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'p') ADVANCE(185); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 185: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(186); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 186: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 's') ADVANCE(187); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 187: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(188); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 188: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 't') ADVANCE(189); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 189: ACCEPT_TOKEN(anon_sym_typeset); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 190: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'n') ADVANCE(191); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 191: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 's') ADVANCE(192); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 192: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(193); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 193: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 't') ADVANCE(194); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 194: ACCEPT_TOKEN(anon_sym_unset); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(195); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 195: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'n') ADVANCE(196); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 196: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'v') ADVANCE(197); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 197: ACCEPT_TOKEN(anon_sym_unsetenv); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 198: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'h') ADVANCE(199); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 199: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'i') ADVANCE(200); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 200: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'l') ADVANCE(201); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 201: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(202); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 202: ACCEPT_TOKEN(anon_sym_while); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 203: if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(204); if (lookahead == '(') ADVANCE(14); if (lookahead == ')') ADVANCE(15); if (lookahead == '+') ADVANCE(17); if (lookahead == '=') ADVANCE(205); if (lookahead == '[') ADVANCE(206); if (lookahead == '\\') SKIP(207); if (lookahead == ']') ADVANCE(208); if (lookahead == '`') ADVANCE(49); if (lookahead == 'd') ADVANCE(209); if (lookahead == 'e') ADVANCE(211); if (lookahead == 'f') ADVANCE(220); if (lookahead == 'i') ADVANCE(222); if (lookahead == 't') ADVANCE(224); if (lookahead == '{') ADVANCE(128); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(203); END_STATE(); case 204: if (lookahead == '&') ADVANCE(9); END_STATE(); case 205: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 206: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 207: if (lookahead == '\n') SKIP(203); END_STATE(); case 208: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 209: if (lookahead == 'o') ADVANCE(210); END_STATE(); case 210: ACCEPT_TOKEN(anon_sym_do); END_STATE(); case 211: if (lookahead == 'l') ADVANCE(212); if (lookahead == 's') ADVANCE(217); END_STATE(); case 212: if (lookahead == 'i') ADVANCE(213); if (lookahead == 's') ADVANCE(215); END_STATE(); case 213: if (lookahead == 'f') ADVANCE(214); END_STATE(); case 214: ACCEPT_TOKEN(anon_sym_elif); END_STATE(); case 215: if (lookahead == 'e') ADVANCE(216); END_STATE(); case 216: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 217: if (lookahead == 'a') ADVANCE(218); END_STATE(); case 218: if (lookahead == 'c') ADVANCE(219); END_STATE(); case 219: ACCEPT_TOKEN(anon_sym_esac); END_STATE(); case 220: if (lookahead == 'i') ADVANCE(221); END_STATE(); case 221: ACCEPT_TOKEN(anon_sym_fi); END_STATE(); case 222: if (lookahead == 'n') ADVANCE(223); END_STATE(); case 223: ACCEPT_TOKEN(anon_sym_in); END_STATE(); case 224: if (lookahead == 'h') ADVANCE(225); END_STATE(); case 225: if (lookahead == 'e') ADVANCE(226); END_STATE(); case 226: if (lookahead == 'n') ADVANCE(227); END_STATE(); case 227: ACCEPT_TOKEN(anon_sym_then); END_STATE(); case 228: if (lookahead == '#') ADVANCE(134); if (lookahead == ')') ADVANCE(15); if (lookahead == '\\') SKIP(229); if (lookahead == '|') ADVANCE(230); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(228); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 229: if (lookahead == '\n') SKIP(228); END_STATE(); case 230: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 231: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(135); if (lookahead == '\'') ADVANCE(12); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(232); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(231); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 232: if (lookahead == '\n') SKIP(231); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 233: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(234); if (lookahead == '\'') ADVANCE(12); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(238); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(233); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && (lookahead < ';' || lookahead > '>')) ADVANCE(138); END_STATE(); case 234: if (lookahead == '&') ADVANCE(9); if (lookahead == '>') ADVANCE(10); END_STATE(); case 235: ACCEPT_TOKEN(sym_word); if (lookahead == '=') ADVANCE(236); if (lookahead == '\\') ADVANCE(139); if (lookahead == '~') ADVANCE(237); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && (lookahead < ';' || lookahead > '>') && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '~')) ADVANCE(138); END_STATE(); case 236: ACCEPT_TOKEN(anon_sym_EQ_EQ); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 237: ACCEPT_TOKEN(anon_sym_EQ_TILDE); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 238: if (lookahead == '\n') SKIP(233); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 239: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(241); if (lookahead == '\'') ADVANCE(12); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(244); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(239); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 240: ACCEPT_TOKEN(anon_sym_LF); END_STATE(); case 241: ACCEPT_TOKEN(anon_sym_AMP); if (lookahead == '&') ADVANCE(9); END_STATE(); case 242: if (lookahead == '(') ADVANCE(30); END_STATE(); case 243: if (lookahead == '(') ADVANCE(39); END_STATE(); case 244: if (lookahead == '\n') SKIP(239); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 245: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == '\\') ADVANCE(139); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < 'A' || lookahead > ']') && (lookahead < '_' || lookahead > '}')) ADVANCE(138); END_STATE(); case 246: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(247); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(246); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 247: if (lookahead == '\n') SKIP(246); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 248: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(249); if (lookahead == '$') ADVANCE(4); if (lookahead == '\\') ADVANCE(253); if (lookahead == '`') ADVANCE(49); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(254); if (lookahead != 0) ADVANCE(250); END_STATE(); case 249: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\n') ADVANCE(250); if (lookahead == '\\') ADVANCE(252); if (lookahead != 0 && lookahead != '\"' && lookahead != '$' && lookahead != '`') ADVANCE(249); END_STATE(); case 250: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\\') ADVANCE(251); if (lookahead != 0 && lookahead != '\"' && lookahead != '$' && lookahead != '`') ADVANCE(250); END_STATE(); case 251: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\n') ADVANCE(250); if (lookahead == '\\') ADVANCE(251); if (lookahead == '\"' || lookahead == '$' || lookahead == '`') ADVANCE(250); if (lookahead != 0) ADVANCE(250); END_STATE(); case 252: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\n') ADVANCE(250); if (lookahead == '\\') ADVANCE(252); if (lookahead == '\"' || lookahead == '$' || lookahead == '`') ADVANCE(249); if (lookahead != 0) ADVANCE(249); END_STATE(); case 253: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\n') ADVANCE(254); if (lookahead == '\\') ADVANCE(251); if (lookahead == '\"' || lookahead == '$' || lookahead == '`') ADVANCE(250); if (lookahead != 0) ADVANCE(250); END_STATE(); case 254: ACCEPT_TOKEN(sym__string_content); if (lookahead == '#') ADVANCE(249); if (lookahead == '\\') ADVANCE(253); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(254); if (lookahead != 0 && (lookahead < '\"' || lookahead > '$') && lookahead != '`') ADVANCE(250); END_STATE(); case 255: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(3); if (lookahead == '$') ADVANCE(256); if (lookahead == '\'') ADVANCE(12); if (lookahead == '*') ADVANCE(16); if (lookahead == '-') ADVANCE(19); if (lookahead == '0') ADVANCE(21); if (lookahead == '?') ADVANCE(41); if (lookahead == '@') ADVANCE(42); if (lookahead == '\\') SKIP(257); if (lookahead == '_') ADVANCE(48); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(255); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 256: ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); case 257: if (lookahead == '\n') SKIP(255); END_STATE(); case 258: if (lookahead == '#') ADVANCE(3); if (lookahead == '$') ADVANCE(256); if (lookahead == '*') ADVANCE(16); if (lookahead == '-') ADVANCE(19); if (lookahead == '0') ADVANCE(21); if (lookahead == '?') ADVANCE(41); if (lookahead == '@') ADVANCE(42); if (lookahead == '\\') SKIP(259); if (lookahead == '_') ADVANCE(48); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(258); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 259: if (lookahead == '\n') SKIP(258); END_STATE(); case 260: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(261); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(260); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 261: if (lookahead == '\n') SKIP(260); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 262: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(263); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(262); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 263: if (lookahead == '\n') SKIP(262); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 264: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(265); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(264); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 265: if (lookahead == '\n') SKIP(264); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 266: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(267); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(266); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 267: if (lookahead == '\n') SKIP(266); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 268: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(269); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(268); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 269: if (lookahead == '\n') SKIP(268); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 270: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(271); if (lookahead == ';') ADVANCE(26); if (lookahead == '\\') SKIP(272); if (lookahead == 'i') ADVANCE(222); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(270); END_STATE(); case 271: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 272: if (lookahead == '\n') SKIP(270); END_STATE(); case 273: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(241); if (lookahead == '\'') ADVANCE(12); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(274); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(273); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 274: if (lookahead == '\n') SKIP(273); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 275: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(276); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(275); if (lookahead != 0) ADVANCE(138); END_STATE(); case 276: if (lookahead == '\n') SKIP(275); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 277: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(278); if (lookahead == '$') ADVANCE(280); if (lookahead == '\'') ADVANCE(285); if (lookahead == '<') ADVANCE(288); if (lookahead == '>') ADVANCE(290); if (lookahead == '[') ADVANCE(292); if (lookahead == '\\') ADVANCE(293); if (lookahead == ']') ADVANCE(292); if (lookahead == '`') ADVANCE(296); if (lookahead == '{') ADVANCE(292); if (lookahead == '}') ADVANCE(292); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(277); if (('&' <= lookahead && lookahead <= ')') || lookahead == ';' || lookahead == '|') ADVANCE(283); if (lookahead != 0) ADVANCE(295); END_STATE(); case 278: ACCEPT_TOKEN(sym_regex); if (lookahead == '\\') ADVANCE(279); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(278); END_STATE(); case 279: ACCEPT_TOKEN(sym_regex); if (lookahead == '\\') ADVANCE(279); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(278); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n') ADVANCE(278); END_STATE(); case 280: ACCEPT_TOKEN(anon_sym_DOLLAR); if (lookahead == '(') ADVANCE(281); if (lookahead == '\\') ADVANCE(282); if (lookahead == '{') ADVANCE(284); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 281: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); if (lookahead == '\\') ADVANCE(282); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 282: ACCEPT_TOKEN(sym_regex); if (lookahead == '\\') ADVANCE(282); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(283); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n') ADVANCE(283); END_STATE(); case 283: ACCEPT_TOKEN(sym_regex); if (lookahead == '\\') ADVANCE(282); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 284: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); if (lookahead == '\\') ADVANCE(282); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 285: ACCEPT_TOKEN(sym_regex); if (lookahead == '\'') ADVANCE(286); if (lookahead == '\\') ADVANCE(287); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(12); if (lookahead != 0) ADVANCE(285); END_STATE(); case 286: ACCEPT_TOKEN(sym_raw_string); if (lookahead == '\\') ADVANCE(282); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 287: ACCEPT_TOKEN(sym_regex); if (lookahead == '\n') ADVANCE(12); if (lookahead == '\'') ADVANCE(286); if (lookahead == '\\') ADVANCE(287); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(285); if (lookahead != 0) ADVANCE(285); END_STATE(); case 288: ACCEPT_TOKEN(sym_regex); if (lookahead == '(') ADVANCE(289); if (lookahead == '\\') ADVANCE(282); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 289: ACCEPT_TOKEN(anon_sym_LT_LPAREN); if (lookahead == '\\') ADVANCE(282); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 290: ACCEPT_TOKEN(sym_regex); if (lookahead == '(') ADVANCE(291); if (lookahead == '\\') ADVANCE(282); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 291: ACCEPT_TOKEN(anon_sym_GT_LPAREN); if (lookahead == '\\') ADVANCE(282); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 292: ACCEPT_TOKEN(sym_regex); if (lookahead == '[') ADVANCE(292); if (lookahead == '\\') ADVANCE(282); if (lookahead == ']') ADVANCE(292); if (lookahead == '{') ADVANCE(292); if (lookahead == '}') ADVANCE(292); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 293: ACCEPT_TOKEN(sym_regex); if (lookahead == '\\') ADVANCE(294); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(283); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n') ADVANCE(295); END_STATE(); case 294: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(293); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') ADVANCE(283); if (('\"' <= lookahead && lookahead <= '$') || ('&' <= lookahead && lookahead <= ')') || lookahead == ';' || lookahead == '<' || lookahead == '>' || ('[' <= lookahead && lookahead <= ']') || lookahead == '`' || ('{' <= lookahead && lookahead <= '}')) ADVANCE(283); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n') ADVANCE(295); END_STATE(); case 295: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(293); if (('\"' <= lookahead && lookahead <= '$') || ('&' <= lookahead && lookahead <= ')') || lookahead == ';' || lookahead == '<' || lookahead == '>' || ('[' <= lookahead && lookahead <= ']') || lookahead == '`' || ('{' <= lookahead && lookahead <= '}')) ADVANCE(283); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(295); END_STATE(); case 296: ACCEPT_TOKEN(anon_sym_BQUOTE); if (lookahead == '\\') ADVANCE(282); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(283); END_STATE(); case 297: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '\'') ADVANCE(12); if (lookahead == '<') ADVANCE(242); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(298); if (lookahead == ']') ADVANCE(208); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(297); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && (lookahead < ';' || lookahead > '>') && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 298: if (lookahead == '\n') SKIP(297); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 299: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '\'') ADVANCE(12); if (lookahead == '<') ADVANCE(242); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(300); if (lookahead == ']') ADVANCE(301); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(299); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && (lookahead < ';' || lookahead > '>') && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 300: if (lookahead == '\n') SKIP(299); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 301: ACCEPT_TOKEN(sym__special_characters); if (lookahead == '[') ADVANCE(140); if (lookahead == ']') ADVANCE(47); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); END_STATE(); case 302: if (lookahead == '#') ADVANCE(3); if (lookahead == '$') ADVANCE(256); if (lookahead == '*') ADVANCE(16); if (lookahead == '-') ADVANCE(19); if (lookahead == '0') ADVANCE(303); if (lookahead == '?') ADVANCE(41); if (lookahead == '@') ADVANCE(42); if (lookahead == '\\') ADVANCE(305); if (lookahead == '_') ADVANCE(307); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(306); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(304); if (lookahead != 0 && (lookahead < '\"' || lookahead > '$') && (lookahead < '_' || lookahead > 'z')) ADVANCE(250); END_STATE(); case 303: ACCEPT_TOKEN(anon_sym_0); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(304); END_STATE(); case 304: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(304); END_STATE(); case 305: ACCEPT_TOKEN(sym__string_content); if (lookahead == '\n') ADVANCE(306); if (lookahead == '\\') ADVANCE(251); if (lookahead == '\"' || lookahead == '$' || lookahead == '`') ADVANCE(250); if (lookahead != 0) ADVANCE(250); END_STATE(); case 306: ACCEPT_TOKEN(sym__string_content); if (lookahead == '#') ADVANCE(3); if (lookahead == '*') ADVANCE(16); if (lookahead == '-') ADVANCE(19); if (lookahead == '0') ADVANCE(303); if (lookahead == '?') ADVANCE(41); if (lookahead == '@') ADVANCE(42); if (lookahead == '\\') ADVANCE(305); if (lookahead == '_') ADVANCE(307); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') ADVANCE(306); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(304); if (lookahead != 0 && (lookahead < '\"' || lookahead > '$') && (lookahead < '_' || lookahead > 'z')) ADVANCE(250); END_STATE(); case 307: ACCEPT_TOKEN(anon_sym__); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(304); END_STATE(); case 308: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(3); if (lookahead == '$') ADVANCE(4); if (lookahead == '%') ADVANCE(309); if (lookahead == '\'') ADVANCE(12); if (lookahead == '-') ADVANCE(310); if (lookahead == '/') ADVANCE(20); if (lookahead == ':') ADVANCE(311); if (lookahead == '<') ADVANCE(242); if (lookahead == '=') ADVANCE(314); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(315); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(308); if (lookahead != 0 && (lookahead < '\"' || lookahead > ')') && (lookahead < ':' || lookahead > '>') && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 309: ACCEPT_TOKEN(anon_sym_PERCENT); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 310: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 311: ACCEPT_TOKEN(anon_sym_COLON); if (lookahead == '-') ADVANCE(312); if (lookahead == '?') ADVANCE(313); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && lookahead != '?' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 312: ACCEPT_TOKEN(anon_sym_COLON_DASH); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 313: ACCEPT_TOKEN(anon_sym_COLON_QMARK); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 314: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 315: if (lookahead == '\n') SKIP(308); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 316: if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(256); if (lookahead == '*') ADVANCE(16); if (lookahead == '-') ADVANCE(19); if (lookahead == '0') ADVANCE(21); if (lookahead == '?') ADVANCE(41); if (lookahead == '@') ADVANCE(42); if (lookahead == '\\') SKIP(317); if (lookahead == '_') ADVANCE(48); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(316); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(22); END_STATE(); case 317: if (lookahead == '\n') SKIP(316); END_STATE(); case 318: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(204); if (lookahead == '\'') ADVANCE(12); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(319); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(318); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<') ADVANCE(138); END_STATE(); case 319: if (lookahead == '\n') SKIP(318); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 320: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(234); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(321); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(320); if (lookahead != 0 && (lookahead < ';' || lookahead > '>')) ADVANCE(138); END_STATE(); case 321: if (lookahead == '\n') SKIP(320); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 322: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(234); if (lookahead == '\'') ADVANCE(12); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(323); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(322); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<') ADVANCE(138); END_STATE(); case 323: if (lookahead == '\n') SKIP(322); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 324: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(204); if (lookahead == '\'') ADVANCE(12); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(325); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(324); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<') ADVANCE(138); END_STATE(); case 325: if (lookahead == '\n') SKIP(324); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 326: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(234); if (lookahead == '\'') ADVANCE(12); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(327); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(326); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && (lookahead < ';' || lookahead > '>')) ADVANCE(138); END_STATE(); case 327: if (lookahead == '\n') SKIP(326); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 328: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(234); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(329); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(328); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && (lookahead < ';' || lookahead > '>')) ADVANCE(138); END_STATE(); case 329: if (lookahead == '\n') SKIP(328); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 330: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(234); if (lookahead == '\'') ADVANCE(12); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(331); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(330); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<') ADVANCE(138); END_STATE(); case 331: if (lookahead == '\n') SKIP(330); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 332: if (lookahead == 0) ADVANCE(1); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(135); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == ';') ADVANCE(333); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(43); if (lookahead == '\\') ADVANCE(334); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'c') ADVANCE(141); if (lookahead == 'd') ADVANCE(145); if (lookahead == 'e') ADVANCE(152); if (lookahead == 'f') ADVANCE(158); if (lookahead == 'i') ADVANCE(168); if (lookahead == 'l') ADVANCE(170); if (lookahead == 'r') ADVANCE(175); if (lookahead == 't') ADVANCE(183); if (lookahead == 'u') ADVANCE(190); if (lookahead == 'w') ADVANCE(198); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(332); if ((lookahead < '&' || lookahead > ')') && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 333: if (lookahead == ';') ADVANCE(27); END_STATE(); case 334: if (lookahead == '\n') SKIP(332); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 335: if (lookahead == '#') ADVANCE(134); if (lookahead == '\\') SKIP(336); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(335); END_STATE(); case 336: if (lookahead == '\n') SKIP(335); END_STATE(); case 337: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(8); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(338); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(340); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(337); END_STATE(); case 338: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '&') ADVANCE(29); if (lookahead == '<') ADVANCE(31); END_STATE(); case 339: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '&') ADVANCE(38); if (lookahead == '>') ADVANCE(40); END_STATE(); case 340: if (lookahead == '\n') SKIP(337); END_STATE(); case 341: if (lookahead == '#') ADVANCE(134); if (lookahead == '\\') SKIP(342); if (lookahead == ']') ADVANCE(208); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(341); END_STATE(); case 342: if (lookahead == '\n') SKIP(341); END_STATE(); case 343: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(135); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(43); if (lookahead == '\\') ADVANCE(344); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'c') ADVANCE(141); if (lookahead == 'd') ADVANCE(345); if (lookahead == 'e') ADVANCE(152); if (lookahead == 'f') ADVANCE(158); if (lookahead == 'i') ADVANCE(168); if (lookahead == 'l') ADVANCE(170); if (lookahead == 'r') ADVANCE(175); if (lookahead == 't') ADVANCE(183); if (lookahead == 'u') ADVANCE(190); if (lookahead == 'w') ADVANCE(198); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(343); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 344: if (lookahead == '\n') SKIP(343); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 345: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(146); if (lookahead == 'o') ADVANCE(346); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 346: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'n') ADVANCE(347); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 347: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(348); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 348: ACCEPT_TOKEN(anon_sym_done); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 349: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(135); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(43); if (lookahead == '\\') ADVANCE(350); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'c') ADVANCE(141); if (lookahead == 'd') ADVANCE(145); if (lookahead == 'e') ADVANCE(351); if (lookahead == 'f') ADVANCE(357); if (lookahead == 'i') ADVANCE(168); if (lookahead == 'l') ADVANCE(170); if (lookahead == 'r') ADVANCE(175); if (lookahead == 't') ADVANCE(183); if (lookahead == 'u') ADVANCE(190); if (lookahead == 'w') ADVANCE(198); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(349); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 350: if (lookahead == '\n') SKIP(349); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 351: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'l') ADVANCE(352); if (lookahead == 'x') ADVANCE(153); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 352: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'i') ADVANCE(353); if (lookahead == 's') ADVANCE(355); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 353: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'f') ADVANCE(354); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 354: ACCEPT_TOKEN(anon_sym_elif); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 355: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'e') ADVANCE(356); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 356: ACCEPT_TOKEN(anon_sym_else); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 357: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'i') ADVANCE(358); if (lookahead == 'o') ADVANCE(159); if (lookahead == 'u') ADVANCE(161); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 358: ACCEPT_TOKEN(anon_sym_fi); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 359: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(135); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(43); if (lookahead == '\\') ADVANCE(360); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'c') ADVANCE(141); if (lookahead == 'd') ADVANCE(145); if (lookahead == 'e') ADVANCE(152); if (lookahead == 'f') ADVANCE(158); if (lookahead == 'i') ADVANCE(168); if (lookahead == 'l') ADVANCE(170); if (lookahead == 'r') ADVANCE(175); if (lookahead == 't') ADVANCE(183); if (lookahead == 'u') ADVANCE(190); if (lookahead == 'w') ADVANCE(198); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(359); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 360: if (lookahead == '\n') SKIP(359); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 361: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(8); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(362); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(363); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(361); END_STATE(); case 362: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '&') ADVANCE(29); END_STATE(); case 363: if (lookahead == '\n') SKIP(361); END_STATE(); case 364: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(241); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '\\') SKIP(365); if (lookahead == 'e') ADVANCE(366); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(364); END_STATE(); case 365: if (lookahead == '\n') SKIP(364); END_STATE(); case 366: if (lookahead == 's') ADVANCE(217); END_STATE(); case 367: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(135); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(43); if (lookahead == '\\') ADVANCE(368); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'c') ADVANCE(141); if (lookahead == 'd') ADVANCE(145); if (lookahead == 'e') ADVANCE(152); if (lookahead == 'f') ADVANCE(158); if (lookahead == 'i') ADVANCE(168); if (lookahead == 'l') ADVANCE(170); if (lookahead == 'r') ADVANCE(175); if (lookahead == 't') ADVANCE(183); if (lookahead == 'u') ADVANCE(190); if (lookahead == 'w') ADVANCE(198); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(367); if (lookahead != 0 && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 368: if (lookahead == '\n') SKIP(367); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 369: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(8); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(338); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(370); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(369); END_STATE(); case 370: if (lookahead == '\n') SKIP(369); END_STATE(); case 371: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '\'') ADVANCE(12); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(242); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(372); if (lookahead == ']') ADVANCE(301); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(230); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(371); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && (lookahead < ';' || lookahead > '>')) ADVANCE(138); END_STATE(); case 372: if (lookahead == '\n') SKIP(371); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 373: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '\'') ADVANCE(12); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(374); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(373); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 374: if (lookahead == '\n') SKIP(373); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 375: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(3); if (lookahead == '$') ADVANCE(4); if (lookahead == '%') ADVANCE(309); if (lookahead == '\'') ADVANCE(12); if (lookahead == '-') ADVANCE(310); if (lookahead == ':') ADVANCE(311); if (lookahead == '<') ADVANCE(242); if (lookahead == '=') ADVANCE(314); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(376); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(375); if (lookahead != 0 && (lookahead < '\"' || lookahead > ')') && (lookahead < ':' || lookahead > '>') && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 376: if (lookahead == '\n') SKIP(375); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 377: if (lookahead == '#') ADVANCE(378); if (lookahead == '\\') ADVANCE(380); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(377); if (lookahead != 0 && lookahead != '\"' && lookahead != '#' && lookahead != '}') ADVANCE(381); END_STATE(); case 378: ACCEPT_TOKEN(sym_regex_without_right_brace); if (lookahead == '\\') ADVANCE(379); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && lookahead != '}') ADVANCE(378); END_STATE(); case 379: ACCEPT_TOKEN(sym_regex_without_right_brace); if (lookahead == '\\') ADVANCE(379); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ' || lookahead == '}') ADVANCE(378); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n') ADVANCE(378); END_STATE(); case 380: ACCEPT_TOKEN(sym_regex_without_right_brace); if (lookahead == '\\') ADVANCE(380); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ' || lookahead == '}') ADVANCE(381); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n') ADVANCE(381); END_STATE(); case 381: ACCEPT_TOKEN(sym_regex_without_right_brace); if (lookahead == '\\') ADVANCE(380); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && lookahead != '}') ADVANCE(381); END_STATE(); case 382: if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(234); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(338); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(383); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(382); END_STATE(); case 383: if (lookahead == '\n') SKIP(382); END_STATE(); case 384: if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(234); if (lookahead == '<') ADVANCE(338); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(385); if (lookahead == '`') ADVANCE(49); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(384); END_STATE(); case 385: if (lookahead == '\n') SKIP(384); END_STATE(); case 386: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(8); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(338); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(387); if (lookahead == 'e') ADVANCE(366); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(386); END_STATE(); case 387: if (lookahead == '\n') SKIP(386); END_STATE(); case 388: if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(389); if (lookahead == '\\') SKIP(390); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(388); END_STATE(); case 389: ACCEPT_TOKEN(anon_sym_DOLLAR); if (lookahead == '{') ADVANCE(6); END_STATE(); case 390: if (lookahead == '\n') SKIP(388); END_STATE(); case 391: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '\'') ADVANCE(12); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(392); if (lookahead == ']') ADVANCE(208); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(391); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 392: if (lookahead == '\n') SKIP(391); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 393: if (lookahead == '#') ADVANCE(134); if (lookahead == '+') ADVANCE(17); if (lookahead == '=') ADVANCE(205); if (lookahead == '\\') SKIP(394); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(393); END_STATE(); case 394: if (lookahead == '\n') SKIP(393); END_STATE(); case 395: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '\'') ADVANCE(12); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(396); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(395); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 396: if (lookahead == '\n') SKIP(395); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 397: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(271); if (lookahead == '\'') ADVANCE(12); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(398); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(397); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 398: if (lookahead == '\n') SKIP(397); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 399: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(135); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(43); if (lookahead == '\\') ADVANCE(400); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'c') ADVANCE(141); if (lookahead == 'd') ADVANCE(145); if (lookahead == 'e') ADVANCE(152); if (lookahead == 'f') ADVANCE(357); if (lookahead == 'i') ADVANCE(168); if (lookahead == 'l') ADVANCE(170); if (lookahead == 'r') ADVANCE(175); if (lookahead == 't') ADVANCE(183); if (lookahead == 'u') ADVANCE(190); if (lookahead == 'w') ADVANCE(198); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(399); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 400: if (lookahead == '\n') SKIP(399); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 401: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '\'') ADVANCE(12); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(402); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'e') ADVANCE(403); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(401); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 402: if (lookahead == '\n') SKIP(401); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 403: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 's') ADVANCE(404); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 404: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'a') ADVANCE(405); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && lookahead != 'a' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 405: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'c') ADVANCE(406); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 406: ACCEPT_TOKEN(anon_sym_esac); if (lookahead == '\\') ADVANCE(139); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 407: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(8); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(362); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(408); if (lookahead == 'e') ADVANCE(366); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(407); END_STATE(); case 408: if (lookahead == '\n') SKIP(407); END_STATE(); case 409: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(8); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(362); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(410); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(409); END_STATE(); case 410: if (lookahead == '\n') SKIP(409); END_STATE(); case 411: if (lookahead == '#') ADVANCE(134); if (lookahead == '\\') SKIP(412); if (lookahead == '}') ADVANCE(132); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(411); END_STATE(); case 412: if (lookahead == '\n') SKIP(411); END_STATE(); case 413: if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(234); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(362); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(414); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(413); END_STATE(); case 414: if (lookahead == '\n') SKIP(413); END_STATE(); case 415: if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(234); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(338); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(416); if (lookahead == '`') ADVANCE(49); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(415); END_STATE(); case 416: if (lookahead == '\n') SKIP(415); END_STATE(); case 417: if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(234); if (lookahead == '<') ADVANCE(362); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(418); if (lookahead == '`') ADVANCE(49); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(417); END_STATE(); case 418: if (lookahead == '\n') SKIP(417); END_STATE(); case 419: if (lookahead == '#') ADVANCE(134); if (lookahead == ')') ADVANCE(15); if (lookahead == '\\') SKIP(420); if (lookahead == '|') ADVANCE(230); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(419); END_STATE(); case 420: if (lookahead == '\n') SKIP(419); END_STATE(); case 421: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(241); if (lookahead == ';') ADVANCE(26); if (lookahead == '\\') SKIP(422); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(421); END_STATE(); case 422: if (lookahead == '\n') SKIP(421); END_STATE(); case 423: if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(234); if (lookahead == ')') ADVANCE(15); if (lookahead == '<') ADVANCE(362); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(424); if (lookahead == '`') ADVANCE(49); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(423); END_STATE(); case 424: if (lookahead == '\n') SKIP(423); END_STATE(); case 425: if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(135); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == ';') ADVANCE(333); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(43); if (lookahead == '\\') ADVANCE(426); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'c') ADVANCE(141); if (lookahead == 'd') ADVANCE(145); if (lookahead == 'e') ADVANCE(427); if (lookahead == 'f') ADVANCE(158); if (lookahead == 'i') ADVANCE(168); if (lookahead == 'l') ADVANCE(170); if (lookahead == 'r') ADVANCE(175); if (lookahead == 't') ADVANCE(183); if (lookahead == 'u') ADVANCE(190); if (lookahead == 'w') ADVANCE(198); if (lookahead == '{') ADVANCE(140); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(425); if (lookahead != 0 && (lookahead < '&' || lookahead > ')') && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 426: if (lookahead == '\n') SKIP(425); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 427: ACCEPT_TOKEN(sym_word); if (lookahead == '\\') ADVANCE(139); if (lookahead == 's') ADVANCE(404); if (lookahead == 'x') ADVANCE(153); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < '[' || lookahead > ']') && lookahead != '`' && (lookahead < '{' || lookahead > '}')) ADVANCE(138); END_STATE(); case 428: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(241); if (lookahead == ')') ADVANCE(15); if (lookahead == ';') ADVANCE(26); if (lookahead == '\\') SKIP(429); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(428); END_STATE(); case 429: if (lookahead == '\n') SKIP(428); END_STATE(); case 430: if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(204); if (lookahead == ')') ADVANCE(15); if (lookahead == '\\') SKIP(431); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(430); END_STATE(); case 431: if (lookahead == '\n') SKIP(430); END_STATE(); case 432: if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(204); if (lookahead == '\\') SKIP(433); if (lookahead == '`') ADVANCE(49); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(432); END_STATE(); case 433: if (lookahead == '\n') SKIP(432); END_STATE(); case 434: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(241); if (lookahead == '\'') ADVANCE(12); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(242); if (lookahead == '>') ADVANCE(243); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(435); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'e') ADVANCE(436); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(434); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('_' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 435: if (lookahead == '\n') SKIP(434); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 436: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == '\\') ADVANCE(139); if (lookahead == 's') ADVANCE(437); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < 'A' || lookahead > ']') && (lookahead < '_' || lookahead > '}')) ADVANCE(138); END_STATE(); case 437: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'a') ADVANCE(438); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < 'A' || lookahead > ']') && (lookahead < '_' || lookahead > '}')) ADVANCE(138); END_STATE(); case 438: ACCEPT_TOKEN(aux_sym_SLASH_BSLASHw_PLUS_SLASH); if (lookahead == '\\') ADVANCE(139); if (lookahead == 'c') ADVANCE(439); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < 'A' || lookahead > ']') && (lookahead < '_' || lookahead > '}')) ADVANCE(138); END_STATE(); case 439: ACCEPT_TOKEN(anon_sym_esac); if (lookahead == '\\') ADVANCE(139); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(245); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ' && (lookahead < '\"' || lookahead > '$') && (lookahead < '&' || lookahead > ')') && lookahead != ';' && lookahead != '<' && lookahead != '>' && (lookahead < 'A' || lookahead > ']') && (lookahead < '_' || lookahead > '}')) ADVANCE(138); END_STATE(); case 440: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(441); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'e') ADVANCE(403); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(440); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 441: if (lookahead == '\n') SKIP(440); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 442: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == '(') ADVANCE(14); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(28); if (lookahead == '=') ADVANCE(235); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(443); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'e') ADVANCE(403); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(442); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 443: if (lookahead == '\n') SKIP(442); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 444: if (lookahead == '\n') ADVANCE(240); if (lookahead == '\"') ADVANCE(2); if (lookahead == '#') ADVANCE(134); if (lookahead == '$') ADVANCE(4); if (lookahead == '&') ADVANCE(8); if (lookahead == '\'') ADVANCE(12); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(136); if (lookahead == '>') ADVANCE(37); if (lookahead == '[') ADVANCE(140); if (lookahead == '\\') ADVANCE(445); if (lookahead == ']') ADVANCE(140); if (lookahead == '`') ADVANCE(49); if (lookahead == 'e') ADVANCE(403); if (lookahead == '{') ADVANCE(140); if (lookahead == '|') ADVANCE(129); if (lookahead == '}') ADVANCE(140); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(444); if (lookahead != 0 && (lookahead < '&' || lookahead > ')')) ADVANCE(138); END_STATE(); case 445: if (lookahead == '\n') SKIP(444); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != '\r' && lookahead != ' ') ADVANCE(138); END_STATE(); case 446: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(8); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(338); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(447); if (lookahead == 'e') ADVANCE(366); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(446); END_STATE(); case 447: if (lookahead == '\n') SKIP(446); END_STATE(); case 448: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(8); if (lookahead == ';') ADVANCE(26); if (lookahead == '<') ADVANCE(362); if (lookahead == '>') ADVANCE(339); if (lookahead == '\\') SKIP(449); if (lookahead == 'e') ADVANCE(366); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(448); END_STATE(); case 449: if (lookahead == '\n') SKIP(448); END_STATE(); case 450: if (lookahead == '\n') ADVANCE(240); if (lookahead == '#') ADVANCE(134); if (lookahead == '&') ADVANCE(241); if (lookahead == ';') ADVANCE(26); if (lookahead == '\\') SKIP(451); if (lookahead == 'e') ADVANCE(366); if (lookahead == '|') ADVANCE(129); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') SKIP(450); END_STATE(); case 451: if (lookahead == '\n') SKIP(450); END_STATE(); default: return false; } } static TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 133, .external_lex_state = 2}, [2] = {.lex_state = 133}, [3] = {.lex_state = 203}, [4] = {.lex_state = 228}, [5] = {.lex_state = 133, .external_lex_state = 2}, [6] = {.lex_state = 133, .external_lex_state = 2}, [7] = {.lex_state = 231}, [8] = {.lex_state = 231}, [9] = {.lex_state = 133, .external_lex_state = 2}, [10] = {.lex_state = 233}, [11] = {.lex_state = 233}, [12] = {.lex_state = 239, .external_lex_state = 3}, [13] = {.lex_state = 239, .external_lex_state = 4}, [14] = {.lex_state = 231}, [15] = {.lex_state = 246, .external_lex_state = 5}, [16] = {.lex_state = 248}, [17] = {.lex_state = 255}, [18] = {.lex_state = 246, .external_lex_state = 5}, [19] = {.lex_state = 258, .external_lex_state = 6}, [20] = {.lex_state = 133, .external_lex_state = 2}, [21] = {.lex_state = 133, .external_lex_state = 2}, [22] = {.lex_state = 133, .external_lex_state = 2}, [23] = {.lex_state = 260, .external_lex_state = 5}, [24] = {.lex_state = 133}, [25] = {.lex_state = 239, .external_lex_state = 4}, [26] = {.lex_state = 246, .external_lex_state = 7}, [27] = {.lex_state = 262, .external_lex_state = 8}, [28] = {.lex_state = 203}, [29] = {.lex_state = 264, .external_lex_state = 7}, [30] = {.lex_state = 133, .external_lex_state = 2}, [31] = {.lex_state = 231, .external_lex_state = 2}, [32] = {.lex_state = 231}, [33] = {.lex_state = 231}, [34] = {.lex_state = 266, .external_lex_state = 9}, [35] = {.lex_state = 268, .external_lex_state = 8}, [36] = {.lex_state = 270, .external_lex_state = 4}, [37] = {.lex_state = 203}, [38] = {.lex_state = 239, .external_lex_state = 4}, [39] = {.lex_state = 262, .external_lex_state = 8}, [40] = {.lex_state = 203}, [41] = {.lex_state = 270, .external_lex_state = 10}, [42] = {.lex_state = 248}, [43] = {.lex_state = 255}, [44] = {.lex_state = 270, .external_lex_state = 10}, [45] = {.lex_state = 258, .external_lex_state = 6}, [46] = {.lex_state = 133, .external_lex_state = 2}, [47] = {.lex_state = 133, .external_lex_state = 2}, [48] = {.lex_state = 133, .external_lex_state = 2}, [49] = {.lex_state = 270, .external_lex_state = 4}, [50] = {.lex_state = 203}, [51] = {.lex_state = 203}, [52] = {.lex_state = 133, .external_lex_state = 2}, [53] = {.lex_state = 231}, [54] = {.lex_state = 233}, [55] = {.lex_state = 233}, [56] = {.lex_state = 273, .external_lex_state = 3}, [57] = {.lex_state = 273, .external_lex_state = 4}, [58] = {.lex_state = 264, .external_lex_state = 5}, [59] = {.lex_state = 264, .external_lex_state = 5}, [60] = {.lex_state = 275, .external_lex_state = 5}, [61] = {.lex_state = 273, .external_lex_state = 4}, [62] = {.lex_state = 264, .external_lex_state = 7}, [63] = {.lex_state = 268, .external_lex_state = 8}, [64] = {.lex_state = 203}, [65] = {.lex_state = 133, .external_lex_state = 2}, [66] = {.lex_state = 231, .external_lex_state = 2}, [67] = {.lex_state = 277}, [68] = {.lex_state = 297, .external_lex_state = 11}, [69] = {.lex_state = 248}, [70] = {.lex_state = 255}, [71] = {.lex_state = 297, .external_lex_state = 11}, [72] = {.lex_state = 258, .external_lex_state = 6}, [73] = {.lex_state = 133, .external_lex_state = 2}, [74] = {.lex_state = 133, .external_lex_state = 2}, [75] = {.lex_state = 133, .external_lex_state = 2}, [76] = {.lex_state = 297, .external_lex_state = 12}, [77] = {.lex_state = 297, .external_lex_state = 12}, [78] = {.lex_state = 277}, [79] = {.lex_state = 299, .external_lex_state = 13}, [80] = {.lex_state = 248}, [81] = {.lex_state = 255}, [82] = {.lex_state = 299, .external_lex_state = 13}, [83] = {.lex_state = 258, .external_lex_state = 6}, [84] = {.lex_state = 133, .external_lex_state = 2}, [85] = {.lex_state = 133, .external_lex_state = 2}, [86] = {.lex_state = 133, .external_lex_state = 2}, [87] = {.lex_state = 299}, [88] = {.lex_state = 299}, [89] = {.lex_state = 203}, [90] = {.lex_state = 239, .external_lex_state = 14}, [91] = {.lex_state = 248}, [92] = {.lex_state = 255}, [93] = {.lex_state = 239, .external_lex_state = 14}, [94] = {.lex_state = 258, .external_lex_state = 6}, [95] = {.lex_state = 133, .external_lex_state = 2}, [96] = {.lex_state = 133, .external_lex_state = 2}, [97] = {.lex_state = 133, .external_lex_state = 2}, [98] = {.lex_state = 273, .external_lex_state = 3}, [99] = {.lex_state = 203}, [100] = {.lex_state = 239, .external_lex_state = 3}, [101] = {.lex_state = 239, .external_lex_state = 10}, [102] = {.lex_state = 248}, [103] = {.lex_state = 255}, [104] = {.lex_state = 239, .external_lex_state = 10}, [105] = {.lex_state = 258, .external_lex_state = 6}, [106] = {.lex_state = 133, .external_lex_state = 2}, [107] = {.lex_state = 133, .external_lex_state = 2}, [108] = {.lex_state = 133, .external_lex_state = 2}, [109] = {.lex_state = 273, .external_lex_state = 4}, [110] = {.lex_state = 239, .external_lex_state = 4}, [111] = {.lex_state = 231, .external_lex_state = 15}, [112] = {.lex_state = 248}, [113] = {.lex_state = 255}, [114] = {.lex_state = 231, .external_lex_state = 15}, [115] = {.lex_state = 258, .external_lex_state = 6}, [116] = {.lex_state = 133, .external_lex_state = 2}, [117] = {.lex_state = 133, .external_lex_state = 2}, [118] = {.lex_state = 133, .external_lex_state = 2}, [119] = {.lex_state = 231, .external_lex_state = 2}, [120] = {.lex_state = 231}, [121] = {.lex_state = 246, .external_lex_state = 5}, [122] = {.lex_state = 264, .external_lex_state = 5}, [123] = {.lex_state = 302}, [124] = {.lex_state = 248, .external_lex_state = 13}, [125] = {.lex_state = 258, .external_lex_state = 6}, [126] = {.lex_state = 133, .external_lex_state = 2}, [127] = {.lex_state = 133, .external_lex_state = 2}, [128] = {.lex_state = 248}, [129] = {.lex_state = 264, .external_lex_state = 5}, [130] = {.lex_state = 264, .external_lex_state = 5}, [131] = {.lex_state = 264, .external_lex_state = 5}, [132] = {.lex_state = 203}, [133] = {.lex_state = 308, .external_lex_state = 16}, [134] = {.lex_state = 316, .external_lex_state = 6}, [135] = {.lex_state = 308, .external_lex_state = 16}, [136] = {.lex_state = 308, .external_lex_state = 16}, [137] = {.lex_state = 203}, [138] = {.lex_state = 228}, [139] = {.lex_state = 133, .external_lex_state = 2}, [140] = {.lex_state = 133, .external_lex_state = 2}, [141] = {.lex_state = 231}, [142] = {.lex_state = 231}, [143] = {.lex_state = 133, .external_lex_state = 2}, [144] = {.lex_state = 233}, [145] = {.lex_state = 233}, [146] = {.lex_state = 318, .external_lex_state = 6}, [147] = {.lex_state = 318}, [148] = {.lex_state = 233, .external_lex_state = 17}, [149] = {.lex_state = 248}, [150] = {.lex_state = 255}, [151] = {.lex_state = 233, .external_lex_state = 17}, [152] = {.lex_state = 258, .external_lex_state = 6}, [153] = {.lex_state = 133, .external_lex_state = 2}, [154] = {.lex_state = 133, .external_lex_state = 2}, [155] = {.lex_state = 133, .external_lex_state = 2}, [156] = {.lex_state = 320, .external_lex_state = 17}, [157] = {.lex_state = 203}, [158] = {.lex_state = 233, .external_lex_state = 18}, [159] = {.lex_state = 322, .external_lex_state = 2}, [160] = {.lex_state = 203}, [161] = {.lex_state = 233, .external_lex_state = 18}, [162] = {.lex_state = 231, .external_lex_state = 2}, [163] = {.lex_state = 203}, [164] = {.lex_state = 133, .external_lex_state = 2}, [165] = {.lex_state = 231}, [166] = {.lex_state = 233}, [167] = {.lex_state = 233}, [168] = {.lex_state = 324, .external_lex_state = 6}, [169] = {.lex_state = 318}, [170] = {.lex_state = 326, .external_lex_state = 17}, [171] = {.lex_state = 326, .external_lex_state = 17}, [172] = {.lex_state = 328, .external_lex_state = 17}, [173] = {.lex_state = 203}, [174] = {.lex_state = 326, .external_lex_state = 18}, [175] = {.lex_state = 330, .external_lex_state = 2}, [176] = {.lex_state = 203}, [177] = {.lex_state = 231, .external_lex_state = 2}, [178] = {.lex_state = 203}, [179] = {.lex_state = 322, .external_lex_state = 2}, [180] = {.lex_state = 203}, [181] = {.lex_state = 133, .external_lex_state = 2}, [182] = {.lex_state = 332, .external_lex_state = 2}, [183] = {.lex_state = 133, .external_lex_state = 2}, [184] = {.lex_state = 133}, [185] = {.lex_state = 277}, [186] = {.lex_state = 231}, [187] = {.lex_state = 335, .external_lex_state = 19}, [188] = {.lex_state = 231}, [189] = {.lex_state = 246, .external_lex_state = 5}, [190] = {.lex_state = 246, .external_lex_state = 5}, [191] = {.lex_state = 264, .external_lex_state = 7}, [192] = {.lex_state = 337, .external_lex_state = 7}, [193] = {.lex_state = 246, .external_lex_state = 7}, [194] = {.lex_state = 133, .external_lex_state = 2}, [195] = {.lex_state = 203}, [196] = {.lex_state = 246, .external_lex_state = 7}, [197] = {.lex_state = 203}, [198] = {.lex_state = 231, .external_lex_state = 2}, [199] = {.lex_state = 231, .external_lex_state = 15}, [200] = {.lex_state = 231, .external_lex_state = 15}, [201] = {.lex_state = 231, .external_lex_state = 2}, [202] = {.lex_state = 341, .external_lex_state = 11}, [203] = {.lex_state = 341, .external_lex_state = 11}, [204] = {.lex_state = 341, .external_lex_state = 11}, [205] = {.lex_state = 268, .external_lex_state = 8}, [206] = {.lex_state = 322}, [207] = {.lex_state = 262, .external_lex_state = 20}, [208] = {.lex_state = 248}, [209] = {.lex_state = 255}, [210] = {.lex_state = 262, .external_lex_state = 20}, [211] = {.lex_state = 258, .external_lex_state = 6}, [212] = {.lex_state = 133, .external_lex_state = 2}, [213] = {.lex_state = 133, .external_lex_state = 2}, [214] = {.lex_state = 133, .external_lex_state = 2}, [215] = {.lex_state = 231}, [216] = {.lex_state = 203}, [217] = {.lex_state = 343, .external_lex_state = 2}, [218] = {.lex_state = 337, .external_lex_state = 7}, [219] = {.lex_state = 203}, [220] = {.lex_state = 349, .external_lex_state = 2}, [221] = {.lex_state = 231}, [222] = {.lex_state = 270, .external_lex_state = 4}, [223] = {.lex_state = 203}, [224] = {.lex_state = 270, .external_lex_state = 10}, [225] = {.lex_state = 270, .external_lex_state = 10}, [226] = {.lex_state = 248}, [227] = {.lex_state = 270, .external_lex_state = 10}, [228] = {.lex_state = 270, .external_lex_state = 10}, [229] = {.lex_state = 270, .external_lex_state = 10}, [230] = {.lex_state = 270, .external_lex_state = 4}, [231] = {.lex_state = 203}, [232] = {.lex_state = 203}, [233] = {.lex_state = 308, .external_lex_state = 16}, [234] = {.lex_state = 316, .external_lex_state = 6}, [235] = {.lex_state = 308, .external_lex_state = 16}, [236] = {.lex_state = 308, .external_lex_state = 16}, [237] = {.lex_state = 203}, [238] = {.lex_state = 322, .external_lex_state = 2}, [239] = {.lex_state = 203}, [240] = {.lex_state = 330, .external_lex_state = 2}, [241] = {.lex_state = 203}, [242] = {.lex_state = 322, .external_lex_state = 2}, [243] = {.lex_state = 203}, [244] = {.lex_state = 359, .external_lex_state = 21}, [245] = {.lex_state = 361, .external_lex_state = 7}, [246] = {.lex_state = 266, .external_lex_state = 9}, [247] = {.lex_state = 203}, [248] = {.lex_state = 203}, [249] = {.lex_state = 297, .external_lex_state = 12}, [250] = {.lex_state = 299}, [251] = {.lex_state = 203}, [252] = {.lex_state = 273, .external_lex_state = 14}, [253] = {.lex_state = 273, .external_lex_state = 14}, [254] = {.lex_state = 203}, [255] = {.lex_state = 273, .external_lex_state = 3}, [256] = {.lex_state = 273, .external_lex_state = 10}, [257] = {.lex_state = 273, .external_lex_state = 10}, [258] = {.lex_state = 273, .external_lex_state = 4}, [259] = {.lex_state = 264, .external_lex_state = 5}, [260] = {.lex_state = 203}, [261] = {.lex_state = 133, .external_lex_state = 2}, [262] = {.lex_state = 364, .external_lex_state = 4}, [263] = {.lex_state = 367, .external_lex_state = 2}, [264] = {.lex_state = 133, .external_lex_state = 2}, [265] = {.lex_state = 133}, [266] = {.lex_state = 277}, [267] = {.lex_state = 231}, [268] = {.lex_state = 231}, [269] = {.lex_state = 264, .external_lex_state = 5}, [270] = {.lex_state = 264, .external_lex_state = 5}, [271] = {.lex_state = 369, .external_lex_state = 7}, [272] = {.lex_state = 264, .external_lex_state = 7}, [273] = {.lex_state = 273, .external_lex_state = 4}, [274] = {.lex_state = 268, .external_lex_state = 8}, [275] = {.lex_state = 133, .external_lex_state = 2}, [276] = {.lex_state = 264, .external_lex_state = 7}, [277] = {.lex_state = 297, .external_lex_state = 11}, [278] = {.lex_state = 297, .external_lex_state = 11}, [279] = {.lex_state = 297, .external_lex_state = 12}, [280] = {.lex_state = 231}, [281] = {.lex_state = 297, .external_lex_state = 11}, [282] = {.lex_state = 297, .external_lex_state = 11}, [283] = {.lex_state = 248}, [284] = {.lex_state = 297, .external_lex_state = 11}, [285] = {.lex_state = 297, .external_lex_state = 11}, [286] = {.lex_state = 297, .external_lex_state = 11}, [287] = {.lex_state = 203}, [288] = {.lex_state = 308, .external_lex_state = 16}, [289] = {.lex_state = 316, .external_lex_state = 6}, [290] = {.lex_state = 308, .external_lex_state = 16}, [291] = {.lex_state = 308, .external_lex_state = 16}, [292] = {.lex_state = 203}, [293] = {.lex_state = 322, .external_lex_state = 2}, [294] = {.lex_state = 203}, [295] = {.lex_state = 330, .external_lex_state = 2}, [296] = {.lex_state = 203}, [297] = {.lex_state = 322, .external_lex_state = 2}, [298] = {.lex_state = 337, .external_lex_state = 7}, [299] = {.lex_state = 297, .external_lex_state = 12}, [300] = {.lex_state = 299, .external_lex_state = 13}, [301] = {.lex_state = 299, .external_lex_state = 13}, [302] = {.lex_state = 299}, [303] = {.lex_state = 231}, [304] = {.lex_state = 299, .external_lex_state = 13}, [305] = {.lex_state = 371, .external_lex_state = 13}, [306] = {.lex_state = 248}, [307] = {.lex_state = 371, .external_lex_state = 13}, [308] = {.lex_state = 371, .external_lex_state = 13}, [309] = {.lex_state = 371, .external_lex_state = 13}, [310] = {.lex_state = 203}, [311] = {.lex_state = 308, .external_lex_state = 16}, [312] = {.lex_state = 316, .external_lex_state = 6}, [313] = {.lex_state = 308, .external_lex_state = 16}, [314] = {.lex_state = 308, .external_lex_state = 16}, [315] = {.lex_state = 203}, [316] = {.lex_state = 322, .external_lex_state = 2}, [317] = {.lex_state = 203}, [318] = {.lex_state = 330, .external_lex_state = 2}, [319] = {.lex_state = 203}, [320] = {.lex_state = 322, .external_lex_state = 2}, [321] = {.lex_state = 299}, [322] = {.lex_state = 266, .external_lex_state = 9}, [323] = {.lex_state = 273, .external_lex_state = 3}, [324] = {.lex_state = 231}, [325] = {.lex_state = 239, .external_lex_state = 14}, [326] = {.lex_state = 273, .external_lex_state = 14}, [327] = {.lex_state = 248}, [328] = {.lex_state = 273, .external_lex_state = 14}, [329] = {.lex_state = 273, .external_lex_state = 14}, [330] = {.lex_state = 273, .external_lex_state = 14}, [331] = {.lex_state = 203}, [332] = {.lex_state = 308, .external_lex_state = 16}, [333] = {.lex_state = 316, .external_lex_state = 6}, [334] = {.lex_state = 308, .external_lex_state = 16}, [335] = {.lex_state = 308, .external_lex_state = 16}, [336] = {.lex_state = 203}, [337] = {.lex_state = 322, .external_lex_state = 2}, [338] = {.lex_state = 203}, [339] = {.lex_state = 330, .external_lex_state = 2}, [340] = {.lex_state = 203}, [341] = {.lex_state = 322, .external_lex_state = 2}, [342] = {.lex_state = 239, .external_lex_state = 3}, [343] = {.lex_state = 231}, [344] = {.lex_state = 239, .external_lex_state = 10}, [345] = {.lex_state = 273, .external_lex_state = 10}, [346] = {.lex_state = 248}, [347] = {.lex_state = 273, .external_lex_state = 10}, [348] = {.lex_state = 273, .external_lex_state = 10}, [349] = {.lex_state = 273, .external_lex_state = 10}, [350] = {.lex_state = 203}, [351] = {.lex_state = 308, .external_lex_state = 16}, [352] = {.lex_state = 316, .external_lex_state = 6}, [353] = {.lex_state = 308, .external_lex_state = 16}, [354] = {.lex_state = 308, .external_lex_state = 16}, [355] = {.lex_state = 203}, [356] = {.lex_state = 322, .external_lex_state = 2}, [357] = {.lex_state = 203}, [358] = {.lex_state = 330, .external_lex_state = 2}, [359] = {.lex_state = 203}, [360] = {.lex_state = 322, .external_lex_state = 2}, [361] = {.lex_state = 239, .external_lex_state = 4}, [362] = {.lex_state = 231}, [363] = {.lex_state = 231, .external_lex_state = 15}, [364] = {.lex_state = 322, .external_lex_state = 15}, [365] = {.lex_state = 248}, [366] = {.lex_state = 322, .external_lex_state = 15}, [367] = {.lex_state = 322, .external_lex_state = 15}, [368] = {.lex_state = 322, .external_lex_state = 15}, [369] = {.lex_state = 203}, [370] = {.lex_state = 308, .external_lex_state = 16}, [371] = {.lex_state = 316, .external_lex_state = 6}, [372] = {.lex_state = 308, .external_lex_state = 16}, [373] = {.lex_state = 308, .external_lex_state = 16}, [374] = {.lex_state = 203}, [375] = {.lex_state = 322, .external_lex_state = 2}, [376] = {.lex_state = 203}, [377] = {.lex_state = 330, .external_lex_state = 2}, [378] = {.lex_state = 203}, [379] = {.lex_state = 322, .external_lex_state = 2}, [380] = {.lex_state = 264, .external_lex_state = 5}, [381] = {.lex_state = 246, .external_lex_state = 5}, [382] = {.lex_state = 248, .external_lex_state = 13}, [383] = {.lex_state = 248, .external_lex_state = 13}, [384] = {.lex_state = 248, .external_lex_state = 13}, [385] = {.lex_state = 248}, [386] = {.lex_state = 203}, [387] = {.lex_state = 308, .external_lex_state = 16}, [388] = {.lex_state = 316, .external_lex_state = 6}, [389] = {.lex_state = 308, .external_lex_state = 16}, [390] = {.lex_state = 308, .external_lex_state = 16}, [391] = {.lex_state = 203}, [392] = {.lex_state = 322, .external_lex_state = 2}, [393] = {.lex_state = 203}, [394] = {.lex_state = 330, .external_lex_state = 2}, [395] = {.lex_state = 264, .external_lex_state = 5}, [396] = {.lex_state = 248}, [397] = {.lex_state = 231}, [398] = {.lex_state = 373, .external_lex_state = 16}, [399] = {.lex_state = 264, .external_lex_state = 5}, [400] = {.lex_state = 375, .external_lex_state = 22}, [401] = {.lex_state = 248}, [402] = {.lex_state = 255}, [403] = {.lex_state = 375, .external_lex_state = 22}, [404] = {.lex_state = 258, .external_lex_state = 6}, [405] = {.lex_state = 377}, [406] = {.lex_state = 133, .external_lex_state = 2}, [407] = {.lex_state = 133, .external_lex_state = 2}, [408] = {.lex_state = 133, .external_lex_state = 2}, [409] = {.lex_state = 375, .external_lex_state = 16}, [410] = {.lex_state = 203}, [411] = {.lex_state = 308, .external_lex_state = 16}, [412] = {.lex_state = 308, .external_lex_state = 16}, [413] = {.lex_state = 308, .external_lex_state = 16}, [414] = {.lex_state = 264, .external_lex_state = 5}, [415] = {.lex_state = 377}, [416] = {.lex_state = 375, .external_lex_state = 16}, [417] = {.lex_state = 264, .external_lex_state = 5}, [418] = {.lex_state = 377}, [419] = {.lex_state = 375, .external_lex_state = 16}, [420] = {.lex_state = 266, .external_lex_state = 9}, [421] = {.lex_state = 322, .external_lex_state = 2}, [422] = {.lex_state = 270, .external_lex_state = 4}, [423] = {.lex_state = 203}, [424] = {.lex_state = 203}, [425] = {.lex_state = 270, .external_lex_state = 10}, [426] = {.lex_state = 270, .external_lex_state = 10}, [427] = {.lex_state = 270, .external_lex_state = 4}, [428] = {.lex_state = 203}, [429] = {.lex_state = 273, .external_lex_state = 4}, [430] = {.lex_state = 268, .external_lex_state = 8}, [431] = {.lex_state = 133, .external_lex_state = 2}, [432] = {.lex_state = 297, .external_lex_state = 12}, [433] = {.lex_state = 299}, [434] = {.lex_state = 203}, [435] = {.lex_state = 318, .external_lex_state = 23}, [436] = {.lex_state = 248}, [437] = {.lex_state = 255}, [438] = {.lex_state = 318, .external_lex_state = 23}, [439] = {.lex_state = 258, .external_lex_state = 6}, [440] = {.lex_state = 133, .external_lex_state = 2}, [441] = {.lex_state = 133, .external_lex_state = 2}, [442] = {.lex_state = 133, .external_lex_state = 2}, [443] = {.lex_state = 318, .external_lex_state = 6}, [444] = {.lex_state = 203}, [445] = {.lex_state = 318, .external_lex_state = 6}, [446] = {.lex_state = 318, .external_lex_state = 13}, [447] = {.lex_state = 248}, [448] = {.lex_state = 255}, [449] = {.lex_state = 318, .external_lex_state = 13}, [450] = {.lex_state = 258, .external_lex_state = 6}, [451] = {.lex_state = 133, .external_lex_state = 2}, [452] = {.lex_state = 133, .external_lex_state = 2}, [453] = {.lex_state = 133, .external_lex_state = 2}, [454] = {.lex_state = 318}, [455] = {.lex_state = 318}, [456] = {.lex_state = 231}, [457] = {.lex_state = 233, .external_lex_state = 17}, [458] = {.lex_state = 233, .external_lex_state = 17}, [459] = {.lex_state = 248}, [460] = {.lex_state = 233, .external_lex_state = 17}, [461] = {.lex_state = 233, .external_lex_state = 17}, [462] = {.lex_state = 233, .external_lex_state = 17}, [463] = {.lex_state = 203}, [464] = {.lex_state = 308, .external_lex_state = 16}, [465] = {.lex_state = 316, .external_lex_state = 6}, [466] = {.lex_state = 308, .external_lex_state = 16}, [467] = {.lex_state = 308, .external_lex_state = 16}, [468] = {.lex_state = 203}, [469] = {.lex_state = 322, .external_lex_state = 2}, [470] = {.lex_state = 203}, [471] = {.lex_state = 330, .external_lex_state = 2}, [472] = {.lex_state = 203}, [473] = {.lex_state = 322, .external_lex_state = 2}, [474] = {.lex_state = 203}, [475] = {.lex_state = 133, .external_lex_state = 2}, [476] = {.lex_state = 264, .external_lex_state = 5}, [477] = {.lex_state = 133, .external_lex_state = 2}, [478] = {.lex_state = 133}, [479] = {.lex_state = 277}, [480] = {.lex_state = 231}, [481] = {.lex_state = 335, .external_lex_state = 19}, [482] = {.lex_state = 231}, [483] = {.lex_state = 233, .external_lex_state = 17}, [484] = {.lex_state = 233, .external_lex_state = 17}, [485] = {.lex_state = 233, .external_lex_state = 18}, [486] = {.lex_state = 382, .external_lex_state = 18}, [487] = {.lex_state = 233, .external_lex_state = 18}, [488] = {.lex_state = 233, .external_lex_state = 18}, [489] = {.lex_state = 266, .external_lex_state = 9}, [490] = {.lex_state = 203}, [491] = {.lex_state = 203}, [492] = {.lex_state = 297, .external_lex_state = 12}, [493] = {.lex_state = 299}, [494] = {.lex_state = 203}, [495] = {.lex_state = 324, .external_lex_state = 23}, [496] = {.lex_state = 324, .external_lex_state = 23}, [497] = {.lex_state = 203}, [498] = {.lex_state = 324, .external_lex_state = 6}, [499] = {.lex_state = 324, .external_lex_state = 13}, [500] = {.lex_state = 324, .external_lex_state = 13}, [501] = {.lex_state = 318}, [502] = {.lex_state = 326, .external_lex_state = 17}, [503] = {.lex_state = 203}, [504] = {.lex_state = 133, .external_lex_state = 2}, [505] = {.lex_state = 133, .external_lex_state = 2}, [506] = {.lex_state = 133}, [507] = {.lex_state = 277}, [508] = {.lex_state = 231}, [509] = {.lex_state = 231}, [510] = {.lex_state = 326, .external_lex_state = 17}, [511] = {.lex_state = 326, .external_lex_state = 17}, [512] = {.lex_state = 384, .external_lex_state = 18}, [513] = {.lex_state = 326, .external_lex_state = 18}, [514] = {.lex_state = 326, .external_lex_state = 18}, [515] = {.lex_state = 264, .external_lex_state = 5}, [516] = {.lex_state = 203}, [517] = {.lex_state = 364, .external_lex_state = 4}, [518] = {.lex_state = 268, .external_lex_state = 8}, [519] = {.lex_state = 239, .external_lex_state = 4}, [520] = {.lex_state = 262, .external_lex_state = 8}, [521] = {.lex_state = 231}, [522] = {.lex_state = 246, .external_lex_state = 5}, [523] = {.lex_state = 246, .external_lex_state = 5}, [524] = {.lex_state = 264, .external_lex_state = 7}, [525] = {.lex_state = 337, .external_lex_state = 5}, [526] = {.lex_state = 337, .external_lex_state = 5}, [527] = {.lex_state = 386, .external_lex_state = 7}, [528] = {.lex_state = 386, .external_lex_state = 7}, [529] = {.lex_state = 388, .external_lex_state = 24}, [530] = {.lex_state = 386, .external_lex_state = 7}, [531] = {.lex_state = 337, .external_lex_state = 5}, [532] = {.lex_state = 337, .external_lex_state = 5}, [533] = {.lex_state = 386, .external_lex_state = 7}, [534] = {.lex_state = 337, .external_lex_state = 7}, [535] = {.lex_state = 337, .external_lex_state = 7}, [536] = {.lex_state = 246, .external_lex_state = 7}, [537] = {.lex_state = 266, .external_lex_state = 9}, [538] = {.lex_state = 246, .external_lex_state = 7}, [539] = {.lex_state = 391, .external_lex_state = 12}, [540] = {.lex_state = 393, .external_lex_state = 13}, [541] = {.lex_state = 341, .external_lex_state = 11}, [542] = {.lex_state = 391, .external_lex_state = 12}, [543] = {.lex_state = 393, .external_lex_state = 13}, [544] = {.lex_state = 203, .external_lex_state = 12}, [545] = {.lex_state = 268, .external_lex_state = 8}, [546] = {.lex_state = 395, .external_lex_state = 13}, [547] = {.lex_state = 248}, [548] = {.lex_state = 255}, [549] = {.lex_state = 395, .external_lex_state = 13}, [550] = {.lex_state = 258, .external_lex_state = 6}, [551] = {.lex_state = 133, .external_lex_state = 2}, [552] = {.lex_state = 133, .external_lex_state = 2}, [553] = {.lex_state = 133, .external_lex_state = 2}, [554] = {.lex_state = 322}, [555] = {.lex_state = 231}, [556] = {.lex_state = 262, .external_lex_state = 20}, [557] = {.lex_state = 268, .external_lex_state = 20}, [558] = {.lex_state = 248}, [559] = {.lex_state = 268, .external_lex_state = 20}, [560] = {.lex_state = 268, .external_lex_state = 20}, [561] = {.lex_state = 268, .external_lex_state = 20}, [562] = {.lex_state = 203}, [563] = {.lex_state = 308, .external_lex_state = 16}, [564] = {.lex_state = 316, .external_lex_state = 6}, [565] = {.lex_state = 308, .external_lex_state = 16}, [566] = {.lex_state = 308, .external_lex_state = 16}, [567] = {.lex_state = 203}, [568] = {.lex_state = 322, .external_lex_state = 2}, [569] = {.lex_state = 203}, [570] = {.lex_state = 330, .external_lex_state = 2}, [571] = {.lex_state = 203}, [572] = {.lex_state = 322, .external_lex_state = 2}, [573] = {.lex_state = 397, .external_lex_state = 10}, [574] = {.lex_state = 248}, [575] = {.lex_state = 255}, [576] = {.lex_state = 397, .external_lex_state = 10}, [577] = {.lex_state = 258, .external_lex_state = 6}, [578] = {.lex_state = 133, .external_lex_state = 2}, [579] = {.lex_state = 133, .external_lex_state = 2}, [580] = {.lex_state = 133, .external_lex_state = 2}, [581] = {.lex_state = 397, .external_lex_state = 4}, [582] = {.lex_state = 343, .external_lex_state = 2}, [583] = {.lex_state = 364, .external_lex_state = 4}, [584] = {.lex_state = 386, .external_lex_state = 7}, [585] = {.lex_state = 239, .external_lex_state = 4}, [586] = {.lex_state = 262, .external_lex_state = 8}, [587] = {.lex_state = 343, .external_lex_state = 2}, [588] = {.lex_state = 337, .external_lex_state = 7}, [589] = {.lex_state = 364, .external_lex_state = 4}, [590] = {.lex_state = 133, .external_lex_state = 2}, [591] = {.lex_state = 399, .external_lex_state = 2}, [592] = {.lex_state = 239, .external_lex_state = 4}, [593] = {.lex_state = 203}, [594] = {.lex_state = 262, .external_lex_state = 8}, [595] = {.lex_state = 349, .external_lex_state = 2}, [596] = {.lex_state = 203}, [597] = {.lex_state = 270, .external_lex_state = 10}, [598] = {.lex_state = 401}, [599] = {.lex_state = 270, .external_lex_state = 4}, [600] = {.lex_state = 270, .external_lex_state = 10}, [601] = {.lex_state = 270, .external_lex_state = 10}, [602] = {.lex_state = 401}, [603] = {.lex_state = 270, .external_lex_state = 4}, [604] = {.lex_state = 373, .external_lex_state = 16}, [605] = {.lex_state = 270, .external_lex_state = 10}, [606] = {.lex_state = 377}, [607] = {.lex_state = 375, .external_lex_state = 16}, [608] = {.lex_state = 203}, [609] = {.lex_state = 308, .external_lex_state = 16}, [610] = {.lex_state = 308, .external_lex_state = 16}, [611] = {.lex_state = 308, .external_lex_state = 16}, [612] = {.lex_state = 270, .external_lex_state = 10}, [613] = {.lex_state = 377}, [614] = {.lex_state = 375, .external_lex_state = 16}, [615] = {.lex_state = 270, .external_lex_state = 10}, [616] = {.lex_state = 377}, [617] = {.lex_state = 375, .external_lex_state = 16}, [618] = {.lex_state = 270, .external_lex_state = 10}, [619] = {.lex_state = 270, .external_lex_state = 10}, [620] = {.lex_state = 203}, [621] = {.lex_state = 407, .external_lex_state = 7}, [622] = {.lex_state = 239, .external_lex_state = 4}, [623] = {.lex_state = 262, .external_lex_state = 8}, [624] = {.lex_state = 359, .external_lex_state = 21}, [625] = {.lex_state = 133}, [626] = {.lex_state = 231}, [627] = {.lex_state = 364, .external_lex_state = 4}, [628] = {.lex_state = 268, .external_lex_state = 20}, [629] = {.lex_state = 268, .external_lex_state = 20}, [630] = {.lex_state = 369, .external_lex_state = 7}, [631] = {.lex_state = 203}, [632] = {.lex_state = 409, .external_lex_state = 7}, [633] = {.lex_state = 369, .external_lex_state = 7}, [634] = {.lex_state = 266, .external_lex_state = 9}, [635] = {.lex_state = 273, .external_lex_state = 14}, [636] = {.lex_state = 273, .external_lex_state = 3}, [637] = {.lex_state = 273, .external_lex_state = 10}, [638] = {.lex_state = 273, .external_lex_state = 4}, [639] = {.lex_state = 264, .external_lex_state = 5}, [640] = {.lex_state = 203}, [641] = {.lex_state = 364, .external_lex_state = 4}, [642] = {.lex_state = 273, .external_lex_state = 4}, [643] = {.lex_state = 268, .external_lex_state = 8}, [644] = {.lex_state = 231}, [645] = {.lex_state = 264, .external_lex_state = 5}, [646] = {.lex_state = 264, .external_lex_state = 5}, [647] = {.lex_state = 369, .external_lex_state = 5}, [648] = {.lex_state = 369, .external_lex_state = 5}, [649] = {.lex_state = 369, .external_lex_state = 5}, [650] = {.lex_state = 369, .external_lex_state = 5}, [651] = {.lex_state = 369, .external_lex_state = 7}, [652] = {.lex_state = 369, .external_lex_state = 7}, [653] = {.lex_state = 264, .external_lex_state = 7}, [654] = {.lex_state = 367, .external_lex_state = 2}, [655] = {.lex_state = 264, .external_lex_state = 7}, [656] = {.lex_state = 297, .external_lex_state = 11}, [657] = {.lex_state = 297, .external_lex_state = 11}, [658] = {.lex_state = 297, .external_lex_state = 11}, [659] = {.lex_state = 373, .external_lex_state = 16}, [660] = {.lex_state = 297, .external_lex_state = 11}, [661] = {.lex_state = 377}, [662] = {.lex_state = 375, .external_lex_state = 16}, [663] = {.lex_state = 203}, [664] = {.lex_state = 308, .external_lex_state = 16}, [665] = {.lex_state = 308, .external_lex_state = 16}, [666] = {.lex_state = 308, .external_lex_state = 16}, [667] = {.lex_state = 297, .external_lex_state = 11}, [668] = {.lex_state = 377}, [669] = {.lex_state = 375, .external_lex_state = 16}, [670] = {.lex_state = 297, .external_lex_state = 11}, [671] = {.lex_state = 377}, [672] = {.lex_state = 375, .external_lex_state = 16}, [673] = {.lex_state = 297, .external_lex_state = 11}, [674] = {.lex_state = 297, .external_lex_state = 11}, [675] = {.lex_state = 337, .external_lex_state = 7}, [676] = {.lex_state = 371, .external_lex_state = 13}, [677] = {.lex_state = 299, .external_lex_state = 13}, [678] = {.lex_state = 371, .external_lex_state = 13}, [679] = {.lex_state = 373, .external_lex_state = 16}, [680] = {.lex_state = 371, .external_lex_state = 13}, [681] = {.lex_state = 377}, [682] = {.lex_state = 375, .external_lex_state = 16}, [683] = {.lex_state = 203}, [684] = {.lex_state = 308, .external_lex_state = 16}, [685] = {.lex_state = 308, .external_lex_state = 16}, [686] = {.lex_state = 308, .external_lex_state = 16}, [687] = {.lex_state = 371, .external_lex_state = 13}, [688] = {.lex_state = 377}, [689] = {.lex_state = 375, .external_lex_state = 16}, [690] = {.lex_state = 371, .external_lex_state = 13}, [691] = {.lex_state = 377}, [692] = {.lex_state = 375, .external_lex_state = 16}, [693] = {.lex_state = 371, .external_lex_state = 13}, [694] = {.lex_state = 371, .external_lex_state = 13}, [695] = {.lex_state = 273, .external_lex_state = 3}, [696] = {.lex_state = 322}, [697] = {.lex_state = 239, .external_lex_state = 14}, [698] = {.lex_state = 239, .external_lex_state = 14}, [699] = {.lex_state = 273, .external_lex_state = 14}, [700] = {.lex_state = 239, .external_lex_state = 14}, [701] = {.lex_state = 273, .external_lex_state = 14}, [702] = {.lex_state = 373, .external_lex_state = 16}, [703] = {.lex_state = 273, .external_lex_state = 14}, [704] = {.lex_state = 377}, [705] = {.lex_state = 375, .external_lex_state = 16}, [706] = {.lex_state = 203}, [707] = {.lex_state = 308, .external_lex_state = 16}, [708] = {.lex_state = 308, .external_lex_state = 16}, [709] = {.lex_state = 308, .external_lex_state = 16}, [710] = {.lex_state = 273, .external_lex_state = 14}, [711] = {.lex_state = 377}, [712] = {.lex_state = 375, .external_lex_state = 16}, [713] = {.lex_state = 273, .external_lex_state = 14}, [714] = {.lex_state = 377}, [715] = {.lex_state = 375, .external_lex_state = 16}, [716] = {.lex_state = 273, .external_lex_state = 14}, [717] = {.lex_state = 273, .external_lex_state = 14}, [718] = {.lex_state = 273, .external_lex_state = 10}, [719] = {.lex_state = 239, .external_lex_state = 10}, [720] = {.lex_state = 273, .external_lex_state = 10}, [721] = {.lex_state = 373, .external_lex_state = 16}, [722] = {.lex_state = 273, .external_lex_state = 10}, [723] = {.lex_state = 377}, [724] = {.lex_state = 375, .external_lex_state = 16}, [725] = {.lex_state = 203}, [726] = {.lex_state = 308, .external_lex_state = 16}, [727] = {.lex_state = 308, .external_lex_state = 16}, [728] = {.lex_state = 308, .external_lex_state = 16}, [729] = {.lex_state = 273, .external_lex_state = 10}, [730] = {.lex_state = 377}, [731] = {.lex_state = 375, .external_lex_state = 16}, [732] = {.lex_state = 273, .external_lex_state = 10}, [733] = {.lex_state = 377}, [734] = {.lex_state = 375, .external_lex_state = 16}, [735] = {.lex_state = 273, .external_lex_state = 10}, [736] = {.lex_state = 273, .external_lex_state = 10}, [737] = {.lex_state = 322, .external_lex_state = 15}, [738] = {.lex_state = 231, .external_lex_state = 15}, [739] = {.lex_state = 322, .external_lex_state = 15}, [740] = {.lex_state = 373, .external_lex_state = 16}, [741] = {.lex_state = 322, .external_lex_state = 15}, [742] = {.lex_state = 377}, [743] = {.lex_state = 375, .external_lex_state = 16}, [744] = {.lex_state = 203}, [745] = {.lex_state = 308, .external_lex_state = 16}, [746] = {.lex_state = 308, .external_lex_state = 16}, [747] = {.lex_state = 308, .external_lex_state = 16}, [748] = {.lex_state = 322, .external_lex_state = 15}, [749] = {.lex_state = 377}, [750] = {.lex_state = 375, .external_lex_state = 16}, [751] = {.lex_state = 322, .external_lex_state = 15}, [752] = {.lex_state = 377}, [753] = {.lex_state = 375, .external_lex_state = 16}, [754] = {.lex_state = 322, .external_lex_state = 15}, [755] = {.lex_state = 322, .external_lex_state = 15}, [756] = {.lex_state = 248}, [757] = {.lex_state = 373, .external_lex_state = 16}, [758] = {.lex_state = 248, .external_lex_state = 13}, [759] = {.lex_state = 377}, [760] = {.lex_state = 375, .external_lex_state = 16}, [761] = {.lex_state = 203}, [762] = {.lex_state = 308, .external_lex_state = 16}, [763] = {.lex_state = 308, .external_lex_state = 16}, [764] = {.lex_state = 308, .external_lex_state = 16}, [765] = {.lex_state = 248, .external_lex_state = 13}, [766] = {.lex_state = 377}, [767] = {.lex_state = 375, .external_lex_state = 16}, [768] = {.lex_state = 248, .external_lex_state = 13}, [769] = {.lex_state = 377}, [770] = {.lex_state = 375, .external_lex_state = 16}, [771] = {.lex_state = 248, .external_lex_state = 13}, [772] = {.lex_state = 341, .external_lex_state = 11}, [773] = {.lex_state = 341, .external_lex_state = 11}, [774] = {.lex_state = 341, .external_lex_state = 11}, [775] = {.lex_state = 264, .external_lex_state = 5}, [776] = {.lex_state = 411, .external_lex_state = 22}, [777] = {.lex_state = 248}, [778] = {.lex_state = 255}, [779] = {.lex_state = 411, .external_lex_state = 22}, [780] = {.lex_state = 258, .external_lex_state = 6}, [781] = {.lex_state = 133, .external_lex_state = 2}, [782] = {.lex_state = 133, .external_lex_state = 2}, [783] = {.lex_state = 133, .external_lex_state = 2}, [784] = {.lex_state = 203, .external_lex_state = 16}, [785] = {.lex_state = 231}, [786] = {.lex_state = 375, .external_lex_state = 22}, [787] = {.lex_state = 375, .external_lex_state = 22}, [788] = {.lex_state = 248}, [789] = {.lex_state = 375, .external_lex_state = 22}, [790] = {.lex_state = 375, .external_lex_state = 22}, [791] = {.lex_state = 375, .external_lex_state = 22}, [792] = {.lex_state = 203}, [793] = {.lex_state = 308, .external_lex_state = 16}, [794] = {.lex_state = 316, .external_lex_state = 6}, [795] = {.lex_state = 308, .external_lex_state = 16}, [796] = {.lex_state = 308, .external_lex_state = 16}, [797] = {.lex_state = 375, .external_lex_state = 16}, [798] = {.lex_state = 203}, [799] = {.lex_state = 322, .external_lex_state = 2}, [800] = {.lex_state = 203}, [801] = {.lex_state = 330, .external_lex_state = 2}, [802] = {.lex_state = 203}, [803] = {.lex_state = 322, .external_lex_state = 2}, [804] = {.lex_state = 264, .external_lex_state = 5}, [805] = {.lex_state = 375, .external_lex_state = 16}, [806] = {.lex_state = 373, .external_lex_state = 16}, [807] = {.lex_state = 264, .external_lex_state = 5}, [808] = {.lex_state = 377}, [809] = {.lex_state = 375, .external_lex_state = 16}, [810] = {.lex_state = 264, .external_lex_state = 5}, [811] = {.lex_state = 377}, [812] = {.lex_state = 375, .external_lex_state = 16}, [813] = {.lex_state = 377}, [814] = {.lex_state = 375, .external_lex_state = 16}, [815] = {.lex_state = 375, .external_lex_state = 16}, [816] = {.lex_state = 264, .external_lex_state = 5}, [817] = {.lex_state = 375, .external_lex_state = 16}, [818] = {.lex_state = 322, .external_lex_state = 2}, [819] = {.lex_state = 322}, [820] = {.lex_state = 322, .external_lex_state = 15}, [821] = {.lex_state = 322, .external_lex_state = 15}, [822] = {.lex_state = 231}, [823] = {.lex_state = 203}, [824] = {.lex_state = 343, .external_lex_state = 2}, [825] = {.lex_state = 382, .external_lex_state = 18}, [826] = {.lex_state = 349, .external_lex_state = 2}, [827] = {.lex_state = 270, .external_lex_state = 4}, [828] = {.lex_state = 203}, [829] = {.lex_state = 270, .external_lex_state = 4}, [830] = {.lex_state = 203}, [831] = {.lex_state = 203}, [832] = {.lex_state = 359, .external_lex_state = 21}, [833] = {.lex_state = 413, .external_lex_state = 18}, [834] = {.lex_state = 203}, [835] = {.lex_state = 367, .external_lex_state = 2}, [836] = {.lex_state = 273, .external_lex_state = 4}, [837] = {.lex_state = 268, .external_lex_state = 8}, [838] = {.lex_state = 382, .external_lex_state = 18}, [839] = {.lex_state = 266, .external_lex_state = 9}, [840] = {.lex_state = 318, .external_lex_state = 6}, [841] = {.lex_state = 231}, [842] = {.lex_state = 318, .external_lex_state = 23}, [843] = {.lex_state = 318, .external_lex_state = 23}, [844] = {.lex_state = 248}, [845] = {.lex_state = 318, .external_lex_state = 23}, [846] = {.lex_state = 318, .external_lex_state = 23}, [847] = {.lex_state = 318, .external_lex_state = 23}, [848] = {.lex_state = 203}, [849] = {.lex_state = 308, .external_lex_state = 16}, [850] = {.lex_state = 316, .external_lex_state = 6}, [851] = {.lex_state = 308, .external_lex_state = 16}, [852] = {.lex_state = 308, .external_lex_state = 16}, [853] = {.lex_state = 203}, [854] = {.lex_state = 322, .external_lex_state = 2}, [855] = {.lex_state = 203}, [856] = {.lex_state = 330, .external_lex_state = 2}, [857] = {.lex_state = 203}, [858] = {.lex_state = 322, .external_lex_state = 2}, [859] = {.lex_state = 318, .external_lex_state = 6}, [860] = {.lex_state = 231}, [861] = {.lex_state = 318, .external_lex_state = 13}, [862] = {.lex_state = 318, .external_lex_state = 13}, [863] = {.lex_state = 248}, [864] = {.lex_state = 318, .external_lex_state = 13}, [865] = {.lex_state = 318, .external_lex_state = 13}, [866] = {.lex_state = 318, .external_lex_state = 13}, [867] = {.lex_state = 203}, [868] = {.lex_state = 308, .external_lex_state = 16}, [869] = {.lex_state = 316, .external_lex_state = 6}, [870] = {.lex_state = 308, .external_lex_state = 16}, [871] = {.lex_state = 308, .external_lex_state = 16}, [872] = {.lex_state = 203}, [873] = {.lex_state = 322, .external_lex_state = 2}, [874] = {.lex_state = 203}, [875] = {.lex_state = 330, .external_lex_state = 2}, [876] = {.lex_state = 203}, [877] = {.lex_state = 322, .external_lex_state = 2}, [878] = {.lex_state = 318}, [879] = {.lex_state = 233, .external_lex_state = 17}, [880] = {.lex_state = 233, .external_lex_state = 17}, [881] = {.lex_state = 233, .external_lex_state = 17}, [882] = {.lex_state = 373, .external_lex_state = 16}, [883] = {.lex_state = 233, .external_lex_state = 17}, [884] = {.lex_state = 377}, [885] = {.lex_state = 375, .external_lex_state = 16}, [886] = {.lex_state = 203}, [887] = {.lex_state = 308, .external_lex_state = 16}, [888] = {.lex_state = 308, .external_lex_state = 16}, [889] = {.lex_state = 308, .external_lex_state = 16}, [890] = {.lex_state = 233, .external_lex_state = 17}, [891] = {.lex_state = 377}, [892] = {.lex_state = 375, .external_lex_state = 16}, [893] = {.lex_state = 233, .external_lex_state = 17}, [894] = {.lex_state = 377}, [895] = {.lex_state = 375, .external_lex_state = 16}, [896] = {.lex_state = 233, .external_lex_state = 17}, [897] = {.lex_state = 233, .external_lex_state = 17}, [898] = {.lex_state = 203}, [899] = {.lex_state = 203}, [900] = {.lex_state = 322, .external_lex_state = 2}, [901] = {.lex_state = 203}, [902] = {.lex_state = 322, .external_lex_state = 2}, [903] = {.lex_state = 231}, [904] = {.lex_state = 233, .external_lex_state = 17}, [905] = {.lex_state = 233, .external_lex_state = 17}, [906] = {.lex_state = 233, .external_lex_state = 18}, [907] = {.lex_state = 382, .external_lex_state = 17}, [908] = {.lex_state = 382, .external_lex_state = 17}, [909] = {.lex_state = 415, .external_lex_state = 18}, [910] = {.lex_state = 415, .external_lex_state = 18}, [911] = {.lex_state = 388, .external_lex_state = 24}, [912] = {.lex_state = 415, .external_lex_state = 18}, [913] = {.lex_state = 382, .external_lex_state = 17}, [914] = {.lex_state = 382, .external_lex_state = 17}, [915] = {.lex_state = 415, .external_lex_state = 18}, [916] = {.lex_state = 382, .external_lex_state = 18}, [917] = {.lex_state = 382, .external_lex_state = 18}, [918] = {.lex_state = 233, .external_lex_state = 18}, [919] = {.lex_state = 233, .external_lex_state = 18}, [920] = {.lex_state = 330, .external_lex_state = 15}, [921] = {.lex_state = 330, .external_lex_state = 15}, [922] = {.lex_state = 384, .external_lex_state = 18}, [923] = {.lex_state = 203}, [924] = {.lex_state = 417, .external_lex_state = 18}, [925] = {.lex_state = 384, .external_lex_state = 18}, [926] = {.lex_state = 266, .external_lex_state = 9}, [927] = {.lex_state = 324, .external_lex_state = 23}, [928] = {.lex_state = 324, .external_lex_state = 6}, [929] = {.lex_state = 324, .external_lex_state = 13}, [930] = {.lex_state = 318}, [931] = {.lex_state = 326, .external_lex_state = 17}, [932] = {.lex_state = 203}, [933] = {.lex_state = 330, .external_lex_state = 2}, [934] = {.lex_state = 203}, [935] = {.lex_state = 330, .external_lex_state = 2}, [936] = {.lex_state = 231}, [937] = {.lex_state = 326, .external_lex_state = 17}, [938] = {.lex_state = 326, .external_lex_state = 17}, [939] = {.lex_state = 384, .external_lex_state = 17}, [940] = {.lex_state = 384, .external_lex_state = 17}, [941] = {.lex_state = 384, .external_lex_state = 17}, [942] = {.lex_state = 384, .external_lex_state = 17}, [943] = {.lex_state = 384, .external_lex_state = 18}, [944] = {.lex_state = 384, .external_lex_state = 18}, [945] = {.lex_state = 326, .external_lex_state = 18}, [946] = {.lex_state = 326, .external_lex_state = 18}, [947] = {.lex_state = 361, .external_lex_state = 7}, [948] = {.lex_state = 337, .external_lex_state = 5}, [949] = {.lex_state = 337, .external_lex_state = 5}, [950] = {.lex_state = 386, .external_lex_state = 7}, [951] = {.lex_state = 337, .external_lex_state = 5}, [952] = {.lex_state = 388, .external_lex_state = 24}, [953] = {.lex_state = 386, .external_lex_state = 7}, [954] = {.lex_state = 255}, [955] = {.lex_state = 258, .external_lex_state = 6}, [956] = {.lex_state = 388, .external_lex_state = 24}, [957] = {.lex_state = 231, .external_lex_state = 15}, [958] = {.lex_state = 231, .external_lex_state = 15}, [959] = {.lex_state = 337, .external_lex_state = 7}, [960] = {.lex_state = 393, .external_lex_state = 13}, [961] = {.lex_state = 203}, [962] = {.lex_state = 341, .external_lex_state = 11}, [963] = {.lex_state = 393, .external_lex_state = 13}, [964] = {.lex_state = 203}, [965] = {.lex_state = 231}, [966] = {.lex_state = 395, .external_lex_state = 13}, [967] = {.lex_state = 395, .external_lex_state = 13}, [968] = {.lex_state = 248}, [969] = {.lex_state = 395, .external_lex_state = 13}, [970] = {.lex_state = 395, .external_lex_state = 13}, [971] = {.lex_state = 395, .external_lex_state = 13}, [972] = {.lex_state = 203}, [973] = {.lex_state = 308, .external_lex_state = 16}, [974] = {.lex_state = 316, .external_lex_state = 6}, [975] = {.lex_state = 308, .external_lex_state = 16}, [976] = {.lex_state = 308, .external_lex_state = 16}, [977] = {.lex_state = 203}, [978] = {.lex_state = 322, .external_lex_state = 2}, [979] = {.lex_state = 203}, [980] = {.lex_state = 330, .external_lex_state = 2}, [981] = {.lex_state = 203}, [982] = {.lex_state = 322, .external_lex_state = 2}, [983] = {.lex_state = 268, .external_lex_state = 8}, [984] = {.lex_state = 322}, [985] = {.lex_state = 268, .external_lex_state = 20}, [986] = {.lex_state = 262, .external_lex_state = 20}, [987] = {.lex_state = 268, .external_lex_state = 20}, [988] = {.lex_state = 373, .external_lex_state = 16}, [989] = {.lex_state = 268, .external_lex_state = 20}, [990] = {.lex_state = 377}, [991] = {.lex_state = 375, .external_lex_state = 16}, [992] = {.lex_state = 203}, [993] = {.lex_state = 308, .external_lex_state = 16}, [994] = {.lex_state = 308, .external_lex_state = 16}, [995] = {.lex_state = 308, .external_lex_state = 16}, [996] = {.lex_state = 268, .external_lex_state = 20}, [997] = {.lex_state = 377}, [998] = {.lex_state = 375, .external_lex_state = 16}, [999] = {.lex_state = 268, .external_lex_state = 20}, [1000] = {.lex_state = 377}, [1001] = {.lex_state = 375, .external_lex_state = 16}, [1002] = {.lex_state = 268, .external_lex_state = 20}, [1003] = {.lex_state = 268, .external_lex_state = 20}, [1004] = {.lex_state = 231}, [1005] = {.lex_state = 397, .external_lex_state = 10}, [1006] = {.lex_state = 397, .external_lex_state = 10}, [1007] = {.lex_state = 248}, [1008] = {.lex_state = 397, .external_lex_state = 10}, [1009] = {.lex_state = 397, .external_lex_state = 10}, [1010] = {.lex_state = 397, .external_lex_state = 10}, [1011] = {.lex_state = 203}, [1012] = {.lex_state = 308, .external_lex_state = 16}, [1013] = {.lex_state = 316, .external_lex_state = 6}, [1014] = {.lex_state = 308, .external_lex_state = 16}, [1015] = {.lex_state = 308, .external_lex_state = 16}, [1016] = {.lex_state = 203}, [1017] = {.lex_state = 322, .external_lex_state = 2}, [1018] = {.lex_state = 203}, [1019] = {.lex_state = 330, .external_lex_state = 2}, [1020] = {.lex_state = 203}, [1021] = {.lex_state = 322, .external_lex_state = 2}, [1022] = {.lex_state = 203}, [1023] = {.lex_state = 397, .external_lex_state = 4}, [1024] = {.lex_state = 364, .external_lex_state = 4}, [1025] = {.lex_state = 343, .external_lex_state = 2}, [1026] = {.lex_state = 343, .external_lex_state = 2}, [1027] = {.lex_state = 386, .external_lex_state = 7}, [1028] = {.lex_state = 343, .external_lex_state = 2}, [1029] = {.lex_state = 203}, [1030] = {.lex_state = 239, .external_lex_state = 4}, [1031] = {.lex_state = 262, .external_lex_state = 8}, [1032] = {.lex_state = 399, .external_lex_state = 2}, [1033] = {.lex_state = 349, .external_lex_state = 2}, [1034] = {.lex_state = 364, .external_lex_state = 4}, [1035] = {.lex_state = 203}, [1036] = {.lex_state = 349, .external_lex_state = 2}, [1037] = {.lex_state = 203}, [1038] = {.lex_state = 203}, [1039] = {.lex_state = 364, .external_lex_state = 4}, [1040] = {.lex_state = 419, .external_lex_state = 13}, [1041] = {.lex_state = 419, .external_lex_state = 13}, [1042] = {.lex_state = 203}, [1043] = {.lex_state = 228}, [1044] = {.lex_state = 231}, [1045] = {.lex_state = 401}, [1046] = {.lex_state = 364, .external_lex_state = 4}, [1047] = {.lex_state = 203}, [1048] = {.lex_state = 231}, [1049] = {.lex_state = 401}, [1050] = {.lex_state = 270, .external_lex_state = 10}, [1051] = {.lex_state = 411, .external_lex_state = 22}, [1052] = {.lex_state = 411, .external_lex_state = 22}, [1053] = {.lex_state = 203, .external_lex_state = 16}, [1054] = {.lex_state = 375, .external_lex_state = 16}, [1055] = {.lex_state = 270, .external_lex_state = 10}, [1056] = {.lex_state = 373, .external_lex_state = 16}, [1057] = {.lex_state = 270, .external_lex_state = 10}, [1058] = {.lex_state = 377}, [1059] = {.lex_state = 375, .external_lex_state = 16}, [1060] = {.lex_state = 270, .external_lex_state = 10}, [1061] = {.lex_state = 377}, [1062] = {.lex_state = 375, .external_lex_state = 16}, [1063] = {.lex_state = 377}, [1064] = {.lex_state = 375, .external_lex_state = 16}, [1065] = {.lex_state = 375, .external_lex_state = 16}, [1066] = {.lex_state = 270, .external_lex_state = 10}, [1067] = {.lex_state = 375, .external_lex_state = 16}, [1068] = {.lex_state = 361, .external_lex_state = 7}, [1069] = {.lex_state = 359, .external_lex_state = 21}, [1070] = {.lex_state = 407, .external_lex_state = 7}, [1071] = {.lex_state = 359, .external_lex_state = 21}, [1072] = {.lex_state = 231}, [1073] = {.lex_state = 421, .external_lex_state = 10}, [1074] = {.lex_state = 421, .external_lex_state = 10}, [1075] = {.lex_state = 364, .external_lex_state = 4}, [1076] = {.lex_state = 268, .external_lex_state = 20}, [1077] = {.lex_state = 369, .external_lex_state = 7}, [1078] = {.lex_state = 203}, [1079] = {.lex_state = 133}, [1080] = {.lex_state = 231}, [1081] = {.lex_state = 369, .external_lex_state = 7}, [1082] = {.lex_state = 273, .external_lex_state = 14}, [1083] = {.lex_state = 273, .external_lex_state = 14}, [1084] = {.lex_state = 273, .external_lex_state = 14}, [1085] = {.lex_state = 273, .external_lex_state = 10}, [1086] = {.lex_state = 409, .external_lex_state = 7}, [1087] = {.lex_state = 369, .external_lex_state = 5}, [1088] = {.lex_state = 369, .external_lex_state = 5}, [1089] = {.lex_state = 369, .external_lex_state = 5}, [1090] = {.lex_state = 364, .external_lex_state = 4}, [1091] = {.lex_state = 369, .external_lex_state = 7}, [1092] = {.lex_state = 297, .external_lex_state = 11}, [1093] = {.lex_state = 411, .external_lex_state = 22}, [1094] = {.lex_state = 411, .external_lex_state = 22}, [1095] = {.lex_state = 203, .external_lex_state = 16}, [1096] = {.lex_state = 375, .external_lex_state = 16}, [1097] = {.lex_state = 297, .external_lex_state = 11}, [1098] = {.lex_state = 373, .external_lex_state = 16}, [1099] = {.lex_state = 297, .external_lex_state = 11}, [1100] = {.lex_state = 377}, [1101] = {.lex_state = 375, .external_lex_state = 16}, [1102] = {.lex_state = 297, .external_lex_state = 11}, [1103] = {.lex_state = 377}, [1104] = {.lex_state = 375, .external_lex_state = 16}, [1105] = {.lex_state = 377}, [1106] = {.lex_state = 375, .external_lex_state = 16}, [1107] = {.lex_state = 375, .external_lex_state = 16}, [1108] = {.lex_state = 297, .external_lex_state = 11}, [1109] = {.lex_state = 375, .external_lex_state = 16}, [1110] = {.lex_state = 371, .external_lex_state = 13}, [1111] = {.lex_state = 411, .external_lex_state = 22}, [1112] = {.lex_state = 411, .external_lex_state = 22}, [1113] = {.lex_state = 203, .external_lex_state = 16}, [1114] = {.lex_state = 375, .external_lex_state = 16}, [1115] = {.lex_state = 371, .external_lex_state = 13}, [1116] = {.lex_state = 373, .external_lex_state = 16}, [1117] = {.lex_state = 371, .external_lex_state = 13}, [1118] = {.lex_state = 377}, [1119] = {.lex_state = 375, .external_lex_state = 16}, [1120] = {.lex_state = 371, .external_lex_state = 13}, [1121] = {.lex_state = 377}, [1122] = {.lex_state = 375, .external_lex_state = 16}, [1123] = {.lex_state = 377}, [1124] = {.lex_state = 375, .external_lex_state = 16}, [1125] = {.lex_state = 375, .external_lex_state = 16}, [1126] = {.lex_state = 371, .external_lex_state = 13}, [1127] = {.lex_state = 375, .external_lex_state = 16}, [1128] = {.lex_state = 273, .external_lex_state = 3}, [1129] = {.lex_state = 322}, [1130] = {.lex_state = 273, .external_lex_state = 14}, [1131] = {.lex_state = 411, .external_lex_state = 22}, [1132] = {.lex_state = 411, .external_lex_state = 22}, [1133] = {.lex_state = 203, .external_lex_state = 16}, [1134] = {.lex_state = 375, .external_lex_state = 16}, [1135] = {.lex_state = 273, .external_lex_state = 14}, [1136] = {.lex_state = 373, .external_lex_state = 16}, [1137] = {.lex_state = 273, .external_lex_state = 14}, [1138] = {.lex_state = 377}, [1139] = {.lex_state = 375, .external_lex_state = 16}, [1140] = {.lex_state = 273, .external_lex_state = 14}, [1141] = {.lex_state = 377}, [1142] = {.lex_state = 375, .external_lex_state = 16}, [1143] = {.lex_state = 377}, [1144] = {.lex_state = 375, .external_lex_state = 16}, [1145] = {.lex_state = 375, .external_lex_state = 16}, [1146] = {.lex_state = 273, .external_lex_state = 14}, [1147] = {.lex_state = 375, .external_lex_state = 16}, [1148] = {.lex_state = 273, .external_lex_state = 10}, [1149] = {.lex_state = 411, .external_lex_state = 22}, [1150] = {.lex_state = 411, .external_lex_state = 22}, [1151] = {.lex_state = 203, .external_lex_state = 16}, [1152] = {.lex_state = 375, .external_lex_state = 16}, [1153] = {.lex_state = 273, .external_lex_state = 10}, [1154] = {.lex_state = 373, .external_lex_state = 16}, [1155] = {.lex_state = 273, .external_lex_state = 10}, [1156] = {.lex_state = 377}, [1157] = {.lex_state = 375, .external_lex_state = 16}, [1158] = {.lex_state = 273, .external_lex_state = 10}, [1159] = {.lex_state = 377}, [1160] = {.lex_state = 375, .external_lex_state = 16}, [1161] = {.lex_state = 377}, [1162] = {.lex_state = 375, .external_lex_state = 16}, [1163] = {.lex_state = 375, .external_lex_state = 16}, [1164] = {.lex_state = 273, .external_lex_state = 10}, [1165] = {.lex_state = 375, .external_lex_state = 16}, [1166] = {.lex_state = 322, .external_lex_state = 15}, [1167] = {.lex_state = 411, .external_lex_state = 22}, [1168] = {.lex_state = 411, .external_lex_state = 22}, [1169] = {.lex_state = 203, .external_lex_state = 16}, [1170] = {.lex_state = 375, .external_lex_state = 16}, [1171] = {.lex_state = 322, .external_lex_state = 15}, [1172] = {.lex_state = 373, .external_lex_state = 16}, [1173] = {.lex_state = 322, .external_lex_state = 15}, [1174] = {.lex_state = 377}, [1175] = {.lex_state = 375, .external_lex_state = 16}, [1176] = {.lex_state = 322, .external_lex_state = 15}, [1177] = {.lex_state = 377}, [1178] = {.lex_state = 375, .external_lex_state = 16}, [1179] = {.lex_state = 377}, [1180] = {.lex_state = 375, .external_lex_state = 16}, [1181] = {.lex_state = 375, .external_lex_state = 16}, [1182] = {.lex_state = 322, .external_lex_state = 15}, [1183] = {.lex_state = 375, .external_lex_state = 16}, [1184] = {.lex_state = 248, .external_lex_state = 13}, [1185] = {.lex_state = 411, .external_lex_state = 22}, [1186] = {.lex_state = 411, .external_lex_state = 22}, [1187] = {.lex_state = 203, .external_lex_state = 16}, [1188] = {.lex_state = 375, .external_lex_state = 16}, [1189] = {.lex_state = 248, .external_lex_state = 13}, [1190] = {.lex_state = 373, .external_lex_state = 16}, [1191] = {.lex_state = 248, .external_lex_state = 13}, [1192] = {.lex_state = 377}, [1193] = {.lex_state = 375, .external_lex_state = 16}, [1194] = {.lex_state = 248, .external_lex_state = 13}, [1195] = {.lex_state = 377}, [1196] = {.lex_state = 375, .external_lex_state = 16}, [1197] = {.lex_state = 377}, [1198] = {.lex_state = 375, .external_lex_state = 16}, [1199] = {.lex_state = 375, .external_lex_state = 16}, [1200] = {.lex_state = 248, .external_lex_state = 13}, [1201] = {.lex_state = 375, .external_lex_state = 16}, [1202] = {.lex_state = 391, .external_lex_state = 12}, [1203] = {.lex_state = 308, .external_lex_state = 22}, [1204] = {.lex_state = 391, .external_lex_state = 12}, [1205] = {.lex_state = 308, .external_lex_state = 22}, [1206] = {.lex_state = 203, .external_lex_state = 12}, [1207] = {.lex_state = 231}, [1208] = {.lex_state = 264, .external_lex_state = 5}, [1209] = {.lex_state = 411, .external_lex_state = 22}, [1210] = {.lex_state = 411, .external_lex_state = 22}, [1211] = {.lex_state = 248}, [1212] = {.lex_state = 411, .external_lex_state = 22}, [1213] = {.lex_state = 411, .external_lex_state = 22}, [1214] = {.lex_state = 411, .external_lex_state = 22}, [1215] = {.lex_state = 264, .external_lex_state = 5}, [1216] = {.lex_state = 203}, [1217] = {.lex_state = 308, .external_lex_state = 16}, [1218] = {.lex_state = 316, .external_lex_state = 6}, [1219] = {.lex_state = 308, .external_lex_state = 16}, [1220] = {.lex_state = 308, .external_lex_state = 16}, [1221] = {.lex_state = 203}, [1222] = {.lex_state = 322, .external_lex_state = 2}, [1223] = {.lex_state = 203}, [1224] = {.lex_state = 330, .external_lex_state = 2}, [1225] = {.lex_state = 203}, [1226] = {.lex_state = 322, .external_lex_state = 2}, [1227] = {.lex_state = 375, .external_lex_state = 22}, [1228] = {.lex_state = 375, .external_lex_state = 22}, [1229] = {.lex_state = 375, .external_lex_state = 22}, [1230] = {.lex_state = 373, .external_lex_state = 16}, [1231] = {.lex_state = 375, .external_lex_state = 22}, [1232] = {.lex_state = 377}, [1233] = {.lex_state = 375, .external_lex_state = 16}, [1234] = {.lex_state = 203}, [1235] = {.lex_state = 308, .external_lex_state = 16}, [1236] = {.lex_state = 308, .external_lex_state = 16}, [1237] = {.lex_state = 308, .external_lex_state = 16}, [1238] = {.lex_state = 375, .external_lex_state = 22}, [1239] = {.lex_state = 377}, [1240] = {.lex_state = 375, .external_lex_state = 16}, [1241] = {.lex_state = 375, .external_lex_state = 22}, [1242] = {.lex_state = 377}, [1243] = {.lex_state = 375, .external_lex_state = 16}, [1244] = {.lex_state = 264, .external_lex_state = 5}, [1245] = {.lex_state = 375, .external_lex_state = 16}, [1246] = {.lex_state = 375, .external_lex_state = 22}, [1247] = {.lex_state = 375, .external_lex_state = 22}, [1248] = {.lex_state = 411, .external_lex_state = 22}, [1249] = {.lex_state = 411, .external_lex_state = 22}, [1250] = {.lex_state = 203, .external_lex_state = 16}, [1251] = {.lex_state = 375, .external_lex_state = 16}, [1252] = {.lex_state = 264, .external_lex_state = 5}, [1253] = {.lex_state = 375, .external_lex_state = 16}, [1254] = {.lex_state = 264, .external_lex_state = 5}, [1255] = {.lex_state = 375, .external_lex_state = 16}, [1256] = {.lex_state = 264, .external_lex_state = 5}, [1257] = {.lex_state = 375, .external_lex_state = 16}, [1258] = {.lex_state = 264, .external_lex_state = 5}, [1259] = {.lex_state = 375, .external_lex_state = 16}, [1260] = {.lex_state = 322, .external_lex_state = 2}, [1261] = {.lex_state = 322}, [1262] = {.lex_state = 322, .external_lex_state = 15}, [1263] = {.lex_state = 397, .external_lex_state = 4}, [1264] = {.lex_state = 343, .external_lex_state = 2}, [1265] = {.lex_state = 203}, [1266] = {.lex_state = 415, .external_lex_state = 18}, [1267] = {.lex_state = 343, .external_lex_state = 2}, [1268] = {.lex_state = 382, .external_lex_state = 18}, [1269] = {.lex_state = 203}, [1270] = {.lex_state = 203}, [1271] = {.lex_state = 349, .external_lex_state = 2}, [1272] = {.lex_state = 203}, [1273] = {.lex_state = 401}, [1274] = {.lex_state = 270, .external_lex_state = 4}, [1275] = {.lex_state = 401}, [1276] = {.lex_state = 270, .external_lex_state = 4}, [1277] = {.lex_state = 203}, [1278] = {.lex_state = 423, .external_lex_state = 18}, [1279] = {.lex_state = 359, .external_lex_state = 21}, [1280] = {.lex_state = 133}, [1281] = {.lex_state = 231}, [1282] = {.lex_state = 203}, [1283] = {.lex_state = 203}, [1284] = {.lex_state = 367, .external_lex_state = 2}, [1285] = {.lex_state = 382, .external_lex_state = 18}, [1286] = {.lex_state = 318, .external_lex_state = 6}, [1287] = {.lex_state = 322}, [1288] = {.lex_state = 318, .external_lex_state = 23}, [1289] = {.lex_state = 318, .external_lex_state = 23}, [1290] = {.lex_state = 318, .external_lex_state = 23}, [1291] = {.lex_state = 318, .external_lex_state = 23}, [1292] = {.lex_state = 318, .external_lex_state = 23}, [1293] = {.lex_state = 373, .external_lex_state = 16}, [1294] = {.lex_state = 318, .external_lex_state = 23}, [1295] = {.lex_state = 377}, [1296] = {.lex_state = 375, .external_lex_state = 16}, [1297] = {.lex_state = 203}, [1298] = {.lex_state = 308, .external_lex_state = 16}, [1299] = {.lex_state = 308, .external_lex_state = 16}, [1300] = {.lex_state = 308, .external_lex_state = 16}, [1301] = {.lex_state = 318, .external_lex_state = 23}, [1302] = {.lex_state = 377}, [1303] = {.lex_state = 375, .external_lex_state = 16}, [1304] = {.lex_state = 318, .external_lex_state = 23}, [1305] = {.lex_state = 377}, [1306] = {.lex_state = 375, .external_lex_state = 16}, [1307] = {.lex_state = 318, .external_lex_state = 23}, [1308] = {.lex_state = 318, .external_lex_state = 23}, [1309] = {.lex_state = 318, .external_lex_state = 13}, [1310] = {.lex_state = 318, .external_lex_state = 13}, [1311] = {.lex_state = 318, .external_lex_state = 13}, [1312] = {.lex_state = 373, .external_lex_state = 16}, [1313] = {.lex_state = 318, .external_lex_state = 13}, [1314] = {.lex_state = 377}, [1315] = {.lex_state = 375, .external_lex_state = 16}, [1316] = {.lex_state = 203}, [1317] = {.lex_state = 308, .external_lex_state = 16}, [1318] = {.lex_state = 308, .external_lex_state = 16}, [1319] = {.lex_state = 308, .external_lex_state = 16}, [1320] = {.lex_state = 318, .external_lex_state = 13}, [1321] = {.lex_state = 377}, [1322] = {.lex_state = 375, .external_lex_state = 16}, [1323] = {.lex_state = 318, .external_lex_state = 13}, [1324] = {.lex_state = 377}, [1325] = {.lex_state = 375, .external_lex_state = 16}, [1326] = {.lex_state = 318, .external_lex_state = 13}, [1327] = {.lex_state = 318, .external_lex_state = 13}, [1328] = {.lex_state = 233, .external_lex_state = 17}, [1329] = {.lex_state = 411, .external_lex_state = 22}, [1330] = {.lex_state = 411, .external_lex_state = 22}, [1331] = {.lex_state = 203, .external_lex_state = 16}, [1332] = {.lex_state = 375, .external_lex_state = 16}, [1333] = {.lex_state = 233, .external_lex_state = 17}, [1334] = {.lex_state = 373, .external_lex_state = 16}, [1335] = {.lex_state = 233, .external_lex_state = 17}, [1336] = {.lex_state = 377}, [1337] = {.lex_state = 375, .external_lex_state = 16}, [1338] = {.lex_state = 233, .external_lex_state = 17}, [1339] = {.lex_state = 377}, [1340] = {.lex_state = 375, .external_lex_state = 16}, [1341] = {.lex_state = 377}, [1342] = {.lex_state = 375, .external_lex_state = 16}, [1343] = {.lex_state = 375, .external_lex_state = 16}, [1344] = {.lex_state = 233, .external_lex_state = 17}, [1345] = {.lex_state = 375, .external_lex_state = 16}, [1346] = {.lex_state = 413, .external_lex_state = 18}, [1347] = {.lex_state = 382, .external_lex_state = 17}, [1348] = {.lex_state = 382, .external_lex_state = 17}, [1349] = {.lex_state = 415, .external_lex_state = 18}, [1350] = {.lex_state = 382, .external_lex_state = 17}, [1351] = {.lex_state = 415, .external_lex_state = 18}, [1352] = {.lex_state = 388, .external_lex_state = 24}, [1353] = {.lex_state = 382, .external_lex_state = 18}, [1354] = {.lex_state = 330, .external_lex_state = 15}, [1355] = {.lex_state = 384, .external_lex_state = 18}, [1356] = {.lex_state = 203}, [1357] = {.lex_state = 133}, [1358] = {.lex_state = 231}, [1359] = {.lex_state = 384, .external_lex_state = 18}, [1360] = {.lex_state = 324, .external_lex_state = 23}, [1361] = {.lex_state = 324, .external_lex_state = 23}, [1362] = {.lex_state = 324, .external_lex_state = 23}, [1363] = {.lex_state = 324, .external_lex_state = 13}, [1364] = {.lex_state = 417, .external_lex_state = 18}, [1365] = {.lex_state = 384, .external_lex_state = 17}, [1366] = {.lex_state = 384, .external_lex_state = 17}, [1367] = {.lex_state = 384, .external_lex_state = 17}, [1368] = {.lex_state = 384, .external_lex_state = 18}, [1369] = {.lex_state = 364, .external_lex_state = 4}, [1370] = {.lex_state = 337, .external_lex_state = 5}, [1371] = {.lex_state = 388, .external_lex_state = 24}, [1372] = {.lex_state = 388, .external_lex_state = 24}, [1373] = {.lex_state = 203}, [1374] = {.lex_state = 308, .external_lex_state = 16}, [1375] = {.lex_state = 316, .external_lex_state = 6}, [1376] = {.lex_state = 308, .external_lex_state = 16}, [1377] = {.lex_state = 308, .external_lex_state = 16}, [1378] = {.lex_state = 386, .external_lex_state = 7}, [1379] = {.lex_state = 388, .external_lex_state = 24}, [1380] = {.lex_state = 203}, [1381] = {.lex_state = 203}, [1382] = {.lex_state = 395, .external_lex_state = 13}, [1383] = {.lex_state = 395, .external_lex_state = 13}, [1384] = {.lex_state = 395, .external_lex_state = 13}, [1385] = {.lex_state = 373, .external_lex_state = 16}, [1386] = {.lex_state = 395, .external_lex_state = 13}, [1387] = {.lex_state = 377}, [1388] = {.lex_state = 375, .external_lex_state = 16}, [1389] = {.lex_state = 203}, [1390] = {.lex_state = 308, .external_lex_state = 16}, [1391] = {.lex_state = 308, .external_lex_state = 16}, [1392] = {.lex_state = 308, .external_lex_state = 16}, [1393] = {.lex_state = 395, .external_lex_state = 13}, [1394] = {.lex_state = 377}, [1395] = {.lex_state = 375, .external_lex_state = 16}, [1396] = {.lex_state = 395, .external_lex_state = 13}, [1397] = {.lex_state = 377}, [1398] = {.lex_state = 375, .external_lex_state = 16}, [1399] = {.lex_state = 395, .external_lex_state = 13}, [1400] = {.lex_state = 395, .external_lex_state = 13}, [1401] = {.lex_state = 268, .external_lex_state = 20}, [1402] = {.lex_state = 411, .external_lex_state = 22}, [1403] = {.lex_state = 411, .external_lex_state = 22}, [1404] = {.lex_state = 203, .external_lex_state = 16}, [1405] = {.lex_state = 375, .external_lex_state = 16}, [1406] = {.lex_state = 268, .external_lex_state = 20}, [1407] = {.lex_state = 373, .external_lex_state = 16}, [1408] = {.lex_state = 268, .external_lex_state = 20}, [1409] = {.lex_state = 377}, [1410] = {.lex_state = 375, .external_lex_state = 16}, [1411] = {.lex_state = 268, .external_lex_state = 20}, [1412] = {.lex_state = 377}, [1413] = {.lex_state = 375, .external_lex_state = 16}, [1414] = {.lex_state = 377}, [1415] = {.lex_state = 375, .external_lex_state = 16}, [1416] = {.lex_state = 375, .external_lex_state = 16}, [1417] = {.lex_state = 268, .external_lex_state = 20}, [1418] = {.lex_state = 375, .external_lex_state = 16}, [1419] = {.lex_state = 397, .external_lex_state = 10}, [1420] = {.lex_state = 397, .external_lex_state = 10}, [1421] = {.lex_state = 397, .external_lex_state = 10}, [1422] = {.lex_state = 373, .external_lex_state = 16}, [1423] = {.lex_state = 397, .external_lex_state = 10}, [1424] = {.lex_state = 377}, [1425] = {.lex_state = 375, .external_lex_state = 16}, [1426] = {.lex_state = 203}, [1427] = {.lex_state = 308, .external_lex_state = 16}, [1428] = {.lex_state = 308, .external_lex_state = 16}, [1429] = {.lex_state = 308, .external_lex_state = 16}, [1430] = {.lex_state = 397, .external_lex_state = 10}, [1431] = {.lex_state = 377}, [1432] = {.lex_state = 375, .external_lex_state = 16}, [1433] = {.lex_state = 397, .external_lex_state = 10}, [1434] = {.lex_state = 377}, [1435] = {.lex_state = 375, .external_lex_state = 16}, [1436] = {.lex_state = 397, .external_lex_state = 10}, [1437] = {.lex_state = 397, .external_lex_state = 10}, [1438] = {.lex_state = 364, .external_lex_state = 4}, [1439] = {.lex_state = 364, .external_lex_state = 4}, [1440] = {.lex_state = 349, .external_lex_state = 2}, [1441] = {.lex_state = 399, .external_lex_state = 2}, [1442] = {.lex_state = 399, .external_lex_state = 2}, [1443] = {.lex_state = 364, .external_lex_state = 4}, [1444] = {.lex_state = 203}, [1445] = {.lex_state = 231}, [1446] = {.lex_state = 425, .external_lex_state = 2}, [1447] = {.lex_state = 228}, [1448] = {.lex_state = 419, .external_lex_state = 13}, [1449] = {.lex_state = 425, .external_lex_state = 2}, [1450] = {.lex_state = 228}, [1451] = {.lex_state = 364, .external_lex_state = 4}, [1452] = {.lex_state = 203}, [1453] = {.lex_state = 231}, [1454] = {.lex_state = 364, .external_lex_state = 4}, [1455] = {.lex_state = 231}, [1456] = {.lex_state = 364, .external_lex_state = 4}, [1457] = {.lex_state = 203}, [1458] = {.lex_state = 364, .external_lex_state = 4}, [1459] = {.lex_state = 231}, [1460] = {.lex_state = 270, .external_lex_state = 10}, [1461] = {.lex_state = 270, .external_lex_state = 10}, [1462] = {.lex_state = 270, .external_lex_state = 10}, [1463] = {.lex_state = 375, .external_lex_state = 16}, [1464] = {.lex_state = 411, .external_lex_state = 22}, [1465] = {.lex_state = 411, .external_lex_state = 22}, [1466] = {.lex_state = 203, .external_lex_state = 16}, [1467] = {.lex_state = 375, .external_lex_state = 16}, [1468] = {.lex_state = 270, .external_lex_state = 10}, [1469] = {.lex_state = 375, .external_lex_state = 16}, [1470] = {.lex_state = 270, .external_lex_state = 10}, [1471] = {.lex_state = 375, .external_lex_state = 16}, [1472] = {.lex_state = 270, .external_lex_state = 10}, [1473] = {.lex_state = 375, .external_lex_state = 16}, [1474] = {.lex_state = 270, .external_lex_state = 10}, [1475] = {.lex_state = 375, .external_lex_state = 16}, [1476] = {.lex_state = 364, .external_lex_state = 4}, [1477] = {.lex_state = 421, .external_lex_state = 10}, [1478] = {.lex_state = 421, .external_lex_state = 10}, [1479] = {.lex_state = 364, .external_lex_state = 4}, [1480] = {.lex_state = 421, .external_lex_state = 10}, [1481] = {.lex_state = 268, .external_lex_state = 20}, [1482] = {.lex_state = 409, .external_lex_state = 7}, [1483] = {.lex_state = 231}, [1484] = {.lex_state = 428, .external_lex_state = 10}, [1485] = {.lex_state = 428, .external_lex_state = 10}, [1486] = {.lex_state = 369, .external_lex_state = 5}, [1487] = {.lex_state = 297, .external_lex_state = 11}, [1488] = {.lex_state = 297, .external_lex_state = 11}, [1489] = {.lex_state = 297, .external_lex_state = 11}, [1490] = {.lex_state = 375, .external_lex_state = 16}, [1491] = {.lex_state = 411, .external_lex_state = 22}, [1492] = {.lex_state = 411, .external_lex_state = 22}, [1493] = {.lex_state = 203, .external_lex_state = 16}, [1494] = {.lex_state = 375, .external_lex_state = 16}, [1495] = {.lex_state = 297, .external_lex_state = 11}, [1496] = {.lex_state = 375, .external_lex_state = 16}, [1497] = {.lex_state = 297, .external_lex_state = 11}, [1498] = {.lex_state = 375, .external_lex_state = 16}, [1499] = {.lex_state = 297, .external_lex_state = 11}, [1500] = {.lex_state = 375, .external_lex_state = 16}, [1501] = {.lex_state = 297, .external_lex_state = 11}, [1502] = {.lex_state = 375, .external_lex_state = 16}, [1503] = {.lex_state = 371, .external_lex_state = 13}, [1504] = {.lex_state = 371, .external_lex_state = 13}, [1505] = {.lex_state = 371, .external_lex_state = 13}, [1506] = {.lex_state = 375, .external_lex_state = 16}, [1507] = {.lex_state = 411, .external_lex_state = 22}, [1508] = {.lex_state = 411, .external_lex_state = 22}, [1509] = {.lex_state = 203, .external_lex_state = 16}, [1510] = {.lex_state = 375, .external_lex_state = 16}, [1511] = {.lex_state = 371, .external_lex_state = 13}, [1512] = {.lex_state = 375, .external_lex_state = 16}, [1513] = {.lex_state = 371, .external_lex_state = 13}, [1514] = {.lex_state = 375, .external_lex_state = 16}, [1515] = {.lex_state = 371, .external_lex_state = 13}, [1516] = {.lex_state = 375, .external_lex_state = 16}, [1517] = {.lex_state = 371, .external_lex_state = 13}, [1518] = {.lex_state = 375, .external_lex_state = 16}, [1519] = {.lex_state = 273, .external_lex_state = 3}, [1520] = {.lex_state = 273, .external_lex_state = 14}, [1521] = {.lex_state = 273, .external_lex_state = 14}, [1522] = {.lex_state = 273, .external_lex_state = 14}, [1523] = {.lex_state = 375, .external_lex_state = 16}, [1524] = {.lex_state = 411, .external_lex_state = 22}, [1525] = {.lex_state = 411, .external_lex_state = 22}, [1526] = {.lex_state = 203, .external_lex_state = 16}, [1527] = {.lex_state = 375, .external_lex_state = 16}, [1528] = {.lex_state = 273, .external_lex_state = 14}, [1529] = {.lex_state = 375, .external_lex_state = 16}, [1530] = {.lex_state = 273, .external_lex_state = 14}, [1531] = {.lex_state = 375, .external_lex_state = 16}, [1532] = {.lex_state = 273, .external_lex_state = 14}, [1533] = {.lex_state = 375, .external_lex_state = 16}, [1534] = {.lex_state = 273, .external_lex_state = 14}, [1535] = {.lex_state = 375, .external_lex_state = 16}, [1536] = {.lex_state = 273, .external_lex_state = 10}, [1537] = {.lex_state = 273, .external_lex_state = 10}, [1538] = {.lex_state = 273, .external_lex_state = 10}, [1539] = {.lex_state = 375, .external_lex_state = 16}, [1540] = {.lex_state = 411, .external_lex_state = 22}, [1541] = {.lex_state = 411, .external_lex_state = 22}, [1542] = {.lex_state = 203, .external_lex_state = 16}, [1543] = {.lex_state = 375, .external_lex_state = 16}, [1544] = {.lex_state = 273, .external_lex_state = 10}, [1545] = {.lex_state = 375, .external_lex_state = 16}, [1546] = {.lex_state = 273, .external_lex_state = 10}, [1547] = {.lex_state = 375, .external_lex_state = 16}, [1548] = {.lex_state = 273, .external_lex_state = 10}, [1549] = {.lex_state = 375, .external_lex_state = 16}, [1550] = {.lex_state = 273, .external_lex_state = 10}, [1551] = {.lex_state = 375, .external_lex_state = 16}, [1552] = {.lex_state = 322, .external_lex_state = 15}, [1553] = {.lex_state = 322, .external_lex_state = 15}, [1554] = {.lex_state = 322, .external_lex_state = 15}, [1555] = {.lex_state = 375, .external_lex_state = 16}, [1556] = {.lex_state = 411, .external_lex_state = 22}, [1557] = {.lex_state = 411, .external_lex_state = 22}, [1558] = {.lex_state = 203, .external_lex_state = 16}, [1559] = {.lex_state = 375, .external_lex_state = 16}, [1560] = {.lex_state = 322, .external_lex_state = 15}, [1561] = {.lex_state = 375, .external_lex_state = 16}, [1562] = {.lex_state = 322, .external_lex_state = 15}, [1563] = {.lex_state = 375, .external_lex_state = 16}, [1564] = {.lex_state = 322, .external_lex_state = 15}, [1565] = {.lex_state = 375, .external_lex_state = 16}, [1566] = {.lex_state = 322, .external_lex_state = 15}, [1567] = {.lex_state = 375, .external_lex_state = 16}, [1568] = {.lex_state = 248, .external_lex_state = 13}, [1569] = {.lex_state = 248, .external_lex_state = 13}, [1570] = {.lex_state = 248, .external_lex_state = 13}, [1571] = {.lex_state = 375, .external_lex_state = 16}, [1572] = {.lex_state = 411, .external_lex_state = 22}, [1573] = {.lex_state = 411, .external_lex_state = 22}, [1574] = {.lex_state = 203, .external_lex_state = 16}, [1575] = {.lex_state = 375, .external_lex_state = 16}, [1576] = {.lex_state = 248, .external_lex_state = 13}, [1577] = {.lex_state = 375, .external_lex_state = 16}, [1578] = {.lex_state = 248, .external_lex_state = 13}, [1579] = {.lex_state = 375, .external_lex_state = 16}, [1580] = {.lex_state = 248, .external_lex_state = 13}, [1581] = {.lex_state = 375, .external_lex_state = 16}, [1582] = {.lex_state = 248, .external_lex_state = 13}, [1583] = {.lex_state = 375, .external_lex_state = 16}, [1584] = {.lex_state = 308, .external_lex_state = 22}, [1585] = {.lex_state = 308, .external_lex_state = 16}, [1586] = {.lex_state = 308, .external_lex_state = 22}, [1587] = {.lex_state = 308, .external_lex_state = 16}, [1588] = {.lex_state = 411, .external_lex_state = 22}, [1589] = {.lex_state = 411, .external_lex_state = 22}, [1590] = {.lex_state = 411, .external_lex_state = 22}, [1591] = {.lex_state = 373, .external_lex_state = 16}, [1592] = {.lex_state = 411, .external_lex_state = 22}, [1593] = {.lex_state = 377}, [1594] = {.lex_state = 375, .external_lex_state = 16}, [1595] = {.lex_state = 203}, [1596] = {.lex_state = 308, .external_lex_state = 16}, [1597] = {.lex_state = 308, .external_lex_state = 16}, [1598] = {.lex_state = 308, .external_lex_state = 16}, [1599] = {.lex_state = 411, .external_lex_state = 22}, [1600] = {.lex_state = 377}, [1601] = {.lex_state = 375, .external_lex_state = 16}, [1602] = {.lex_state = 411, .external_lex_state = 22}, [1603] = {.lex_state = 377}, [1604] = {.lex_state = 375, .external_lex_state = 16}, [1605] = {.lex_state = 411, .external_lex_state = 22}, [1606] = {.lex_state = 411, .external_lex_state = 22}, [1607] = {.lex_state = 375, .external_lex_state = 22}, [1608] = {.lex_state = 411, .external_lex_state = 22}, [1609] = {.lex_state = 411, .external_lex_state = 22}, [1610] = {.lex_state = 203, .external_lex_state = 16}, [1611] = {.lex_state = 375, .external_lex_state = 16}, [1612] = {.lex_state = 375, .external_lex_state = 22}, [1613] = {.lex_state = 373, .external_lex_state = 16}, [1614] = {.lex_state = 375, .external_lex_state = 22}, [1615] = {.lex_state = 377}, [1616] = {.lex_state = 375, .external_lex_state = 16}, [1617] = {.lex_state = 375, .external_lex_state = 22}, [1618] = {.lex_state = 377}, [1619] = {.lex_state = 375, .external_lex_state = 16}, [1620] = {.lex_state = 377}, [1621] = {.lex_state = 375, .external_lex_state = 16}, [1622] = {.lex_state = 375, .external_lex_state = 16}, [1623] = {.lex_state = 375, .external_lex_state = 22}, [1624] = {.lex_state = 375, .external_lex_state = 16}, [1625] = {.lex_state = 264, .external_lex_state = 5}, [1626] = {.lex_state = 264, .external_lex_state = 5}, [1627] = {.lex_state = 264, .external_lex_state = 5}, [1628] = {.lex_state = 264, .external_lex_state = 5}, [1629] = {.lex_state = 375, .external_lex_state = 16}, [1630] = {.lex_state = 264, .external_lex_state = 5}, [1631] = {.lex_state = 375, .external_lex_state = 16}, [1632] = {.lex_state = 264, .external_lex_state = 5}, [1633] = {.lex_state = 375, .external_lex_state = 16}, [1634] = {.lex_state = 264, .external_lex_state = 5}, [1635] = {.lex_state = 264, .external_lex_state = 5}, [1636] = {.lex_state = 322, .external_lex_state = 2}, [1637] = {.lex_state = 322, .external_lex_state = 15}, [1638] = {.lex_state = 203}, [1639] = {.lex_state = 203}, [1640] = {.lex_state = 343, .external_lex_state = 2}, [1641] = {.lex_state = 415, .external_lex_state = 18}, [1642] = {.lex_state = 203}, [1643] = {.lex_state = 203}, [1644] = {.lex_state = 203}, [1645] = {.lex_state = 203}, [1646] = {.lex_state = 203}, [1647] = {.lex_state = 231}, [1648] = {.lex_state = 401}, [1649] = {.lex_state = 203}, [1650] = {.lex_state = 203}, [1651] = {.lex_state = 231}, [1652] = {.lex_state = 401}, [1653] = {.lex_state = 413, .external_lex_state = 18}, [1654] = {.lex_state = 423, .external_lex_state = 18}, [1655] = {.lex_state = 231}, [1656] = {.lex_state = 430, .external_lex_state = 13}, [1657] = {.lex_state = 430, .external_lex_state = 13}, [1658] = {.lex_state = 203}, [1659] = {.lex_state = 203}, [1660] = {.lex_state = 318, .external_lex_state = 6}, [1661] = {.lex_state = 322}, [1662] = {.lex_state = 318, .external_lex_state = 23}, [1663] = {.lex_state = 411, .external_lex_state = 22}, [1664] = {.lex_state = 411, .external_lex_state = 22}, [1665] = {.lex_state = 203, .external_lex_state = 16}, [1666] = {.lex_state = 375, .external_lex_state = 16}, [1667] = {.lex_state = 318, .external_lex_state = 23}, [1668] = {.lex_state = 373, .external_lex_state = 16}, [1669] = {.lex_state = 318, .external_lex_state = 23}, [1670] = {.lex_state = 377}, [1671] = {.lex_state = 375, .external_lex_state = 16}, [1672] = {.lex_state = 318, .external_lex_state = 23}, [1673] = {.lex_state = 377}, [1674] = {.lex_state = 375, .external_lex_state = 16}, [1675] = {.lex_state = 377}, [1676] = {.lex_state = 375, .external_lex_state = 16}, [1677] = {.lex_state = 375, .external_lex_state = 16}, [1678] = {.lex_state = 318, .external_lex_state = 23}, [1679] = {.lex_state = 375, .external_lex_state = 16}, [1680] = {.lex_state = 318, .external_lex_state = 13}, [1681] = {.lex_state = 411, .external_lex_state = 22}, [1682] = {.lex_state = 411, .external_lex_state = 22}, [1683] = {.lex_state = 203, .external_lex_state = 16}, [1684] = {.lex_state = 375, .external_lex_state = 16}, [1685] = {.lex_state = 318, .external_lex_state = 13}, [1686] = {.lex_state = 373, .external_lex_state = 16}, [1687] = {.lex_state = 318, .external_lex_state = 13}, [1688] = {.lex_state = 377}, [1689] = {.lex_state = 375, .external_lex_state = 16}, [1690] = {.lex_state = 318, .external_lex_state = 13}, [1691] = {.lex_state = 377}, [1692] = {.lex_state = 375, .external_lex_state = 16}, [1693] = {.lex_state = 377}, [1694] = {.lex_state = 375, .external_lex_state = 16}, [1695] = {.lex_state = 375, .external_lex_state = 16}, [1696] = {.lex_state = 318, .external_lex_state = 13}, [1697] = {.lex_state = 375, .external_lex_state = 16}, [1698] = {.lex_state = 233, .external_lex_state = 17}, [1699] = {.lex_state = 233, .external_lex_state = 17}, [1700] = {.lex_state = 233, .external_lex_state = 17}, [1701] = {.lex_state = 375, .external_lex_state = 16}, [1702] = {.lex_state = 411, .external_lex_state = 22}, [1703] = {.lex_state = 411, .external_lex_state = 22}, [1704] = {.lex_state = 203, .external_lex_state = 16}, [1705] = {.lex_state = 375, .external_lex_state = 16}, [1706] = {.lex_state = 233, .external_lex_state = 17}, [1707] = {.lex_state = 375, .external_lex_state = 16}, [1708] = {.lex_state = 233, .external_lex_state = 17}, [1709] = {.lex_state = 375, .external_lex_state = 16}, [1710] = {.lex_state = 233, .external_lex_state = 17}, [1711] = {.lex_state = 375, .external_lex_state = 16}, [1712] = {.lex_state = 233, .external_lex_state = 17}, [1713] = {.lex_state = 375, .external_lex_state = 16}, [1714] = {.lex_state = 203}, [1715] = {.lex_state = 382, .external_lex_state = 17}, [1716] = {.lex_state = 415, .external_lex_state = 18}, [1717] = {.lex_state = 330, .external_lex_state = 15}, [1718] = {.lex_state = 417, .external_lex_state = 18}, [1719] = {.lex_state = 231}, [1720] = {.lex_state = 432, .external_lex_state = 13}, [1721] = {.lex_state = 432, .external_lex_state = 13}, [1722] = {.lex_state = 384, .external_lex_state = 17}, [1723] = {.lex_state = 373, .external_lex_state = 16}, [1724] = {.lex_state = 388, .external_lex_state = 24}, [1725] = {.lex_state = 377}, [1726] = {.lex_state = 375, .external_lex_state = 16}, [1727] = {.lex_state = 203}, [1728] = {.lex_state = 308, .external_lex_state = 16}, [1729] = {.lex_state = 308, .external_lex_state = 16}, [1730] = {.lex_state = 308, .external_lex_state = 16}, [1731] = {.lex_state = 388, .external_lex_state = 24}, [1732] = {.lex_state = 377}, [1733] = {.lex_state = 375, .external_lex_state = 16}, [1734] = {.lex_state = 388, .external_lex_state = 24}, [1735] = {.lex_state = 377}, [1736] = {.lex_state = 375, .external_lex_state = 16}, [1737] = {.lex_state = 395, .external_lex_state = 13}, [1738] = {.lex_state = 411, .external_lex_state = 22}, [1739] = {.lex_state = 411, .external_lex_state = 22}, [1740] = {.lex_state = 203, .external_lex_state = 16}, [1741] = {.lex_state = 375, .external_lex_state = 16}, [1742] = {.lex_state = 395, .external_lex_state = 13}, [1743] = {.lex_state = 373, .external_lex_state = 16}, [1744] = {.lex_state = 395, .external_lex_state = 13}, [1745] = {.lex_state = 377}, [1746] = {.lex_state = 375, .external_lex_state = 16}, [1747] = {.lex_state = 395, .external_lex_state = 13}, [1748] = {.lex_state = 377}, [1749] = {.lex_state = 375, .external_lex_state = 16}, [1750] = {.lex_state = 377}, [1751] = {.lex_state = 375, .external_lex_state = 16}, [1752] = {.lex_state = 375, .external_lex_state = 16}, [1753] = {.lex_state = 395, .external_lex_state = 13}, [1754] = {.lex_state = 375, .external_lex_state = 16}, [1755] = {.lex_state = 268, .external_lex_state = 20}, [1756] = {.lex_state = 268, .external_lex_state = 20}, [1757] = {.lex_state = 268, .external_lex_state = 20}, [1758] = {.lex_state = 375, .external_lex_state = 16}, [1759] = {.lex_state = 411, .external_lex_state = 22}, [1760] = {.lex_state = 411, .external_lex_state = 22}, [1761] = {.lex_state = 203, .external_lex_state = 16}, [1762] = {.lex_state = 375, .external_lex_state = 16}, [1763] = {.lex_state = 268, .external_lex_state = 20}, [1764] = {.lex_state = 375, .external_lex_state = 16}, [1765] = {.lex_state = 268, .external_lex_state = 20}, [1766] = {.lex_state = 375, .external_lex_state = 16}, [1767] = {.lex_state = 268, .external_lex_state = 20}, [1768] = {.lex_state = 375, .external_lex_state = 16}, [1769] = {.lex_state = 268, .external_lex_state = 20}, [1770] = {.lex_state = 375, .external_lex_state = 16}, [1771] = {.lex_state = 397, .external_lex_state = 10}, [1772] = {.lex_state = 411, .external_lex_state = 22}, [1773] = {.lex_state = 411, .external_lex_state = 22}, [1774] = {.lex_state = 203, .external_lex_state = 16}, [1775] = {.lex_state = 375, .external_lex_state = 16}, [1776] = {.lex_state = 397, .external_lex_state = 10}, [1777] = {.lex_state = 373, .external_lex_state = 16}, [1778] = {.lex_state = 397, .external_lex_state = 10}, [1779] = {.lex_state = 377}, [1780] = {.lex_state = 375, .external_lex_state = 16}, [1781] = {.lex_state = 397, .external_lex_state = 10}, [1782] = {.lex_state = 377}, [1783] = {.lex_state = 375, .external_lex_state = 16}, [1784] = {.lex_state = 377}, [1785] = {.lex_state = 375, .external_lex_state = 16}, [1786] = {.lex_state = 375, .external_lex_state = 16}, [1787] = {.lex_state = 397, .external_lex_state = 10}, [1788] = {.lex_state = 375, .external_lex_state = 16}, [1789] = {.lex_state = 349, .external_lex_state = 2}, [1790] = {.lex_state = 364, .external_lex_state = 4}, [1791] = {.lex_state = 419, .external_lex_state = 13}, [1792] = {.lex_state = 419, .external_lex_state = 13}, [1793] = {.lex_state = 228}, [1794] = {.lex_state = 203}, [1795] = {.lex_state = 133, .external_lex_state = 2}, [1796] = {.lex_state = 401}, [1797] = {.lex_state = 231}, [1798] = {.lex_state = 233}, [1799] = {.lex_state = 233}, [1800] = {.lex_state = 434, .external_lex_state = 3}, [1801] = {.lex_state = 434, .external_lex_state = 4}, [1802] = {.lex_state = 440, .external_lex_state = 5}, [1803] = {.lex_state = 248}, [1804] = {.lex_state = 255}, [1805] = {.lex_state = 440, .external_lex_state = 5}, [1806] = {.lex_state = 258, .external_lex_state = 6}, [1807] = {.lex_state = 133, .external_lex_state = 2}, [1808] = {.lex_state = 133, .external_lex_state = 2}, [1809] = {.lex_state = 133, .external_lex_state = 2}, [1810] = {.lex_state = 442, .external_lex_state = 5}, [1811] = {.lex_state = 364, .external_lex_state = 4}, [1812] = {.lex_state = 440, .external_lex_state = 7}, [1813] = {.lex_state = 444, .external_lex_state = 8}, [1814] = {.lex_state = 203}, [1815] = {.lex_state = 440, .external_lex_state = 7}, [1816] = {.lex_state = 425, .external_lex_state = 2}, [1817] = {.lex_state = 231, .external_lex_state = 2}, [1818] = {.lex_state = 425, .external_lex_state = 2}, [1819] = {.lex_state = 228}, [1820] = {.lex_state = 419, .external_lex_state = 13}, [1821] = {.lex_state = 401}, [1822] = {.lex_state = 364, .external_lex_state = 4}, [1823] = {.lex_state = 444, .external_lex_state = 8}, [1824] = {.lex_state = 425, .external_lex_state = 2}, [1825] = {.lex_state = 425, .external_lex_state = 2}, [1826] = {.lex_state = 364, .external_lex_state = 4}, [1827] = {.lex_state = 419, .external_lex_state = 13}, [1828] = {.lex_state = 419, .external_lex_state = 13}, [1829] = {.lex_state = 228}, [1830] = {.lex_state = 203}, [1831] = {.lex_state = 364, .external_lex_state = 4}, [1832] = {.lex_state = 203}, [1833] = {.lex_state = 270, .external_lex_state = 10}, [1834] = {.lex_state = 270, .external_lex_state = 10}, [1835] = {.lex_state = 270, .external_lex_state = 10}, [1836] = {.lex_state = 270, .external_lex_state = 10}, [1837] = {.lex_state = 375, .external_lex_state = 16}, [1838] = {.lex_state = 270, .external_lex_state = 10}, [1839] = {.lex_state = 375, .external_lex_state = 16}, [1840] = {.lex_state = 270, .external_lex_state = 10}, [1841] = {.lex_state = 375, .external_lex_state = 16}, [1842] = {.lex_state = 270, .external_lex_state = 10}, [1843] = {.lex_state = 270, .external_lex_state = 10}, [1844] = {.lex_state = 421, .external_lex_state = 10}, [1845] = {.lex_state = 428, .external_lex_state = 10}, [1846] = {.lex_state = 428, .external_lex_state = 10}, [1847] = {.lex_state = 428, .external_lex_state = 10}, [1848] = {.lex_state = 297, .external_lex_state = 11}, [1849] = {.lex_state = 297, .external_lex_state = 11}, [1850] = {.lex_state = 297, .external_lex_state = 11}, [1851] = {.lex_state = 297, .external_lex_state = 11}, [1852] = {.lex_state = 375, .external_lex_state = 16}, [1853] = {.lex_state = 297, .external_lex_state = 11}, [1854] = {.lex_state = 375, .external_lex_state = 16}, [1855] = {.lex_state = 297, .external_lex_state = 11}, [1856] = {.lex_state = 375, .external_lex_state = 16}, [1857] = {.lex_state = 297, .external_lex_state = 11}, [1858] = {.lex_state = 297, .external_lex_state = 11}, [1859] = {.lex_state = 371, .external_lex_state = 13}, [1860] = {.lex_state = 371, .external_lex_state = 13}, [1861] = {.lex_state = 371, .external_lex_state = 13}, [1862] = {.lex_state = 371, .external_lex_state = 13}, [1863] = {.lex_state = 375, .external_lex_state = 16}, [1864] = {.lex_state = 371, .external_lex_state = 13}, [1865] = {.lex_state = 375, .external_lex_state = 16}, [1866] = {.lex_state = 371, .external_lex_state = 13}, [1867] = {.lex_state = 375, .external_lex_state = 16}, [1868] = {.lex_state = 371, .external_lex_state = 13}, [1869] = {.lex_state = 371, .external_lex_state = 13}, [1870] = {.lex_state = 273, .external_lex_state = 14}, [1871] = {.lex_state = 273, .external_lex_state = 14}, [1872] = {.lex_state = 273, .external_lex_state = 14}, [1873] = {.lex_state = 273, .external_lex_state = 14}, [1874] = {.lex_state = 375, .external_lex_state = 16}, [1875] = {.lex_state = 273, .external_lex_state = 14}, [1876] = {.lex_state = 375, .external_lex_state = 16}, [1877] = {.lex_state = 273, .external_lex_state = 14}, [1878] = {.lex_state = 375, .external_lex_state = 16}, [1879] = {.lex_state = 273, .external_lex_state = 14}, [1880] = {.lex_state = 273, .external_lex_state = 14}, [1881] = {.lex_state = 273, .external_lex_state = 10}, [1882] = {.lex_state = 273, .external_lex_state = 10}, [1883] = {.lex_state = 273, .external_lex_state = 10}, [1884] = {.lex_state = 273, .external_lex_state = 10}, [1885] = {.lex_state = 375, .external_lex_state = 16}, [1886] = {.lex_state = 273, .external_lex_state = 10}, [1887] = {.lex_state = 375, .external_lex_state = 16}, [1888] = {.lex_state = 273, .external_lex_state = 10}, [1889] = {.lex_state = 375, .external_lex_state = 16}, [1890] = {.lex_state = 273, .external_lex_state = 10}, [1891] = {.lex_state = 273, .external_lex_state = 10}, [1892] = {.lex_state = 322, .external_lex_state = 15}, [1893] = {.lex_state = 322, .external_lex_state = 15}, [1894] = {.lex_state = 322, .external_lex_state = 15}, [1895] = {.lex_state = 322, .external_lex_state = 15}, [1896] = {.lex_state = 375, .external_lex_state = 16}, [1897] = {.lex_state = 322, .external_lex_state = 15}, [1898] = {.lex_state = 375, .external_lex_state = 16}, [1899] = {.lex_state = 322, .external_lex_state = 15}, [1900] = {.lex_state = 375, .external_lex_state = 16}, [1901] = {.lex_state = 322, .external_lex_state = 15}, [1902] = {.lex_state = 322, .external_lex_state = 15}, [1903] = {.lex_state = 248, .external_lex_state = 13}, [1904] = {.lex_state = 248, .external_lex_state = 13}, [1905] = {.lex_state = 248, .external_lex_state = 13}, [1906] = {.lex_state = 248, .external_lex_state = 13}, [1907] = {.lex_state = 375, .external_lex_state = 16}, [1908] = {.lex_state = 248, .external_lex_state = 13}, [1909] = {.lex_state = 375, .external_lex_state = 16}, [1910] = {.lex_state = 248, .external_lex_state = 13}, [1911] = {.lex_state = 375, .external_lex_state = 16}, [1912] = {.lex_state = 248, .external_lex_state = 13}, [1913] = {.lex_state = 248, .external_lex_state = 13}, [1914] = {.lex_state = 308, .external_lex_state = 16}, [1915] = {.lex_state = 308, .external_lex_state = 16}, [1916] = {.lex_state = 411, .external_lex_state = 22}, [1917] = {.lex_state = 411, .external_lex_state = 22}, [1918] = {.lex_state = 411, .external_lex_state = 22}, [1919] = {.lex_state = 203, .external_lex_state = 16}, [1920] = {.lex_state = 375, .external_lex_state = 16}, [1921] = {.lex_state = 411, .external_lex_state = 22}, [1922] = {.lex_state = 373, .external_lex_state = 16}, [1923] = {.lex_state = 411, .external_lex_state = 22}, [1924] = {.lex_state = 377}, [1925] = {.lex_state = 375, .external_lex_state = 16}, [1926] = {.lex_state = 411, .external_lex_state = 22}, [1927] = {.lex_state = 377}, [1928] = {.lex_state = 375, .external_lex_state = 16}, [1929] = {.lex_state = 377}, [1930] = {.lex_state = 375, .external_lex_state = 16}, [1931] = {.lex_state = 375, .external_lex_state = 16}, [1932] = {.lex_state = 411, .external_lex_state = 22}, [1933] = {.lex_state = 375, .external_lex_state = 16}, [1934] = {.lex_state = 375, .external_lex_state = 22}, [1935] = {.lex_state = 375, .external_lex_state = 22}, [1936] = {.lex_state = 375, .external_lex_state = 22}, [1937] = {.lex_state = 375, .external_lex_state = 16}, [1938] = {.lex_state = 411, .external_lex_state = 22}, [1939] = {.lex_state = 411, .external_lex_state = 22}, [1940] = {.lex_state = 203, .external_lex_state = 16}, [1941] = {.lex_state = 375, .external_lex_state = 16}, [1942] = {.lex_state = 375, .external_lex_state = 22}, [1943] = {.lex_state = 375, .external_lex_state = 16}, [1944] = {.lex_state = 375, .external_lex_state = 22}, [1945] = {.lex_state = 375, .external_lex_state = 16}, [1946] = {.lex_state = 375, .external_lex_state = 22}, [1947] = {.lex_state = 375, .external_lex_state = 16}, [1948] = {.lex_state = 375, .external_lex_state = 22}, [1949] = {.lex_state = 375, .external_lex_state = 16}, [1950] = {.lex_state = 264, .external_lex_state = 5}, [1951] = {.lex_state = 264, .external_lex_state = 5}, [1952] = {.lex_state = 264, .external_lex_state = 5}, [1953] = {.lex_state = 203}, [1954] = {.lex_state = 203}, [1955] = {.lex_state = 203}, [1956] = {.lex_state = 203}, [1957] = {.lex_state = 203}, [1958] = {.lex_state = 203}, [1959] = {.lex_state = 203}, [1960] = {.lex_state = 231}, [1961] = {.lex_state = 203}, [1962] = {.lex_state = 203}, [1963] = {.lex_state = 203}, [1964] = {.lex_state = 231}, [1965] = {.lex_state = 203}, [1966] = {.lex_state = 430, .external_lex_state = 13}, [1967] = {.lex_state = 430, .external_lex_state = 13}, [1968] = {.lex_state = 203}, [1969] = {.lex_state = 430, .external_lex_state = 13}, [1970] = {.lex_state = 318, .external_lex_state = 6}, [1971] = {.lex_state = 318, .external_lex_state = 23}, [1972] = {.lex_state = 318, .external_lex_state = 23}, [1973] = {.lex_state = 318, .external_lex_state = 23}, [1974] = {.lex_state = 375, .external_lex_state = 16}, [1975] = {.lex_state = 411, .external_lex_state = 22}, [1976] = {.lex_state = 411, .external_lex_state = 22}, [1977] = {.lex_state = 203, .external_lex_state = 16}, [1978] = {.lex_state = 375, .external_lex_state = 16}, [1979] = {.lex_state = 318, .external_lex_state = 23}, [1980] = {.lex_state = 375, .external_lex_state = 16}, [1981] = {.lex_state = 318, .external_lex_state = 23}, [1982] = {.lex_state = 375, .external_lex_state = 16}, [1983] = {.lex_state = 318, .external_lex_state = 23}, [1984] = {.lex_state = 375, .external_lex_state = 16}, [1985] = {.lex_state = 318, .external_lex_state = 23}, [1986] = {.lex_state = 375, .external_lex_state = 16}, [1987] = {.lex_state = 318, .external_lex_state = 13}, [1988] = {.lex_state = 318, .external_lex_state = 13}, [1989] = {.lex_state = 318, .external_lex_state = 13}, [1990] = {.lex_state = 375, .external_lex_state = 16}, [1991] = {.lex_state = 411, .external_lex_state = 22}, [1992] = {.lex_state = 411, .external_lex_state = 22}, [1993] = {.lex_state = 203, .external_lex_state = 16}, [1994] = {.lex_state = 375, .external_lex_state = 16}, [1995] = {.lex_state = 318, .external_lex_state = 13}, [1996] = {.lex_state = 375, .external_lex_state = 16}, [1997] = {.lex_state = 318, .external_lex_state = 13}, [1998] = {.lex_state = 375, .external_lex_state = 16}, [1999] = {.lex_state = 318, .external_lex_state = 13}, [2000] = {.lex_state = 375, .external_lex_state = 16}, [2001] = {.lex_state = 318, .external_lex_state = 13}, [2002] = {.lex_state = 375, .external_lex_state = 16}, [2003] = {.lex_state = 233, .external_lex_state = 17}, [2004] = {.lex_state = 233, .external_lex_state = 17}, [2005] = {.lex_state = 233, .external_lex_state = 17}, [2006] = {.lex_state = 233, .external_lex_state = 17}, [2007] = {.lex_state = 375, .external_lex_state = 16}, [2008] = {.lex_state = 233, .external_lex_state = 17}, [2009] = {.lex_state = 375, .external_lex_state = 16}, [2010] = {.lex_state = 233, .external_lex_state = 17}, [2011] = {.lex_state = 375, .external_lex_state = 16}, [2012] = {.lex_state = 233, .external_lex_state = 17}, [2013] = {.lex_state = 233, .external_lex_state = 17}, [2014] = {.lex_state = 432, .external_lex_state = 13}, [2015] = {.lex_state = 432, .external_lex_state = 13}, [2016] = {.lex_state = 432, .external_lex_state = 13}, [2017] = {.lex_state = 388, .external_lex_state = 24}, [2018] = {.lex_state = 411, .external_lex_state = 22}, [2019] = {.lex_state = 411, .external_lex_state = 22}, [2020] = {.lex_state = 203, .external_lex_state = 16}, [2021] = {.lex_state = 375, .external_lex_state = 16}, [2022] = {.lex_state = 388, .external_lex_state = 24}, [2023] = {.lex_state = 373, .external_lex_state = 16}, [2024] = {.lex_state = 388, .external_lex_state = 24}, [2025] = {.lex_state = 377}, [2026] = {.lex_state = 375, .external_lex_state = 16}, [2027] = {.lex_state = 388, .external_lex_state = 24}, [2028] = {.lex_state = 377}, [2029] = {.lex_state = 375, .external_lex_state = 16}, [2030] = {.lex_state = 377}, [2031] = {.lex_state = 375, .external_lex_state = 16}, [2032] = {.lex_state = 375, .external_lex_state = 16}, [2033] = {.lex_state = 388, .external_lex_state = 24}, [2034] = {.lex_state = 375, .external_lex_state = 16}, [2035] = {.lex_state = 395, .external_lex_state = 13}, [2036] = {.lex_state = 395, .external_lex_state = 13}, [2037] = {.lex_state = 395, .external_lex_state = 13}, [2038] = {.lex_state = 375, .external_lex_state = 16}, [2039] = {.lex_state = 411, .external_lex_state = 22}, [2040] = {.lex_state = 411, .external_lex_state = 22}, [2041] = {.lex_state = 203, .external_lex_state = 16}, [2042] = {.lex_state = 375, .external_lex_state = 16}, [2043] = {.lex_state = 395, .external_lex_state = 13}, [2044] = {.lex_state = 375, .external_lex_state = 16}, [2045] = {.lex_state = 395, .external_lex_state = 13}, [2046] = {.lex_state = 375, .external_lex_state = 16}, [2047] = {.lex_state = 395, .external_lex_state = 13}, [2048] = {.lex_state = 375, .external_lex_state = 16}, [2049] = {.lex_state = 395, .external_lex_state = 13}, [2050] = {.lex_state = 375, .external_lex_state = 16}, [2051] = {.lex_state = 268, .external_lex_state = 20}, [2052] = {.lex_state = 268, .external_lex_state = 20}, [2053] = {.lex_state = 268, .external_lex_state = 20}, [2054] = {.lex_state = 268, .external_lex_state = 20}, [2055] = {.lex_state = 375, .external_lex_state = 16}, [2056] = {.lex_state = 268, .external_lex_state = 20}, [2057] = {.lex_state = 375, .external_lex_state = 16}, [2058] = {.lex_state = 268, .external_lex_state = 20}, [2059] = {.lex_state = 375, .external_lex_state = 16}, [2060] = {.lex_state = 268, .external_lex_state = 20}, [2061] = {.lex_state = 268, .external_lex_state = 20}, [2062] = {.lex_state = 397, .external_lex_state = 10}, [2063] = {.lex_state = 397, .external_lex_state = 10}, [2064] = {.lex_state = 397, .external_lex_state = 10}, [2065] = {.lex_state = 375, .external_lex_state = 16}, [2066] = {.lex_state = 411, .external_lex_state = 22}, [2067] = {.lex_state = 411, .external_lex_state = 22}, [2068] = {.lex_state = 203, .external_lex_state = 16}, [2069] = {.lex_state = 375, .external_lex_state = 16}, [2070] = {.lex_state = 397, .external_lex_state = 10}, [2071] = {.lex_state = 375, .external_lex_state = 16}, [2072] = {.lex_state = 397, .external_lex_state = 10}, [2073] = {.lex_state = 375, .external_lex_state = 16}, [2074] = {.lex_state = 397, .external_lex_state = 10}, [2075] = {.lex_state = 375, .external_lex_state = 16}, [2076] = {.lex_state = 397, .external_lex_state = 10}, [2077] = {.lex_state = 375, .external_lex_state = 16}, [2078] = {.lex_state = 266, .external_lex_state = 9}, [2079] = {.lex_state = 444, .external_lex_state = 8}, [2080] = {.lex_state = 203}, [2081] = {.lex_state = 203}, [2082] = {.lex_state = 297, .external_lex_state = 12}, [2083] = {.lex_state = 299}, [2084] = {.lex_state = 203}, [2085] = {.lex_state = 434, .external_lex_state = 14}, [2086] = {.lex_state = 248}, [2087] = {.lex_state = 255}, [2088] = {.lex_state = 434, .external_lex_state = 14}, [2089] = {.lex_state = 258, .external_lex_state = 6}, [2090] = {.lex_state = 133, .external_lex_state = 2}, [2091] = {.lex_state = 133, .external_lex_state = 2}, [2092] = {.lex_state = 133, .external_lex_state = 2}, [2093] = {.lex_state = 434, .external_lex_state = 3}, [2094] = {.lex_state = 203}, [2095] = {.lex_state = 434, .external_lex_state = 3}, [2096] = {.lex_state = 434, .external_lex_state = 10}, [2097] = {.lex_state = 248}, [2098] = {.lex_state = 255}, [2099] = {.lex_state = 434, .external_lex_state = 10}, [2100] = {.lex_state = 258, .external_lex_state = 6}, [2101] = {.lex_state = 133, .external_lex_state = 2}, [2102] = {.lex_state = 133, .external_lex_state = 2}, [2103] = {.lex_state = 133, .external_lex_state = 2}, [2104] = {.lex_state = 434, .external_lex_state = 4}, [2105] = {.lex_state = 434, .external_lex_state = 4}, [2106] = {.lex_state = 231}, [2107] = {.lex_state = 440, .external_lex_state = 5}, [2108] = {.lex_state = 440, .external_lex_state = 5}, [2109] = {.lex_state = 248}, [2110] = {.lex_state = 440, .external_lex_state = 5}, [2111] = {.lex_state = 440, .external_lex_state = 5}, [2112] = {.lex_state = 440, .external_lex_state = 5}, [2113] = {.lex_state = 203}, [2114] = {.lex_state = 308, .external_lex_state = 16}, [2115] = {.lex_state = 316, .external_lex_state = 6}, [2116] = {.lex_state = 308, .external_lex_state = 16}, [2117] = {.lex_state = 308, .external_lex_state = 16}, [2118] = {.lex_state = 203}, [2119] = {.lex_state = 322, .external_lex_state = 2}, [2120] = {.lex_state = 203}, [2121] = {.lex_state = 330, .external_lex_state = 2}, [2122] = {.lex_state = 203}, [2123] = {.lex_state = 322, .external_lex_state = 2}, [2124] = {.lex_state = 203}, [2125] = {.lex_state = 133, .external_lex_state = 2}, [2126] = {.lex_state = 425, .external_lex_state = 2}, [2127] = {.lex_state = 133, .external_lex_state = 2}, [2128] = {.lex_state = 425, .external_lex_state = 2}, [2129] = {.lex_state = 133}, [2130] = {.lex_state = 277}, [2131] = {.lex_state = 231}, [2132] = {.lex_state = 231}, [2133] = {.lex_state = 440, .external_lex_state = 5}, [2134] = {.lex_state = 440, .external_lex_state = 5}, [2135] = {.lex_state = 440, .external_lex_state = 7}, [2136] = {.lex_state = 446, .external_lex_state = 7}, [2137] = {.lex_state = 440, .external_lex_state = 7}, [2138] = {.lex_state = 401}, [2139] = {.lex_state = 364, .external_lex_state = 4}, [2140] = {.lex_state = 444, .external_lex_state = 8}, [2141] = {.lex_state = 425, .external_lex_state = 2}, [2142] = {.lex_state = 440, .external_lex_state = 7}, [2143] = {.lex_state = 425, .external_lex_state = 2}, [2144] = {.lex_state = 425, .external_lex_state = 2}, [2145] = {.lex_state = 401}, [2146] = {.lex_state = 364, .external_lex_state = 4}, [2147] = {.lex_state = 444, .external_lex_state = 8}, [2148] = {.lex_state = 425, .external_lex_state = 2}, [2149] = {.lex_state = 332, .external_lex_state = 2}, [2150] = {.lex_state = 228}, [2151] = {.lex_state = 332, .external_lex_state = 2}, [2152] = {.lex_state = 228}, [2153] = {.lex_state = 364, .external_lex_state = 4}, [2154] = {.lex_state = 364, .external_lex_state = 4}, [2155] = {.lex_state = 270, .external_lex_state = 10}, [2156] = {.lex_state = 270, .external_lex_state = 10}, [2157] = {.lex_state = 270, .external_lex_state = 10}, [2158] = {.lex_state = 428, .external_lex_state = 10}, [2159] = {.lex_state = 297, .external_lex_state = 11}, [2160] = {.lex_state = 297, .external_lex_state = 11}, [2161] = {.lex_state = 297, .external_lex_state = 11}, [2162] = {.lex_state = 371, .external_lex_state = 13}, [2163] = {.lex_state = 371, .external_lex_state = 13}, [2164] = {.lex_state = 371, .external_lex_state = 13}, [2165] = {.lex_state = 273, .external_lex_state = 14}, [2166] = {.lex_state = 273, .external_lex_state = 14}, [2167] = {.lex_state = 273, .external_lex_state = 14}, [2168] = {.lex_state = 273, .external_lex_state = 10}, [2169] = {.lex_state = 273, .external_lex_state = 10}, [2170] = {.lex_state = 273, .external_lex_state = 10}, [2171] = {.lex_state = 322, .external_lex_state = 15}, [2172] = {.lex_state = 322, .external_lex_state = 15}, [2173] = {.lex_state = 322, .external_lex_state = 15}, [2174] = {.lex_state = 248, .external_lex_state = 13}, [2175] = {.lex_state = 248, .external_lex_state = 13}, [2176] = {.lex_state = 248, .external_lex_state = 13}, [2177] = {.lex_state = 411, .external_lex_state = 22}, [2178] = {.lex_state = 411, .external_lex_state = 22}, [2179] = {.lex_state = 411, .external_lex_state = 22}, [2180] = {.lex_state = 375, .external_lex_state = 16}, [2181] = {.lex_state = 411, .external_lex_state = 22}, [2182] = {.lex_state = 411, .external_lex_state = 22}, [2183] = {.lex_state = 203, .external_lex_state = 16}, [2184] = {.lex_state = 375, .external_lex_state = 16}, [2185] = {.lex_state = 411, .external_lex_state = 22}, [2186] = {.lex_state = 375, .external_lex_state = 16}, [2187] = {.lex_state = 411, .external_lex_state = 22}, [2188] = {.lex_state = 375, .external_lex_state = 16}, [2189] = {.lex_state = 411, .external_lex_state = 22}, [2190] = {.lex_state = 375, .external_lex_state = 16}, [2191] = {.lex_state = 411, .external_lex_state = 22}, [2192] = {.lex_state = 375, .external_lex_state = 16}, [2193] = {.lex_state = 375, .external_lex_state = 22}, [2194] = {.lex_state = 375, .external_lex_state = 22}, [2195] = {.lex_state = 375, .external_lex_state = 22}, [2196] = {.lex_state = 375, .external_lex_state = 22}, [2197] = {.lex_state = 375, .external_lex_state = 16}, [2198] = {.lex_state = 375, .external_lex_state = 22}, [2199] = {.lex_state = 375, .external_lex_state = 16}, [2200] = {.lex_state = 375, .external_lex_state = 22}, [2201] = {.lex_state = 375, .external_lex_state = 16}, [2202] = {.lex_state = 375, .external_lex_state = 22}, [2203] = {.lex_state = 375, .external_lex_state = 22}, [2204] = {.lex_state = 203}, [2205] = {.lex_state = 203}, [2206] = {.lex_state = 203}, [2207] = {.lex_state = 203}, [2208] = {.lex_state = 203}, [2209] = {.lex_state = 430, .external_lex_state = 13}, [2210] = {.lex_state = 318, .external_lex_state = 23}, [2211] = {.lex_state = 318, .external_lex_state = 23}, [2212] = {.lex_state = 318, .external_lex_state = 23}, [2213] = {.lex_state = 318, .external_lex_state = 23}, [2214] = {.lex_state = 375, .external_lex_state = 16}, [2215] = {.lex_state = 318, .external_lex_state = 23}, [2216] = {.lex_state = 375, .external_lex_state = 16}, [2217] = {.lex_state = 318, .external_lex_state = 23}, [2218] = {.lex_state = 375, .external_lex_state = 16}, [2219] = {.lex_state = 318, .external_lex_state = 23}, [2220] = {.lex_state = 318, .external_lex_state = 23}, [2221] = {.lex_state = 318, .external_lex_state = 13}, [2222] = {.lex_state = 318, .external_lex_state = 13}, [2223] = {.lex_state = 318, .external_lex_state = 13}, [2224] = {.lex_state = 318, .external_lex_state = 13}, [2225] = {.lex_state = 375, .external_lex_state = 16}, [2226] = {.lex_state = 318, .external_lex_state = 13}, [2227] = {.lex_state = 375, .external_lex_state = 16}, [2228] = {.lex_state = 318, .external_lex_state = 13}, [2229] = {.lex_state = 375, .external_lex_state = 16}, [2230] = {.lex_state = 318, .external_lex_state = 13}, [2231] = {.lex_state = 318, .external_lex_state = 13}, [2232] = {.lex_state = 233, .external_lex_state = 17}, [2233] = {.lex_state = 233, .external_lex_state = 17}, [2234] = {.lex_state = 233, .external_lex_state = 17}, [2235] = {.lex_state = 432, .external_lex_state = 13}, [2236] = {.lex_state = 388, .external_lex_state = 24}, [2237] = {.lex_state = 388, .external_lex_state = 24}, [2238] = {.lex_state = 388, .external_lex_state = 24}, [2239] = {.lex_state = 375, .external_lex_state = 16}, [2240] = {.lex_state = 411, .external_lex_state = 22}, [2241] = {.lex_state = 411, .external_lex_state = 22}, [2242] = {.lex_state = 203, .external_lex_state = 16}, [2243] = {.lex_state = 375, .external_lex_state = 16}, [2244] = {.lex_state = 388, .external_lex_state = 24}, [2245] = {.lex_state = 375, .external_lex_state = 16}, [2246] = {.lex_state = 388, .external_lex_state = 24}, [2247] = {.lex_state = 375, .external_lex_state = 16}, [2248] = {.lex_state = 388, .external_lex_state = 24}, [2249] = {.lex_state = 375, .external_lex_state = 16}, [2250] = {.lex_state = 388, .external_lex_state = 24}, [2251] = {.lex_state = 375, .external_lex_state = 16}, [2252] = {.lex_state = 395, .external_lex_state = 13}, [2253] = {.lex_state = 395, .external_lex_state = 13}, [2254] = {.lex_state = 395, .external_lex_state = 13}, [2255] = {.lex_state = 395, .external_lex_state = 13}, [2256] = {.lex_state = 375, .external_lex_state = 16}, [2257] = {.lex_state = 395, .external_lex_state = 13}, [2258] = {.lex_state = 375, .external_lex_state = 16}, [2259] = {.lex_state = 395, .external_lex_state = 13}, [2260] = {.lex_state = 375, .external_lex_state = 16}, [2261] = {.lex_state = 395, .external_lex_state = 13}, [2262] = {.lex_state = 395, .external_lex_state = 13}, [2263] = {.lex_state = 268, .external_lex_state = 20}, [2264] = {.lex_state = 268, .external_lex_state = 20}, [2265] = {.lex_state = 268, .external_lex_state = 20}, [2266] = {.lex_state = 397, .external_lex_state = 10}, [2267] = {.lex_state = 397, .external_lex_state = 10}, [2268] = {.lex_state = 397, .external_lex_state = 10}, [2269] = {.lex_state = 397, .external_lex_state = 10}, [2270] = {.lex_state = 375, .external_lex_state = 16}, [2271] = {.lex_state = 397, .external_lex_state = 10}, [2272] = {.lex_state = 375, .external_lex_state = 16}, [2273] = {.lex_state = 397, .external_lex_state = 10}, [2274] = {.lex_state = 375, .external_lex_state = 16}, [2275] = {.lex_state = 397, .external_lex_state = 10}, [2276] = {.lex_state = 397, .external_lex_state = 10}, [2277] = {.lex_state = 444, .external_lex_state = 8}, [2278] = {.lex_state = 322}, [2279] = {.lex_state = 444, .external_lex_state = 20}, [2280] = {.lex_state = 248}, [2281] = {.lex_state = 255}, [2282] = {.lex_state = 444, .external_lex_state = 20}, [2283] = {.lex_state = 258, .external_lex_state = 6}, [2284] = {.lex_state = 133, .external_lex_state = 2}, [2285] = {.lex_state = 133, .external_lex_state = 2}, [2286] = {.lex_state = 133, .external_lex_state = 2}, [2287] = {.lex_state = 446, .external_lex_state = 7}, [2288] = {.lex_state = 203}, [2289] = {.lex_state = 448, .external_lex_state = 7}, [2290] = {.lex_state = 446, .external_lex_state = 7}, [2291] = {.lex_state = 266, .external_lex_state = 9}, [2292] = {.lex_state = 434, .external_lex_state = 3}, [2293] = {.lex_state = 231}, [2294] = {.lex_state = 434, .external_lex_state = 14}, [2295] = {.lex_state = 434, .external_lex_state = 14}, [2296] = {.lex_state = 248}, [2297] = {.lex_state = 434, .external_lex_state = 14}, [2298] = {.lex_state = 434, .external_lex_state = 14}, [2299] = {.lex_state = 434, .external_lex_state = 14}, [2300] = {.lex_state = 203}, [2301] = {.lex_state = 308, .external_lex_state = 16}, [2302] = {.lex_state = 316, .external_lex_state = 6}, [2303] = {.lex_state = 308, .external_lex_state = 16}, [2304] = {.lex_state = 308, .external_lex_state = 16}, [2305] = {.lex_state = 203}, [2306] = {.lex_state = 322, .external_lex_state = 2}, [2307] = {.lex_state = 203}, [2308] = {.lex_state = 330, .external_lex_state = 2}, [2309] = {.lex_state = 203}, [2310] = {.lex_state = 322, .external_lex_state = 2}, [2311] = {.lex_state = 434, .external_lex_state = 3}, [2312] = {.lex_state = 231}, [2313] = {.lex_state = 434, .external_lex_state = 10}, [2314] = {.lex_state = 434, .external_lex_state = 10}, [2315] = {.lex_state = 248}, [2316] = {.lex_state = 434, .external_lex_state = 10}, [2317] = {.lex_state = 434, .external_lex_state = 10}, [2318] = {.lex_state = 434, .external_lex_state = 10}, [2319] = {.lex_state = 203}, [2320] = {.lex_state = 308, .external_lex_state = 16}, [2321] = {.lex_state = 316, .external_lex_state = 6}, [2322] = {.lex_state = 308, .external_lex_state = 16}, [2323] = {.lex_state = 308, .external_lex_state = 16}, [2324] = {.lex_state = 203}, [2325] = {.lex_state = 322, .external_lex_state = 2}, [2326] = {.lex_state = 203}, [2327] = {.lex_state = 330, .external_lex_state = 2}, [2328] = {.lex_state = 203}, [2329] = {.lex_state = 322, .external_lex_state = 2}, [2330] = {.lex_state = 434, .external_lex_state = 4}, [2331] = {.lex_state = 440, .external_lex_state = 5}, [2332] = {.lex_state = 440, .external_lex_state = 5}, [2333] = {.lex_state = 440, .external_lex_state = 5}, [2334] = {.lex_state = 373, .external_lex_state = 16}, [2335] = {.lex_state = 440, .external_lex_state = 5}, [2336] = {.lex_state = 377}, [2337] = {.lex_state = 375, .external_lex_state = 16}, [2338] = {.lex_state = 203}, [2339] = {.lex_state = 308, .external_lex_state = 16}, [2340] = {.lex_state = 308, .external_lex_state = 16}, [2341] = {.lex_state = 308, .external_lex_state = 16}, [2342] = {.lex_state = 440, .external_lex_state = 5}, [2343] = {.lex_state = 377}, [2344] = {.lex_state = 375, .external_lex_state = 16}, [2345] = {.lex_state = 440, .external_lex_state = 5}, [2346] = {.lex_state = 377}, [2347] = {.lex_state = 375, .external_lex_state = 16}, [2348] = {.lex_state = 440, .external_lex_state = 5}, [2349] = {.lex_state = 440, .external_lex_state = 5}, [2350] = {.lex_state = 203}, [2351] = {.lex_state = 444, .external_lex_state = 8}, [2352] = {.lex_state = 364, .external_lex_state = 4}, [2353] = {.lex_state = 444, .external_lex_state = 8}, [2354] = {.lex_state = 231}, [2355] = {.lex_state = 440, .external_lex_state = 5}, [2356] = {.lex_state = 440, .external_lex_state = 5}, [2357] = {.lex_state = 440, .external_lex_state = 7}, [2358] = {.lex_state = 446, .external_lex_state = 5}, [2359] = {.lex_state = 248}, [2360] = {.lex_state = 255}, [2361] = {.lex_state = 446, .external_lex_state = 5}, [2362] = {.lex_state = 258, .external_lex_state = 6}, [2363] = {.lex_state = 133, .external_lex_state = 2}, [2364] = {.lex_state = 133, .external_lex_state = 2}, [2365] = {.lex_state = 133, .external_lex_state = 2}, [2366] = {.lex_state = 446, .external_lex_state = 5}, [2367] = {.lex_state = 446, .external_lex_state = 5}, [2368] = {.lex_state = 446, .external_lex_state = 7}, [2369] = {.lex_state = 446, .external_lex_state = 7}, [2370] = {.lex_state = 440, .external_lex_state = 7}, [2371] = {.lex_state = 425, .external_lex_state = 2}, [2372] = {.lex_state = 239, .external_lex_state = 4}, [2373] = {.lex_state = 262, .external_lex_state = 8}, [2374] = {.lex_state = 440, .external_lex_state = 7}, [2375] = {.lex_state = 401}, [2376] = {.lex_state = 364, .external_lex_state = 4}, [2377] = {.lex_state = 444, .external_lex_state = 8}, [2378] = {.lex_state = 425, .external_lex_state = 2}, [2379] = {.lex_state = 401}, [2380] = {.lex_state = 364, .external_lex_state = 4}, [2381] = {.lex_state = 444, .external_lex_state = 8}, [2382] = {.lex_state = 231}, [2383] = {.lex_state = 239, .external_lex_state = 4}, [2384] = {.lex_state = 262, .external_lex_state = 8}, [2385] = {.lex_state = 332, .external_lex_state = 2}, [2386] = {.lex_state = 332, .external_lex_state = 2}, [2387] = {.lex_state = 231}, [2388] = {.lex_state = 239, .external_lex_state = 4}, [2389] = {.lex_state = 262, .external_lex_state = 8}, [2390] = {.lex_state = 332, .external_lex_state = 2}, [2391] = {.lex_state = 332, .external_lex_state = 2}, [2392] = {.lex_state = 411, .external_lex_state = 22}, [2393] = {.lex_state = 411, .external_lex_state = 22}, [2394] = {.lex_state = 411, .external_lex_state = 22}, [2395] = {.lex_state = 411, .external_lex_state = 22}, [2396] = {.lex_state = 375, .external_lex_state = 16}, [2397] = {.lex_state = 411, .external_lex_state = 22}, [2398] = {.lex_state = 375, .external_lex_state = 16}, [2399] = {.lex_state = 411, .external_lex_state = 22}, [2400] = {.lex_state = 375, .external_lex_state = 16}, [2401] = {.lex_state = 411, .external_lex_state = 22}, [2402] = {.lex_state = 411, .external_lex_state = 22}, [2403] = {.lex_state = 375, .external_lex_state = 22}, [2404] = {.lex_state = 375, .external_lex_state = 22}, [2405] = {.lex_state = 375, .external_lex_state = 22}, [2406] = {.lex_state = 203}, [2407] = {.lex_state = 203}, [2408] = {.lex_state = 318, .external_lex_state = 23}, [2409] = {.lex_state = 318, .external_lex_state = 23}, [2410] = {.lex_state = 318, .external_lex_state = 23}, [2411] = {.lex_state = 318, .external_lex_state = 13}, [2412] = {.lex_state = 318, .external_lex_state = 13}, [2413] = {.lex_state = 318, .external_lex_state = 13}, [2414] = {.lex_state = 388, .external_lex_state = 24}, [2415] = {.lex_state = 388, .external_lex_state = 24}, [2416] = {.lex_state = 388, .external_lex_state = 24}, [2417] = {.lex_state = 388, .external_lex_state = 24}, [2418] = {.lex_state = 375, .external_lex_state = 16}, [2419] = {.lex_state = 388, .external_lex_state = 24}, [2420] = {.lex_state = 375, .external_lex_state = 16}, [2421] = {.lex_state = 388, .external_lex_state = 24}, [2422] = {.lex_state = 375, .external_lex_state = 16}, [2423] = {.lex_state = 388, .external_lex_state = 24}, [2424] = {.lex_state = 388, .external_lex_state = 24}, [2425] = {.lex_state = 395, .external_lex_state = 13}, [2426] = {.lex_state = 395, .external_lex_state = 13}, [2427] = {.lex_state = 395, .external_lex_state = 13}, [2428] = {.lex_state = 397, .external_lex_state = 10}, [2429] = {.lex_state = 397, .external_lex_state = 10}, [2430] = {.lex_state = 397, .external_lex_state = 10}, [2431] = {.lex_state = 444, .external_lex_state = 8}, [2432] = {.lex_state = 322}, [2433] = {.lex_state = 231}, [2434] = {.lex_state = 444, .external_lex_state = 20}, [2435] = {.lex_state = 444, .external_lex_state = 20}, [2436] = {.lex_state = 248}, [2437] = {.lex_state = 444, .external_lex_state = 20}, [2438] = {.lex_state = 444, .external_lex_state = 20}, [2439] = {.lex_state = 444, .external_lex_state = 20}, [2440] = {.lex_state = 203}, [2441] = {.lex_state = 308, .external_lex_state = 16}, [2442] = {.lex_state = 316, .external_lex_state = 6}, [2443] = {.lex_state = 308, .external_lex_state = 16}, [2444] = {.lex_state = 308, .external_lex_state = 16}, [2445] = {.lex_state = 203}, [2446] = {.lex_state = 322, .external_lex_state = 2}, [2447] = {.lex_state = 203}, [2448] = {.lex_state = 330, .external_lex_state = 2}, [2449] = {.lex_state = 203}, [2450] = {.lex_state = 322, .external_lex_state = 2}, [2451] = {.lex_state = 446, .external_lex_state = 7}, [2452] = {.lex_state = 203}, [2453] = {.lex_state = 133}, [2454] = {.lex_state = 231}, [2455] = {.lex_state = 446, .external_lex_state = 7}, [2456] = {.lex_state = 434, .external_lex_state = 3}, [2457] = {.lex_state = 322}, [2458] = {.lex_state = 434, .external_lex_state = 14}, [2459] = {.lex_state = 434, .external_lex_state = 14}, [2460] = {.lex_state = 434, .external_lex_state = 14}, [2461] = {.lex_state = 434, .external_lex_state = 14}, [2462] = {.lex_state = 434, .external_lex_state = 14}, [2463] = {.lex_state = 373, .external_lex_state = 16}, [2464] = {.lex_state = 434, .external_lex_state = 14}, [2465] = {.lex_state = 377}, [2466] = {.lex_state = 375, .external_lex_state = 16}, [2467] = {.lex_state = 203}, [2468] = {.lex_state = 308, .external_lex_state = 16}, [2469] = {.lex_state = 308, .external_lex_state = 16}, [2470] = {.lex_state = 308, .external_lex_state = 16}, [2471] = {.lex_state = 434, .external_lex_state = 14}, [2472] = {.lex_state = 377}, [2473] = {.lex_state = 375, .external_lex_state = 16}, [2474] = {.lex_state = 434, .external_lex_state = 14}, [2475] = {.lex_state = 377}, [2476] = {.lex_state = 375, .external_lex_state = 16}, [2477] = {.lex_state = 434, .external_lex_state = 14}, [2478] = {.lex_state = 434, .external_lex_state = 14}, [2479] = {.lex_state = 434, .external_lex_state = 10}, [2480] = {.lex_state = 434, .external_lex_state = 10}, [2481] = {.lex_state = 434, .external_lex_state = 10}, [2482] = {.lex_state = 373, .external_lex_state = 16}, [2483] = {.lex_state = 434, .external_lex_state = 10}, [2484] = {.lex_state = 377}, [2485] = {.lex_state = 375, .external_lex_state = 16}, [2486] = {.lex_state = 203}, [2487] = {.lex_state = 308, .external_lex_state = 16}, [2488] = {.lex_state = 308, .external_lex_state = 16}, [2489] = {.lex_state = 308, .external_lex_state = 16}, [2490] = {.lex_state = 434, .external_lex_state = 10}, [2491] = {.lex_state = 377}, [2492] = {.lex_state = 375, .external_lex_state = 16}, [2493] = {.lex_state = 434, .external_lex_state = 10}, [2494] = {.lex_state = 377}, [2495] = {.lex_state = 375, .external_lex_state = 16}, [2496] = {.lex_state = 434, .external_lex_state = 10}, [2497] = {.lex_state = 434, .external_lex_state = 10}, [2498] = {.lex_state = 440, .external_lex_state = 5}, [2499] = {.lex_state = 411, .external_lex_state = 22}, [2500] = {.lex_state = 411, .external_lex_state = 22}, [2501] = {.lex_state = 203, .external_lex_state = 16}, [2502] = {.lex_state = 375, .external_lex_state = 16}, [2503] = {.lex_state = 440, .external_lex_state = 5}, [2504] = {.lex_state = 373, .external_lex_state = 16}, [2505] = {.lex_state = 440, .external_lex_state = 5}, [2506] = {.lex_state = 377}, [2507] = {.lex_state = 375, .external_lex_state = 16}, [2508] = {.lex_state = 440, .external_lex_state = 5}, [2509] = {.lex_state = 377}, [2510] = {.lex_state = 375, .external_lex_state = 16}, [2511] = {.lex_state = 377}, [2512] = {.lex_state = 375, .external_lex_state = 16}, [2513] = {.lex_state = 375, .external_lex_state = 16}, [2514] = {.lex_state = 440, .external_lex_state = 5}, [2515] = {.lex_state = 375, .external_lex_state = 16}, [2516] = {.lex_state = 448, .external_lex_state = 7}, [2517] = {.lex_state = 446, .external_lex_state = 5}, [2518] = {.lex_state = 446, .external_lex_state = 5}, [2519] = {.lex_state = 231}, [2520] = {.lex_state = 446, .external_lex_state = 5}, [2521] = {.lex_state = 446, .external_lex_state = 5}, [2522] = {.lex_state = 248}, [2523] = {.lex_state = 446, .external_lex_state = 5}, [2524] = {.lex_state = 446, .external_lex_state = 5}, [2525] = {.lex_state = 446, .external_lex_state = 5}, [2526] = {.lex_state = 203}, [2527] = {.lex_state = 308, .external_lex_state = 16}, [2528] = {.lex_state = 316, .external_lex_state = 6}, [2529] = {.lex_state = 308, .external_lex_state = 16}, [2530] = {.lex_state = 308, .external_lex_state = 16}, [2531] = {.lex_state = 203}, [2532] = {.lex_state = 322, .external_lex_state = 2}, [2533] = {.lex_state = 203}, [2534] = {.lex_state = 330, .external_lex_state = 2}, [2535] = {.lex_state = 203}, [2536] = {.lex_state = 322, .external_lex_state = 2}, [2537] = {.lex_state = 446, .external_lex_state = 7}, [2538] = {.lex_state = 425, .external_lex_state = 2}, [2539] = {.lex_state = 425, .external_lex_state = 2}, [2540] = {.lex_state = 332, .external_lex_state = 2}, [2541] = {.lex_state = 231}, [2542] = {.lex_state = 239, .external_lex_state = 4}, [2543] = {.lex_state = 262, .external_lex_state = 8}, [2544] = {.lex_state = 332, .external_lex_state = 2}, [2545] = {.lex_state = 332, .external_lex_state = 2}, [2546] = {.lex_state = 332, .external_lex_state = 2}, [2547] = {.lex_state = 231}, [2548] = {.lex_state = 239, .external_lex_state = 4}, [2549] = {.lex_state = 262, .external_lex_state = 8}, [2550] = {.lex_state = 332, .external_lex_state = 2}, [2551] = {.lex_state = 411, .external_lex_state = 22}, [2552] = {.lex_state = 411, .external_lex_state = 22}, [2553] = {.lex_state = 411, .external_lex_state = 22}, [2554] = {.lex_state = 388, .external_lex_state = 24}, [2555] = {.lex_state = 388, .external_lex_state = 24}, [2556] = {.lex_state = 388, .external_lex_state = 24}, [2557] = {.lex_state = 444, .external_lex_state = 8}, [2558] = {.lex_state = 444, .external_lex_state = 20}, [2559] = {.lex_state = 444, .external_lex_state = 20}, [2560] = {.lex_state = 444, .external_lex_state = 20}, [2561] = {.lex_state = 373, .external_lex_state = 16}, [2562] = {.lex_state = 444, .external_lex_state = 20}, [2563] = {.lex_state = 377}, [2564] = {.lex_state = 375, .external_lex_state = 16}, [2565] = {.lex_state = 203}, [2566] = {.lex_state = 308, .external_lex_state = 16}, [2567] = {.lex_state = 308, .external_lex_state = 16}, [2568] = {.lex_state = 308, .external_lex_state = 16}, [2569] = {.lex_state = 444, .external_lex_state = 20}, [2570] = {.lex_state = 377}, [2571] = {.lex_state = 375, .external_lex_state = 16}, [2572] = {.lex_state = 444, .external_lex_state = 20}, [2573] = {.lex_state = 377}, [2574] = {.lex_state = 375, .external_lex_state = 16}, [2575] = {.lex_state = 444, .external_lex_state = 20}, [2576] = {.lex_state = 444, .external_lex_state = 20}, [2577] = {.lex_state = 448, .external_lex_state = 7}, [2578] = {.lex_state = 231}, [2579] = {.lex_state = 450, .external_lex_state = 10}, [2580] = {.lex_state = 248}, [2581] = {.lex_state = 255}, [2582] = {.lex_state = 450, .external_lex_state = 10}, [2583] = {.lex_state = 258, .external_lex_state = 6}, [2584] = {.lex_state = 133, .external_lex_state = 2}, [2585] = {.lex_state = 133, .external_lex_state = 2}, [2586] = {.lex_state = 133, .external_lex_state = 2}, [2587] = {.lex_state = 434, .external_lex_state = 3}, [2588] = {.lex_state = 322}, [2589] = {.lex_state = 434, .external_lex_state = 14}, [2590] = {.lex_state = 411, .external_lex_state = 22}, [2591] = {.lex_state = 411, .external_lex_state = 22}, [2592] = {.lex_state = 203, .external_lex_state = 16}, [2593] = {.lex_state = 375, .external_lex_state = 16}, [2594] = {.lex_state = 434, .external_lex_state = 14}, [2595] = {.lex_state = 373, .external_lex_state = 16}, [2596] = {.lex_state = 434, .external_lex_state = 14}, [2597] = {.lex_state = 377}, [2598] = {.lex_state = 375, .external_lex_state = 16}, [2599] = {.lex_state = 434, .external_lex_state = 14}, [2600] = {.lex_state = 377}, [2601] = {.lex_state = 375, .external_lex_state = 16}, [2602] = {.lex_state = 377}, [2603] = {.lex_state = 375, .external_lex_state = 16}, [2604] = {.lex_state = 375, .external_lex_state = 16}, [2605] = {.lex_state = 434, .external_lex_state = 14}, [2606] = {.lex_state = 375, .external_lex_state = 16}, [2607] = {.lex_state = 434, .external_lex_state = 10}, [2608] = {.lex_state = 411, .external_lex_state = 22}, [2609] = {.lex_state = 411, .external_lex_state = 22}, [2610] = {.lex_state = 203, .external_lex_state = 16}, [2611] = {.lex_state = 375, .external_lex_state = 16}, [2612] = {.lex_state = 434, .external_lex_state = 10}, [2613] = {.lex_state = 373, .external_lex_state = 16}, [2614] = {.lex_state = 434, .external_lex_state = 10}, [2615] = {.lex_state = 377}, [2616] = {.lex_state = 375, .external_lex_state = 16}, [2617] = {.lex_state = 434, .external_lex_state = 10}, [2618] = {.lex_state = 377}, [2619] = {.lex_state = 375, .external_lex_state = 16}, [2620] = {.lex_state = 377}, [2621] = {.lex_state = 375, .external_lex_state = 16}, [2622] = {.lex_state = 375, .external_lex_state = 16}, [2623] = {.lex_state = 434, .external_lex_state = 10}, [2624] = {.lex_state = 375, .external_lex_state = 16}, [2625] = {.lex_state = 440, .external_lex_state = 5}, [2626] = {.lex_state = 440, .external_lex_state = 5}, [2627] = {.lex_state = 440, .external_lex_state = 5}, [2628] = {.lex_state = 375, .external_lex_state = 16}, [2629] = {.lex_state = 411, .external_lex_state = 22}, [2630] = {.lex_state = 411, .external_lex_state = 22}, [2631] = {.lex_state = 203, .external_lex_state = 16}, [2632] = {.lex_state = 375, .external_lex_state = 16}, [2633] = {.lex_state = 440, .external_lex_state = 5}, [2634] = {.lex_state = 375, .external_lex_state = 16}, [2635] = {.lex_state = 440, .external_lex_state = 5}, [2636] = {.lex_state = 375, .external_lex_state = 16}, [2637] = {.lex_state = 440, .external_lex_state = 5}, [2638] = {.lex_state = 375, .external_lex_state = 16}, [2639] = {.lex_state = 440, .external_lex_state = 5}, [2640] = {.lex_state = 375, .external_lex_state = 16}, [2641] = {.lex_state = 446, .external_lex_state = 5}, [2642] = {.lex_state = 446, .external_lex_state = 5}, [2643] = {.lex_state = 446, .external_lex_state = 5}, [2644] = {.lex_state = 373, .external_lex_state = 16}, [2645] = {.lex_state = 446, .external_lex_state = 5}, [2646] = {.lex_state = 377}, [2647] = {.lex_state = 375, .external_lex_state = 16}, [2648] = {.lex_state = 203}, [2649] = {.lex_state = 308, .external_lex_state = 16}, [2650] = {.lex_state = 308, .external_lex_state = 16}, [2651] = {.lex_state = 308, .external_lex_state = 16}, [2652] = {.lex_state = 446, .external_lex_state = 5}, [2653] = {.lex_state = 377}, [2654] = {.lex_state = 375, .external_lex_state = 16}, [2655] = {.lex_state = 446, .external_lex_state = 5}, [2656] = {.lex_state = 377}, [2657] = {.lex_state = 375, .external_lex_state = 16}, [2658] = {.lex_state = 446, .external_lex_state = 5}, [2659] = {.lex_state = 446, .external_lex_state = 5}, [2660] = {.lex_state = 332, .external_lex_state = 2}, [2661] = {.lex_state = 231}, [2662] = {.lex_state = 239, .external_lex_state = 4}, [2663] = {.lex_state = 262, .external_lex_state = 8}, [2664] = {.lex_state = 332, .external_lex_state = 2}, [2665] = {.lex_state = 231}, [2666] = {.lex_state = 239, .external_lex_state = 4}, [2667] = {.lex_state = 262, .external_lex_state = 8}, [2668] = {.lex_state = 444, .external_lex_state = 20}, [2669] = {.lex_state = 411, .external_lex_state = 22}, [2670] = {.lex_state = 411, .external_lex_state = 22}, [2671] = {.lex_state = 203, .external_lex_state = 16}, [2672] = {.lex_state = 375, .external_lex_state = 16}, [2673] = {.lex_state = 444, .external_lex_state = 20}, [2674] = {.lex_state = 373, .external_lex_state = 16}, [2675] = {.lex_state = 444, .external_lex_state = 20}, [2676] = {.lex_state = 377}, [2677] = {.lex_state = 375, .external_lex_state = 16}, [2678] = {.lex_state = 444, .external_lex_state = 20}, [2679] = {.lex_state = 377}, [2680] = {.lex_state = 375, .external_lex_state = 16}, [2681] = {.lex_state = 377}, [2682] = {.lex_state = 375, .external_lex_state = 16}, [2683] = {.lex_state = 375, .external_lex_state = 16}, [2684] = {.lex_state = 444, .external_lex_state = 20}, [2685] = {.lex_state = 375, .external_lex_state = 16}, [2686] = {.lex_state = 450, .external_lex_state = 10}, [2687] = {.lex_state = 450, .external_lex_state = 10}, [2688] = {.lex_state = 231}, [2689] = {.lex_state = 450, .external_lex_state = 10}, [2690] = {.lex_state = 450, .external_lex_state = 10}, [2691] = {.lex_state = 248}, [2692] = {.lex_state = 450, .external_lex_state = 10}, [2693] = {.lex_state = 450, .external_lex_state = 10}, [2694] = {.lex_state = 450, .external_lex_state = 10}, [2695] = {.lex_state = 203}, [2696] = {.lex_state = 308, .external_lex_state = 16}, [2697] = {.lex_state = 316, .external_lex_state = 6}, [2698] = {.lex_state = 308, .external_lex_state = 16}, [2699] = {.lex_state = 308, .external_lex_state = 16}, [2700] = {.lex_state = 203}, [2701] = {.lex_state = 322, .external_lex_state = 2}, [2702] = {.lex_state = 203}, [2703] = {.lex_state = 330, .external_lex_state = 2}, [2704] = {.lex_state = 203}, [2705] = {.lex_state = 322, .external_lex_state = 2}, [2706] = {.lex_state = 434, .external_lex_state = 3}, [2707] = {.lex_state = 434, .external_lex_state = 14}, [2708] = {.lex_state = 434, .external_lex_state = 14}, [2709] = {.lex_state = 434, .external_lex_state = 14}, [2710] = {.lex_state = 375, .external_lex_state = 16}, [2711] = {.lex_state = 411, .external_lex_state = 22}, [2712] = {.lex_state = 411, .external_lex_state = 22}, [2713] = {.lex_state = 203, .external_lex_state = 16}, [2714] = {.lex_state = 375, .external_lex_state = 16}, [2715] = {.lex_state = 434, .external_lex_state = 14}, [2716] = {.lex_state = 375, .external_lex_state = 16}, [2717] = {.lex_state = 434, .external_lex_state = 14}, [2718] = {.lex_state = 375, .external_lex_state = 16}, [2719] = {.lex_state = 434, .external_lex_state = 14}, [2720] = {.lex_state = 375, .external_lex_state = 16}, [2721] = {.lex_state = 434, .external_lex_state = 14}, [2722] = {.lex_state = 375, .external_lex_state = 16}, [2723] = {.lex_state = 434, .external_lex_state = 10}, [2724] = {.lex_state = 434, .external_lex_state = 10}, [2725] = {.lex_state = 434, .external_lex_state = 10}, [2726] = {.lex_state = 375, .external_lex_state = 16}, [2727] = {.lex_state = 411, .external_lex_state = 22}, [2728] = {.lex_state = 411, .external_lex_state = 22}, [2729] = {.lex_state = 203, .external_lex_state = 16}, [2730] = {.lex_state = 375, .external_lex_state = 16}, [2731] = {.lex_state = 434, .external_lex_state = 10}, [2732] = {.lex_state = 375, .external_lex_state = 16}, [2733] = {.lex_state = 434, .external_lex_state = 10}, [2734] = {.lex_state = 375, .external_lex_state = 16}, [2735] = {.lex_state = 434, .external_lex_state = 10}, [2736] = {.lex_state = 375, .external_lex_state = 16}, [2737] = {.lex_state = 434, .external_lex_state = 10}, [2738] = {.lex_state = 375, .external_lex_state = 16}, [2739] = {.lex_state = 440, .external_lex_state = 5}, [2740] = {.lex_state = 440, .external_lex_state = 5}, [2741] = {.lex_state = 440, .external_lex_state = 5}, [2742] = {.lex_state = 440, .external_lex_state = 5}, [2743] = {.lex_state = 375, .external_lex_state = 16}, [2744] = {.lex_state = 440, .external_lex_state = 5}, [2745] = {.lex_state = 375, .external_lex_state = 16}, [2746] = {.lex_state = 440, .external_lex_state = 5}, [2747] = {.lex_state = 375, .external_lex_state = 16}, [2748] = {.lex_state = 440, .external_lex_state = 5}, [2749] = {.lex_state = 440, .external_lex_state = 5}, [2750] = {.lex_state = 446, .external_lex_state = 5}, [2751] = {.lex_state = 411, .external_lex_state = 22}, [2752] = {.lex_state = 411, .external_lex_state = 22}, [2753] = {.lex_state = 203, .external_lex_state = 16}, [2754] = {.lex_state = 375, .external_lex_state = 16}, [2755] = {.lex_state = 446, .external_lex_state = 5}, [2756] = {.lex_state = 373, .external_lex_state = 16}, [2757] = {.lex_state = 446, .external_lex_state = 5}, [2758] = {.lex_state = 377}, [2759] = {.lex_state = 375, .external_lex_state = 16}, [2760] = {.lex_state = 446, .external_lex_state = 5}, [2761] = {.lex_state = 377}, [2762] = {.lex_state = 375, .external_lex_state = 16}, [2763] = {.lex_state = 377}, [2764] = {.lex_state = 375, .external_lex_state = 16}, [2765] = {.lex_state = 375, .external_lex_state = 16}, [2766] = {.lex_state = 446, .external_lex_state = 5}, [2767] = {.lex_state = 375, .external_lex_state = 16}, [2768] = {.lex_state = 332, .external_lex_state = 2}, [2769] = {.lex_state = 332, .external_lex_state = 2}, [2770] = {.lex_state = 444, .external_lex_state = 20}, [2771] = {.lex_state = 444, .external_lex_state = 20}, [2772] = {.lex_state = 444, .external_lex_state = 20}, [2773] = {.lex_state = 375, .external_lex_state = 16}, [2774] = {.lex_state = 411, .external_lex_state = 22}, [2775] = {.lex_state = 411, .external_lex_state = 22}, [2776] = {.lex_state = 203, .external_lex_state = 16}, [2777] = {.lex_state = 375, .external_lex_state = 16}, [2778] = {.lex_state = 444, .external_lex_state = 20}, [2779] = {.lex_state = 375, .external_lex_state = 16}, [2780] = {.lex_state = 444, .external_lex_state = 20}, [2781] = {.lex_state = 375, .external_lex_state = 16}, [2782] = {.lex_state = 444, .external_lex_state = 20}, [2783] = {.lex_state = 375, .external_lex_state = 16}, [2784] = {.lex_state = 444, .external_lex_state = 20}, [2785] = {.lex_state = 375, .external_lex_state = 16}, [2786] = {.lex_state = 450, .external_lex_state = 10}, [2787] = {.lex_state = 450, .external_lex_state = 10}, [2788] = {.lex_state = 450, .external_lex_state = 10}, [2789] = {.lex_state = 373, .external_lex_state = 16}, [2790] = {.lex_state = 450, .external_lex_state = 10}, [2791] = {.lex_state = 377}, [2792] = {.lex_state = 375, .external_lex_state = 16}, [2793] = {.lex_state = 203}, [2794] = {.lex_state = 308, .external_lex_state = 16}, [2795] = {.lex_state = 308, .external_lex_state = 16}, [2796] = {.lex_state = 308, .external_lex_state = 16}, [2797] = {.lex_state = 450, .external_lex_state = 10}, [2798] = {.lex_state = 377}, [2799] = {.lex_state = 375, .external_lex_state = 16}, [2800] = {.lex_state = 450, .external_lex_state = 10}, [2801] = {.lex_state = 377}, [2802] = {.lex_state = 375, .external_lex_state = 16}, [2803] = {.lex_state = 450, .external_lex_state = 10}, [2804] = {.lex_state = 450, .external_lex_state = 10}, [2805] = {.lex_state = 434, .external_lex_state = 14}, [2806] = {.lex_state = 434, .external_lex_state = 14}, [2807] = {.lex_state = 434, .external_lex_state = 14}, [2808] = {.lex_state = 434, .external_lex_state = 14}, [2809] = {.lex_state = 375, .external_lex_state = 16}, [2810] = {.lex_state = 434, .external_lex_state = 14}, [2811] = {.lex_state = 375, .external_lex_state = 16}, [2812] = {.lex_state = 434, .external_lex_state = 14}, [2813] = {.lex_state = 375, .external_lex_state = 16}, [2814] = {.lex_state = 434, .external_lex_state = 14}, [2815] = {.lex_state = 434, .external_lex_state = 14}, [2816] = {.lex_state = 434, .external_lex_state = 10}, [2817] = {.lex_state = 434, .external_lex_state = 10}, [2818] = {.lex_state = 434, .external_lex_state = 10}, [2819] = {.lex_state = 434, .external_lex_state = 10}, [2820] = {.lex_state = 375, .external_lex_state = 16}, [2821] = {.lex_state = 434, .external_lex_state = 10}, [2822] = {.lex_state = 375, .external_lex_state = 16}, [2823] = {.lex_state = 434, .external_lex_state = 10}, [2824] = {.lex_state = 375, .external_lex_state = 16}, [2825] = {.lex_state = 434, .external_lex_state = 10}, [2826] = {.lex_state = 434, .external_lex_state = 10}, [2827] = {.lex_state = 440, .external_lex_state = 5}, [2828] = {.lex_state = 440, .external_lex_state = 5}, [2829] = {.lex_state = 440, .external_lex_state = 5}, [2830] = {.lex_state = 446, .external_lex_state = 5}, [2831] = {.lex_state = 446, .external_lex_state = 5}, [2832] = {.lex_state = 446, .external_lex_state = 5}, [2833] = {.lex_state = 375, .external_lex_state = 16}, [2834] = {.lex_state = 411, .external_lex_state = 22}, [2835] = {.lex_state = 411, .external_lex_state = 22}, [2836] = {.lex_state = 203, .external_lex_state = 16}, [2837] = {.lex_state = 375, .external_lex_state = 16}, [2838] = {.lex_state = 446, .external_lex_state = 5}, [2839] = {.lex_state = 375, .external_lex_state = 16}, [2840] = {.lex_state = 446, .external_lex_state = 5}, [2841] = {.lex_state = 375, .external_lex_state = 16}, [2842] = {.lex_state = 446, .external_lex_state = 5}, [2843] = {.lex_state = 375, .external_lex_state = 16}, [2844] = {.lex_state = 446, .external_lex_state = 5}, [2845] = {.lex_state = 375, .external_lex_state = 16}, [2846] = {.lex_state = 444, .external_lex_state = 20}, [2847] = {.lex_state = 444, .external_lex_state = 20}, [2848] = {.lex_state = 444, .external_lex_state = 20}, [2849] = {.lex_state = 444, .external_lex_state = 20}, [2850] = {.lex_state = 375, .external_lex_state = 16}, [2851] = {.lex_state = 444, .external_lex_state = 20}, [2852] = {.lex_state = 375, .external_lex_state = 16}, [2853] = {.lex_state = 444, .external_lex_state = 20}, [2854] = {.lex_state = 375, .external_lex_state = 16}, [2855] = {.lex_state = 444, .external_lex_state = 20}, [2856] = {.lex_state = 444, .external_lex_state = 20}, [2857] = {.lex_state = 450, .external_lex_state = 10}, [2858] = {.lex_state = 411, .external_lex_state = 22}, [2859] = {.lex_state = 411, .external_lex_state = 22}, [2860] = {.lex_state = 203, .external_lex_state = 16}, [2861] = {.lex_state = 375, .external_lex_state = 16}, [2862] = {.lex_state = 450, .external_lex_state = 10}, [2863] = {.lex_state = 373, .external_lex_state = 16}, [2864] = {.lex_state = 450, .external_lex_state = 10}, [2865] = {.lex_state = 377}, [2866] = {.lex_state = 375, .external_lex_state = 16}, [2867] = {.lex_state = 450, .external_lex_state = 10}, [2868] = {.lex_state = 377}, [2869] = {.lex_state = 375, .external_lex_state = 16}, [2870] = {.lex_state = 377}, [2871] = {.lex_state = 375, .external_lex_state = 16}, [2872] = {.lex_state = 375, .external_lex_state = 16}, [2873] = {.lex_state = 450, .external_lex_state = 10}, [2874] = {.lex_state = 375, .external_lex_state = 16}, [2875] = {.lex_state = 434, .external_lex_state = 14}, [2876] = {.lex_state = 434, .external_lex_state = 14}, [2877] = {.lex_state = 434, .external_lex_state = 14}, [2878] = {.lex_state = 434, .external_lex_state = 10}, [2879] = {.lex_state = 434, .external_lex_state = 10}, [2880] = {.lex_state = 434, .external_lex_state = 10}, [2881] = {.lex_state = 446, .external_lex_state = 5}, [2882] = {.lex_state = 446, .external_lex_state = 5}, [2883] = {.lex_state = 446, .external_lex_state = 5}, [2884] = {.lex_state = 446, .external_lex_state = 5}, [2885] = {.lex_state = 375, .external_lex_state = 16}, [2886] = {.lex_state = 446, .external_lex_state = 5}, [2887] = {.lex_state = 375, .external_lex_state = 16}, [2888] = {.lex_state = 446, .external_lex_state = 5}, [2889] = {.lex_state = 375, .external_lex_state = 16}, [2890] = {.lex_state = 446, .external_lex_state = 5}, [2891] = {.lex_state = 446, .external_lex_state = 5}, [2892] = {.lex_state = 444, .external_lex_state = 20}, [2893] = {.lex_state = 444, .external_lex_state = 20}, [2894] = {.lex_state = 444, .external_lex_state = 20}, [2895] = {.lex_state = 450, .external_lex_state = 10}, [2896] = {.lex_state = 450, .external_lex_state = 10}, [2897] = {.lex_state = 450, .external_lex_state = 10}, [2898] = {.lex_state = 375, .external_lex_state = 16}, [2899] = {.lex_state = 411, .external_lex_state = 22}, [2900] = {.lex_state = 411, .external_lex_state = 22}, [2901] = {.lex_state = 203, .external_lex_state = 16}, [2902] = {.lex_state = 375, .external_lex_state = 16}, [2903] = {.lex_state = 450, .external_lex_state = 10}, [2904] = {.lex_state = 375, .external_lex_state = 16}, [2905] = {.lex_state = 450, .external_lex_state = 10}, [2906] = {.lex_state = 375, .external_lex_state = 16}, [2907] = {.lex_state = 450, .external_lex_state = 10}, [2908] = {.lex_state = 375, .external_lex_state = 16}, [2909] = {.lex_state = 450, .external_lex_state = 10}, [2910] = {.lex_state = 375, .external_lex_state = 16}, [2911] = {.lex_state = 446, .external_lex_state = 5}, [2912] = {.lex_state = 446, .external_lex_state = 5}, [2913] = {.lex_state = 446, .external_lex_state = 5}, [2914] = {.lex_state = 450, .external_lex_state = 10}, [2915] = {.lex_state = 450, .external_lex_state = 10}, [2916] = {.lex_state = 450, .external_lex_state = 10}, [2917] = {.lex_state = 450, .external_lex_state = 10}, [2918] = {.lex_state = 375, .external_lex_state = 16}, [2919] = {.lex_state = 450, .external_lex_state = 10}, [2920] = {.lex_state = 375, .external_lex_state = 16}, [2921] = {.lex_state = 450, .external_lex_state = 10}, [2922] = {.lex_state = 375, .external_lex_state = 16}, [2923] = {.lex_state = 450, .external_lex_state = 10}, [2924] = {.lex_state = 450, .external_lex_state = 10}, [2925] = {.lex_state = 450, .external_lex_state = 10}, [2926] = {.lex_state = 450, .external_lex_state = 10}, [2927] = {.lex_state = 450, .external_lex_state = 10}, }; enum { ts_external_token__simple_heredoc, ts_external_token__heredoc_beginning, ts_external_token__heredoc_middle, ts_external_token__heredoc_end, ts_external_token_file_descriptor, ts_external_token__empty_value, ts_external_token__concat, ts_external_token_variable_name, ts_external_token_RBRACE, ts_external_token_RBRACK, ts_external_token_LF, }; static TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token__simple_heredoc] = sym__simple_heredoc, [ts_external_token__heredoc_beginning] = sym__heredoc_beginning, [ts_external_token__heredoc_middle] = sym__heredoc_middle, [ts_external_token__heredoc_end] = sym__heredoc_end, [ts_external_token_file_descriptor] = sym_file_descriptor, [ts_external_token__empty_value] = sym__empty_value, [ts_external_token__concat] = sym__concat, [ts_external_token_variable_name] = sym_variable_name, [ts_external_token_RBRACE] = anon_sym_RBRACE, [ts_external_token_RBRACK] = anon_sym_RBRACK, [ts_external_token_LF] = anon_sym_LF, }; static bool ts_external_scanner_states[25][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__simple_heredoc] = true, [ts_external_token__heredoc_beginning] = true, [ts_external_token__heredoc_middle] = true, [ts_external_token__heredoc_end] = true, [ts_external_token_file_descriptor] = true, [ts_external_token__empty_value] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_RBRACE] = true, [ts_external_token_RBRACK] = true, }, [2] = { [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, }, [3] = { [ts_external_token_variable_name] = true, [ts_external_token_LF] = true, }, [4] = { [ts_external_token_LF] = true, }, [5] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_LF] = true, }, [6] = { [ts_external_token_variable_name] = true, }, [7] = { [ts_external_token_file_descriptor] = true, [ts_external_token_LF] = true, }, [8] = { [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, [ts_external_token_LF] = true, }, [9] = { [ts_external_token__empty_value] = true, }, [10] = { [ts_external_token__concat] = true, [ts_external_token_LF] = true, }, [11] = { [ts_external_token__concat] = true, [ts_external_token_RBRACK] = true, }, [12] = { [ts_external_token_RBRACK] = true, }, [13] = { [ts_external_token__concat] = true, }, [14] = { [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_LF] = true, }, [15] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, }, [16] = { [ts_external_token_RBRACE] = true, }, [17] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, }, [18] = { [ts_external_token_file_descriptor] = true, }, [19] = { [ts_external_token__simple_heredoc] = true, [ts_external_token__heredoc_beginning] = true, }, [20] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, [ts_external_token_LF] = true, }, [21] = { [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, [ts_external_token_RBRACE] = true, }, [22] = { [ts_external_token__concat] = true, [ts_external_token_RBRACE] = true, }, [23] = { [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, }, [24] = { [ts_external_token__heredoc_middle] = true, [ts_external_token__heredoc_end] = true, }, }; static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [0] = { [sym__simple_heredoc] = ACTIONS(1), [sym__heredoc_beginning] = ACTIONS(1), [sym__heredoc_middle] = ACTIONS(1), [sym__heredoc_end] = ACTIONS(1), [sym_file_descriptor] = ACTIONS(1), [sym__empty_value] = ACTIONS(1), [sym__concat] = ACTIONS(1), [sym_variable_name] = ACTIONS(1), [ts_builtin_sym_end] = ACTIONS(1), [anon_sym_for] = ACTIONS(3), [anon_sym_in] = ACTIONS(3), [anon_sym_while] = ACTIONS(3), [anon_sym_do] = ACTIONS(3), [anon_sym_done] = ACTIONS(3), [anon_sym_if] = ACTIONS(3), [anon_sym_then] = ACTIONS(3), [anon_sym_fi] = ACTIONS(3), [anon_sym_elif] = ACTIONS(3), [anon_sym_else] = ACTIONS(3), [anon_sym_case] = ACTIONS(3), [anon_sym_esac] = ACTIONS(3), [anon_sym_PIPE] = ACTIONS(3), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_SEMI_SEMI] = ACTIONS(1), [anon_sym_function] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_PIPE_AMP] = ACTIONS(1), [anon_sym_AMP_AMP] = ACTIONS(1), [anon_sym_PIPE_PIPE] = ACTIONS(1), [anon_sym_EQ_TILDE] = ACTIONS(1), [anon_sym_EQ_EQ] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(3), [anon_sym_RBRACK] = ACTIONS(3), [anon_sym_LBRACK_LBRACK] = ACTIONS(1), [anon_sym_RBRACK_RBRACK] = ACTIONS(1), [anon_sym_declare] = ACTIONS(3), [anon_sym_typeset] = ACTIONS(3), [anon_sym_export] = ACTIONS(3), [anon_sym_readonly] = ACTIONS(3), [anon_sym_local] = ACTIONS(3), [anon_sym_unset] = ACTIONS(3), [anon_sym_unsetenv] = ACTIONS(3), [anon_sym_EQ] = ACTIONS(3), [anon_sym_PLUS_EQ] = ACTIONS(1), [anon_sym_LT] = ACTIONS(3), [anon_sym_GT] = ACTIONS(3), [anon_sym_GT_GT] = ACTIONS(1), [anon_sym_AMP_GT] = ACTIONS(3), [anon_sym_AMP_GT_GT] = ACTIONS(1), [anon_sym_LT_AMP] = ACTIONS(1), [anon_sym_GT_AMP] = ACTIONS(1), [anon_sym_LT_LT] = ACTIONS(3), [anon_sym_LT_LT_DASH] = ACTIONS(1), [anon_sym_LT_LT_LT] = ACTIONS(1), [sym__special_characters] = ACTIONS(3), [anon_sym_DQUOTE] = ACTIONS(1), [anon_sym_DOLLAR] = ACTIONS(3), [sym_raw_string] = ACTIONS(1), [anon_sym_POUND] = ACTIONS(1), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1), [aux_sym_SLASH] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(3), [anon_sym_COLON_QMARK] = ACTIONS(1), [anon_sym_COLON_DASH] = ACTIONS(1), [anon_sym_PERCENT] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1), [anon_sym_BQUOTE] = ACTIONS(1), [anon_sym_LT_LPAREN] = ACTIONS(1), [anon_sym_GT_LPAREN] = ACTIONS(1), [sym_comment] = ACTIONS(5), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3), [anon_sym_STAR] = ACTIONS(1), [anon_sym_AT] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_0] = ACTIONS(3), [anon_sym__] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(3), [anon_sym_AMP] = ACTIONS(3), }, [1] = { [sym_program] = STATE(24), [sym__terminated_statement] = STATE(30), [sym_for_statement] = STATE(25), [sym_while_statement] = STATE(25), [sym_if_statement] = STATE(25), [sym_case_statement] = STATE(25), [sym_function_definition] = STATE(25), [sym_subshell] = STATE(25), [sym_pipeline] = STATE(25), [sym_list] = STATE(25), [sym_command] = STATE(25), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(25), [sym_variable_assignment] = STATE(27), [sym_declaration_command] = STATE(25), [sym_unset_command] = STATE(25), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(30), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [ts_builtin_sym_end] = ACTIONS(12), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [2] = { [anon_sym_LT] = ACTIONS(58), [anon_sym_GT] = ACTIONS(58), [anon_sym_GT_GT] = ACTIONS(60), [anon_sym_AMP_GT] = ACTIONS(58), [anon_sym_AMP_GT_GT] = ACTIONS(60), [anon_sym_LT_AMP] = ACTIONS(60), [anon_sym_GT_AMP] = ACTIONS(60), [sym_comment] = ACTIONS(54), }, [3] = { [sym__assignment] = STATE(35), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(64), [anon_sym_PLUS_EQ] = ACTIONS(64), [sym_comment] = ACTIONS(54), }, [4] = { [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(66), }, [5] = { [sym__terminated_statement] = STATE(37), [sym_for_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_function_definition] = STATE(38), [sym_subshell] = STATE(38), [sym_pipeline] = STATE(38), [sym_list] = STATE(38), [sym_command] = STATE(38), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(38), [sym_variable_assignment] = STATE(39), [sym_declaration_command] = STATE(38), [sym_unset_command] = STATE(38), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [6] = { [sym__terminated_statement] = STATE(40), [sym_for_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_function_definition] = STATE(38), [sym_subshell] = STATE(38), [sym_pipeline] = STATE(38), [sym_list] = STATE(38), [sym_command] = STATE(38), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(38), [sym_variable_assignment] = STATE(39), [sym_declaration_command] = STATE(38), [sym_unset_command] = STATE(38), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [7] = { [sym_concatenation] = STATE(49), [sym_string] = STATE(44), [sym_simple_expansion] = STATE(44), [sym_string_expansion] = STATE(44), [sym_expansion] = STATE(44), [sym_command_substitution] = STATE(44), [sym_process_substitution] = STATE(44), [sym__special_characters] = ACTIONS(68), [anon_sym_DQUOTE] = ACTIONS(70), [anon_sym_DOLLAR] = ACTIONS(72), [sym_raw_string] = ACTIONS(74), [anon_sym_DOLLAR_LBRACE] = ACTIONS(76), [anon_sym_DOLLAR_LPAREN] = ACTIONS(78), [anon_sym_BQUOTE] = ACTIONS(80), [anon_sym_LT_LPAREN] = ACTIONS(82), [anon_sym_GT_LPAREN] = ACTIONS(82), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(74), }, [8] = { [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(84), }, [9] = { [sym__terminated_statement] = STATE(65), [sym_for_statement] = STATE(61), [sym_while_statement] = STATE(61), [sym_if_statement] = STATE(61), [sym_case_statement] = STATE(61), [sym_function_definition] = STATE(61), [sym_subshell] = STATE(61), [sym_pipeline] = STATE(61), [sym_list] = STATE(61), [sym_command] = STATE(61), [sym_command_name] = STATE(62), [sym_bracket_command] = STATE(61), [sym_variable_assignment] = STATE(63), [sym_declaration_command] = STATE(61), [sym_unset_command] = STATE(61), [sym_subscript] = STATE(64), [sym_file_redirect] = STATE(66), [sym_concatenation] = STATE(29), [sym_string] = STATE(59), [sym_simple_expansion] = STATE(59), [sym_string_expansion] = STATE(59), [sym_expansion] = STATE(59), [sym_command_substitution] = STATE(59), [sym_process_substitution] = STATE(59), [aux_sym_program_repeat1] = STATE(65), [aux_sym_command_repeat1] = STATE(66), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(86), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(88), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(90), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(92), [anon_sym_LBRACK_LBRACK] = ACTIONS(94), [anon_sym_declare] = ACTIONS(96), [anon_sym_typeset] = ACTIONS(96), [anon_sym_export] = ACTIONS(96), [anon_sym_readonly] = ACTIONS(96), [anon_sym_local] = ACTIONS(96), [anon_sym_unset] = ACTIONS(98), [anon_sym_unsetenv] = ACTIONS(98), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(100), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(102), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(104), }, [10] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(77), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [sym__special_characters] = ACTIONS(108), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [11] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(88), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [sym__special_characters] = ACTIONS(128), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [12] = { [sym_variable_assignment] = STATE(100), [sym_subscript] = STATE(99), [sym_concatenation] = STATE(100), [sym_string] = STATE(93), [sym_simple_expansion] = STATE(93), [sym_string_expansion] = STATE(93), [sym_expansion] = STATE(93), [sym_command_substitution] = STATE(93), [sym_process_substitution] = STATE(93), [aux_sym_declaration_command_repeat1] = STATE(100), [sym_variable_name] = ACTIONS(146), [anon_sym_PIPE] = ACTIONS(148), [anon_sym_SEMI_SEMI] = ACTIONS(148), [anon_sym_PIPE_AMP] = ACTIONS(148), [anon_sym_AMP_AMP] = ACTIONS(148), [anon_sym_PIPE_PIPE] = ACTIONS(148), [sym__special_characters] = ACTIONS(150), [anon_sym_DQUOTE] = ACTIONS(152), [anon_sym_DOLLAR] = ACTIONS(154), [sym_raw_string] = ACTIONS(156), [anon_sym_DOLLAR_LBRACE] = ACTIONS(158), [anon_sym_DOLLAR_LPAREN] = ACTIONS(160), [anon_sym_BQUOTE] = ACTIONS(162), [anon_sym_LT_LPAREN] = ACTIONS(164), [anon_sym_GT_LPAREN] = ACTIONS(164), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(168), [sym_word] = ACTIONS(156), [anon_sym_SEMI] = ACTIONS(148), [anon_sym_LF] = ACTIONS(170), [anon_sym_AMP] = ACTIONS(148), }, [13] = { [sym_concatenation] = STATE(110), [sym_string] = STATE(104), [sym_simple_expansion] = STATE(104), [sym_string_expansion] = STATE(104), [sym_expansion] = STATE(104), [sym_command_substitution] = STATE(104), [sym_process_substitution] = STATE(104), [aux_sym_unset_command_repeat1] = STATE(110), [anon_sym_PIPE] = ACTIONS(172), [anon_sym_SEMI_SEMI] = ACTIONS(172), [anon_sym_PIPE_AMP] = ACTIONS(172), [anon_sym_AMP_AMP] = ACTIONS(172), [anon_sym_PIPE_PIPE] = ACTIONS(172), [sym__special_characters] = ACTIONS(174), [anon_sym_DQUOTE] = ACTIONS(176), [anon_sym_DOLLAR] = ACTIONS(178), [sym_raw_string] = ACTIONS(180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(184), [anon_sym_BQUOTE] = ACTIONS(186), [anon_sym_LT_LPAREN] = ACTIONS(188), [anon_sym_GT_LPAREN] = ACTIONS(188), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(190), [sym_word] = ACTIONS(180), [anon_sym_SEMI] = ACTIONS(172), [anon_sym_LF] = ACTIONS(192), [anon_sym_AMP] = ACTIONS(172), }, [14] = { [sym_concatenation] = STATE(119), [sym_string] = STATE(114), [sym_simple_expansion] = STATE(114), [sym_string_expansion] = STATE(114), [sym_expansion] = STATE(114), [sym_command_substitution] = STATE(114), [sym_process_substitution] = STATE(114), [sym__special_characters] = ACTIONS(194), [anon_sym_DQUOTE] = ACTIONS(196), [anon_sym_DOLLAR] = ACTIONS(198), [sym_raw_string] = ACTIONS(200), [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), [anon_sym_DOLLAR_LPAREN] = ACTIONS(204), [anon_sym_BQUOTE] = ACTIONS(206), [anon_sym_LT_LPAREN] = ACTIONS(208), [anon_sym_GT_LPAREN] = ACTIONS(208), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(200), }, [15] = { [aux_sym_concatenation_repeat1] = STATE(121), [sym_file_descriptor] = ACTIONS(210), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(214), [anon_sym_SEMI_SEMI] = ACTIONS(214), [anon_sym_PIPE_AMP] = ACTIONS(214), [anon_sym_AMP_AMP] = ACTIONS(214), [anon_sym_PIPE_PIPE] = ACTIONS(214), [anon_sym_EQ_TILDE] = ACTIONS(214), [anon_sym_EQ_EQ] = ACTIONS(214), [anon_sym_LT] = ACTIONS(214), [anon_sym_GT] = ACTIONS(214), [anon_sym_GT_GT] = ACTIONS(214), [anon_sym_AMP_GT] = ACTIONS(214), [anon_sym_AMP_GT_GT] = ACTIONS(214), [anon_sym_LT_AMP] = ACTIONS(214), [anon_sym_GT_AMP] = ACTIONS(214), [anon_sym_LT_LT] = ACTIONS(214), [anon_sym_LT_LT_DASH] = ACTIONS(214), [anon_sym_LT_LT_LT] = ACTIONS(214), [sym__special_characters] = ACTIONS(214), [anon_sym_DQUOTE] = ACTIONS(214), [anon_sym_DOLLAR] = ACTIONS(214), [sym_raw_string] = ACTIONS(214), [anon_sym_DOLLAR_LBRACE] = ACTIONS(214), [anon_sym_DOLLAR_LPAREN] = ACTIONS(214), [anon_sym_BQUOTE] = ACTIONS(214), [anon_sym_LT_LPAREN] = ACTIONS(214), [anon_sym_GT_LPAREN] = ACTIONS(214), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(214), [anon_sym_SEMI] = ACTIONS(214), [anon_sym_LF] = ACTIONS(210), [anon_sym_AMP] = ACTIONS(214), }, [16] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(128), [anon_sym_DQUOTE] = ACTIONS(216), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [17] = { [sym_string] = STATE(130), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(228), [sym_raw_string] = ACTIONS(230), [anon_sym_POUND] = ACTIONS(228), [anon_sym_DASH] = ACTIONS(228), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(232), [anon_sym_STAR] = ACTIONS(228), [anon_sym_AT] = ACTIONS(228), [anon_sym_QMARK] = ACTIONS(228), [anon_sym_0] = ACTIONS(234), [anon_sym__] = ACTIONS(234), }, [18] = { [aux_sym_concatenation_repeat1] = STATE(121), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_SEMI_SEMI] = ACTIONS(238), [anon_sym_PIPE_AMP] = ACTIONS(238), [anon_sym_AMP_AMP] = ACTIONS(238), [anon_sym_PIPE_PIPE] = ACTIONS(238), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(238), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(238), [anon_sym_LT_AMP] = ACTIONS(238), [anon_sym_GT_AMP] = ACTIONS(238), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(238), [anon_sym_LT_LT_LT] = ACTIONS(238), [sym__special_characters] = ACTIONS(238), [anon_sym_DQUOTE] = ACTIONS(238), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(238), [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), [anon_sym_BQUOTE] = ACTIONS(238), [anon_sym_LT_LPAREN] = ACTIONS(238), [anon_sym_GT_LPAREN] = ACTIONS(238), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(238), [anon_sym_SEMI] = ACTIONS(238), [anon_sym_LF] = ACTIONS(236), [anon_sym_AMP] = ACTIONS(238), }, [19] = { [sym_subscript] = STATE(136), [sym_variable_name] = ACTIONS(240), [anon_sym_DOLLAR] = ACTIONS(242), [anon_sym_POUND] = ACTIONS(244), [anon_sym_DASH] = ACTIONS(242), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(246), [anon_sym_STAR] = ACTIONS(242), [anon_sym_AT] = ACTIONS(242), [anon_sym_QMARK] = ACTIONS(242), [anon_sym_0] = ACTIONS(248), [anon_sym__] = ACTIONS(248), }, [20] = { [sym_for_statement] = STATE(157), [sym_while_statement] = STATE(157), [sym_if_statement] = STATE(157), [sym_case_statement] = STATE(157), [sym_function_definition] = STATE(157), [sym_subshell] = STATE(157), [sym_pipeline] = STATE(157), [sym_list] = STATE(157), [sym_command] = STATE(157), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(157), [sym_variable_assignment] = STATE(159), [sym_declaration_command] = STATE(157), [sym_unset_command] = STATE(157), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [21] = { [sym_for_statement] = STATE(173), [sym_while_statement] = STATE(173), [sym_if_statement] = STATE(173), [sym_case_statement] = STATE(173), [sym_function_definition] = STATE(173), [sym_subshell] = STATE(173), [sym_pipeline] = STATE(173), [sym_list] = STATE(173), [sym_command] = STATE(173), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(173), [sym_variable_assignment] = STATE(175), [sym_declaration_command] = STATE(173), [sym_unset_command] = STATE(173), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [22] = { [sym_for_statement] = STATE(178), [sym_while_statement] = STATE(178), [sym_if_statement] = STATE(178), [sym_case_statement] = STATE(178), [sym_function_definition] = STATE(178), [sym_subshell] = STATE(178), [sym_pipeline] = STATE(178), [sym_list] = STATE(178), [sym_command] = STATE(178), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(178), [sym_variable_assignment] = STATE(179), [sym_declaration_command] = STATE(178), [sym_unset_command] = STATE(178), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [23] = { [aux_sym_concatenation_repeat1] = STATE(121), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_SEMI_SEMI] = ACTIONS(238), [anon_sym_LPAREN] = ACTIONS(310), [anon_sym_PIPE_AMP] = ACTIONS(238), [anon_sym_AMP_AMP] = ACTIONS(238), [anon_sym_PIPE_PIPE] = ACTIONS(238), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(238), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(238), [anon_sym_LT_AMP] = ACTIONS(238), [anon_sym_GT_AMP] = ACTIONS(238), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(238), [anon_sym_LT_LT_LT] = ACTIONS(238), [sym__special_characters] = ACTIONS(238), [anon_sym_DQUOTE] = ACTIONS(238), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(238), [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), [anon_sym_BQUOTE] = ACTIONS(238), [anon_sym_LT_LPAREN] = ACTIONS(238), [anon_sym_GT_LPAREN] = ACTIONS(238), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(238), [anon_sym_SEMI] = ACTIONS(238), [anon_sym_LF] = ACTIONS(236), [anon_sym_AMP] = ACTIONS(238), }, [24] = { [ts_builtin_sym_end] = ACTIONS(312), [sym_comment] = ACTIONS(54), }, [25] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(316), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [26] = { [sym_file_redirect] = STATE(192), [sym_heredoc_redirect] = STATE(192), [sym_herestring_redirect] = STATE(192), [sym_concatenation] = STATE(191), [sym_string] = STATE(190), [sym_simple_expansion] = STATE(190), [sym_string_expansion] = STATE(190), [sym_expansion] = STATE(190), [sym_command_substitution] = STATE(190), [sym_process_substitution] = STATE(190), [aux_sym_while_statement_repeat1] = STATE(192), [aux_sym_command_repeat2] = STATE(193), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(324), [anon_sym_SEMI_SEMI] = ACTIONS(324), [anon_sym_PIPE_AMP] = ACTIONS(324), [anon_sym_AMP_AMP] = ACTIONS(324), [anon_sym_PIPE_PIPE] = ACTIONS(324), [anon_sym_EQ_TILDE] = ACTIONS(326), [anon_sym_EQ_EQ] = ACTIONS(326), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym__special_characters] = ACTIONS(334), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(338), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(338), [anon_sym_SEMI] = ACTIONS(324), [anon_sym_LF] = ACTIONS(348), [anon_sym_AMP] = ACTIONS(324), }, [27] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(316), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [28] = { [sym__assignment] = STATE(35), [anon_sym_EQ] = ACTIONS(64), [anon_sym_PLUS_EQ] = ACTIONS(64), [sym_comment] = ACTIONS(54), }, [29] = { [sym_file_descriptor] = ACTIONS(236), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_RPAREN] = ACTIONS(238), [anon_sym_SEMI_SEMI] = ACTIONS(238), [anon_sym_PIPE_AMP] = ACTIONS(238), [anon_sym_AMP_AMP] = ACTIONS(238), [anon_sym_PIPE_PIPE] = ACTIONS(238), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(238), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(238), [anon_sym_LT_AMP] = ACTIONS(238), [anon_sym_GT_AMP] = ACTIONS(238), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(238), [anon_sym_LT_LT_LT] = ACTIONS(238), [sym__special_characters] = ACTIONS(238), [anon_sym_DQUOTE] = ACTIONS(238), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(238), [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), [anon_sym_BQUOTE] = ACTIONS(238), [anon_sym_LT_LPAREN] = ACTIONS(238), [anon_sym_GT_LPAREN] = ACTIONS(238), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(238), [anon_sym_SEMI] = ACTIONS(238), [anon_sym_LF] = ACTIONS(236), [anon_sym_AMP] = ACTIONS(238), }, [30] = { [sym__terminated_statement] = STATE(194), [sym_for_statement] = STATE(25), [sym_while_statement] = STATE(25), [sym_if_statement] = STATE(25), [sym_case_statement] = STATE(25), [sym_function_definition] = STATE(25), [sym_subshell] = STATE(25), [sym_pipeline] = STATE(25), [sym_list] = STATE(25), [sym_command] = STATE(25), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(25), [sym_variable_assignment] = STATE(27), [sym_declaration_command] = STATE(25), [sym_unset_command] = STATE(25), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(194), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [ts_builtin_sym_end] = ACTIONS(354), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [31] = { [sym_command_name] = STATE(196), [sym_variable_assignment] = STATE(198), [sym_subscript] = STATE(197), [sym_file_redirect] = STATE(198), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(198), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(356), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(358), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(44), }, [32] = { [sym_concatenation] = STATE(201), [sym_string] = STATE(200), [sym_simple_expansion] = STATE(200), [sym_string_expansion] = STATE(200), [sym_expansion] = STATE(200), [sym_command_substitution] = STATE(200), [sym_process_substitution] = STATE(200), [sym__special_characters] = ACTIONS(360), [anon_sym_DQUOTE] = ACTIONS(196), [anon_sym_DOLLAR] = ACTIONS(198), [sym_raw_string] = ACTIONS(362), [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), [anon_sym_DOLLAR_LPAREN] = ACTIONS(204), [anon_sym_BQUOTE] = ACTIONS(206), [anon_sym_LT_LPAREN] = ACTIONS(208), [anon_sym_GT_LPAREN] = ACTIONS(208), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(362), }, [33] = { [sym_concatenation] = STATE(204), [sym_string] = STATE(203), [sym_simple_expansion] = STATE(203), [sym_string_expansion] = STATE(203), [sym_expansion] = STATE(203), [sym_command_substitution] = STATE(203), [sym_process_substitution] = STATE(203), [sym__special_characters] = ACTIONS(364), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(366), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(366), }, [34] = { [sym_concatenation] = STATE(205), [sym_string] = STATE(210), [sym_array] = STATE(205), [sym_simple_expansion] = STATE(210), [sym_string_expansion] = STATE(210), [sym_expansion] = STATE(210), [sym_command_substitution] = STATE(210), [sym_process_substitution] = STATE(210), [sym__empty_value] = ACTIONS(368), [anon_sym_LPAREN] = ACTIONS(370), [sym__special_characters] = ACTIONS(372), [anon_sym_DQUOTE] = ACTIONS(374), [anon_sym_DOLLAR] = ACTIONS(376), [sym_raw_string] = ACTIONS(378), [anon_sym_DOLLAR_LBRACE] = ACTIONS(380), [anon_sym_DOLLAR_LPAREN] = ACTIONS(382), [anon_sym_BQUOTE] = ACTIONS(384), [anon_sym_LT_LPAREN] = ACTIONS(386), [anon_sym_GT_LPAREN] = ACTIONS(386), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(378), }, [35] = { [sym_file_descriptor] = ACTIONS(388), [sym_variable_name] = ACTIONS(388), [anon_sym_PIPE] = ACTIONS(390), [anon_sym_RPAREN] = ACTIONS(390), [anon_sym_SEMI_SEMI] = ACTIONS(390), [anon_sym_PIPE_AMP] = ACTIONS(390), [anon_sym_AMP_AMP] = ACTIONS(390), [anon_sym_PIPE_PIPE] = ACTIONS(390), [anon_sym_LT] = ACTIONS(390), [anon_sym_GT] = ACTIONS(390), [anon_sym_GT_GT] = ACTIONS(390), [anon_sym_AMP_GT] = ACTIONS(390), [anon_sym_AMP_GT_GT] = ACTIONS(390), [anon_sym_LT_AMP] = ACTIONS(390), [anon_sym_GT_AMP] = ACTIONS(390), [sym__special_characters] = ACTIONS(390), [anon_sym_DQUOTE] = ACTIONS(390), [anon_sym_DOLLAR] = ACTIONS(390), [sym_raw_string] = ACTIONS(390), [anon_sym_DOLLAR_LBRACE] = ACTIONS(390), [anon_sym_DOLLAR_LPAREN] = ACTIONS(390), [anon_sym_BQUOTE] = ACTIONS(390), [anon_sym_LT_LPAREN] = ACTIONS(390), [anon_sym_GT_LPAREN] = ACTIONS(390), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(390), [anon_sym_SEMI] = ACTIONS(390), [anon_sym_LF] = ACTIONS(388), [anon_sym_AMP] = ACTIONS(390), }, [36] = { [anon_sym_in] = ACTIONS(392), [anon_sym_SEMI_SEMI] = ACTIONS(394), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(394), [anon_sym_LF] = ACTIONS(396), [anon_sym_AMP] = ACTIONS(394), }, [37] = { [sym_do_group] = STATE(218), [anon_sym_do] = ACTIONS(398), [sym_comment] = ACTIONS(54), }, [38] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(400), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(400), [anon_sym_LF] = ACTIONS(402), [anon_sym_AMP] = ACTIONS(400), }, [39] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(400), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(400), [anon_sym_LF] = ACTIONS(402), [anon_sym_AMP] = ACTIONS(400), }, [40] = { [anon_sym_then] = ACTIONS(404), [sym_comment] = ACTIONS(54), }, [41] = { [aux_sym_concatenation_repeat1] = STATE(224), [sym__concat] = ACTIONS(406), [anon_sym_in] = ACTIONS(408), [anon_sym_SEMI_SEMI] = ACTIONS(410), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(410), [anon_sym_LF] = ACTIONS(412), [anon_sym_AMP] = ACTIONS(410), }, [42] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(226), [anon_sym_DQUOTE] = ACTIONS(414), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [43] = { [sym_string] = STATE(228), [anon_sym_DQUOTE] = ACTIONS(70), [anon_sym_DOLLAR] = ACTIONS(416), [sym_raw_string] = ACTIONS(418), [anon_sym_POUND] = ACTIONS(416), [anon_sym_DASH] = ACTIONS(416), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(420), [anon_sym_STAR] = ACTIONS(416), [anon_sym_AT] = ACTIONS(416), [anon_sym_QMARK] = ACTIONS(416), [anon_sym_0] = ACTIONS(422), [anon_sym__] = ACTIONS(422), }, [44] = { [aux_sym_concatenation_repeat1] = STATE(224), [sym__concat] = ACTIONS(406), [anon_sym_in] = ACTIONS(424), [anon_sym_SEMI_SEMI] = ACTIONS(426), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LF] = ACTIONS(428), [anon_sym_AMP] = ACTIONS(426), }, [45] = { [sym_subscript] = STATE(236), [sym_variable_name] = ACTIONS(430), [anon_sym_DOLLAR] = ACTIONS(432), [anon_sym_POUND] = ACTIONS(434), [anon_sym_DASH] = ACTIONS(432), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(436), [anon_sym_STAR] = ACTIONS(432), [anon_sym_AT] = ACTIONS(432), [anon_sym_QMARK] = ACTIONS(432), [anon_sym_0] = ACTIONS(438), [anon_sym__] = ACTIONS(438), }, [46] = { [sym_for_statement] = STATE(237), [sym_while_statement] = STATE(237), [sym_if_statement] = STATE(237), [sym_case_statement] = STATE(237), [sym_function_definition] = STATE(237), [sym_subshell] = STATE(237), [sym_pipeline] = STATE(237), [sym_list] = STATE(237), [sym_command] = STATE(237), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(237), [sym_variable_assignment] = STATE(238), [sym_declaration_command] = STATE(237), [sym_unset_command] = STATE(237), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [47] = { [sym_for_statement] = STATE(239), [sym_while_statement] = STATE(239), [sym_if_statement] = STATE(239), [sym_case_statement] = STATE(239), [sym_function_definition] = STATE(239), [sym_subshell] = STATE(239), [sym_pipeline] = STATE(239), [sym_list] = STATE(239), [sym_command] = STATE(239), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(239), [sym_variable_assignment] = STATE(240), [sym_declaration_command] = STATE(239), [sym_unset_command] = STATE(239), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [48] = { [sym_for_statement] = STATE(241), [sym_while_statement] = STATE(241), [sym_if_statement] = STATE(241), [sym_case_statement] = STATE(241), [sym_function_definition] = STATE(241), [sym_subshell] = STATE(241), [sym_pipeline] = STATE(241), [sym_list] = STATE(241), [sym_command] = STATE(241), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(241), [sym_variable_assignment] = STATE(242), [sym_declaration_command] = STATE(241), [sym_unset_command] = STATE(241), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [49] = { [anon_sym_in] = ACTIONS(424), [anon_sym_SEMI_SEMI] = ACTIONS(426), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(426), [anon_sym_LF] = ACTIONS(428), [anon_sym_AMP] = ACTIONS(426), }, [50] = { [sym_compound_statement] = STATE(245), [anon_sym_LPAREN] = ACTIONS(440), [anon_sym_LBRACE] = ACTIONS(442), [sym_comment] = ACTIONS(54), }, [51] = { [sym__assignment] = STATE(35), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(444), [anon_sym_PLUS_EQ] = ACTIONS(444), [sym_comment] = ACTIONS(54), }, [52] = { [sym__terminated_statement] = STATE(247), [sym_for_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_function_definition] = STATE(38), [sym_subshell] = STATE(38), [sym_pipeline] = STATE(38), [sym_list] = STATE(38), [sym_command] = STATE(38), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(38), [sym_variable_assignment] = STATE(39), [sym_declaration_command] = STATE(38), [sym_unset_command] = STATE(38), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [53] = { [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(446), }, [54] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(249), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [sym__special_characters] = ACTIONS(108), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [55] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(250), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [sym__special_characters] = ACTIONS(128), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [56] = { [sym_variable_assignment] = STATE(255), [sym_subscript] = STATE(254), [sym_concatenation] = STATE(255), [sym_string] = STATE(253), [sym_simple_expansion] = STATE(253), [sym_string_expansion] = STATE(253), [sym_expansion] = STATE(253), [sym_command_substitution] = STATE(253), [sym_process_substitution] = STATE(253), [aux_sym_declaration_command_repeat1] = STATE(255), [sym_variable_name] = ACTIONS(448), [anon_sym_PIPE] = ACTIONS(148), [anon_sym_RPAREN] = ACTIONS(148), [anon_sym_SEMI_SEMI] = ACTIONS(148), [anon_sym_PIPE_AMP] = ACTIONS(148), [anon_sym_AMP_AMP] = ACTIONS(148), [anon_sym_PIPE_PIPE] = ACTIONS(148), [sym__special_characters] = ACTIONS(450), [anon_sym_DQUOTE] = ACTIONS(152), [anon_sym_DOLLAR] = ACTIONS(154), [sym_raw_string] = ACTIONS(452), [anon_sym_DOLLAR_LBRACE] = ACTIONS(158), [anon_sym_DOLLAR_LPAREN] = ACTIONS(160), [anon_sym_BQUOTE] = ACTIONS(162), [anon_sym_LT_LPAREN] = ACTIONS(164), [anon_sym_GT_LPAREN] = ACTIONS(164), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(168), [sym_word] = ACTIONS(452), [anon_sym_SEMI] = ACTIONS(148), [anon_sym_LF] = ACTIONS(170), [anon_sym_AMP] = ACTIONS(148), }, [57] = { [sym_concatenation] = STATE(258), [sym_string] = STATE(257), [sym_simple_expansion] = STATE(257), [sym_string_expansion] = STATE(257), [sym_expansion] = STATE(257), [sym_command_substitution] = STATE(257), [sym_process_substitution] = STATE(257), [aux_sym_unset_command_repeat1] = STATE(258), [anon_sym_PIPE] = ACTIONS(172), [anon_sym_RPAREN] = ACTIONS(172), [anon_sym_SEMI_SEMI] = ACTIONS(172), [anon_sym_PIPE_AMP] = ACTIONS(172), [anon_sym_AMP_AMP] = ACTIONS(172), [anon_sym_PIPE_PIPE] = ACTIONS(172), [sym__special_characters] = ACTIONS(454), [anon_sym_DQUOTE] = ACTIONS(176), [anon_sym_DOLLAR] = ACTIONS(178), [sym_raw_string] = ACTIONS(456), [anon_sym_DOLLAR_LBRACE] = ACTIONS(182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(184), [anon_sym_BQUOTE] = ACTIONS(186), [anon_sym_LT_LPAREN] = ACTIONS(188), [anon_sym_GT_LPAREN] = ACTIONS(188), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(190), [sym_word] = ACTIONS(456), [anon_sym_SEMI] = ACTIONS(172), [anon_sym_LF] = ACTIONS(192), [anon_sym_AMP] = ACTIONS(172), }, [58] = { [aux_sym_concatenation_repeat1] = STATE(259), [sym_file_descriptor] = ACTIONS(210), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(214), [anon_sym_RPAREN] = ACTIONS(214), [anon_sym_SEMI_SEMI] = ACTIONS(214), [anon_sym_PIPE_AMP] = ACTIONS(214), [anon_sym_AMP_AMP] = ACTIONS(214), [anon_sym_PIPE_PIPE] = ACTIONS(214), [anon_sym_EQ_TILDE] = ACTIONS(214), [anon_sym_EQ_EQ] = ACTIONS(214), [anon_sym_LT] = ACTIONS(214), [anon_sym_GT] = ACTIONS(214), [anon_sym_GT_GT] = ACTIONS(214), [anon_sym_AMP_GT] = ACTIONS(214), [anon_sym_AMP_GT_GT] = ACTIONS(214), [anon_sym_LT_AMP] = ACTIONS(214), [anon_sym_GT_AMP] = ACTIONS(214), [anon_sym_LT_LT] = ACTIONS(214), [anon_sym_LT_LT_DASH] = ACTIONS(214), [anon_sym_LT_LT_LT] = ACTIONS(214), [sym__special_characters] = ACTIONS(214), [anon_sym_DQUOTE] = ACTIONS(214), [anon_sym_DOLLAR] = ACTIONS(214), [sym_raw_string] = ACTIONS(214), [anon_sym_DOLLAR_LBRACE] = ACTIONS(214), [anon_sym_DOLLAR_LPAREN] = ACTIONS(214), [anon_sym_BQUOTE] = ACTIONS(214), [anon_sym_LT_LPAREN] = ACTIONS(214), [anon_sym_GT_LPAREN] = ACTIONS(214), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(214), [anon_sym_SEMI] = ACTIONS(214), [anon_sym_LF] = ACTIONS(210), [anon_sym_AMP] = ACTIONS(214), }, [59] = { [aux_sym_concatenation_repeat1] = STATE(259), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_RPAREN] = ACTIONS(238), [anon_sym_SEMI_SEMI] = ACTIONS(238), [anon_sym_PIPE_AMP] = ACTIONS(238), [anon_sym_AMP_AMP] = ACTIONS(238), [anon_sym_PIPE_PIPE] = ACTIONS(238), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(238), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(238), [anon_sym_LT_AMP] = ACTIONS(238), [anon_sym_GT_AMP] = ACTIONS(238), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(238), [anon_sym_LT_LT_LT] = ACTIONS(238), [sym__special_characters] = ACTIONS(238), [anon_sym_DQUOTE] = ACTIONS(238), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(238), [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), [anon_sym_BQUOTE] = ACTIONS(238), [anon_sym_LT_LPAREN] = ACTIONS(238), [anon_sym_GT_LPAREN] = ACTIONS(238), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(238), [anon_sym_SEMI] = ACTIONS(238), [anon_sym_LF] = ACTIONS(236), [anon_sym_AMP] = ACTIONS(238), }, [60] = { [aux_sym_concatenation_repeat1] = STATE(259), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_RPAREN] = ACTIONS(238), [anon_sym_SEMI_SEMI] = ACTIONS(238), [anon_sym_LPAREN] = ACTIONS(458), [anon_sym_PIPE_AMP] = ACTIONS(238), [anon_sym_AMP_AMP] = ACTIONS(238), [anon_sym_PIPE_PIPE] = ACTIONS(238), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(238), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(238), [anon_sym_LT_AMP] = ACTIONS(238), [anon_sym_GT_AMP] = ACTIONS(238), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(238), [anon_sym_LT_LT_LT] = ACTIONS(238), [sym__special_characters] = ACTIONS(238), [anon_sym_DQUOTE] = ACTIONS(238), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(238), [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), [anon_sym_BQUOTE] = ACTIONS(238), [anon_sym_LT_LPAREN] = ACTIONS(238), [anon_sym_GT_LPAREN] = ACTIONS(238), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(238), [anon_sym_SEMI] = ACTIONS(238), [anon_sym_LF] = ACTIONS(236), [anon_sym_AMP] = ACTIONS(238), }, [61] = { [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(462), [anon_sym_SEMI_SEMI] = ACTIONS(464), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(466), [anon_sym_PIPE_PIPE] = ACTIONS(466), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(464), [anon_sym_LF] = ACTIONS(468), [anon_sym_AMP] = ACTIONS(464), }, [62] = { [sym_file_redirect] = STATE(271), [sym_heredoc_redirect] = STATE(271), [sym_herestring_redirect] = STATE(271), [sym_concatenation] = STATE(191), [sym_string] = STATE(270), [sym_simple_expansion] = STATE(270), [sym_string_expansion] = STATE(270), [sym_expansion] = STATE(270), [sym_command_substitution] = STATE(270), [sym_process_substitution] = STATE(270), [aux_sym_while_statement_repeat1] = STATE(271), [aux_sym_command_repeat2] = STATE(272), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(324), [anon_sym_RPAREN] = ACTIONS(324), [anon_sym_SEMI_SEMI] = ACTIONS(324), [anon_sym_PIPE_AMP] = ACTIONS(324), [anon_sym_AMP_AMP] = ACTIONS(324), [anon_sym_PIPE_PIPE] = ACTIONS(324), [anon_sym_EQ_TILDE] = ACTIONS(472), [anon_sym_EQ_EQ] = ACTIONS(472), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym__special_characters] = ACTIONS(478), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(480), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(480), [anon_sym_SEMI] = ACTIONS(324), [anon_sym_LF] = ACTIONS(348), [anon_sym_AMP] = ACTIONS(324), }, [63] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(462), [anon_sym_SEMI_SEMI] = ACTIONS(464), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(466), [anon_sym_PIPE_PIPE] = ACTIONS(466), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(464), [anon_sym_LF] = ACTIONS(468), [anon_sym_AMP] = ACTIONS(464), }, [64] = { [sym__assignment] = STATE(35), [anon_sym_EQ] = ACTIONS(444), [anon_sym_PLUS_EQ] = ACTIONS(444), [sym_comment] = ACTIONS(54), }, [65] = { [sym__terminated_statement] = STATE(275), [sym_for_statement] = STATE(273), [sym_while_statement] = STATE(273), [sym_if_statement] = STATE(273), [sym_case_statement] = STATE(273), [sym_function_definition] = STATE(273), [sym_subshell] = STATE(273), [sym_pipeline] = STATE(273), [sym_list] = STATE(273), [sym_command] = STATE(273), [sym_command_name] = STATE(62), [sym_bracket_command] = STATE(273), [sym_variable_assignment] = STATE(274), [sym_declaration_command] = STATE(273), [sym_unset_command] = STATE(273), [sym_subscript] = STATE(64), [sym_file_redirect] = STATE(66), [sym_concatenation] = STATE(29), [sym_string] = STATE(59), [sym_simple_expansion] = STATE(59), [sym_string_expansion] = STATE(59), [sym_expansion] = STATE(59), [sym_command_substitution] = STATE(59), [sym_process_substitution] = STATE(59), [aux_sym_program_repeat1] = STATE(275), [aux_sym_command_repeat1] = STATE(66), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(86), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(88), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(90), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(92), [anon_sym_LBRACK_LBRACK] = ACTIONS(94), [anon_sym_declare] = ACTIONS(96), [anon_sym_typeset] = ACTIONS(96), [anon_sym_export] = ACTIONS(96), [anon_sym_readonly] = ACTIONS(96), [anon_sym_local] = ACTIONS(96), [anon_sym_unset] = ACTIONS(98), [anon_sym_unsetenv] = ACTIONS(98), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(100), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(102), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(104), }, [66] = { [sym_command_name] = STATE(276), [sym_variable_assignment] = STATE(198), [sym_subscript] = STATE(197), [sym_file_redirect] = STATE(198), [sym_concatenation] = STATE(29), [sym_string] = STATE(59), [sym_simple_expansion] = STATE(59), [sym_string_expansion] = STATE(59), [sym_expansion] = STATE(59), [sym_command_substitution] = STATE(59), [sym_process_substitution] = STATE(59), [aux_sym_command_repeat1] = STATE(198), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(356), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(482), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(102), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(102), }, [67] = { [sym_concatenation] = STATE(279), [sym_string] = STATE(278), [sym_simple_expansion] = STATE(278), [sym_string_expansion] = STATE(278), [sym_expansion] = STATE(278), [sym_command_substitution] = STATE(278), [sym_process_substitution] = STATE(278), [sym__special_characters] = ACTIONS(484), [anon_sym_DQUOTE] = ACTIONS(486), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(488), [anon_sym_DOLLAR_LBRACE] = ACTIONS(490), [anon_sym_DOLLAR_LPAREN] = ACTIONS(492), [anon_sym_BQUOTE] = ACTIONS(494), [anon_sym_LT_LPAREN] = ACTIONS(496), [anon_sym_GT_LPAREN] = ACTIONS(496), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(488), [sym_regex] = ACTIONS(498), }, [68] = { [aux_sym_concatenation_repeat1] = STATE(281), [sym__concat] = ACTIONS(500), [anon_sym_EQ_TILDE] = ACTIONS(502), [anon_sym_EQ_EQ] = ACTIONS(502), [anon_sym_RBRACK] = ACTIONS(504), [sym__special_characters] = ACTIONS(502), [anon_sym_DQUOTE] = ACTIONS(504), [anon_sym_DOLLAR] = ACTIONS(502), [sym_raw_string] = ACTIONS(504), [anon_sym_DOLLAR_LBRACE] = ACTIONS(504), [anon_sym_DOLLAR_LPAREN] = ACTIONS(504), [anon_sym_BQUOTE] = ACTIONS(504), [anon_sym_LT_LPAREN] = ACTIONS(504), [anon_sym_GT_LPAREN] = ACTIONS(504), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(502), }, [69] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(283), [anon_sym_DQUOTE] = ACTIONS(506), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [70] = { [sym_string] = STATE(285), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(508), [sym_raw_string] = ACTIONS(510), [anon_sym_POUND] = ACTIONS(508), [anon_sym_DASH] = ACTIONS(508), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(512), [anon_sym_STAR] = ACTIONS(508), [anon_sym_AT] = ACTIONS(508), [anon_sym_QMARK] = ACTIONS(508), [anon_sym_0] = ACTIONS(514), [anon_sym__] = ACTIONS(514), }, [71] = { [aux_sym_concatenation_repeat1] = STATE(281), [sym__concat] = ACTIONS(500), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_RBRACK] = ACTIONS(518), [sym__special_characters] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(518), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(518), [anon_sym_BQUOTE] = ACTIONS(518), [anon_sym_LT_LPAREN] = ACTIONS(518), [anon_sym_GT_LPAREN] = ACTIONS(518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(516), }, [72] = { [sym_subscript] = STATE(291), [sym_variable_name] = ACTIONS(520), [anon_sym_DOLLAR] = ACTIONS(522), [anon_sym_POUND] = ACTIONS(524), [anon_sym_DASH] = ACTIONS(522), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(526), [anon_sym_STAR] = ACTIONS(522), [anon_sym_AT] = ACTIONS(522), [anon_sym_QMARK] = ACTIONS(522), [anon_sym_0] = ACTIONS(528), [anon_sym__] = ACTIONS(528), }, [73] = { [sym_for_statement] = STATE(292), [sym_while_statement] = STATE(292), [sym_if_statement] = STATE(292), [sym_case_statement] = STATE(292), [sym_function_definition] = STATE(292), [sym_subshell] = STATE(292), [sym_pipeline] = STATE(292), [sym_list] = STATE(292), [sym_command] = STATE(292), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(292), [sym_variable_assignment] = STATE(293), [sym_declaration_command] = STATE(292), [sym_unset_command] = STATE(292), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [74] = { [sym_for_statement] = STATE(294), [sym_while_statement] = STATE(294), [sym_if_statement] = STATE(294), [sym_case_statement] = STATE(294), [sym_function_definition] = STATE(294), [sym_subshell] = STATE(294), [sym_pipeline] = STATE(294), [sym_list] = STATE(294), [sym_command] = STATE(294), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(294), [sym_variable_assignment] = STATE(295), [sym_declaration_command] = STATE(294), [sym_unset_command] = STATE(294), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [75] = { [sym_for_statement] = STATE(296), [sym_while_statement] = STATE(296), [sym_if_statement] = STATE(296), [sym_case_statement] = STATE(296), [sym_function_definition] = STATE(296), [sym_subshell] = STATE(296), [sym_pipeline] = STATE(296), [sym_list] = STATE(296), [sym_command] = STATE(296), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(296), [sym_variable_assignment] = STATE(297), [sym_declaration_command] = STATE(296), [sym_unset_command] = STATE(296), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [76] = { [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_RBRACK] = ACTIONS(518), [sym__special_characters] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(518), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(518), [anon_sym_BQUOTE] = ACTIONS(518), [anon_sym_LT_LPAREN] = ACTIONS(518), [anon_sym_GT_LPAREN] = ACTIONS(518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(516), }, [77] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(299), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [anon_sym_RBRACK] = ACTIONS(530), [sym__special_characters] = ACTIONS(532), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [78] = { [sym_concatenation] = STATE(302), [sym_string] = STATE(301), [sym_simple_expansion] = STATE(301), [sym_string_expansion] = STATE(301), [sym_expansion] = STATE(301), [sym_command_substitution] = STATE(301), [sym_process_substitution] = STATE(301), [sym__special_characters] = ACTIONS(534), [anon_sym_DQUOTE] = ACTIONS(536), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(538), [anon_sym_DOLLAR_LBRACE] = ACTIONS(540), [anon_sym_DOLLAR_LPAREN] = ACTIONS(542), [anon_sym_BQUOTE] = ACTIONS(544), [anon_sym_LT_LPAREN] = ACTIONS(546), [anon_sym_GT_LPAREN] = ACTIONS(546), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(538), [sym_regex] = ACTIONS(548), }, [79] = { [aux_sym_concatenation_repeat1] = STATE(304), [sym__concat] = ACTIONS(550), [anon_sym_EQ_TILDE] = ACTIONS(502), [anon_sym_EQ_EQ] = ACTIONS(502), [anon_sym_RBRACK_RBRACK] = ACTIONS(504), [sym__special_characters] = ACTIONS(502), [anon_sym_DQUOTE] = ACTIONS(504), [anon_sym_DOLLAR] = ACTIONS(502), [sym_raw_string] = ACTIONS(504), [anon_sym_DOLLAR_LBRACE] = ACTIONS(504), [anon_sym_DOLLAR_LPAREN] = ACTIONS(504), [anon_sym_BQUOTE] = ACTIONS(504), [anon_sym_LT_LPAREN] = ACTIONS(504), [anon_sym_GT_LPAREN] = ACTIONS(504), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(502), }, [80] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(306), [anon_sym_DQUOTE] = ACTIONS(552), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [81] = { [sym_string] = STATE(308), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(554), [sym_raw_string] = ACTIONS(556), [anon_sym_POUND] = ACTIONS(554), [anon_sym_DASH] = ACTIONS(554), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(558), [anon_sym_STAR] = ACTIONS(554), [anon_sym_AT] = ACTIONS(554), [anon_sym_QMARK] = ACTIONS(554), [anon_sym_0] = ACTIONS(560), [anon_sym__] = ACTIONS(560), }, [82] = { [aux_sym_concatenation_repeat1] = STATE(304), [sym__concat] = ACTIONS(550), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_RBRACK_RBRACK] = ACTIONS(518), [sym__special_characters] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(518), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(518), [anon_sym_BQUOTE] = ACTIONS(518), [anon_sym_LT_LPAREN] = ACTIONS(518), [anon_sym_GT_LPAREN] = ACTIONS(518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(516), }, [83] = { [sym_subscript] = STATE(314), [sym_variable_name] = ACTIONS(562), [anon_sym_DOLLAR] = ACTIONS(564), [anon_sym_POUND] = ACTIONS(566), [anon_sym_DASH] = ACTIONS(564), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(568), [anon_sym_STAR] = ACTIONS(564), [anon_sym_AT] = ACTIONS(564), [anon_sym_QMARK] = ACTIONS(564), [anon_sym_0] = ACTIONS(570), [anon_sym__] = ACTIONS(570), }, [84] = { [sym_for_statement] = STATE(315), [sym_while_statement] = STATE(315), [sym_if_statement] = STATE(315), [sym_case_statement] = STATE(315), [sym_function_definition] = STATE(315), [sym_subshell] = STATE(315), [sym_pipeline] = STATE(315), [sym_list] = STATE(315), [sym_command] = STATE(315), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(315), [sym_variable_assignment] = STATE(316), [sym_declaration_command] = STATE(315), [sym_unset_command] = STATE(315), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [85] = { [sym_for_statement] = STATE(317), [sym_while_statement] = STATE(317), [sym_if_statement] = STATE(317), [sym_case_statement] = STATE(317), [sym_function_definition] = STATE(317), [sym_subshell] = STATE(317), [sym_pipeline] = STATE(317), [sym_list] = STATE(317), [sym_command] = STATE(317), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(317), [sym_variable_assignment] = STATE(318), [sym_declaration_command] = STATE(317), [sym_unset_command] = STATE(317), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [86] = { [sym_for_statement] = STATE(319), [sym_while_statement] = STATE(319), [sym_if_statement] = STATE(319), [sym_case_statement] = STATE(319), [sym_function_definition] = STATE(319), [sym_subshell] = STATE(319), [sym_pipeline] = STATE(319), [sym_list] = STATE(319), [sym_command] = STATE(319), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(319), [sym_variable_assignment] = STATE(320), [sym_declaration_command] = STATE(319), [sym_unset_command] = STATE(319), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [87] = { [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_RBRACK_RBRACK] = ACTIONS(518), [sym__special_characters] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(518), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(518), [anon_sym_BQUOTE] = ACTIONS(518), [anon_sym_LT_LPAREN] = ACTIONS(518), [anon_sym_GT_LPAREN] = ACTIONS(518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(516), }, [88] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(321), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [anon_sym_RBRACK_RBRACK] = ACTIONS(530), [sym__special_characters] = ACTIONS(572), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [89] = { [sym__assignment] = STATE(323), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(574), [anon_sym_PLUS_EQ] = ACTIONS(574), [sym_comment] = ACTIONS(54), }, [90] = { [aux_sym_concatenation_repeat1] = STATE(325), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(578), [anon_sym_PIPE] = ACTIONS(580), [anon_sym_SEMI_SEMI] = ACTIONS(580), [anon_sym_PIPE_AMP] = ACTIONS(580), [anon_sym_AMP_AMP] = ACTIONS(580), [anon_sym_PIPE_PIPE] = ACTIONS(580), [sym__special_characters] = ACTIONS(580), [anon_sym_DQUOTE] = ACTIONS(580), [anon_sym_DOLLAR] = ACTIONS(580), [sym_raw_string] = ACTIONS(580), [anon_sym_DOLLAR_LBRACE] = ACTIONS(580), [anon_sym_DOLLAR_LPAREN] = ACTIONS(580), [anon_sym_BQUOTE] = ACTIONS(580), [anon_sym_LT_LPAREN] = ACTIONS(580), [anon_sym_GT_LPAREN] = ACTIONS(580), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(580), [sym_word] = ACTIONS(580), [anon_sym_SEMI] = ACTIONS(580), [anon_sym_LF] = ACTIONS(578), [anon_sym_AMP] = ACTIONS(580), }, [91] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(327), [anon_sym_DQUOTE] = ACTIONS(582), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [92] = { [sym_string] = STATE(329), [anon_sym_DQUOTE] = ACTIONS(584), [anon_sym_DOLLAR] = ACTIONS(586), [sym_raw_string] = ACTIONS(588), [anon_sym_POUND] = ACTIONS(586), [anon_sym_DASH] = ACTIONS(586), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(590), [anon_sym_STAR] = ACTIONS(586), [anon_sym_AT] = ACTIONS(586), [anon_sym_QMARK] = ACTIONS(586), [anon_sym_0] = ACTIONS(592), [anon_sym__] = ACTIONS(592), }, [93] = { [aux_sym_concatenation_repeat1] = STATE(325), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(594), [anon_sym_PIPE] = ACTIONS(596), [anon_sym_SEMI_SEMI] = ACTIONS(596), [anon_sym_PIPE_AMP] = ACTIONS(596), [anon_sym_AMP_AMP] = ACTIONS(596), [anon_sym_PIPE_PIPE] = ACTIONS(596), [sym__special_characters] = ACTIONS(596), [anon_sym_DQUOTE] = ACTIONS(596), [anon_sym_DOLLAR] = ACTIONS(596), [sym_raw_string] = ACTIONS(596), [anon_sym_DOLLAR_LBRACE] = ACTIONS(596), [anon_sym_DOLLAR_LPAREN] = ACTIONS(596), [anon_sym_BQUOTE] = ACTIONS(596), [anon_sym_LT_LPAREN] = ACTIONS(596), [anon_sym_GT_LPAREN] = ACTIONS(596), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(596), [sym_word] = ACTIONS(596), [anon_sym_SEMI] = ACTIONS(596), [anon_sym_LF] = ACTIONS(594), [anon_sym_AMP] = ACTIONS(596), }, [94] = { [sym_subscript] = STATE(335), [sym_variable_name] = ACTIONS(598), [anon_sym_DOLLAR] = ACTIONS(600), [anon_sym_POUND] = ACTIONS(602), [anon_sym_DASH] = ACTIONS(600), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(604), [anon_sym_STAR] = ACTIONS(600), [anon_sym_AT] = ACTIONS(600), [anon_sym_QMARK] = ACTIONS(600), [anon_sym_0] = ACTIONS(606), [anon_sym__] = ACTIONS(606), }, [95] = { [sym_for_statement] = STATE(336), [sym_while_statement] = STATE(336), [sym_if_statement] = STATE(336), [sym_case_statement] = STATE(336), [sym_function_definition] = STATE(336), [sym_subshell] = STATE(336), [sym_pipeline] = STATE(336), [sym_list] = STATE(336), [sym_command] = STATE(336), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(336), [sym_variable_assignment] = STATE(337), [sym_declaration_command] = STATE(336), [sym_unset_command] = STATE(336), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [96] = { [sym_for_statement] = STATE(338), [sym_while_statement] = STATE(338), [sym_if_statement] = STATE(338), [sym_case_statement] = STATE(338), [sym_function_definition] = STATE(338), [sym_subshell] = STATE(338), [sym_pipeline] = STATE(338), [sym_list] = STATE(338), [sym_command] = STATE(338), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(338), [sym_variable_assignment] = STATE(339), [sym_declaration_command] = STATE(338), [sym_unset_command] = STATE(338), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [97] = { [sym_for_statement] = STATE(340), [sym_while_statement] = STATE(340), [sym_if_statement] = STATE(340), [sym_case_statement] = STATE(340), [sym_function_definition] = STATE(340), [sym_subshell] = STATE(340), [sym_pipeline] = STATE(340), [sym_list] = STATE(340), [sym_command] = STATE(340), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(340), [sym_variable_assignment] = STATE(341), [sym_declaration_command] = STATE(340), [sym_unset_command] = STATE(340), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [98] = { [sym_variable_name] = ACTIONS(608), [anon_sym_PIPE] = ACTIONS(610), [anon_sym_RPAREN] = ACTIONS(610), [anon_sym_SEMI_SEMI] = ACTIONS(610), [anon_sym_PIPE_AMP] = ACTIONS(610), [anon_sym_AMP_AMP] = ACTIONS(610), [anon_sym_PIPE_PIPE] = ACTIONS(610), [sym__special_characters] = ACTIONS(610), [anon_sym_DQUOTE] = ACTIONS(610), [anon_sym_DOLLAR] = ACTIONS(610), [sym_raw_string] = ACTIONS(610), [anon_sym_DOLLAR_LBRACE] = ACTIONS(610), [anon_sym_DOLLAR_LPAREN] = ACTIONS(610), [anon_sym_BQUOTE] = ACTIONS(610), [anon_sym_LT_LPAREN] = ACTIONS(610), [anon_sym_GT_LPAREN] = ACTIONS(610), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(610), [sym_word] = ACTIONS(610), [anon_sym_SEMI] = ACTIONS(610), [anon_sym_LF] = ACTIONS(608), [anon_sym_AMP] = ACTIONS(610), }, [99] = { [sym__assignment] = STATE(323), [anon_sym_EQ] = ACTIONS(574), [anon_sym_PLUS_EQ] = ACTIONS(574), [sym_comment] = ACTIONS(54), }, [100] = { [sym_variable_assignment] = STATE(342), [sym_subscript] = STATE(99), [sym_concatenation] = STATE(342), [sym_string] = STATE(93), [sym_simple_expansion] = STATE(93), [sym_string_expansion] = STATE(93), [sym_expansion] = STATE(93), [sym_command_substitution] = STATE(93), [sym_process_substitution] = STATE(93), [aux_sym_declaration_command_repeat1] = STATE(342), [sym_variable_name] = ACTIONS(146), [anon_sym_PIPE] = ACTIONS(612), [anon_sym_SEMI_SEMI] = ACTIONS(612), [anon_sym_PIPE_AMP] = ACTIONS(612), [anon_sym_AMP_AMP] = ACTIONS(612), [anon_sym_PIPE_PIPE] = ACTIONS(612), [sym__special_characters] = ACTIONS(150), [anon_sym_DQUOTE] = ACTIONS(152), [anon_sym_DOLLAR] = ACTIONS(154), [sym_raw_string] = ACTIONS(156), [anon_sym_DOLLAR_LBRACE] = ACTIONS(158), [anon_sym_DOLLAR_LPAREN] = ACTIONS(160), [anon_sym_BQUOTE] = ACTIONS(162), [anon_sym_LT_LPAREN] = ACTIONS(164), [anon_sym_GT_LPAREN] = ACTIONS(164), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(168), [sym_word] = ACTIONS(156), [anon_sym_SEMI] = ACTIONS(612), [anon_sym_LF] = ACTIONS(614), [anon_sym_AMP] = ACTIONS(612), }, [101] = { [aux_sym_concatenation_repeat1] = STATE(344), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(618), [anon_sym_SEMI_SEMI] = ACTIONS(618), [anon_sym_PIPE_AMP] = ACTIONS(618), [anon_sym_AMP_AMP] = ACTIONS(618), [anon_sym_PIPE_PIPE] = ACTIONS(618), [sym__special_characters] = ACTIONS(618), [anon_sym_DQUOTE] = ACTIONS(618), [anon_sym_DOLLAR] = ACTIONS(618), [sym_raw_string] = ACTIONS(618), [anon_sym_DOLLAR_LBRACE] = ACTIONS(618), [anon_sym_DOLLAR_LPAREN] = ACTIONS(618), [anon_sym_BQUOTE] = ACTIONS(618), [anon_sym_LT_LPAREN] = ACTIONS(618), [anon_sym_GT_LPAREN] = ACTIONS(618), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(618), [sym_word] = ACTIONS(618), [anon_sym_SEMI] = ACTIONS(618), [anon_sym_LF] = ACTIONS(620), [anon_sym_AMP] = ACTIONS(618), }, [102] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(346), [anon_sym_DQUOTE] = ACTIONS(622), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [103] = { [sym_string] = STATE(348), [anon_sym_DQUOTE] = ACTIONS(624), [anon_sym_DOLLAR] = ACTIONS(626), [sym_raw_string] = ACTIONS(628), [anon_sym_POUND] = ACTIONS(626), [anon_sym_DASH] = ACTIONS(626), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(630), [anon_sym_STAR] = ACTIONS(626), [anon_sym_AT] = ACTIONS(626), [anon_sym_QMARK] = ACTIONS(626), [anon_sym_0] = ACTIONS(632), [anon_sym__] = ACTIONS(632), }, [104] = { [aux_sym_concatenation_repeat1] = STATE(344), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(634), [anon_sym_SEMI_SEMI] = ACTIONS(634), [anon_sym_PIPE_AMP] = ACTIONS(634), [anon_sym_AMP_AMP] = ACTIONS(634), [anon_sym_PIPE_PIPE] = ACTIONS(634), [sym__special_characters] = ACTIONS(634), [anon_sym_DQUOTE] = ACTIONS(634), [anon_sym_DOLLAR] = ACTIONS(634), [sym_raw_string] = ACTIONS(634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(634), [anon_sym_BQUOTE] = ACTIONS(634), [anon_sym_LT_LPAREN] = ACTIONS(634), [anon_sym_GT_LPAREN] = ACTIONS(634), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(634), [sym_word] = ACTIONS(634), [anon_sym_SEMI] = ACTIONS(634), [anon_sym_LF] = ACTIONS(636), [anon_sym_AMP] = ACTIONS(634), }, [105] = { [sym_subscript] = STATE(354), [sym_variable_name] = ACTIONS(638), [anon_sym_DOLLAR] = ACTIONS(640), [anon_sym_POUND] = ACTIONS(642), [anon_sym_DASH] = ACTIONS(640), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(644), [anon_sym_STAR] = ACTIONS(640), [anon_sym_AT] = ACTIONS(640), [anon_sym_QMARK] = ACTIONS(640), [anon_sym_0] = ACTIONS(646), [anon_sym__] = ACTIONS(646), }, [106] = { [sym_for_statement] = STATE(355), [sym_while_statement] = STATE(355), [sym_if_statement] = STATE(355), [sym_case_statement] = STATE(355), [sym_function_definition] = STATE(355), [sym_subshell] = STATE(355), [sym_pipeline] = STATE(355), [sym_list] = STATE(355), [sym_command] = STATE(355), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(355), [sym_variable_assignment] = STATE(356), [sym_declaration_command] = STATE(355), [sym_unset_command] = STATE(355), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [107] = { [sym_for_statement] = STATE(357), [sym_while_statement] = STATE(357), [sym_if_statement] = STATE(357), [sym_case_statement] = STATE(357), [sym_function_definition] = STATE(357), [sym_subshell] = STATE(357), [sym_pipeline] = STATE(357), [sym_list] = STATE(357), [sym_command] = STATE(357), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(357), [sym_variable_assignment] = STATE(358), [sym_declaration_command] = STATE(357), [sym_unset_command] = STATE(357), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [108] = { [sym_for_statement] = STATE(359), [sym_while_statement] = STATE(359), [sym_if_statement] = STATE(359), [sym_case_statement] = STATE(359), [sym_function_definition] = STATE(359), [sym_subshell] = STATE(359), [sym_pipeline] = STATE(359), [sym_list] = STATE(359), [sym_command] = STATE(359), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(359), [sym_variable_assignment] = STATE(360), [sym_declaration_command] = STATE(359), [sym_unset_command] = STATE(359), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [109] = { [anon_sym_PIPE] = ACTIONS(648), [anon_sym_RPAREN] = ACTIONS(648), [anon_sym_SEMI_SEMI] = ACTIONS(648), [anon_sym_PIPE_AMP] = ACTIONS(648), [anon_sym_AMP_AMP] = ACTIONS(648), [anon_sym_PIPE_PIPE] = ACTIONS(648), [sym__special_characters] = ACTIONS(648), [anon_sym_DQUOTE] = ACTIONS(648), [anon_sym_DOLLAR] = ACTIONS(648), [sym_raw_string] = ACTIONS(648), [anon_sym_DOLLAR_LBRACE] = ACTIONS(648), [anon_sym_DOLLAR_LPAREN] = ACTIONS(648), [anon_sym_BQUOTE] = ACTIONS(648), [anon_sym_LT_LPAREN] = ACTIONS(648), [anon_sym_GT_LPAREN] = ACTIONS(648), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(648), [sym_word] = ACTIONS(648), [anon_sym_SEMI] = ACTIONS(648), [anon_sym_LF] = ACTIONS(650), [anon_sym_AMP] = ACTIONS(648), }, [110] = { [sym_concatenation] = STATE(361), [sym_string] = STATE(104), [sym_simple_expansion] = STATE(104), [sym_string_expansion] = STATE(104), [sym_expansion] = STATE(104), [sym_command_substitution] = STATE(104), [sym_process_substitution] = STATE(104), [aux_sym_unset_command_repeat1] = STATE(361), [anon_sym_PIPE] = ACTIONS(652), [anon_sym_SEMI_SEMI] = ACTIONS(652), [anon_sym_PIPE_AMP] = ACTIONS(652), [anon_sym_AMP_AMP] = ACTIONS(652), [anon_sym_PIPE_PIPE] = ACTIONS(652), [sym__special_characters] = ACTIONS(174), [anon_sym_DQUOTE] = ACTIONS(176), [anon_sym_DOLLAR] = ACTIONS(178), [sym_raw_string] = ACTIONS(180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(184), [anon_sym_BQUOTE] = ACTIONS(186), [anon_sym_LT_LPAREN] = ACTIONS(188), [anon_sym_GT_LPAREN] = ACTIONS(188), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(190), [sym_word] = ACTIONS(180), [anon_sym_SEMI] = ACTIONS(652), [anon_sym_LF] = ACTIONS(654), [anon_sym_AMP] = ACTIONS(652), }, [111] = { [aux_sym_concatenation_repeat1] = STATE(363), [sym_file_descriptor] = ACTIONS(656), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(656), [anon_sym_LT] = ACTIONS(660), [anon_sym_GT] = ACTIONS(660), [anon_sym_GT_GT] = ACTIONS(656), [anon_sym_AMP_GT] = ACTIONS(660), [anon_sym_AMP_GT_GT] = ACTIONS(656), [anon_sym_LT_AMP] = ACTIONS(656), [anon_sym_GT_AMP] = ACTIONS(656), [sym__special_characters] = ACTIONS(656), [anon_sym_DQUOTE] = ACTIONS(656), [anon_sym_DOLLAR] = ACTIONS(660), [sym_raw_string] = ACTIONS(656), [anon_sym_DOLLAR_LBRACE] = ACTIONS(656), [anon_sym_DOLLAR_LPAREN] = ACTIONS(656), [anon_sym_BQUOTE] = ACTIONS(656), [anon_sym_LT_LPAREN] = ACTIONS(656), [anon_sym_GT_LPAREN] = ACTIONS(656), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(656), }, [112] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(365), [anon_sym_DQUOTE] = ACTIONS(662), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [113] = { [sym_string] = STATE(367), [anon_sym_DQUOTE] = ACTIONS(196), [anon_sym_DOLLAR] = ACTIONS(664), [sym_raw_string] = ACTIONS(666), [anon_sym_POUND] = ACTIONS(664), [anon_sym_DASH] = ACTIONS(664), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(668), [anon_sym_STAR] = ACTIONS(664), [anon_sym_AT] = ACTIONS(664), [anon_sym_QMARK] = ACTIONS(664), [anon_sym_0] = ACTIONS(670), [anon_sym__] = ACTIONS(670), }, [114] = { [aux_sym_concatenation_repeat1] = STATE(363), [sym_file_descriptor] = ACTIONS(672), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(672), [anon_sym_LT] = ACTIONS(674), [anon_sym_GT] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(672), [anon_sym_AMP_GT] = ACTIONS(674), [anon_sym_AMP_GT_GT] = ACTIONS(672), [anon_sym_LT_AMP] = ACTIONS(672), [anon_sym_GT_AMP] = ACTIONS(672), [sym__special_characters] = ACTIONS(672), [anon_sym_DQUOTE] = ACTIONS(672), [anon_sym_DOLLAR] = ACTIONS(674), [sym_raw_string] = ACTIONS(672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(672), [anon_sym_DOLLAR_LPAREN] = ACTIONS(672), [anon_sym_BQUOTE] = ACTIONS(672), [anon_sym_LT_LPAREN] = ACTIONS(672), [anon_sym_GT_LPAREN] = ACTIONS(672), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(672), }, [115] = { [sym_subscript] = STATE(373), [sym_variable_name] = ACTIONS(676), [anon_sym_DOLLAR] = ACTIONS(678), [anon_sym_POUND] = ACTIONS(680), [anon_sym_DASH] = ACTIONS(678), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(682), [anon_sym_STAR] = ACTIONS(678), [anon_sym_AT] = ACTIONS(678), [anon_sym_QMARK] = ACTIONS(678), [anon_sym_0] = ACTIONS(684), [anon_sym__] = ACTIONS(684), }, [116] = { [sym_for_statement] = STATE(374), [sym_while_statement] = STATE(374), [sym_if_statement] = STATE(374), [sym_case_statement] = STATE(374), [sym_function_definition] = STATE(374), [sym_subshell] = STATE(374), [sym_pipeline] = STATE(374), [sym_list] = STATE(374), [sym_command] = STATE(374), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(374), [sym_variable_assignment] = STATE(375), [sym_declaration_command] = STATE(374), [sym_unset_command] = STATE(374), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [117] = { [sym_for_statement] = STATE(376), [sym_while_statement] = STATE(376), [sym_if_statement] = STATE(376), [sym_case_statement] = STATE(376), [sym_function_definition] = STATE(376), [sym_subshell] = STATE(376), [sym_pipeline] = STATE(376), [sym_list] = STATE(376), [sym_command] = STATE(376), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(376), [sym_variable_assignment] = STATE(377), [sym_declaration_command] = STATE(376), [sym_unset_command] = STATE(376), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [118] = { [sym_for_statement] = STATE(378), [sym_while_statement] = STATE(378), [sym_if_statement] = STATE(378), [sym_case_statement] = STATE(378), [sym_function_definition] = STATE(378), [sym_subshell] = STATE(378), [sym_pipeline] = STATE(378), [sym_list] = STATE(378), [sym_command] = STATE(378), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(378), [sym_variable_assignment] = STATE(379), [sym_declaration_command] = STATE(378), [sym_unset_command] = STATE(378), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [119] = { [sym_file_descriptor] = ACTIONS(672), [sym_variable_name] = ACTIONS(672), [anon_sym_LT] = ACTIONS(674), [anon_sym_GT] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(672), [anon_sym_AMP_GT] = ACTIONS(674), [anon_sym_AMP_GT_GT] = ACTIONS(672), [anon_sym_LT_AMP] = ACTIONS(672), [anon_sym_GT_AMP] = ACTIONS(672), [sym__special_characters] = ACTIONS(672), [anon_sym_DQUOTE] = ACTIONS(672), [anon_sym_DOLLAR] = ACTIONS(674), [sym_raw_string] = ACTIONS(672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(672), [anon_sym_DOLLAR_LPAREN] = ACTIONS(672), [anon_sym_BQUOTE] = ACTIONS(672), [anon_sym_LT_LPAREN] = ACTIONS(672), [anon_sym_GT_LPAREN] = ACTIONS(672), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(672), }, [120] = { [sym_string] = STATE(380), [sym_simple_expansion] = STATE(380), [sym_string_expansion] = STATE(380), [sym_expansion] = STATE(380), [sym_command_substitution] = STATE(380), [sym_process_substitution] = STATE(380), [sym__special_characters] = ACTIONS(686), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(686), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(686), }, [121] = { [aux_sym_concatenation_repeat1] = STATE(381), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [anon_sym_EQ_TILDE] = ACTIONS(690), [anon_sym_EQ_EQ] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(690), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(690), [anon_sym_LT_AMP] = ACTIONS(690), [anon_sym_GT_AMP] = ACTIONS(690), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(690), [anon_sym_LT_LT_LT] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [122] = { [sym_file_descriptor] = ACTIONS(692), [sym__concat] = ACTIONS(692), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_RPAREN] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [anon_sym_EQ_TILDE] = ACTIONS(694), [anon_sym_EQ_EQ] = ACTIONS(694), [anon_sym_LT] = ACTIONS(694), [anon_sym_GT] = ACTIONS(694), [anon_sym_GT_GT] = ACTIONS(694), [anon_sym_AMP_GT] = ACTIONS(694), [anon_sym_AMP_GT_GT] = ACTIONS(694), [anon_sym_LT_AMP] = ACTIONS(694), [anon_sym_GT_AMP] = ACTIONS(694), [anon_sym_LT_LT] = ACTIONS(694), [anon_sym_LT_LT_DASH] = ACTIONS(694), [anon_sym_LT_LT_LT] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(694), [anon_sym_DOLLAR_LBRACE] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), [anon_sym_LT_LPAREN] = ACTIONS(694), [anon_sym_GT_LPAREN] = ACTIONS(694), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [123] = { [anon_sym_DOLLAR] = ACTIONS(696), [sym__string_content] = ACTIONS(698), [anon_sym_POUND] = ACTIONS(700), [anon_sym_DASH] = ACTIONS(700), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(702), [anon_sym_STAR] = ACTIONS(700), [anon_sym_AT] = ACTIONS(700), [anon_sym_QMARK] = ACTIONS(700), [anon_sym_0] = ACTIONS(696), [anon_sym__] = ACTIONS(696), }, [124] = { [sym__concat] = ACTIONS(704), [anon_sym_DQUOTE] = ACTIONS(706), [anon_sym_DOLLAR] = ACTIONS(706), [sym__string_content] = ACTIONS(708), [anon_sym_DOLLAR_LBRACE] = ACTIONS(706), [anon_sym_DOLLAR_LPAREN] = ACTIONS(706), [anon_sym_BQUOTE] = ACTIONS(706), [sym_comment] = ACTIONS(166), }, [125] = { [sym_subscript] = STATE(390), [sym_variable_name] = ACTIONS(710), [anon_sym_DOLLAR] = ACTIONS(712), [anon_sym_POUND] = ACTIONS(714), [anon_sym_DASH] = ACTIONS(712), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(716), [anon_sym_STAR] = ACTIONS(712), [anon_sym_AT] = ACTIONS(712), [anon_sym_QMARK] = ACTIONS(712), [anon_sym_0] = ACTIONS(718), [anon_sym__] = ACTIONS(718), }, [126] = { [sym_for_statement] = STATE(391), [sym_while_statement] = STATE(391), [sym_if_statement] = STATE(391), [sym_case_statement] = STATE(391), [sym_function_definition] = STATE(391), [sym_subshell] = STATE(391), [sym_pipeline] = STATE(391), [sym_list] = STATE(391), [sym_command] = STATE(391), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(391), [sym_variable_assignment] = STATE(392), [sym_declaration_command] = STATE(391), [sym_unset_command] = STATE(391), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [127] = { [sym_for_statement] = STATE(393), [sym_while_statement] = STATE(393), [sym_if_statement] = STATE(393), [sym_case_statement] = STATE(393), [sym_function_definition] = STATE(393), [sym_subshell] = STATE(393), [sym_pipeline] = STATE(393), [sym_list] = STATE(393), [sym_command] = STATE(393), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(393), [sym_variable_assignment] = STATE(394), [sym_declaration_command] = STATE(393), [sym_unset_command] = STATE(393), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [128] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(720), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [129] = { [sym_file_descriptor] = ACTIONS(722), [sym__concat] = ACTIONS(722), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_RPAREN] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [anon_sym_EQ_TILDE] = ACTIONS(724), [anon_sym_EQ_EQ] = ACTIONS(724), [anon_sym_LT] = ACTIONS(724), [anon_sym_GT] = ACTIONS(724), [anon_sym_GT_GT] = ACTIONS(724), [anon_sym_AMP_GT] = ACTIONS(724), [anon_sym_AMP_GT_GT] = ACTIONS(724), [anon_sym_LT_AMP] = ACTIONS(724), [anon_sym_GT_AMP] = ACTIONS(724), [anon_sym_LT_LT] = ACTIONS(724), [anon_sym_LT_LT_DASH] = ACTIONS(724), [anon_sym_LT_LT_LT] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [anon_sym_LT_LPAREN] = ACTIONS(724), [anon_sym_GT_LPAREN] = ACTIONS(724), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(724), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [130] = { [sym_file_descriptor] = ACTIONS(726), [sym__concat] = ACTIONS(726), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_RPAREN] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [anon_sym_EQ_TILDE] = ACTIONS(728), [anon_sym_EQ_EQ] = ACTIONS(728), [anon_sym_LT] = ACTIONS(728), [anon_sym_GT] = ACTIONS(728), [anon_sym_GT_GT] = ACTIONS(728), [anon_sym_AMP_GT] = ACTIONS(728), [anon_sym_AMP_GT_GT] = ACTIONS(728), [anon_sym_LT_AMP] = ACTIONS(728), [anon_sym_GT_AMP] = ACTIONS(728), [anon_sym_LT_LT] = ACTIONS(728), [anon_sym_LT_LT_DASH] = ACTIONS(728), [anon_sym_LT_LT_LT] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(728), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(728), [anon_sym_BQUOTE] = ACTIONS(728), [anon_sym_LT_LPAREN] = ACTIONS(728), [anon_sym_GT_LPAREN] = ACTIONS(728), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(728), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [131] = { [sym_file_descriptor] = ACTIONS(730), [sym__concat] = ACTIONS(730), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_RPAREN] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [anon_sym_EQ_TILDE] = ACTIONS(732), [anon_sym_EQ_EQ] = ACTIONS(732), [anon_sym_LT] = ACTIONS(732), [anon_sym_GT] = ACTIONS(732), [anon_sym_GT_GT] = ACTIONS(732), [anon_sym_AMP_GT] = ACTIONS(732), [anon_sym_AMP_GT_GT] = ACTIONS(732), [anon_sym_LT_AMP] = ACTIONS(732), [anon_sym_GT_AMP] = ACTIONS(732), [anon_sym_LT_LT] = ACTIONS(732), [anon_sym_LT_LT_DASH] = ACTIONS(732), [anon_sym_LT_LT_LT] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [anon_sym_LT_LPAREN] = ACTIONS(732), [anon_sym_GT_LPAREN] = ACTIONS(732), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(732), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [132] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(736), [sym_comment] = ACTIONS(54), }, [133] = { [sym_concatenation] = STATE(409), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(409), [anon_sym_RBRACE] = ACTIONS(738), [anon_sym_EQ] = ACTIONS(740), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(754), [anon_sym_COLON] = ACTIONS(740), [anon_sym_COLON_QMARK] = ACTIONS(740), [anon_sym_COLON_DASH] = ACTIONS(740), [anon_sym_PERCENT] = ACTIONS(740), [anon_sym_DASH] = ACTIONS(740), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [134] = { [sym_subscript] = STATE(413), [sym_variable_name] = ACTIONS(764), [anon_sym_DOLLAR] = ACTIONS(766), [anon_sym_DASH] = ACTIONS(766), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(768), [anon_sym_STAR] = ACTIONS(766), [anon_sym_AT] = ACTIONS(766), [anon_sym_QMARK] = ACTIONS(766), [anon_sym_0] = ACTIONS(770), [anon_sym__] = ACTIONS(770), }, [135] = { [sym_concatenation] = STATE(416), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(416), [anon_sym_RBRACE] = ACTIONS(772), [anon_sym_EQ] = ACTIONS(774), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(776), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(778), [anon_sym_COLON] = ACTIONS(774), [anon_sym_COLON_QMARK] = ACTIONS(774), [anon_sym_COLON_DASH] = ACTIONS(774), [anon_sym_PERCENT] = ACTIONS(774), [anon_sym_DASH] = ACTIONS(774), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [136] = { [sym_concatenation] = STATE(419), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(419), [anon_sym_RBRACE] = ACTIONS(780), [anon_sym_EQ] = ACTIONS(782), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(784), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(786), [anon_sym_COLON] = ACTIONS(782), [anon_sym_COLON_QMARK] = ACTIONS(782), [anon_sym_COLON_DASH] = ACTIONS(782), [anon_sym_PERCENT] = ACTIONS(782), [anon_sym_DASH] = ACTIONS(782), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [137] = { [sym__assignment] = STATE(421), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(788), [anon_sym_PLUS_EQ] = ACTIONS(788), [sym_comment] = ACTIONS(54), }, [138] = { [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(790), }, [139] = { [sym__terminated_statement] = STATE(423), [sym_for_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_function_definition] = STATE(38), [sym_subshell] = STATE(38), [sym_pipeline] = STATE(38), [sym_list] = STATE(38), [sym_command] = STATE(38), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(38), [sym_variable_assignment] = STATE(39), [sym_declaration_command] = STATE(38), [sym_unset_command] = STATE(38), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [140] = { [sym__terminated_statement] = STATE(424), [sym_for_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_function_definition] = STATE(38), [sym_subshell] = STATE(38), [sym_pipeline] = STATE(38), [sym_list] = STATE(38), [sym_command] = STATE(38), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(38), [sym_variable_assignment] = STATE(39), [sym_declaration_command] = STATE(38), [sym_unset_command] = STATE(38), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [141] = { [sym_concatenation] = STATE(427), [sym_string] = STATE(426), [sym_simple_expansion] = STATE(426), [sym_string_expansion] = STATE(426), [sym_expansion] = STATE(426), [sym_command_substitution] = STATE(426), [sym_process_substitution] = STATE(426), [sym__special_characters] = ACTIONS(792), [anon_sym_DQUOTE] = ACTIONS(70), [anon_sym_DOLLAR] = ACTIONS(72), [sym_raw_string] = ACTIONS(794), [anon_sym_DOLLAR_LBRACE] = ACTIONS(76), [anon_sym_DOLLAR_LPAREN] = ACTIONS(78), [anon_sym_BQUOTE] = ACTIONS(80), [anon_sym_LT_LPAREN] = ACTIONS(82), [anon_sym_GT_LPAREN] = ACTIONS(82), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(794), }, [142] = { [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(796), }, [143] = { [sym__terminated_statement] = STATE(431), [sym_for_statement] = STATE(429), [sym_while_statement] = STATE(429), [sym_if_statement] = STATE(429), [sym_case_statement] = STATE(429), [sym_function_definition] = STATE(429), [sym_subshell] = STATE(429), [sym_pipeline] = STATE(429), [sym_list] = STATE(429), [sym_command] = STATE(429), [sym_command_name] = STATE(62), [sym_bracket_command] = STATE(429), [sym_variable_assignment] = STATE(430), [sym_declaration_command] = STATE(429), [sym_unset_command] = STATE(429), [sym_subscript] = STATE(64), [sym_file_redirect] = STATE(66), [sym_concatenation] = STATE(29), [sym_string] = STATE(59), [sym_simple_expansion] = STATE(59), [sym_string_expansion] = STATE(59), [sym_expansion] = STATE(59), [sym_command_substitution] = STATE(59), [sym_process_substitution] = STATE(59), [aux_sym_program_repeat1] = STATE(431), [aux_sym_command_repeat1] = STATE(66), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(86), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(88), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(90), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(92), [anon_sym_LBRACK_LBRACK] = ACTIONS(94), [anon_sym_declare] = ACTIONS(96), [anon_sym_typeset] = ACTIONS(96), [anon_sym_export] = ACTIONS(96), [anon_sym_readonly] = ACTIONS(96), [anon_sym_local] = ACTIONS(96), [anon_sym_unset] = ACTIONS(98), [anon_sym_unsetenv] = ACTIONS(98), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(100), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(102), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(104), }, [144] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(432), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [sym__special_characters] = ACTIONS(108), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [145] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(433), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [sym__special_characters] = ACTIONS(128), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [146] = { [sym_variable_assignment] = STATE(445), [sym_subscript] = STATE(444), [sym_concatenation] = STATE(445), [sym_string] = STATE(438), [sym_simple_expansion] = STATE(438), [sym_string_expansion] = STATE(438), [sym_expansion] = STATE(438), [sym_command_substitution] = STATE(438), [sym_process_substitution] = STATE(438), [aux_sym_declaration_command_repeat1] = STATE(445), [sym_variable_name] = ACTIONS(798), [anon_sym_PIPE] = ACTIONS(148), [anon_sym_RPAREN] = ACTIONS(170), [anon_sym_PIPE_AMP] = ACTIONS(170), [anon_sym_AMP_AMP] = ACTIONS(170), [anon_sym_PIPE_PIPE] = ACTIONS(170), [sym__special_characters] = ACTIONS(800), [anon_sym_DQUOTE] = ACTIONS(802), [anon_sym_DOLLAR] = ACTIONS(804), [sym_raw_string] = ACTIONS(806), [anon_sym_DOLLAR_LBRACE] = ACTIONS(808), [anon_sym_DOLLAR_LPAREN] = ACTIONS(810), [anon_sym_BQUOTE] = ACTIONS(812), [anon_sym_LT_LPAREN] = ACTIONS(814), [anon_sym_GT_LPAREN] = ACTIONS(814), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(816), [sym_word] = ACTIONS(818), }, [147] = { [sym_concatenation] = STATE(455), [sym_string] = STATE(449), [sym_simple_expansion] = STATE(449), [sym_string_expansion] = STATE(449), [sym_expansion] = STATE(449), [sym_command_substitution] = STATE(449), [sym_process_substitution] = STATE(449), [aux_sym_unset_command_repeat1] = STATE(455), [anon_sym_PIPE] = ACTIONS(172), [anon_sym_RPAREN] = ACTIONS(192), [anon_sym_PIPE_AMP] = ACTIONS(192), [anon_sym_AMP_AMP] = ACTIONS(192), [anon_sym_PIPE_PIPE] = ACTIONS(192), [sym__special_characters] = ACTIONS(820), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(824), [sym_raw_string] = ACTIONS(826), [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), [anon_sym_BQUOTE] = ACTIONS(832), [anon_sym_LT_LPAREN] = ACTIONS(834), [anon_sym_GT_LPAREN] = ACTIONS(834), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(836), [sym_word] = ACTIONS(838), }, [148] = { [aux_sym_concatenation_repeat1] = STATE(457), [sym_file_descriptor] = ACTIONS(210), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(214), [anon_sym_RPAREN] = ACTIONS(210), [anon_sym_PIPE_AMP] = ACTIONS(210), [anon_sym_AMP_AMP] = ACTIONS(210), [anon_sym_PIPE_PIPE] = ACTIONS(210), [anon_sym_EQ_TILDE] = ACTIONS(214), [anon_sym_EQ_EQ] = ACTIONS(214), [anon_sym_LT] = ACTIONS(214), [anon_sym_GT] = ACTIONS(214), [anon_sym_GT_GT] = ACTIONS(210), [anon_sym_AMP_GT] = ACTIONS(214), [anon_sym_AMP_GT_GT] = ACTIONS(210), [anon_sym_LT_AMP] = ACTIONS(210), [anon_sym_GT_AMP] = ACTIONS(210), [anon_sym_LT_LT] = ACTIONS(214), [anon_sym_LT_LT_DASH] = ACTIONS(210), [anon_sym_LT_LT_LT] = ACTIONS(210), [sym__special_characters] = ACTIONS(210), [anon_sym_DQUOTE] = ACTIONS(210), [anon_sym_DOLLAR] = ACTIONS(214), [sym_raw_string] = ACTIONS(210), [anon_sym_DOLLAR_LBRACE] = ACTIONS(210), [anon_sym_DOLLAR_LPAREN] = ACTIONS(210), [anon_sym_BQUOTE] = ACTIONS(210), [anon_sym_LT_LPAREN] = ACTIONS(210), [anon_sym_GT_LPAREN] = ACTIONS(210), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(214), }, [149] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(459), [anon_sym_DQUOTE] = ACTIONS(842), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [150] = { [sym_string] = STATE(461), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(844), [sym_raw_string] = ACTIONS(846), [anon_sym_POUND] = ACTIONS(844), [anon_sym_DASH] = ACTIONS(844), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(848), [anon_sym_STAR] = ACTIONS(844), [anon_sym_AT] = ACTIONS(844), [anon_sym_QMARK] = ACTIONS(844), [anon_sym_0] = ACTIONS(850), [anon_sym__] = ACTIONS(850), }, [151] = { [aux_sym_concatenation_repeat1] = STATE(457), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_RPAREN] = ACTIONS(236), [anon_sym_PIPE_AMP] = ACTIONS(236), [anon_sym_AMP_AMP] = ACTIONS(236), [anon_sym_PIPE_PIPE] = ACTIONS(236), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(236), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(236), [anon_sym_LT_AMP] = ACTIONS(236), [anon_sym_GT_AMP] = ACTIONS(236), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(236), [anon_sym_LT_LT_LT] = ACTIONS(236), [sym__special_characters] = ACTIONS(236), [anon_sym_DQUOTE] = ACTIONS(236), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(236), [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), [anon_sym_BQUOTE] = ACTIONS(236), [anon_sym_LT_LPAREN] = ACTIONS(236), [anon_sym_GT_LPAREN] = ACTIONS(236), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(238), }, [152] = { [sym_subscript] = STATE(467), [sym_variable_name] = ACTIONS(852), [anon_sym_DOLLAR] = ACTIONS(854), [anon_sym_POUND] = ACTIONS(856), [anon_sym_DASH] = ACTIONS(854), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(858), [anon_sym_STAR] = ACTIONS(854), [anon_sym_AT] = ACTIONS(854), [anon_sym_QMARK] = ACTIONS(854), [anon_sym_0] = ACTIONS(860), [anon_sym__] = ACTIONS(860), }, [153] = { [sym_for_statement] = STATE(468), [sym_while_statement] = STATE(468), [sym_if_statement] = STATE(468), [sym_case_statement] = STATE(468), [sym_function_definition] = STATE(468), [sym_subshell] = STATE(468), [sym_pipeline] = STATE(468), [sym_list] = STATE(468), [sym_command] = STATE(468), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(468), [sym_variable_assignment] = STATE(469), [sym_declaration_command] = STATE(468), [sym_unset_command] = STATE(468), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [154] = { [sym_for_statement] = STATE(470), [sym_while_statement] = STATE(470), [sym_if_statement] = STATE(470), [sym_case_statement] = STATE(470), [sym_function_definition] = STATE(470), [sym_subshell] = STATE(470), [sym_pipeline] = STATE(470), [sym_list] = STATE(470), [sym_command] = STATE(470), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(470), [sym_variable_assignment] = STATE(471), [sym_declaration_command] = STATE(470), [sym_unset_command] = STATE(470), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [155] = { [sym_for_statement] = STATE(472), [sym_while_statement] = STATE(472), [sym_if_statement] = STATE(472), [sym_case_statement] = STATE(472), [sym_function_definition] = STATE(472), [sym_subshell] = STATE(472), [sym_pipeline] = STATE(472), [sym_list] = STATE(472), [sym_command] = STATE(472), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(472), [sym_variable_assignment] = STATE(473), [sym_declaration_command] = STATE(472), [sym_unset_command] = STATE(472), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [156] = { [aux_sym_concatenation_repeat1] = STATE(457), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_RPAREN] = ACTIONS(236), [anon_sym_LPAREN] = ACTIONS(862), [anon_sym_PIPE_AMP] = ACTIONS(236), [anon_sym_AMP_AMP] = ACTIONS(236), [anon_sym_PIPE_PIPE] = ACTIONS(236), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(236), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(236), [anon_sym_LT_AMP] = ACTIONS(236), [anon_sym_GT_AMP] = ACTIONS(236), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(236), [anon_sym_LT_LT_LT] = ACTIONS(236), [sym__special_characters] = ACTIONS(236), [anon_sym_DQUOTE] = ACTIONS(236), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(236), [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), [anon_sym_BQUOTE] = ACTIONS(236), [anon_sym_LT_LPAREN] = ACTIONS(236), [anon_sym_GT_LPAREN] = ACTIONS(236), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(238), }, [157] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(866), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [158] = { [sym_file_redirect] = STATE(486), [sym_heredoc_redirect] = STATE(486), [sym_herestring_redirect] = STATE(486), [sym_concatenation] = STATE(485), [sym_string] = STATE(484), [sym_simple_expansion] = STATE(484), [sym_string_expansion] = STATE(484), [sym_expansion] = STATE(484), [sym_command_substitution] = STATE(484), [sym_process_substitution] = STATE(484), [aux_sym_while_statement_repeat1] = STATE(486), [aux_sym_command_repeat2] = STATE(487), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(324), [anon_sym_RPAREN] = ACTIONS(348), [anon_sym_PIPE_AMP] = ACTIONS(348), [anon_sym_AMP_AMP] = ACTIONS(348), [anon_sym_PIPE_PIPE] = ACTIONS(348), [anon_sym_EQ_TILDE] = ACTIONS(874), [anon_sym_EQ_EQ] = ACTIONS(874), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym__special_characters] = ACTIONS(886), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(888), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(890), }, [159] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(866), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [160] = { [sym__assignment] = STATE(421), [anon_sym_EQ] = ACTIONS(788), [anon_sym_PLUS_EQ] = ACTIONS(788), [sym_comment] = ACTIONS(54), }, [161] = { [sym_file_descriptor] = ACTIONS(236), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_RPAREN] = ACTIONS(236), [anon_sym_PIPE_AMP] = ACTIONS(236), [anon_sym_AMP_AMP] = ACTIONS(236), [anon_sym_PIPE_PIPE] = ACTIONS(236), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(236), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(236), [anon_sym_LT_AMP] = ACTIONS(236), [anon_sym_GT_AMP] = ACTIONS(236), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(236), [anon_sym_LT_LT_LT] = ACTIONS(236), [sym__special_characters] = ACTIONS(236), [anon_sym_DQUOTE] = ACTIONS(236), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(236), [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), [anon_sym_BQUOTE] = ACTIONS(236), [anon_sym_LT_LPAREN] = ACTIONS(236), [anon_sym_GT_LPAREN] = ACTIONS(236), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(238), }, [162] = { [sym_command_name] = STATE(488), [sym_variable_assignment] = STATE(198), [sym_subscript] = STATE(197), [sym_file_redirect] = STATE(198), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(198), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(356), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(892), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(278), }, [163] = { [sym__assignment] = STATE(421), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(894), [anon_sym_PLUS_EQ] = ACTIONS(894), [sym_comment] = ACTIONS(54), }, [164] = { [sym__terminated_statement] = STATE(490), [sym_for_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_function_definition] = STATE(38), [sym_subshell] = STATE(38), [sym_pipeline] = STATE(38), [sym_list] = STATE(38), [sym_command] = STATE(38), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(38), [sym_variable_assignment] = STATE(39), [sym_declaration_command] = STATE(38), [sym_unset_command] = STATE(38), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [165] = { [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(896), }, [166] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(492), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [sym__special_characters] = ACTIONS(108), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [167] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(493), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [sym__special_characters] = ACTIONS(128), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [168] = { [sym_variable_assignment] = STATE(498), [sym_subscript] = STATE(497), [sym_concatenation] = STATE(498), [sym_string] = STATE(496), [sym_simple_expansion] = STATE(496), [sym_string_expansion] = STATE(496), [sym_expansion] = STATE(496), [sym_command_substitution] = STATE(496), [sym_process_substitution] = STATE(496), [aux_sym_declaration_command_repeat1] = STATE(498), [sym_variable_name] = ACTIONS(898), [anon_sym_PIPE] = ACTIONS(148), [anon_sym_PIPE_AMP] = ACTIONS(170), [anon_sym_AMP_AMP] = ACTIONS(170), [anon_sym_PIPE_PIPE] = ACTIONS(170), [sym__special_characters] = ACTIONS(900), [anon_sym_DQUOTE] = ACTIONS(802), [anon_sym_DOLLAR] = ACTIONS(804), [sym_raw_string] = ACTIONS(902), [anon_sym_DOLLAR_LBRACE] = ACTIONS(808), [anon_sym_DOLLAR_LPAREN] = ACTIONS(810), [anon_sym_BQUOTE] = ACTIONS(170), [anon_sym_LT_LPAREN] = ACTIONS(814), [anon_sym_GT_LPAREN] = ACTIONS(814), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(816), [sym_word] = ACTIONS(904), }, [169] = { [sym_concatenation] = STATE(501), [sym_string] = STATE(500), [sym_simple_expansion] = STATE(500), [sym_string_expansion] = STATE(500), [sym_expansion] = STATE(500), [sym_command_substitution] = STATE(500), [sym_process_substitution] = STATE(500), [aux_sym_unset_command_repeat1] = STATE(501), [anon_sym_PIPE] = ACTIONS(172), [anon_sym_PIPE_AMP] = ACTIONS(192), [anon_sym_AMP_AMP] = ACTIONS(192), [anon_sym_PIPE_PIPE] = ACTIONS(192), [sym__special_characters] = ACTIONS(906), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(824), [sym_raw_string] = ACTIONS(908), [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), [anon_sym_BQUOTE] = ACTIONS(192), [anon_sym_LT_LPAREN] = ACTIONS(834), [anon_sym_GT_LPAREN] = ACTIONS(834), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(836), [sym_word] = ACTIONS(910), }, [170] = { [aux_sym_concatenation_repeat1] = STATE(502), [sym_file_descriptor] = ACTIONS(210), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(214), [anon_sym_PIPE_AMP] = ACTIONS(210), [anon_sym_AMP_AMP] = ACTIONS(210), [anon_sym_PIPE_PIPE] = ACTIONS(210), [anon_sym_EQ_TILDE] = ACTIONS(214), [anon_sym_EQ_EQ] = ACTIONS(214), [anon_sym_LT] = ACTIONS(214), [anon_sym_GT] = ACTIONS(214), [anon_sym_GT_GT] = ACTIONS(210), [anon_sym_AMP_GT] = ACTIONS(214), [anon_sym_AMP_GT_GT] = ACTIONS(210), [anon_sym_LT_AMP] = ACTIONS(210), [anon_sym_GT_AMP] = ACTIONS(210), [anon_sym_LT_LT] = ACTIONS(214), [anon_sym_LT_LT_DASH] = ACTIONS(210), [anon_sym_LT_LT_LT] = ACTIONS(210), [sym__special_characters] = ACTIONS(210), [anon_sym_DQUOTE] = ACTIONS(210), [anon_sym_DOLLAR] = ACTIONS(214), [sym_raw_string] = ACTIONS(210), [anon_sym_DOLLAR_LBRACE] = ACTIONS(210), [anon_sym_DOLLAR_LPAREN] = ACTIONS(210), [anon_sym_BQUOTE] = ACTIONS(210), [anon_sym_LT_LPAREN] = ACTIONS(210), [anon_sym_GT_LPAREN] = ACTIONS(210), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(214), }, [171] = { [aux_sym_concatenation_repeat1] = STATE(502), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_PIPE_AMP] = ACTIONS(236), [anon_sym_AMP_AMP] = ACTIONS(236), [anon_sym_PIPE_PIPE] = ACTIONS(236), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(236), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(236), [anon_sym_LT_AMP] = ACTIONS(236), [anon_sym_GT_AMP] = ACTIONS(236), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(236), [anon_sym_LT_LT_LT] = ACTIONS(236), [sym__special_characters] = ACTIONS(236), [anon_sym_DQUOTE] = ACTIONS(236), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(236), [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), [anon_sym_BQUOTE] = ACTIONS(236), [anon_sym_LT_LPAREN] = ACTIONS(236), [anon_sym_GT_LPAREN] = ACTIONS(236), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(238), }, [172] = { [aux_sym_concatenation_repeat1] = STATE(502), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_LPAREN] = ACTIONS(912), [anon_sym_PIPE_AMP] = ACTIONS(236), [anon_sym_AMP_AMP] = ACTIONS(236), [anon_sym_PIPE_PIPE] = ACTIONS(236), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(236), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(236), [anon_sym_LT_AMP] = ACTIONS(236), [anon_sym_GT_AMP] = ACTIONS(236), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(236), [anon_sym_LT_LT_LT] = ACTIONS(236), [sym__special_characters] = ACTIONS(236), [anon_sym_DQUOTE] = ACTIONS(236), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(236), [anon_sym_DOLLAR_LBRACE] = ACTIONS(236), [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), [anon_sym_BQUOTE] = ACTIONS(236), [anon_sym_LT_LPAREN] = ACTIONS(236), [anon_sym_GT_LPAREN] = ACTIONS(236), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(238), }, [173] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(866), [sym_comment] = ACTIONS(54), }, [174] = { [sym_file_redirect] = STATE(512), [sym_heredoc_redirect] = STATE(512), [sym_herestring_redirect] = STATE(512), [sym_concatenation] = STATE(485), [sym_string] = STATE(511), [sym_simple_expansion] = STATE(511), [sym_string_expansion] = STATE(511), [sym_expansion] = STATE(511), [sym_command_substitution] = STATE(511), [sym_process_substitution] = STATE(511), [aux_sym_while_statement_repeat1] = STATE(512), [aux_sym_command_repeat2] = STATE(513), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(324), [anon_sym_PIPE_AMP] = ACTIONS(348), [anon_sym_AMP_AMP] = ACTIONS(348), [anon_sym_PIPE_PIPE] = ACTIONS(348), [anon_sym_EQ_TILDE] = ACTIONS(922), [anon_sym_EQ_EQ] = ACTIONS(922), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [sym__special_characters] = ACTIONS(930), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(932), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(348), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(934), }, [175] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(866), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [176] = { [sym__assignment] = STATE(421), [anon_sym_EQ] = ACTIONS(894), [anon_sym_PLUS_EQ] = ACTIONS(894), [sym_comment] = ACTIONS(54), }, [177] = { [sym_command_name] = STATE(514), [sym_variable_assignment] = STATE(198), [sym_subscript] = STATE(197), [sym_file_redirect] = STATE(198), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(198), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(356), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(936), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(306), }, [178] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(938), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [179] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(938), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [180] = { [anon_sym_RPAREN] = ACTIONS(940), [sym_comment] = ACTIONS(54), }, [181] = { [sym_for_statement] = STATE(517), [sym_while_statement] = STATE(517), [sym_if_statement] = STATE(517), [sym_case_statement] = STATE(517), [sym_function_definition] = STATE(517), [sym_subshell] = STATE(517), [sym_pipeline] = STATE(517), [sym_list] = STATE(517), [sym_command] = STATE(517), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(517), [sym_variable_assignment] = STATE(518), [sym_declaration_command] = STATE(517), [sym_unset_command] = STATE(517), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [182] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [ts_builtin_sym_end] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [183] = { [sym_for_statement] = STATE(519), [sym_while_statement] = STATE(519), [sym_if_statement] = STATE(519), [sym_case_statement] = STATE(519), [sym_function_definition] = STATE(519), [sym_subshell] = STATE(519), [sym_pipeline] = STATE(519), [sym_list] = STATE(519), [sym_command] = STATE(519), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(519), [sym_variable_assignment] = STATE(520), [sym_declaration_command] = STATE(519), [sym_unset_command] = STATE(519), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [184] = { [anon_sym_LT] = ACTIONS(946), [anon_sym_GT] = ACTIONS(946), [anon_sym_GT_GT] = ACTIONS(948), [anon_sym_AMP_GT] = ACTIONS(946), [anon_sym_AMP_GT_GT] = ACTIONS(948), [anon_sym_LT_AMP] = ACTIONS(948), [anon_sym_GT_AMP] = ACTIONS(948), [sym_comment] = ACTIONS(54), }, [185] = { [sym_concatenation] = STATE(524), [sym_string] = STATE(523), [sym_simple_expansion] = STATE(523), [sym_string_expansion] = STATE(523), [sym_expansion] = STATE(523), [sym_command_substitution] = STATE(523), [sym_process_substitution] = STATE(523), [sym__special_characters] = ACTIONS(950), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(952), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(952), [sym_regex] = ACTIONS(954), }, [186] = { [sym_concatenation] = STATE(527), [sym_string] = STATE(526), [sym_simple_expansion] = STATE(526), [sym_string_expansion] = STATE(526), [sym_expansion] = STATE(526), [sym_command_substitution] = STATE(526), [sym_process_substitution] = STATE(526), [sym__special_characters] = ACTIONS(956), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(958), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(958), }, [187] = { [sym_heredoc] = STATE(530), [sym__simple_heredoc] = ACTIONS(960), [sym__heredoc_beginning] = ACTIONS(962), [sym_comment] = ACTIONS(54), }, [188] = { [sym_concatenation] = STATE(533), [sym_string] = STATE(532), [sym_simple_expansion] = STATE(532), [sym_string_expansion] = STATE(532), [sym_expansion] = STATE(532), [sym_command_substitution] = STATE(532), [sym_process_substitution] = STATE(532), [sym__special_characters] = ACTIONS(964), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(966), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(966), }, [189] = { [aux_sym_concatenation_repeat1] = STATE(121), [sym_file_descriptor] = ACTIONS(504), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(502), [anon_sym_SEMI_SEMI] = ACTIONS(502), [anon_sym_PIPE_AMP] = ACTIONS(502), [anon_sym_AMP_AMP] = ACTIONS(502), [anon_sym_PIPE_PIPE] = ACTIONS(502), [anon_sym_EQ_TILDE] = ACTIONS(502), [anon_sym_EQ_EQ] = ACTIONS(502), [anon_sym_LT] = ACTIONS(502), [anon_sym_GT] = ACTIONS(502), [anon_sym_GT_GT] = ACTIONS(502), [anon_sym_AMP_GT] = ACTIONS(502), [anon_sym_AMP_GT_GT] = ACTIONS(502), [anon_sym_LT_AMP] = ACTIONS(502), [anon_sym_GT_AMP] = ACTIONS(502), [anon_sym_LT_LT] = ACTIONS(502), [anon_sym_LT_LT_DASH] = ACTIONS(502), [anon_sym_LT_LT_LT] = ACTIONS(502), [sym__special_characters] = ACTIONS(502), [anon_sym_DQUOTE] = ACTIONS(502), [anon_sym_DOLLAR] = ACTIONS(502), [sym_raw_string] = ACTIONS(502), [anon_sym_DOLLAR_LBRACE] = ACTIONS(502), [anon_sym_DOLLAR_LPAREN] = ACTIONS(502), [anon_sym_BQUOTE] = ACTIONS(502), [anon_sym_LT_LPAREN] = ACTIONS(502), [anon_sym_GT_LPAREN] = ACTIONS(502), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(502), [anon_sym_SEMI] = ACTIONS(502), [anon_sym_LF] = ACTIONS(504), [anon_sym_AMP] = ACTIONS(502), }, [190] = { [aux_sym_concatenation_repeat1] = STATE(121), [sym_file_descriptor] = ACTIONS(518), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(516), [anon_sym_SEMI_SEMI] = ACTIONS(516), [anon_sym_PIPE_AMP] = ACTIONS(516), [anon_sym_AMP_AMP] = ACTIONS(516), [anon_sym_PIPE_PIPE] = ACTIONS(516), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_LT] = ACTIONS(516), [anon_sym_GT] = ACTIONS(516), [anon_sym_GT_GT] = ACTIONS(516), [anon_sym_AMP_GT] = ACTIONS(516), [anon_sym_AMP_GT_GT] = ACTIONS(516), [anon_sym_LT_AMP] = ACTIONS(516), [anon_sym_GT_AMP] = ACTIONS(516), [anon_sym_LT_LT] = ACTIONS(516), [anon_sym_LT_LT_DASH] = ACTIONS(516), [anon_sym_LT_LT_LT] = ACTIONS(516), [sym__special_characters] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(516), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(516), [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), [anon_sym_BQUOTE] = ACTIONS(516), [anon_sym_LT_LPAREN] = ACTIONS(516), [anon_sym_GT_LPAREN] = ACTIONS(516), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(516), [anon_sym_SEMI] = ACTIONS(516), [anon_sym_LF] = ACTIONS(518), [anon_sym_AMP] = ACTIONS(516), }, [191] = { [sym_file_descriptor] = ACTIONS(518), [anon_sym_PIPE] = ACTIONS(516), [anon_sym_RPAREN] = ACTIONS(516), [anon_sym_SEMI_SEMI] = ACTIONS(516), [anon_sym_PIPE_AMP] = ACTIONS(516), [anon_sym_AMP_AMP] = ACTIONS(516), [anon_sym_PIPE_PIPE] = ACTIONS(516), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_LT] = ACTIONS(516), [anon_sym_GT] = ACTIONS(516), [anon_sym_GT_GT] = ACTIONS(516), [anon_sym_AMP_GT] = ACTIONS(516), [anon_sym_AMP_GT_GT] = ACTIONS(516), [anon_sym_LT_AMP] = ACTIONS(516), [anon_sym_GT_AMP] = ACTIONS(516), [anon_sym_LT_LT] = ACTIONS(516), [anon_sym_LT_LT_DASH] = ACTIONS(516), [anon_sym_LT_LT_LT] = ACTIONS(516), [sym__special_characters] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(516), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(516), [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), [anon_sym_BQUOTE] = ACTIONS(516), [anon_sym_LT_LPAREN] = ACTIONS(516), [anon_sym_GT_LPAREN] = ACTIONS(516), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(516), [anon_sym_SEMI] = ACTIONS(516), [anon_sym_LF] = ACTIONS(518), [anon_sym_AMP] = ACTIONS(516), }, [192] = { [sym_file_redirect] = STATE(534), [sym_heredoc_redirect] = STATE(534), [sym_herestring_redirect] = STATE(534), [aux_sym_while_statement_repeat1] = STATE(534), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_SEMI_SEMI] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(968), [anon_sym_AMP_AMP] = ACTIONS(968), [anon_sym_PIPE_PIPE] = ACTIONS(968), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(968), [anon_sym_LF] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(968), }, [193] = { [sym_file_redirect] = STATE(535), [sym_heredoc_redirect] = STATE(535), [sym_herestring_redirect] = STATE(535), [sym_concatenation] = STATE(191), [sym_string] = STATE(190), [sym_simple_expansion] = STATE(190), [sym_string_expansion] = STATE(190), [sym_expansion] = STATE(190), [sym_command_substitution] = STATE(190), [sym_process_substitution] = STATE(190), [aux_sym_while_statement_repeat1] = STATE(535), [aux_sym_command_repeat2] = STATE(536), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_SEMI_SEMI] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(968), [anon_sym_AMP_AMP] = ACTIONS(968), [anon_sym_PIPE_PIPE] = ACTIONS(968), [anon_sym_EQ_TILDE] = ACTIONS(326), [anon_sym_EQ_EQ] = ACTIONS(326), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym__special_characters] = ACTIONS(334), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(338), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(338), [anon_sym_SEMI] = ACTIONS(968), [anon_sym_LF] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(968), }, [194] = { [sym__terminated_statement] = STATE(194), [sym_for_statement] = STATE(25), [sym_while_statement] = STATE(25), [sym_if_statement] = STATE(25), [sym_case_statement] = STATE(25), [sym_function_definition] = STATE(25), [sym_subshell] = STATE(25), [sym_pipeline] = STATE(25), [sym_list] = STATE(25), [sym_command] = STATE(25), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(25), [sym_variable_assignment] = STATE(27), [sym_declaration_command] = STATE(25), [sym_unset_command] = STATE(25), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(194), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(972), [sym_variable_name] = ACTIONS(975), [ts_builtin_sym_end] = ACTIONS(978), [anon_sym_for] = ACTIONS(980), [anon_sym_while] = ACTIONS(983), [anon_sym_if] = ACTIONS(986), [anon_sym_case] = ACTIONS(989), [anon_sym_function] = ACTIONS(992), [anon_sym_LPAREN] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(998), [anon_sym_LBRACK_LBRACK] = ACTIONS(1001), [anon_sym_declare] = ACTIONS(1004), [anon_sym_typeset] = ACTIONS(1004), [anon_sym_export] = ACTIONS(1004), [anon_sym_readonly] = ACTIONS(1004), [anon_sym_local] = ACTIONS(1004), [anon_sym_unset] = ACTIONS(1007), [anon_sym_unsetenv] = ACTIONS(1007), [anon_sym_LT] = ACTIONS(1010), [anon_sym_GT] = ACTIONS(1010), [anon_sym_GT_GT] = ACTIONS(1013), [anon_sym_AMP_GT] = ACTIONS(1010), [anon_sym_AMP_GT_GT] = ACTIONS(1013), [anon_sym_LT_AMP] = ACTIONS(1013), [anon_sym_GT_AMP] = ACTIONS(1013), [sym__special_characters] = ACTIONS(1016), [anon_sym_DQUOTE] = ACTIONS(1019), [anon_sym_DOLLAR] = ACTIONS(1022), [sym_raw_string] = ACTIONS(1025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1028), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1031), [anon_sym_BQUOTE] = ACTIONS(1034), [anon_sym_LT_LPAREN] = ACTIONS(1037), [anon_sym_GT_LPAREN] = ACTIONS(1037), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1040), }, [195] = { [sym__assignment] = STATE(421), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(1043), [anon_sym_PLUS_EQ] = ACTIONS(1043), [sym_comment] = ACTIONS(54), }, [196] = { [sym_file_redirect] = STATE(535), [sym_heredoc_redirect] = STATE(535), [sym_herestring_redirect] = STATE(535), [sym_concatenation] = STATE(191), [sym_string] = STATE(190), [sym_simple_expansion] = STATE(190), [sym_string_expansion] = STATE(190), [sym_expansion] = STATE(190), [sym_command_substitution] = STATE(190), [sym_process_substitution] = STATE(190), [aux_sym_while_statement_repeat1] = STATE(535), [aux_sym_command_repeat2] = STATE(538), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_SEMI_SEMI] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(968), [anon_sym_AMP_AMP] = ACTIONS(968), [anon_sym_PIPE_PIPE] = ACTIONS(968), [anon_sym_EQ_TILDE] = ACTIONS(326), [anon_sym_EQ_EQ] = ACTIONS(326), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym__special_characters] = ACTIONS(334), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(338), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(338), [anon_sym_SEMI] = ACTIONS(968), [anon_sym_LF] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(968), }, [197] = { [sym__assignment] = STATE(421), [anon_sym_EQ] = ACTIONS(1043), [anon_sym_PLUS_EQ] = ACTIONS(1043), [sym_comment] = ACTIONS(54), }, [198] = { [sym_variable_assignment] = STATE(198), [sym_subscript] = STATE(197), [sym_file_redirect] = STATE(198), [aux_sym_command_repeat1] = STATE(198), [sym_file_descriptor] = ACTIONS(1045), [sym_variable_name] = ACTIONS(1048), [anon_sym_LT] = ACTIONS(1051), [anon_sym_GT] = ACTIONS(1051), [anon_sym_GT_GT] = ACTIONS(1054), [anon_sym_AMP_GT] = ACTIONS(1051), [anon_sym_AMP_GT_GT] = ACTIONS(1054), [anon_sym_LT_AMP] = ACTIONS(1054), [anon_sym_GT_AMP] = ACTIONS(1054), [sym__special_characters] = ACTIONS(1057), [anon_sym_DQUOTE] = ACTIONS(1057), [anon_sym_DOLLAR] = ACTIONS(1059), [sym_raw_string] = ACTIONS(1057), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1057), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1057), [anon_sym_BQUOTE] = ACTIONS(1057), [anon_sym_LT_LPAREN] = ACTIONS(1057), [anon_sym_GT_LPAREN] = ACTIONS(1057), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1057), }, [199] = { [aux_sym_concatenation_repeat1] = STATE(363), [sym_file_descriptor] = ACTIONS(1061), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(1061), [anon_sym_LT] = ACTIONS(1063), [anon_sym_GT] = ACTIONS(1063), [anon_sym_GT_GT] = ACTIONS(1061), [anon_sym_AMP_GT] = ACTIONS(1063), [anon_sym_AMP_GT_GT] = ACTIONS(1061), [anon_sym_LT_AMP] = ACTIONS(1061), [anon_sym_GT_AMP] = ACTIONS(1061), [sym__special_characters] = ACTIONS(1061), [anon_sym_DQUOTE] = ACTIONS(1061), [anon_sym_DOLLAR] = ACTIONS(1063), [sym_raw_string] = ACTIONS(1061), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1061), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1061), [anon_sym_BQUOTE] = ACTIONS(1061), [anon_sym_LT_LPAREN] = ACTIONS(1061), [anon_sym_GT_LPAREN] = ACTIONS(1061), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1061), }, [200] = { [aux_sym_concatenation_repeat1] = STATE(363), [sym_file_descriptor] = ACTIONS(1065), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(1065), [anon_sym_LT] = ACTIONS(1067), [anon_sym_GT] = ACTIONS(1067), [anon_sym_GT_GT] = ACTIONS(1065), [anon_sym_AMP_GT] = ACTIONS(1067), [anon_sym_AMP_GT_GT] = ACTIONS(1065), [anon_sym_LT_AMP] = ACTIONS(1065), [anon_sym_GT_AMP] = ACTIONS(1065), [sym__special_characters] = ACTIONS(1065), [anon_sym_DQUOTE] = ACTIONS(1065), [anon_sym_DOLLAR] = ACTIONS(1067), [sym_raw_string] = ACTIONS(1065), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1065), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1065), [anon_sym_BQUOTE] = ACTIONS(1065), [anon_sym_LT_LPAREN] = ACTIONS(1065), [anon_sym_GT_LPAREN] = ACTIONS(1065), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1065), }, [201] = { [sym_file_descriptor] = ACTIONS(1065), [sym_variable_name] = ACTIONS(1065), [anon_sym_LT] = ACTIONS(1067), [anon_sym_GT] = ACTIONS(1067), [anon_sym_GT_GT] = ACTIONS(1065), [anon_sym_AMP_GT] = ACTIONS(1067), [anon_sym_AMP_GT_GT] = ACTIONS(1065), [anon_sym_LT_AMP] = ACTIONS(1065), [anon_sym_GT_AMP] = ACTIONS(1065), [sym__special_characters] = ACTIONS(1065), [anon_sym_DQUOTE] = ACTIONS(1065), [anon_sym_DOLLAR] = ACTIONS(1067), [sym_raw_string] = ACTIONS(1065), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1065), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1065), [anon_sym_BQUOTE] = ACTIONS(1065), [anon_sym_LT_LPAREN] = ACTIONS(1065), [anon_sym_GT_LPAREN] = ACTIONS(1065), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1065), }, [202] = { [aux_sym_concatenation_repeat1] = STATE(541), [sym__concat] = ACTIONS(1069), [anon_sym_RBRACK] = ACTIONS(1071), [sym_comment] = ACTIONS(54), }, [203] = { [aux_sym_concatenation_repeat1] = STATE(541), [sym__concat] = ACTIONS(1073), [anon_sym_RBRACK] = ACTIONS(1075), [sym_comment] = ACTIONS(54), }, [204] = { [sym__concat] = ACTIONS(1077), [anon_sym_RBRACK] = ACTIONS(1075), [sym_comment] = ACTIONS(54), }, [205] = { [sym_file_descriptor] = ACTIONS(1079), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_RPAREN] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [anon_sym_LT] = ACTIONS(1081), [anon_sym_GT] = ACTIONS(1081), [anon_sym_GT_GT] = 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), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [206] = { [sym_concatenation] = STATE(554), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(554), [anon_sym_RPAREN] = ACTIONS(1083), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [207] = { [aux_sym_concatenation_repeat1] = STATE(556), [sym_file_descriptor] = ACTIONS(1101), [sym__concat] = ACTIONS(1103), [sym_variable_name] = ACTIONS(1101), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_SEMI_SEMI] = ACTIONS(1105), [anon_sym_PIPE_AMP] = ACTIONS(1105), [anon_sym_AMP_AMP] = ACTIONS(1105), [anon_sym_PIPE_PIPE] = ACTIONS(1105), [anon_sym_LT] = ACTIONS(1105), [anon_sym_GT] = ACTIONS(1105), [anon_sym_GT_GT] = ACTIONS(1105), [anon_sym_AMP_GT] = ACTIONS(1105), [anon_sym_AMP_GT_GT] = ACTIONS(1105), [anon_sym_LT_AMP] = ACTIONS(1105), [anon_sym_GT_AMP] = ACTIONS(1105), [sym__special_characters] = ACTIONS(1105), [anon_sym_DQUOTE] = ACTIONS(1105), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1105), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1105), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), [anon_sym_BQUOTE] = ACTIONS(1105), [anon_sym_LT_LPAREN] = ACTIONS(1105), [anon_sym_GT_LPAREN] = ACTIONS(1105), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1105), [anon_sym_SEMI] = ACTIONS(1105), [anon_sym_LF] = ACTIONS(1101), [anon_sym_AMP] = ACTIONS(1105), }, [208] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(558), [anon_sym_DQUOTE] = ACTIONS(1107), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [209] = { [sym_string] = STATE(560), [anon_sym_DQUOTE] = ACTIONS(374), [anon_sym_DOLLAR] = ACTIONS(1109), [sym_raw_string] = ACTIONS(1111), [anon_sym_POUND] = ACTIONS(1109), [anon_sym_DASH] = ACTIONS(1109), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1113), [anon_sym_STAR] = ACTIONS(1109), [anon_sym_AT] = ACTIONS(1109), [anon_sym_QMARK] = ACTIONS(1109), [anon_sym_0] = ACTIONS(1115), [anon_sym__] = ACTIONS(1115), }, [210] = { [aux_sym_concatenation_repeat1] = STATE(556), [sym_file_descriptor] = ACTIONS(1079), [sym__concat] = ACTIONS(1103), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [anon_sym_LT] = ACTIONS(1081), [anon_sym_GT] = ACTIONS(1081), [anon_sym_GT_GT] = 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), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [211] = { [sym_subscript] = STATE(566), [sym_variable_name] = ACTIONS(1117), [anon_sym_DOLLAR] = ACTIONS(1119), [anon_sym_POUND] = ACTIONS(1121), [anon_sym_DASH] = ACTIONS(1119), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1123), [anon_sym_STAR] = ACTIONS(1119), [anon_sym_AT] = ACTIONS(1119), [anon_sym_QMARK] = ACTIONS(1119), [anon_sym_0] = ACTIONS(1125), [anon_sym__] = ACTIONS(1125), }, [212] = { [sym_for_statement] = STATE(567), [sym_while_statement] = STATE(567), [sym_if_statement] = STATE(567), [sym_case_statement] = STATE(567), [sym_function_definition] = STATE(567), [sym_subshell] = STATE(567), [sym_pipeline] = STATE(567), [sym_list] = STATE(567), [sym_command] = STATE(567), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(567), [sym_variable_assignment] = STATE(568), [sym_declaration_command] = STATE(567), [sym_unset_command] = STATE(567), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [213] = { [sym_for_statement] = STATE(569), [sym_while_statement] = STATE(569), [sym_if_statement] = STATE(569), [sym_case_statement] = STATE(569), [sym_function_definition] = STATE(569), [sym_subshell] = STATE(569), [sym_pipeline] = STATE(569), [sym_list] = STATE(569), [sym_command] = STATE(569), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(569), [sym_variable_assignment] = STATE(570), [sym_declaration_command] = STATE(569), [sym_unset_command] = STATE(569), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [214] = { [sym_for_statement] = STATE(571), [sym_while_statement] = STATE(571), [sym_if_statement] = STATE(571), [sym_case_statement] = STATE(571), [sym_function_definition] = STATE(571), [sym_subshell] = STATE(571), [sym_pipeline] = STATE(571), [sym_list] = STATE(571), [sym_command] = STATE(571), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(571), [sym_variable_assignment] = STATE(572), [sym_declaration_command] = STATE(571), [sym_unset_command] = STATE(571), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [215] = { [sym_concatenation] = STATE(581), [sym_string] = STATE(576), [sym_simple_expansion] = STATE(576), [sym_string_expansion] = STATE(576), [sym_expansion] = STATE(576), [sym_command_substitution] = STATE(576), [sym_process_substitution] = STATE(576), [aux_sym_for_statement_repeat1] = STATE(581), [sym__special_characters] = ACTIONS(1127), [anon_sym_DQUOTE] = ACTIONS(1129), [anon_sym_DOLLAR] = ACTIONS(1131), [sym_raw_string] = ACTIONS(1133), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1135), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1137), [anon_sym_BQUOTE] = ACTIONS(1139), [anon_sym_LT_LPAREN] = ACTIONS(1141), [anon_sym_GT_LPAREN] = ACTIONS(1141), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1133), }, [216] = { [sym_do_group] = STATE(583), [anon_sym_do] = ACTIONS(1143), [sym_comment] = ACTIONS(54), }, [217] = { [sym__terminated_statement] = STATE(587), [sym_for_statement] = STATE(585), [sym_while_statement] = STATE(585), [sym_if_statement] = STATE(585), [sym_case_statement] = STATE(585), [sym_function_definition] = STATE(585), [sym_subshell] = STATE(585), [sym_pipeline] = STATE(585), [sym_list] = STATE(585), [sym_command] = STATE(585), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(585), [sym_variable_assignment] = STATE(586), [sym_declaration_command] = STATE(585), [sym_unset_command] = STATE(585), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(587), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_done] = ACTIONS(1145), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [218] = { [sym_file_redirect] = STATE(588), [sym_heredoc_redirect] = STATE(588), [sym_herestring_redirect] = STATE(588), [aux_sym_while_statement_repeat1] = STATE(588), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(1147), [anon_sym_SEMI_SEMI] = ACTIONS(1147), [anon_sym_PIPE_AMP] = ACTIONS(1147), [anon_sym_AMP_AMP] = ACTIONS(1147), [anon_sym_PIPE_PIPE] = ACTIONS(1147), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1147), [anon_sym_LF] = ACTIONS(1149), [anon_sym_AMP] = ACTIONS(1147), }, [219] = { [anon_sym_do] = ACTIONS(942), [anon_sym_then] = ACTIONS(942), [sym_comment] = ACTIONS(54), }, [220] = { [sym__terminated_statement] = STATE(595), [sym_for_statement] = STATE(592), [sym_while_statement] = STATE(592), [sym_if_statement] = STATE(592), [sym_elif_clause] = STATE(596), [sym_else_clause] = STATE(593), [sym_case_statement] = STATE(592), [sym_function_definition] = STATE(592), [sym_subshell] = STATE(592), [sym_pipeline] = STATE(592), [sym_list] = STATE(592), [sym_command] = STATE(592), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(592), [sym_variable_assignment] = STATE(594), [sym_declaration_command] = STATE(592), [sym_unset_command] = STATE(592), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(595), [aux_sym_if_statement_repeat1] = STATE(596), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_fi] = ACTIONS(1151), [anon_sym_elif] = ACTIONS(1153), [anon_sym_else] = ACTIONS(1155), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [221] = { [sym_string] = STATE(597), [sym_simple_expansion] = STATE(597), [sym_string_expansion] = STATE(597), [sym_expansion] = STATE(597), [sym_command_substitution] = STATE(597), [sym_process_substitution] = STATE(597), [sym__special_characters] = ACTIONS(1157), [anon_sym_DQUOTE] = ACTIONS(70), [anon_sym_DOLLAR] = ACTIONS(72), [sym_raw_string] = ACTIONS(1157), [anon_sym_DOLLAR_LBRACE] = ACTIONS(76), [anon_sym_DOLLAR_LPAREN] = ACTIONS(78), [anon_sym_BQUOTE] = ACTIONS(80), [anon_sym_LT_LPAREN] = ACTIONS(82), [anon_sym_GT_LPAREN] = ACTIONS(82), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1157), }, [222] = { [anon_sym_SEMI_SEMI] = ACTIONS(1159), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1159), [anon_sym_LF] = ACTIONS(1161), [anon_sym_AMP] = ACTIONS(1159), }, [223] = { [anon_sym_in] = ACTIONS(1163), [sym_comment] = ACTIONS(54), }, [224] = { [aux_sym_concatenation_repeat1] = STATE(600), [sym__concat] = ACTIONS(406), [anon_sym_in] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [225] = { [sym__concat] = ACTIONS(692), [anon_sym_in] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [226] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(1165), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [227] = { [sym__concat] = ACTIONS(722), [anon_sym_in] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [228] = { [sym__concat] = ACTIONS(726), [anon_sym_in] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [229] = { [sym__concat] = ACTIONS(730), [anon_sym_in] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [230] = { [anon_sym_SEMI_SEMI] = ACTIONS(1167), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1167), [anon_sym_LF] = ACTIONS(1169), [anon_sym_AMP] = ACTIONS(1167), }, [231] = { [anon_sym_in] = ACTIONS(1171), [sym_comment] = ACTIONS(54), }, [232] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(1173), [sym_comment] = ACTIONS(54), }, [233] = { [sym_concatenation] = STATE(607), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(607), [anon_sym_RBRACE] = ACTIONS(1175), [anon_sym_EQ] = ACTIONS(1177), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1179), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1181), [anon_sym_COLON] = ACTIONS(1177), [anon_sym_COLON_QMARK] = ACTIONS(1177), [anon_sym_COLON_DASH] = ACTIONS(1177), [anon_sym_PERCENT] = ACTIONS(1177), [anon_sym_DASH] = ACTIONS(1177), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [234] = { [sym_subscript] = STATE(611), [sym_variable_name] = ACTIONS(1183), [anon_sym_DOLLAR] = ACTIONS(1185), [anon_sym_DASH] = ACTIONS(1185), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1187), [anon_sym_STAR] = ACTIONS(1185), [anon_sym_AT] = ACTIONS(1185), [anon_sym_QMARK] = ACTIONS(1185), [anon_sym_0] = ACTIONS(1189), [anon_sym__] = ACTIONS(1189), }, [235] = { [sym_concatenation] = STATE(614), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(614), [anon_sym_RBRACE] = ACTIONS(1191), [anon_sym_EQ] = ACTIONS(1193), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1195), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1197), [anon_sym_COLON] = ACTIONS(1193), [anon_sym_COLON_QMARK] = ACTIONS(1193), [anon_sym_COLON_DASH] = ACTIONS(1193), [anon_sym_PERCENT] = ACTIONS(1193), [anon_sym_DASH] = ACTIONS(1193), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [236] = { [sym_concatenation] = STATE(617), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(617), [anon_sym_RBRACE] = ACTIONS(1199), [anon_sym_EQ] = ACTIONS(1201), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1203), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1205), [anon_sym_COLON] = ACTIONS(1201), [anon_sym_COLON_QMARK] = ACTIONS(1201), [anon_sym_COLON_DASH] = ACTIONS(1201), [anon_sym_PERCENT] = ACTIONS(1201), [anon_sym_DASH] = ACTIONS(1201), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [237] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1207), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [238] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1207), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [239] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(1207), [sym_comment] = ACTIONS(54), }, [240] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(1207), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [241] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1209), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [242] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1209), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [243] = { [anon_sym_RPAREN] = ACTIONS(1211), [sym_comment] = ACTIONS(54), }, [244] = { [sym__terminated_statement] = STATE(624), [sym_for_statement] = STATE(622), [sym_while_statement] = STATE(622), [sym_if_statement] = STATE(622), [sym_case_statement] = STATE(622), [sym_function_definition] = STATE(622), [sym_subshell] = STATE(622), [sym_pipeline] = STATE(622), [sym_list] = STATE(622), [sym_command] = STATE(622), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(622), [sym_variable_assignment] = STATE(623), [sym_declaration_command] = STATE(622), [sym_unset_command] = STATE(622), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(624), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_RBRACE] = ACTIONS(1213), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [245] = { [sym_file_redirect] = STATE(627), [sym_file_descriptor] = ACTIONS(1215), [anon_sym_PIPE] = ACTIONS(1217), [anon_sym_SEMI_SEMI] = ACTIONS(1217), [anon_sym_PIPE_AMP] = ACTIONS(1217), [anon_sym_AMP_AMP] = ACTIONS(1217), [anon_sym_PIPE_PIPE] = ACTIONS(1217), [anon_sym_LT] = ACTIONS(1219), [anon_sym_GT] = ACTIONS(1219), [anon_sym_GT_GT] = 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), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1217), [anon_sym_LF] = ACTIONS(1221), [anon_sym_AMP] = ACTIONS(1217), }, [246] = { [sym_concatenation] = STATE(205), [sym_string] = STATE(629), [sym_array] = STATE(205), [sym_simple_expansion] = STATE(629), [sym_string_expansion] = STATE(629), [sym_expansion] = STATE(629), [sym_command_substitution] = STATE(629), [sym_process_substitution] = STATE(629), [sym__empty_value] = ACTIONS(368), [anon_sym_LPAREN] = ACTIONS(370), [sym__special_characters] = ACTIONS(1223), [anon_sym_DQUOTE] = ACTIONS(374), [anon_sym_DOLLAR] = ACTIONS(376), [sym_raw_string] = ACTIONS(1225), [anon_sym_DOLLAR_LBRACE] = ACTIONS(380), [anon_sym_DOLLAR_LPAREN] = ACTIONS(382), [anon_sym_BQUOTE] = ACTIONS(384), [anon_sym_LT_LPAREN] = ACTIONS(386), [anon_sym_GT_LPAREN] = ACTIONS(386), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1225), }, [247] = { [sym_do_group] = STATE(630), [anon_sym_do] = ACTIONS(398), [sym_comment] = ACTIONS(54), }, [248] = { [sym_compound_statement] = STATE(632), [anon_sym_LPAREN] = ACTIONS(1227), [anon_sym_LBRACE] = ACTIONS(442), [sym_comment] = ACTIONS(54), }, [249] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(299), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [anon_sym_RBRACK] = ACTIONS(1229), [sym__special_characters] = ACTIONS(532), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [250] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(321), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [anon_sym_RBRACK_RBRACK] = ACTIONS(1229), [sym__special_characters] = ACTIONS(572), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [251] = { [sym__assignment] = STATE(323), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(1231), [anon_sym_PLUS_EQ] = ACTIONS(1231), [sym_comment] = ACTIONS(54), }, [252] = { [aux_sym_concatenation_repeat1] = STATE(635), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(578), [anon_sym_PIPE] = ACTIONS(580), [anon_sym_RPAREN] = ACTIONS(580), [anon_sym_SEMI_SEMI] = ACTIONS(580), [anon_sym_PIPE_AMP] = ACTIONS(580), [anon_sym_AMP_AMP] = ACTIONS(580), [anon_sym_PIPE_PIPE] = ACTIONS(580), [sym__special_characters] = ACTIONS(580), [anon_sym_DQUOTE] = ACTIONS(580), [anon_sym_DOLLAR] = ACTIONS(580), [sym_raw_string] = ACTIONS(580), [anon_sym_DOLLAR_LBRACE] = ACTIONS(580), [anon_sym_DOLLAR_LPAREN] = ACTIONS(580), [anon_sym_BQUOTE] = ACTIONS(580), [anon_sym_LT_LPAREN] = ACTIONS(580), [anon_sym_GT_LPAREN] = ACTIONS(580), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(580), [sym_word] = ACTIONS(580), [anon_sym_SEMI] = ACTIONS(580), [anon_sym_LF] = ACTIONS(578), [anon_sym_AMP] = ACTIONS(580), }, [253] = { [aux_sym_concatenation_repeat1] = STATE(635), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(594), [anon_sym_PIPE] = ACTIONS(596), [anon_sym_RPAREN] = ACTIONS(596), [anon_sym_SEMI_SEMI] = ACTIONS(596), [anon_sym_PIPE_AMP] = ACTIONS(596), [anon_sym_AMP_AMP] = ACTIONS(596), [anon_sym_PIPE_PIPE] = ACTIONS(596), [sym__special_characters] = ACTIONS(596), [anon_sym_DQUOTE] = ACTIONS(596), [anon_sym_DOLLAR] = ACTIONS(596), [sym_raw_string] = ACTIONS(596), [anon_sym_DOLLAR_LBRACE] = ACTIONS(596), [anon_sym_DOLLAR_LPAREN] = ACTIONS(596), [anon_sym_BQUOTE] = ACTIONS(596), [anon_sym_LT_LPAREN] = ACTIONS(596), [anon_sym_GT_LPAREN] = ACTIONS(596), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(596), [sym_word] = ACTIONS(596), [anon_sym_SEMI] = ACTIONS(596), [anon_sym_LF] = ACTIONS(594), [anon_sym_AMP] = ACTIONS(596), }, [254] = { [sym__assignment] = STATE(323), [anon_sym_EQ] = ACTIONS(1231), [anon_sym_PLUS_EQ] = ACTIONS(1231), [sym_comment] = ACTIONS(54), }, [255] = { [sym_variable_assignment] = STATE(636), [sym_subscript] = STATE(254), [sym_concatenation] = STATE(636), [sym_string] = STATE(253), [sym_simple_expansion] = STATE(253), [sym_string_expansion] = STATE(253), [sym_expansion] = STATE(253), [sym_command_substitution] = STATE(253), [sym_process_substitution] = STATE(253), [aux_sym_declaration_command_repeat1] = STATE(636), [sym_variable_name] = ACTIONS(448), [anon_sym_PIPE] = ACTIONS(612), [anon_sym_RPAREN] = ACTIONS(612), [anon_sym_SEMI_SEMI] = ACTIONS(612), [anon_sym_PIPE_AMP] = ACTIONS(612), [anon_sym_AMP_AMP] = ACTIONS(612), [anon_sym_PIPE_PIPE] = ACTIONS(612), [sym__special_characters] = ACTIONS(450), [anon_sym_DQUOTE] = ACTIONS(152), [anon_sym_DOLLAR] = ACTIONS(154), [sym_raw_string] = ACTIONS(452), [anon_sym_DOLLAR_LBRACE] = ACTIONS(158), [anon_sym_DOLLAR_LPAREN] = ACTIONS(160), [anon_sym_BQUOTE] = ACTIONS(162), [anon_sym_LT_LPAREN] = ACTIONS(164), [anon_sym_GT_LPAREN] = ACTIONS(164), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(168), [sym_word] = ACTIONS(452), [anon_sym_SEMI] = ACTIONS(612), [anon_sym_LF] = ACTIONS(614), [anon_sym_AMP] = ACTIONS(612), }, [256] = { [aux_sym_concatenation_repeat1] = STATE(637), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(618), [anon_sym_RPAREN] = ACTIONS(618), [anon_sym_SEMI_SEMI] = ACTIONS(618), [anon_sym_PIPE_AMP] = ACTIONS(618), [anon_sym_AMP_AMP] = ACTIONS(618), [anon_sym_PIPE_PIPE] = ACTIONS(618), [sym__special_characters] = ACTIONS(618), [anon_sym_DQUOTE] = ACTIONS(618), [anon_sym_DOLLAR] = ACTIONS(618), [sym_raw_string] = ACTIONS(618), [anon_sym_DOLLAR_LBRACE] = ACTIONS(618), [anon_sym_DOLLAR_LPAREN] = ACTIONS(618), [anon_sym_BQUOTE] = ACTIONS(618), [anon_sym_LT_LPAREN] = ACTIONS(618), [anon_sym_GT_LPAREN] = ACTIONS(618), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(618), [sym_word] = ACTIONS(618), [anon_sym_SEMI] = ACTIONS(618), [anon_sym_LF] = ACTIONS(620), [anon_sym_AMP] = ACTIONS(618), }, [257] = { [aux_sym_concatenation_repeat1] = STATE(637), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(634), [anon_sym_RPAREN] = ACTIONS(634), [anon_sym_SEMI_SEMI] = ACTIONS(634), [anon_sym_PIPE_AMP] = ACTIONS(634), [anon_sym_AMP_AMP] = ACTIONS(634), [anon_sym_PIPE_PIPE] = ACTIONS(634), [sym__special_characters] = ACTIONS(634), [anon_sym_DQUOTE] = ACTIONS(634), [anon_sym_DOLLAR] = ACTIONS(634), [sym_raw_string] = ACTIONS(634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(634), [anon_sym_BQUOTE] = ACTIONS(634), [anon_sym_LT_LPAREN] = ACTIONS(634), [anon_sym_GT_LPAREN] = ACTIONS(634), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(634), [sym_word] = ACTIONS(634), [anon_sym_SEMI] = ACTIONS(634), [anon_sym_LF] = ACTIONS(636), [anon_sym_AMP] = ACTIONS(634), }, [258] = { [sym_concatenation] = STATE(638), [sym_string] = STATE(257), [sym_simple_expansion] = STATE(257), [sym_string_expansion] = STATE(257), [sym_expansion] = STATE(257), [sym_command_substitution] = STATE(257), [sym_process_substitution] = STATE(257), [aux_sym_unset_command_repeat1] = STATE(638), [anon_sym_PIPE] = ACTIONS(652), [anon_sym_RPAREN] = ACTIONS(652), [anon_sym_SEMI_SEMI] = ACTIONS(652), [anon_sym_PIPE_AMP] = ACTIONS(652), [anon_sym_AMP_AMP] = ACTIONS(652), [anon_sym_PIPE_PIPE] = ACTIONS(652), [sym__special_characters] = ACTIONS(454), [anon_sym_DQUOTE] = ACTIONS(176), [anon_sym_DOLLAR] = ACTIONS(178), [sym_raw_string] = ACTIONS(456), [anon_sym_DOLLAR_LBRACE] = ACTIONS(182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(184), [anon_sym_BQUOTE] = ACTIONS(186), [anon_sym_LT_LPAREN] = ACTIONS(188), [anon_sym_GT_LPAREN] = ACTIONS(188), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(190), [sym_word] = ACTIONS(456), [anon_sym_SEMI] = ACTIONS(652), [anon_sym_LF] = ACTIONS(654), [anon_sym_AMP] = ACTIONS(652), }, [259] = { [aux_sym_concatenation_repeat1] = STATE(639), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [anon_sym_EQ_TILDE] = ACTIONS(690), [anon_sym_EQ_EQ] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(690), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(690), [anon_sym_LT_AMP] = ACTIONS(690), [anon_sym_GT_AMP] = ACTIONS(690), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(690), [anon_sym_LT_LT_LT] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [260] = { [anon_sym_RPAREN] = ACTIONS(1233), [sym_comment] = ACTIONS(54), }, [261] = { [sym_for_statement] = STATE(517), [sym_while_statement] = STATE(517), [sym_if_statement] = STATE(517), [sym_case_statement] = STATE(517), [sym_function_definition] = STATE(517), [sym_subshell] = STATE(517), [sym_pipeline] = STATE(517), [sym_list] = STATE(517), [sym_command] = STATE(517), [sym_command_name] = STATE(62), [sym_bracket_command] = STATE(517), [sym_variable_assignment] = STATE(518), [sym_declaration_command] = STATE(517), [sym_unset_command] = STATE(517), [sym_subscript] = STATE(64), [sym_file_redirect] = STATE(66), [sym_concatenation] = STATE(29), [sym_string] = STATE(59), [sym_simple_expansion] = STATE(59), [sym_string_expansion] = STATE(59), [sym_expansion] = STATE(59), [sym_command_substitution] = STATE(59), [sym_process_substitution] = STATE(59), [aux_sym_command_repeat1] = STATE(66), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(86), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(88), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(90), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(92), [anon_sym_LBRACK_LBRACK] = ACTIONS(94), [anon_sym_declare] = ACTIONS(96), [anon_sym_typeset] = ACTIONS(96), [anon_sym_export] = ACTIONS(96), [anon_sym_readonly] = ACTIONS(96), [anon_sym_local] = ACTIONS(96), [anon_sym_unset] = ACTIONS(98), [anon_sym_unsetenv] = ACTIONS(98), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(100), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(102), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(104), }, [262] = { [anon_sym_esac] = ACTIONS(1235), [anon_sym_PIPE] = ACTIONS(1235), [anon_sym_RPAREN] = ACTIONS(1235), [anon_sym_SEMI_SEMI] = ACTIONS(1235), [anon_sym_PIPE_AMP] = ACTIONS(1235), [anon_sym_AMP_AMP] = ACTIONS(1235), [anon_sym_PIPE_PIPE] = ACTIONS(1235), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1235), [anon_sym_LF] = ACTIONS(1237), [anon_sym_AMP] = ACTIONS(1235), }, [263] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_RPAREN] = ACTIONS(1239), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [264] = { [sym_for_statement] = STATE(642), [sym_while_statement] = STATE(642), [sym_if_statement] = STATE(642), [sym_case_statement] = STATE(642), [sym_function_definition] = STATE(642), [sym_subshell] = STATE(642), [sym_pipeline] = STATE(642), [sym_list] = STATE(642), [sym_command] = STATE(642), [sym_command_name] = STATE(62), [sym_bracket_command] = STATE(642), [sym_variable_assignment] = STATE(643), [sym_declaration_command] = STATE(642), [sym_unset_command] = STATE(642), [sym_subscript] = STATE(64), [sym_file_redirect] = STATE(66), [sym_concatenation] = STATE(29), [sym_string] = STATE(59), [sym_simple_expansion] = STATE(59), [sym_string_expansion] = STATE(59), [sym_expansion] = STATE(59), [sym_command_substitution] = STATE(59), [sym_process_substitution] = STATE(59), [aux_sym_command_repeat1] = STATE(66), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(86), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(88), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(90), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(92), [anon_sym_LBRACK_LBRACK] = ACTIONS(94), [anon_sym_declare] = ACTIONS(96), [anon_sym_typeset] = ACTIONS(96), [anon_sym_export] = ACTIONS(96), [anon_sym_readonly] = ACTIONS(96), [anon_sym_local] = ACTIONS(96), [anon_sym_unset] = ACTIONS(98), [anon_sym_unsetenv] = ACTIONS(98), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(100), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(102), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(104), }, [265] = { [anon_sym_LT] = ACTIONS(1241), [anon_sym_GT] = ACTIONS(1241), [anon_sym_GT_GT] = ACTIONS(1243), [anon_sym_AMP_GT] = ACTIONS(1241), [anon_sym_AMP_GT_GT] = ACTIONS(1243), [anon_sym_LT_AMP] = ACTIONS(1243), [anon_sym_GT_AMP] = ACTIONS(1243), [sym_comment] = ACTIONS(54), }, [266] = { [sym_concatenation] = STATE(524), [sym_string] = STATE(646), [sym_simple_expansion] = STATE(646), [sym_string_expansion] = STATE(646), [sym_expansion] = STATE(646), [sym_command_substitution] = STATE(646), [sym_process_substitution] = STATE(646), [sym__special_characters] = ACTIONS(1245), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(1247), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1247), [sym_regex] = ACTIONS(954), }, [267] = { [sym_concatenation] = STATE(527), [sym_string] = STATE(648), [sym_simple_expansion] = STATE(648), [sym_string_expansion] = STATE(648), [sym_expansion] = STATE(648), [sym_command_substitution] = STATE(648), [sym_process_substitution] = STATE(648), [sym__special_characters] = ACTIONS(1249), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(1251), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1251), }, [268] = { [sym_concatenation] = STATE(533), [sym_string] = STATE(650), [sym_simple_expansion] = STATE(650), [sym_string_expansion] = STATE(650), [sym_expansion] = STATE(650), [sym_command_substitution] = STATE(650), [sym_process_substitution] = STATE(650), [sym__special_characters] = ACTIONS(1253), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(1255), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1255), }, [269] = { [aux_sym_concatenation_repeat1] = STATE(259), [sym_file_descriptor] = ACTIONS(504), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(502), [anon_sym_RPAREN] = ACTIONS(502), [anon_sym_SEMI_SEMI] = ACTIONS(502), [anon_sym_PIPE_AMP] = ACTIONS(502), [anon_sym_AMP_AMP] = ACTIONS(502), [anon_sym_PIPE_PIPE] = ACTIONS(502), [anon_sym_EQ_TILDE] = ACTIONS(502), [anon_sym_EQ_EQ] = ACTIONS(502), [anon_sym_LT] = ACTIONS(502), [anon_sym_GT] = ACTIONS(502), [anon_sym_GT_GT] = ACTIONS(502), [anon_sym_AMP_GT] = ACTIONS(502), [anon_sym_AMP_GT_GT] = ACTIONS(502), [anon_sym_LT_AMP] = ACTIONS(502), [anon_sym_GT_AMP] = ACTIONS(502), [anon_sym_LT_LT] = ACTIONS(502), [anon_sym_LT_LT_DASH] = ACTIONS(502), [anon_sym_LT_LT_LT] = ACTIONS(502), [sym__special_characters] = ACTIONS(502), [anon_sym_DQUOTE] = ACTIONS(502), [anon_sym_DOLLAR] = ACTIONS(502), [sym_raw_string] = ACTIONS(502), [anon_sym_DOLLAR_LBRACE] = ACTIONS(502), [anon_sym_DOLLAR_LPAREN] = ACTIONS(502), [anon_sym_BQUOTE] = ACTIONS(502), [anon_sym_LT_LPAREN] = ACTIONS(502), [anon_sym_GT_LPAREN] = ACTIONS(502), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(502), [anon_sym_SEMI] = ACTIONS(502), [anon_sym_LF] = ACTIONS(504), [anon_sym_AMP] = ACTIONS(502), }, [270] = { [aux_sym_concatenation_repeat1] = STATE(259), [sym_file_descriptor] = ACTIONS(518), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(516), [anon_sym_RPAREN] = ACTIONS(516), [anon_sym_SEMI_SEMI] = ACTIONS(516), [anon_sym_PIPE_AMP] = ACTIONS(516), [anon_sym_AMP_AMP] = ACTIONS(516), [anon_sym_PIPE_PIPE] = ACTIONS(516), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_LT] = ACTIONS(516), [anon_sym_GT] = ACTIONS(516), [anon_sym_GT_GT] = ACTIONS(516), [anon_sym_AMP_GT] = ACTIONS(516), [anon_sym_AMP_GT_GT] = ACTIONS(516), [anon_sym_LT_AMP] = ACTIONS(516), [anon_sym_GT_AMP] = ACTIONS(516), [anon_sym_LT_LT] = ACTIONS(516), [anon_sym_LT_LT_DASH] = ACTIONS(516), [anon_sym_LT_LT_LT] = ACTIONS(516), [sym__special_characters] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(516), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(516), [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), [anon_sym_BQUOTE] = ACTIONS(516), [anon_sym_LT_LPAREN] = ACTIONS(516), [anon_sym_GT_LPAREN] = ACTIONS(516), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(516), [anon_sym_SEMI] = ACTIONS(516), [anon_sym_LF] = ACTIONS(518), [anon_sym_AMP] = ACTIONS(516), }, [271] = { [sym_file_redirect] = STATE(651), [sym_heredoc_redirect] = STATE(651), [sym_herestring_redirect] = STATE(651), [aux_sym_while_statement_repeat1] = STATE(651), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_RPAREN] = ACTIONS(968), [anon_sym_SEMI_SEMI] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(968), [anon_sym_AMP_AMP] = ACTIONS(968), [anon_sym_PIPE_PIPE] = ACTIONS(968), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(968), [anon_sym_LF] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(968), }, [272] = { [sym_file_redirect] = STATE(652), [sym_heredoc_redirect] = STATE(652), [sym_herestring_redirect] = STATE(652), [sym_concatenation] = STATE(191), [sym_string] = STATE(270), [sym_simple_expansion] = STATE(270), [sym_string_expansion] = STATE(270), [sym_expansion] = STATE(270), [sym_command_substitution] = STATE(270), [sym_process_substitution] = STATE(270), [aux_sym_while_statement_repeat1] = STATE(652), [aux_sym_command_repeat2] = STATE(653), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_RPAREN] = ACTIONS(968), [anon_sym_SEMI_SEMI] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(968), [anon_sym_AMP_AMP] = ACTIONS(968), [anon_sym_PIPE_PIPE] = ACTIONS(968), [anon_sym_EQ_TILDE] = ACTIONS(472), [anon_sym_EQ_EQ] = ACTIONS(472), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym__special_characters] = ACTIONS(478), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(480), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(480), [anon_sym_SEMI] = ACTIONS(968), [anon_sym_LF] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(968), }, [273] = { [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(1257), [anon_sym_SEMI_SEMI] = ACTIONS(1259), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(466), [anon_sym_PIPE_PIPE] = ACTIONS(466), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1259), [anon_sym_LF] = ACTIONS(1261), [anon_sym_AMP] = ACTIONS(1259), }, [274] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(1257), [anon_sym_SEMI_SEMI] = ACTIONS(1259), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(466), [anon_sym_PIPE_PIPE] = ACTIONS(466), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(1259), [anon_sym_LF] = ACTIONS(1261), [anon_sym_AMP] = ACTIONS(1259), }, [275] = { [sym__terminated_statement] = STATE(275), [sym_for_statement] = STATE(25), [sym_while_statement] = STATE(25), [sym_if_statement] = STATE(25), [sym_case_statement] = STATE(25), [sym_function_definition] = STATE(25), [sym_subshell] = STATE(25), [sym_pipeline] = STATE(25), [sym_list] = STATE(25), [sym_command] = STATE(25), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(25), [sym_variable_assignment] = STATE(27), [sym_declaration_command] = STATE(25), [sym_unset_command] = STATE(25), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(275), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(972), [sym_variable_name] = ACTIONS(975), [anon_sym_for] = ACTIONS(980), [anon_sym_while] = ACTIONS(983), [anon_sym_if] = ACTIONS(986), [anon_sym_case] = ACTIONS(989), [anon_sym_function] = ACTIONS(992), [anon_sym_LPAREN] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(998), [anon_sym_LBRACK_LBRACK] = ACTIONS(1001), [anon_sym_declare] = ACTIONS(1004), [anon_sym_typeset] = ACTIONS(1004), [anon_sym_export] = ACTIONS(1004), [anon_sym_readonly] = ACTIONS(1004), [anon_sym_local] = ACTIONS(1004), [anon_sym_unset] = ACTIONS(1007), [anon_sym_unsetenv] = ACTIONS(1007), [anon_sym_LT] = ACTIONS(1010), [anon_sym_GT] = ACTIONS(1010), [anon_sym_GT_GT] = ACTIONS(1013), [anon_sym_AMP_GT] = ACTIONS(1010), [anon_sym_AMP_GT_GT] = ACTIONS(1013), [anon_sym_LT_AMP] = ACTIONS(1013), [anon_sym_GT_AMP] = ACTIONS(1013), [sym__special_characters] = ACTIONS(1016), [anon_sym_DQUOTE] = ACTIONS(1019), [anon_sym_DOLLAR] = ACTIONS(1022), [sym_raw_string] = ACTIONS(1025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1028), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1031), [anon_sym_BQUOTE] = ACTIONS(1034), [anon_sym_LT_LPAREN] = ACTIONS(1037), [anon_sym_GT_LPAREN] = ACTIONS(1037), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1040), }, [276] = { [sym_file_redirect] = STATE(652), [sym_heredoc_redirect] = STATE(652), [sym_herestring_redirect] = STATE(652), [sym_concatenation] = STATE(191), [sym_string] = STATE(270), [sym_simple_expansion] = STATE(270), [sym_string_expansion] = STATE(270), [sym_expansion] = STATE(270), [sym_command_substitution] = STATE(270), [sym_process_substitution] = STATE(270), [aux_sym_while_statement_repeat1] = STATE(652), [aux_sym_command_repeat2] = STATE(655), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_RPAREN] = ACTIONS(968), [anon_sym_SEMI_SEMI] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(968), [anon_sym_AMP_AMP] = ACTIONS(968), [anon_sym_PIPE_PIPE] = ACTIONS(968), [anon_sym_EQ_TILDE] = ACTIONS(472), [anon_sym_EQ_EQ] = ACTIONS(472), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym__special_characters] = ACTIONS(478), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(480), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(480), [anon_sym_SEMI] = ACTIONS(968), [anon_sym_LF] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(968), }, [277] = { [aux_sym_concatenation_repeat1] = STATE(281), [sym__concat] = ACTIONS(500), [anon_sym_EQ_TILDE] = ACTIONS(1263), [anon_sym_EQ_EQ] = ACTIONS(1263), [anon_sym_RBRACK] = ACTIONS(1265), [sym__special_characters] = ACTIONS(1263), [anon_sym_DQUOTE] = ACTIONS(1265), [anon_sym_DOLLAR] = ACTIONS(1263), [sym_raw_string] = ACTIONS(1265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1265), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1265), [anon_sym_BQUOTE] = ACTIONS(1265), [anon_sym_LT_LPAREN] = ACTIONS(1265), [anon_sym_GT_LPAREN] = ACTIONS(1265), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1263), }, [278] = { [aux_sym_concatenation_repeat1] = STATE(281), [sym__concat] = ACTIONS(500), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_RBRACK] = ACTIONS(1269), [sym__special_characters] = ACTIONS(1267), [anon_sym_DQUOTE] = ACTIONS(1269), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1269), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), [anon_sym_BQUOTE] = ACTIONS(1269), [anon_sym_LT_LPAREN] = ACTIONS(1269), [anon_sym_GT_LPAREN] = ACTIONS(1269), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1267), }, [279] = { [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_RBRACK] = ACTIONS(1269), [sym__special_characters] = ACTIONS(1267), [anon_sym_DQUOTE] = ACTIONS(1269), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1269), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), [anon_sym_BQUOTE] = ACTIONS(1269), [anon_sym_LT_LPAREN] = ACTIONS(1269), [anon_sym_GT_LPAREN] = ACTIONS(1269), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1267), }, [280] = { [sym_string] = STATE(656), [sym_simple_expansion] = STATE(656), [sym_string_expansion] = STATE(656), [sym_expansion] = STATE(656), [sym_command_substitution] = STATE(656), [sym_process_substitution] = STATE(656), [sym__special_characters] = ACTIONS(1271), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(1271), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1271), }, [281] = { [aux_sym_concatenation_repeat1] = STATE(657), [sym__concat] = ACTIONS(500), [anon_sym_EQ_TILDE] = ACTIONS(690), [anon_sym_EQ_EQ] = ACTIONS(690), [anon_sym_RBRACK] = ACTIONS(688), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(690), }, [282] = { [sym__concat] = ACTIONS(692), [anon_sym_EQ_TILDE] = ACTIONS(694), [anon_sym_EQ_EQ] = ACTIONS(694), [anon_sym_RBRACK] = ACTIONS(692), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(692), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(692), [anon_sym_DOLLAR_LBRACE] = ACTIONS(692), [anon_sym_DOLLAR_LPAREN] = ACTIONS(692), [anon_sym_BQUOTE] = ACTIONS(692), [anon_sym_LT_LPAREN] = ACTIONS(692), [anon_sym_GT_LPAREN] = ACTIONS(692), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(694), }, [283] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(1273), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [284] = { [sym__concat] = ACTIONS(722), [anon_sym_EQ_TILDE] = ACTIONS(724), [anon_sym_EQ_EQ] = ACTIONS(724), [anon_sym_RBRACK] = ACTIONS(722), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(722), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(722), [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), [anon_sym_BQUOTE] = ACTIONS(722), [anon_sym_LT_LPAREN] = ACTIONS(722), [anon_sym_GT_LPAREN] = ACTIONS(722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(724), }, [285] = { [sym__concat] = ACTIONS(726), [anon_sym_EQ_TILDE] = ACTIONS(728), [anon_sym_EQ_EQ] = ACTIONS(728), [anon_sym_RBRACK] = ACTIONS(726), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(726), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(726), [anon_sym_BQUOTE] = ACTIONS(726), [anon_sym_LT_LPAREN] = ACTIONS(726), [anon_sym_GT_LPAREN] = ACTIONS(726), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(728), }, [286] = { [sym__concat] = ACTIONS(730), [anon_sym_EQ_TILDE] = ACTIONS(732), [anon_sym_EQ_EQ] = ACTIONS(732), [anon_sym_RBRACK] = ACTIONS(730), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(730), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(730), [anon_sym_DOLLAR_LPAREN] = ACTIONS(730), [anon_sym_BQUOTE] = ACTIONS(730), [anon_sym_LT_LPAREN] = ACTIONS(730), [anon_sym_GT_LPAREN] = ACTIONS(730), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(732), }, [287] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(1275), [sym_comment] = ACTIONS(54), }, [288] = { [sym_concatenation] = STATE(662), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(662), [anon_sym_RBRACE] = ACTIONS(1277), [anon_sym_EQ] = ACTIONS(1279), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1281), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1283), [anon_sym_COLON] = ACTIONS(1279), [anon_sym_COLON_QMARK] = ACTIONS(1279), [anon_sym_COLON_DASH] = ACTIONS(1279), [anon_sym_PERCENT] = ACTIONS(1279), [anon_sym_DASH] = ACTIONS(1279), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [289] = { [sym_subscript] = STATE(666), [sym_variable_name] = ACTIONS(1285), [anon_sym_DOLLAR] = ACTIONS(1287), [anon_sym_DASH] = ACTIONS(1287), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1289), [anon_sym_STAR] = ACTIONS(1287), [anon_sym_AT] = ACTIONS(1287), [anon_sym_QMARK] = ACTIONS(1287), [anon_sym_0] = ACTIONS(1291), [anon_sym__] = ACTIONS(1291), }, [290] = { [sym_concatenation] = STATE(669), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(669), [anon_sym_RBRACE] = ACTIONS(1293), [anon_sym_EQ] = ACTIONS(1295), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1297), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1299), [anon_sym_COLON] = ACTIONS(1295), [anon_sym_COLON_QMARK] = ACTIONS(1295), [anon_sym_COLON_DASH] = ACTIONS(1295), [anon_sym_PERCENT] = ACTIONS(1295), [anon_sym_DASH] = ACTIONS(1295), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [291] = { [sym_concatenation] = STATE(672), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(672), [anon_sym_RBRACE] = ACTIONS(1301), [anon_sym_EQ] = ACTIONS(1303), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1305), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1307), [anon_sym_COLON] = ACTIONS(1303), [anon_sym_COLON_QMARK] = ACTIONS(1303), [anon_sym_COLON_DASH] = ACTIONS(1303), [anon_sym_PERCENT] = ACTIONS(1303), [anon_sym_DASH] = ACTIONS(1303), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [292] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1309), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [293] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1309), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [294] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(1309), [sym_comment] = ACTIONS(54), }, [295] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(1309), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [296] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1311), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [297] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1311), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [298] = { [sym_file_redirect] = STATE(675), [sym_heredoc_redirect] = STATE(675), [sym_herestring_redirect] = STATE(675), [aux_sym_while_statement_repeat1] = STATE(675), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(1313), [anon_sym_SEMI_SEMI] = ACTIONS(1313), [anon_sym_PIPE_AMP] = ACTIONS(1313), [anon_sym_AMP_AMP] = ACTIONS(1313), [anon_sym_PIPE_PIPE] = ACTIONS(1313), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1313), [anon_sym_LF] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(1313), }, [299] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(299), [anon_sym_EQ_TILDE] = ACTIONS(1317), [anon_sym_EQ_EQ] = ACTIONS(1317), [anon_sym_RBRACK] = ACTIONS(1269), [sym__special_characters] = ACTIONS(1320), [anon_sym_DQUOTE] = ACTIONS(1323), [anon_sym_DOLLAR] = ACTIONS(1326), [sym_raw_string] = ACTIONS(1329), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1332), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1335), [anon_sym_BQUOTE] = ACTIONS(1338), [anon_sym_LT_LPAREN] = ACTIONS(1341), [anon_sym_GT_LPAREN] = ACTIONS(1341), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1344), }, [300] = { [aux_sym_concatenation_repeat1] = STATE(304), [sym__concat] = ACTIONS(550), [anon_sym_EQ_TILDE] = ACTIONS(1263), [anon_sym_EQ_EQ] = ACTIONS(1263), [anon_sym_RBRACK_RBRACK] = ACTIONS(1265), [sym__special_characters] = ACTIONS(1263), [anon_sym_DQUOTE] = ACTIONS(1265), [anon_sym_DOLLAR] = ACTIONS(1263), [sym_raw_string] = ACTIONS(1265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1265), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1265), [anon_sym_BQUOTE] = ACTIONS(1265), [anon_sym_LT_LPAREN] = ACTIONS(1265), [anon_sym_GT_LPAREN] = ACTIONS(1265), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1263), }, [301] = { [aux_sym_concatenation_repeat1] = STATE(304), [sym__concat] = ACTIONS(550), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_RBRACK_RBRACK] = ACTIONS(1269), [sym__special_characters] = ACTIONS(1267), [anon_sym_DQUOTE] = ACTIONS(1269), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1269), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), [anon_sym_BQUOTE] = ACTIONS(1269), [anon_sym_LT_LPAREN] = ACTIONS(1269), [anon_sym_GT_LPAREN] = ACTIONS(1269), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1267), }, [302] = { [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_RBRACK_RBRACK] = ACTIONS(1269), [sym__special_characters] = ACTIONS(1267), [anon_sym_DQUOTE] = ACTIONS(1269), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1269), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), [anon_sym_BQUOTE] = ACTIONS(1269), [anon_sym_LT_LPAREN] = ACTIONS(1269), [anon_sym_GT_LPAREN] = ACTIONS(1269), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1267), }, [303] = { [sym_string] = STATE(676), [sym_simple_expansion] = STATE(676), [sym_string_expansion] = STATE(676), [sym_expansion] = STATE(676), [sym_command_substitution] = STATE(676), [sym_process_substitution] = STATE(676), [sym__special_characters] = ACTIONS(1347), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(1347), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1347), }, [304] = { [aux_sym_concatenation_repeat1] = STATE(677), [sym__concat] = ACTIONS(550), [anon_sym_EQ_TILDE] = ACTIONS(690), [anon_sym_EQ_EQ] = ACTIONS(690), [anon_sym_RBRACK_RBRACK] = ACTIONS(688), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(690), }, [305] = { [sym__concat] = ACTIONS(692), [anon_sym_PIPE] = ACTIONS(692), [anon_sym_RPAREN] = ACTIONS(692), [anon_sym_EQ_TILDE] = ACTIONS(694), [anon_sym_EQ_EQ] = ACTIONS(694), [anon_sym_RBRACK_RBRACK] = ACTIONS(692), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(692), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(692), [anon_sym_DOLLAR_LBRACE] = ACTIONS(692), [anon_sym_DOLLAR_LPAREN] = ACTIONS(692), [anon_sym_BQUOTE] = ACTIONS(692), [anon_sym_LT_LPAREN] = ACTIONS(692), [anon_sym_GT_LPAREN] = ACTIONS(692), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(694), }, [306] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(1349), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [307] = { [sym__concat] = ACTIONS(722), [anon_sym_PIPE] = ACTIONS(722), [anon_sym_RPAREN] = ACTIONS(722), [anon_sym_EQ_TILDE] = ACTIONS(724), [anon_sym_EQ_EQ] = ACTIONS(724), [anon_sym_RBRACK_RBRACK] = ACTIONS(722), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(722), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(722), [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), [anon_sym_BQUOTE] = ACTIONS(722), [anon_sym_LT_LPAREN] = ACTIONS(722), [anon_sym_GT_LPAREN] = ACTIONS(722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(724), }, [308] = { [sym__concat] = ACTIONS(726), [anon_sym_PIPE] = ACTIONS(726), [anon_sym_RPAREN] = ACTIONS(726), [anon_sym_EQ_TILDE] = ACTIONS(728), [anon_sym_EQ_EQ] = ACTIONS(728), [anon_sym_RBRACK_RBRACK] = ACTIONS(726), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(726), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(726), [anon_sym_BQUOTE] = ACTIONS(726), [anon_sym_LT_LPAREN] = ACTIONS(726), [anon_sym_GT_LPAREN] = ACTIONS(726), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(728), }, [309] = { [sym__concat] = ACTIONS(730), [anon_sym_PIPE] = ACTIONS(730), [anon_sym_RPAREN] = ACTIONS(730), [anon_sym_EQ_TILDE] = ACTIONS(732), [anon_sym_EQ_EQ] = ACTIONS(732), [anon_sym_RBRACK_RBRACK] = ACTIONS(730), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(730), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(730), [anon_sym_DOLLAR_LPAREN] = ACTIONS(730), [anon_sym_BQUOTE] = ACTIONS(730), [anon_sym_LT_LPAREN] = ACTIONS(730), [anon_sym_GT_LPAREN] = ACTIONS(730), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(732), }, [310] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(1351), [sym_comment] = ACTIONS(54), }, [311] = { [sym_concatenation] = STATE(682), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(682), [anon_sym_RBRACE] = ACTIONS(1353), [anon_sym_EQ] = ACTIONS(1355), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1357), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1359), [anon_sym_COLON] = ACTIONS(1355), [anon_sym_COLON_QMARK] = ACTIONS(1355), [anon_sym_COLON_DASH] = ACTIONS(1355), [anon_sym_PERCENT] = ACTIONS(1355), [anon_sym_DASH] = ACTIONS(1355), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [312] = { [sym_subscript] = STATE(686), [sym_variable_name] = ACTIONS(1361), [anon_sym_DOLLAR] = ACTIONS(1363), [anon_sym_DASH] = ACTIONS(1363), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1365), [anon_sym_STAR] = ACTIONS(1363), [anon_sym_AT] = ACTIONS(1363), [anon_sym_QMARK] = ACTIONS(1363), [anon_sym_0] = ACTIONS(1367), [anon_sym__] = ACTIONS(1367), }, [313] = { [sym_concatenation] = STATE(689), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(689), [anon_sym_RBRACE] = ACTIONS(1369), [anon_sym_EQ] = ACTIONS(1371), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1373), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1375), [anon_sym_COLON] = ACTIONS(1371), [anon_sym_COLON_QMARK] = ACTIONS(1371), [anon_sym_COLON_DASH] = ACTIONS(1371), [anon_sym_PERCENT] = ACTIONS(1371), [anon_sym_DASH] = ACTIONS(1371), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [314] = { [sym_concatenation] = STATE(692), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(692), [anon_sym_RBRACE] = ACTIONS(1377), [anon_sym_EQ] = ACTIONS(1379), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1381), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1383), [anon_sym_COLON] = ACTIONS(1379), [anon_sym_COLON_QMARK] = ACTIONS(1379), [anon_sym_COLON_DASH] = ACTIONS(1379), [anon_sym_PERCENT] = ACTIONS(1379), [anon_sym_DASH] = ACTIONS(1379), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [315] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1385), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [316] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1385), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [317] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(1385), [sym_comment] = ACTIONS(54), }, [318] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(1385), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [319] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1387), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [320] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1387), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [321] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(321), [anon_sym_EQ_TILDE] = ACTIONS(1389), [anon_sym_EQ_EQ] = ACTIONS(1389), [anon_sym_RBRACK_RBRACK] = ACTIONS(1269), [sym__special_characters] = ACTIONS(1392), [anon_sym_DQUOTE] = ACTIONS(1395), [anon_sym_DOLLAR] = ACTIONS(1398), [sym_raw_string] = ACTIONS(1401), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1404), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1407), [anon_sym_BQUOTE] = ACTIONS(1410), [anon_sym_LT_LPAREN] = ACTIONS(1413), [anon_sym_GT_LPAREN] = ACTIONS(1413), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1416), }, [322] = { [sym_concatenation] = STATE(695), [sym_string] = STATE(698), [sym_array] = STATE(695), [sym_simple_expansion] = STATE(698), [sym_string_expansion] = STATE(698), [sym_expansion] = STATE(698), [sym_command_substitution] = STATE(698), [sym_process_substitution] = STATE(698), [sym__empty_value] = ACTIONS(1419), [anon_sym_LPAREN] = ACTIONS(1421), [sym__special_characters] = ACTIONS(1423), [anon_sym_DQUOTE] = ACTIONS(584), [anon_sym_DOLLAR] = ACTIONS(154), [sym_raw_string] = ACTIONS(1425), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1427), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1429), [anon_sym_BQUOTE] = ACTIONS(1431), [anon_sym_LT_LPAREN] = ACTIONS(1433), [anon_sym_GT_LPAREN] = ACTIONS(1433), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1425), }, [323] = { [sym_variable_name] = ACTIONS(388), [anon_sym_PIPE] = ACTIONS(390), [anon_sym_RPAREN] = ACTIONS(390), [anon_sym_SEMI_SEMI] = ACTIONS(390), [anon_sym_PIPE_AMP] = ACTIONS(390), [anon_sym_AMP_AMP] = ACTIONS(390), [anon_sym_PIPE_PIPE] = ACTIONS(390), [sym__special_characters] = ACTIONS(390), [anon_sym_DQUOTE] = ACTIONS(390), [anon_sym_DOLLAR] = ACTIONS(390), [sym_raw_string] = ACTIONS(390), [anon_sym_DOLLAR_LBRACE] = ACTIONS(390), [anon_sym_DOLLAR_LPAREN] = ACTIONS(390), [anon_sym_BQUOTE] = ACTIONS(390), [anon_sym_LT_LPAREN] = ACTIONS(390), [anon_sym_GT_LPAREN] = ACTIONS(390), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(390), [sym_word] = ACTIONS(390), [anon_sym_SEMI] = ACTIONS(390), [anon_sym_LF] = ACTIONS(388), [anon_sym_AMP] = ACTIONS(390), }, [324] = { [sym_string] = STATE(699), [sym_simple_expansion] = STATE(699), [sym_string_expansion] = STATE(699), [sym_expansion] = STATE(699), [sym_command_substitution] = STATE(699), [sym_process_substitution] = STATE(699), [sym__special_characters] = ACTIONS(1435), [anon_sym_DQUOTE] = ACTIONS(584), [anon_sym_DOLLAR] = ACTIONS(154), [sym_raw_string] = ACTIONS(1435), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1427), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1429), [anon_sym_BQUOTE] = ACTIONS(1431), [anon_sym_LT_LPAREN] = ACTIONS(1433), [anon_sym_GT_LPAREN] = ACTIONS(1433), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1435), }, [325] = { [aux_sym_concatenation_repeat1] = STATE(700), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(688), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [326] = { [sym__concat] = ACTIONS(692), [sym_variable_name] = ACTIONS(692), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_RPAREN] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(694), [anon_sym_DOLLAR_LBRACE] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), [anon_sym_LT_LPAREN] = ACTIONS(694), [anon_sym_GT_LPAREN] = ACTIONS(694), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(694), [sym_word] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [327] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(1437), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [328] = { [sym__concat] = ACTIONS(722), [sym_variable_name] = ACTIONS(722), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_RPAREN] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [anon_sym_LT_LPAREN] = ACTIONS(724), [anon_sym_GT_LPAREN] = ACTIONS(724), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(724), [sym_word] = ACTIONS(724), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [329] = { [sym__concat] = ACTIONS(726), [sym_variable_name] = ACTIONS(726), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_RPAREN] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(728), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(728), [anon_sym_BQUOTE] = ACTIONS(728), [anon_sym_LT_LPAREN] = ACTIONS(728), [anon_sym_GT_LPAREN] = ACTIONS(728), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(728), [sym_word] = ACTIONS(728), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [330] = { [sym__concat] = ACTIONS(730), [sym_variable_name] = ACTIONS(730), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_RPAREN] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [anon_sym_LT_LPAREN] = ACTIONS(732), [anon_sym_GT_LPAREN] = ACTIONS(732), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(732), [sym_word] = ACTIONS(732), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [331] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(1439), [sym_comment] = ACTIONS(54), }, [332] = { [sym_concatenation] = STATE(705), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(705), [anon_sym_RBRACE] = ACTIONS(1441), [anon_sym_EQ] = ACTIONS(1443), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1445), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1447), [anon_sym_COLON] = ACTIONS(1443), [anon_sym_COLON_QMARK] = ACTIONS(1443), [anon_sym_COLON_DASH] = ACTIONS(1443), [anon_sym_PERCENT] = ACTIONS(1443), [anon_sym_DASH] = ACTIONS(1443), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [333] = { [sym_subscript] = STATE(709), [sym_variable_name] = ACTIONS(1449), [anon_sym_DOLLAR] = ACTIONS(1451), [anon_sym_DASH] = ACTIONS(1451), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1453), [anon_sym_STAR] = ACTIONS(1451), [anon_sym_AT] = ACTIONS(1451), [anon_sym_QMARK] = ACTIONS(1451), [anon_sym_0] = ACTIONS(1455), [anon_sym__] = ACTIONS(1455), }, [334] = { [sym_concatenation] = STATE(712), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(712), [anon_sym_RBRACE] = ACTIONS(1457), [anon_sym_EQ] = ACTIONS(1459), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1461), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1463), [anon_sym_COLON] = ACTIONS(1459), [anon_sym_COLON_QMARK] = ACTIONS(1459), [anon_sym_COLON_DASH] = ACTIONS(1459), [anon_sym_PERCENT] = ACTIONS(1459), [anon_sym_DASH] = ACTIONS(1459), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [335] = { [sym_concatenation] = STATE(715), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(715), [anon_sym_RBRACE] = ACTIONS(1465), [anon_sym_EQ] = ACTIONS(1467), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1469), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1471), [anon_sym_COLON] = ACTIONS(1467), [anon_sym_COLON_QMARK] = ACTIONS(1467), [anon_sym_COLON_DASH] = ACTIONS(1467), [anon_sym_PERCENT] = ACTIONS(1467), [anon_sym_DASH] = ACTIONS(1467), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [336] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1473), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [337] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1473), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [338] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(1473), [sym_comment] = ACTIONS(54), }, [339] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(1473), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [340] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1475), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [341] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1475), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [342] = { [sym_variable_assignment] = STATE(342), [sym_subscript] = STATE(99), [sym_concatenation] = STATE(342), [sym_string] = STATE(93), [sym_simple_expansion] = STATE(93), [sym_string_expansion] = STATE(93), [sym_expansion] = STATE(93), [sym_command_substitution] = STATE(93), [sym_process_substitution] = STATE(93), [aux_sym_declaration_command_repeat1] = STATE(342), [sym_variable_name] = ACTIONS(1477), [anon_sym_PIPE] = ACTIONS(1480), [anon_sym_SEMI_SEMI] = ACTIONS(1480), [anon_sym_PIPE_AMP] = ACTIONS(1480), [anon_sym_AMP_AMP] = ACTIONS(1480), [anon_sym_PIPE_PIPE] = ACTIONS(1480), [sym__special_characters] = ACTIONS(1482), [anon_sym_DQUOTE] = ACTIONS(1485), [anon_sym_DOLLAR] = ACTIONS(1488), [sym_raw_string] = ACTIONS(1491), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1494), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1497), [anon_sym_BQUOTE] = ACTIONS(1500), [anon_sym_LT_LPAREN] = ACTIONS(1503), [anon_sym_GT_LPAREN] = ACTIONS(1503), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1506), [sym_word] = ACTIONS(1491), [anon_sym_SEMI] = ACTIONS(1480), [anon_sym_LF] = ACTIONS(1509), [anon_sym_AMP] = ACTIONS(1480), }, [343] = { [sym_string] = STATE(718), [sym_simple_expansion] = STATE(718), [sym_string_expansion] = STATE(718), [sym_expansion] = STATE(718), [sym_command_substitution] = STATE(718), [sym_process_substitution] = STATE(718), [sym__special_characters] = ACTIONS(1511), [anon_sym_DQUOTE] = ACTIONS(624), [anon_sym_DOLLAR] = ACTIONS(178), [sym_raw_string] = ACTIONS(1511), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1513), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1515), [anon_sym_BQUOTE] = ACTIONS(1517), [anon_sym_LT_LPAREN] = ACTIONS(1519), [anon_sym_GT_LPAREN] = ACTIONS(1519), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1511), }, [344] = { [aux_sym_concatenation_repeat1] = STATE(719), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [345] = { [sym__concat] = ACTIONS(692), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_RPAREN] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(694), [anon_sym_DOLLAR_LBRACE] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), [anon_sym_LT_LPAREN] = ACTIONS(694), [anon_sym_GT_LPAREN] = ACTIONS(694), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(694), [sym_word] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [346] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(1521), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [347] = { [sym__concat] = ACTIONS(722), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_RPAREN] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [anon_sym_LT_LPAREN] = ACTIONS(724), [anon_sym_GT_LPAREN] = ACTIONS(724), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(724), [sym_word] = ACTIONS(724), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [348] = { [sym__concat] = ACTIONS(726), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_RPAREN] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(728), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(728), [anon_sym_BQUOTE] = ACTIONS(728), [anon_sym_LT_LPAREN] = ACTIONS(728), [anon_sym_GT_LPAREN] = ACTIONS(728), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(728), [sym_word] = ACTIONS(728), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [349] = { [sym__concat] = ACTIONS(730), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_RPAREN] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [anon_sym_LT_LPAREN] = ACTIONS(732), [anon_sym_GT_LPAREN] = ACTIONS(732), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(732), [sym_word] = ACTIONS(732), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [350] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(1523), [sym_comment] = ACTIONS(54), }, [351] = { [sym_concatenation] = STATE(724), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(724), [anon_sym_RBRACE] = ACTIONS(1525), [anon_sym_EQ] = ACTIONS(1527), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1529), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1531), [anon_sym_COLON] = ACTIONS(1527), [anon_sym_COLON_QMARK] = ACTIONS(1527), [anon_sym_COLON_DASH] = ACTIONS(1527), [anon_sym_PERCENT] = ACTIONS(1527), [anon_sym_DASH] = ACTIONS(1527), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [352] = { [sym_subscript] = STATE(728), [sym_variable_name] = ACTIONS(1533), [anon_sym_DOLLAR] = ACTIONS(1535), [anon_sym_DASH] = ACTIONS(1535), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1537), [anon_sym_STAR] = ACTIONS(1535), [anon_sym_AT] = ACTIONS(1535), [anon_sym_QMARK] = ACTIONS(1535), [anon_sym_0] = ACTIONS(1539), [anon_sym__] = ACTIONS(1539), }, [353] = { [sym_concatenation] = STATE(731), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(731), [anon_sym_RBRACE] = ACTIONS(1541), [anon_sym_EQ] = ACTIONS(1543), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1545), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1547), [anon_sym_COLON] = ACTIONS(1543), [anon_sym_COLON_QMARK] = ACTIONS(1543), [anon_sym_COLON_DASH] = ACTIONS(1543), [anon_sym_PERCENT] = ACTIONS(1543), [anon_sym_DASH] = ACTIONS(1543), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [354] = { [sym_concatenation] = STATE(734), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(734), [anon_sym_RBRACE] = ACTIONS(1549), [anon_sym_EQ] = ACTIONS(1551), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1553), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1555), [anon_sym_COLON] = ACTIONS(1551), [anon_sym_COLON_QMARK] = ACTIONS(1551), [anon_sym_COLON_DASH] = ACTIONS(1551), [anon_sym_PERCENT] = ACTIONS(1551), [anon_sym_DASH] = ACTIONS(1551), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [355] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1557), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [356] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1557), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [357] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(1557), [sym_comment] = ACTIONS(54), }, [358] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(1557), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [359] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1559), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [360] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1559), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [361] = { [sym_concatenation] = STATE(361), [sym_string] = STATE(104), [sym_simple_expansion] = STATE(104), [sym_string_expansion] = STATE(104), [sym_expansion] = STATE(104), [sym_command_substitution] = STATE(104), [sym_process_substitution] = STATE(104), [aux_sym_unset_command_repeat1] = STATE(361), [anon_sym_PIPE] = ACTIONS(1561), [anon_sym_SEMI_SEMI] = ACTIONS(1561), [anon_sym_PIPE_AMP] = ACTIONS(1561), [anon_sym_AMP_AMP] = ACTIONS(1561), [anon_sym_PIPE_PIPE] = ACTIONS(1561), [sym__special_characters] = ACTIONS(1563), [anon_sym_DQUOTE] = ACTIONS(1566), [anon_sym_DOLLAR] = ACTIONS(1569), [sym_raw_string] = ACTIONS(1572), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1575), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1578), [anon_sym_BQUOTE] = ACTIONS(1581), [anon_sym_LT_LPAREN] = ACTIONS(1584), [anon_sym_GT_LPAREN] = ACTIONS(1584), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1587), [sym_word] = ACTIONS(1572), [anon_sym_SEMI] = ACTIONS(1561), [anon_sym_LF] = ACTIONS(1590), [anon_sym_AMP] = ACTIONS(1561), }, [362] = { [sym_string] = STATE(737), [sym_simple_expansion] = STATE(737), [sym_string_expansion] = STATE(737), [sym_expansion] = STATE(737), [sym_command_substitution] = STATE(737), [sym_process_substitution] = STATE(737), [sym__special_characters] = ACTIONS(1592), [anon_sym_DQUOTE] = ACTIONS(196), [anon_sym_DOLLAR] = ACTIONS(198), [sym_raw_string] = ACTIONS(1592), [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), [anon_sym_DOLLAR_LPAREN] = ACTIONS(204), [anon_sym_BQUOTE] = ACTIONS(206), [anon_sym_LT_LPAREN] = ACTIONS(208), [anon_sym_GT_LPAREN] = ACTIONS(208), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1592), }, [363] = { [aux_sym_concatenation_repeat1] = STATE(738), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(688), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(688), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(688), [anon_sym_LT_AMP] = ACTIONS(688), [anon_sym_GT_AMP] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(688), }, [364] = { [sym_file_descriptor] = ACTIONS(692), [sym__concat] = ACTIONS(692), [sym_variable_name] = ACTIONS(692), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_RPAREN] = ACTIONS(692), [anon_sym_PIPE_AMP] = ACTIONS(692), [anon_sym_AMP_AMP] = ACTIONS(692), [anon_sym_PIPE_PIPE] = ACTIONS(692), [anon_sym_LT] = ACTIONS(694), [anon_sym_GT] = ACTIONS(694), [anon_sym_GT_GT] = ACTIONS(692), [anon_sym_AMP_GT] = ACTIONS(694), [anon_sym_AMP_GT_GT] = ACTIONS(692), [anon_sym_LT_AMP] = ACTIONS(692), [anon_sym_GT_AMP] = ACTIONS(692), [sym__special_characters] = ACTIONS(692), [anon_sym_DQUOTE] = ACTIONS(692), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(692), [anon_sym_DOLLAR_LBRACE] = ACTIONS(692), [anon_sym_DOLLAR_LPAREN] = ACTIONS(692), [anon_sym_BQUOTE] = ACTIONS(692), [anon_sym_LT_LPAREN] = ACTIONS(692), [anon_sym_GT_LPAREN] = ACTIONS(692), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(692), }, [365] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(1594), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [366] = { [sym_file_descriptor] = ACTIONS(722), [sym__concat] = ACTIONS(722), [sym_variable_name] = ACTIONS(722), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_RPAREN] = ACTIONS(722), [anon_sym_PIPE_AMP] = ACTIONS(722), [anon_sym_AMP_AMP] = ACTIONS(722), [anon_sym_PIPE_PIPE] = ACTIONS(722), [anon_sym_LT] = ACTIONS(724), [anon_sym_GT] = ACTIONS(724), [anon_sym_GT_GT] = ACTIONS(722), [anon_sym_AMP_GT] = ACTIONS(724), [anon_sym_AMP_GT_GT] = ACTIONS(722), [anon_sym_LT_AMP] = ACTIONS(722), [anon_sym_GT_AMP] = ACTIONS(722), [sym__special_characters] = ACTIONS(722), [anon_sym_DQUOTE] = ACTIONS(722), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(722), [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), [anon_sym_BQUOTE] = ACTIONS(722), [anon_sym_LT_LPAREN] = ACTIONS(722), [anon_sym_GT_LPAREN] = ACTIONS(722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(722), }, [367] = { [sym_file_descriptor] = ACTIONS(726), [sym__concat] = ACTIONS(726), [sym_variable_name] = ACTIONS(726), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_RPAREN] = ACTIONS(726), [anon_sym_PIPE_AMP] = ACTIONS(726), [anon_sym_AMP_AMP] = ACTIONS(726), [anon_sym_PIPE_PIPE] = ACTIONS(726), [anon_sym_LT] = ACTIONS(728), [anon_sym_GT] = ACTIONS(728), [anon_sym_GT_GT] = ACTIONS(726), [anon_sym_AMP_GT] = ACTIONS(728), [anon_sym_AMP_GT_GT] = ACTIONS(726), [anon_sym_LT_AMP] = ACTIONS(726), [anon_sym_GT_AMP] = ACTIONS(726), [sym__special_characters] = ACTIONS(726), [anon_sym_DQUOTE] = ACTIONS(726), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(726), [anon_sym_BQUOTE] = ACTIONS(726), [anon_sym_LT_LPAREN] = ACTIONS(726), [anon_sym_GT_LPAREN] = ACTIONS(726), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(726), }, [368] = { [sym_file_descriptor] = ACTIONS(730), [sym__concat] = ACTIONS(730), [sym_variable_name] = ACTIONS(730), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_RPAREN] = ACTIONS(730), [anon_sym_PIPE_AMP] = ACTIONS(730), [anon_sym_AMP_AMP] = ACTIONS(730), [anon_sym_PIPE_PIPE] = ACTIONS(730), [anon_sym_LT] = ACTIONS(732), [anon_sym_GT] = ACTIONS(732), [anon_sym_GT_GT] = ACTIONS(730), [anon_sym_AMP_GT] = ACTIONS(732), [anon_sym_AMP_GT_GT] = ACTIONS(730), [anon_sym_LT_AMP] = ACTIONS(730), [anon_sym_GT_AMP] = ACTIONS(730), [sym__special_characters] = ACTIONS(730), [anon_sym_DQUOTE] = ACTIONS(730), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(730), [anon_sym_DOLLAR_LPAREN] = ACTIONS(730), [anon_sym_BQUOTE] = ACTIONS(730), [anon_sym_LT_LPAREN] = ACTIONS(730), [anon_sym_GT_LPAREN] = ACTIONS(730), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(730), }, [369] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(1596), [sym_comment] = ACTIONS(54), }, [370] = { [sym_concatenation] = STATE(743), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(743), [anon_sym_RBRACE] = ACTIONS(1598), [anon_sym_EQ] = ACTIONS(1600), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1602), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1604), [anon_sym_COLON] = ACTIONS(1600), [anon_sym_COLON_QMARK] = ACTIONS(1600), [anon_sym_COLON_DASH] = ACTIONS(1600), [anon_sym_PERCENT] = ACTIONS(1600), [anon_sym_DASH] = ACTIONS(1600), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [371] = { [sym_subscript] = STATE(747), [sym_variable_name] = ACTIONS(1606), [anon_sym_DOLLAR] = ACTIONS(1608), [anon_sym_DASH] = ACTIONS(1608), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1610), [anon_sym_STAR] = ACTIONS(1608), [anon_sym_AT] = ACTIONS(1608), [anon_sym_QMARK] = ACTIONS(1608), [anon_sym_0] = ACTIONS(1612), [anon_sym__] = ACTIONS(1612), }, [372] = { [sym_concatenation] = STATE(750), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(750), [anon_sym_RBRACE] = ACTIONS(1614), [anon_sym_EQ] = ACTIONS(1616), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1618), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1620), [anon_sym_COLON] = ACTIONS(1616), [anon_sym_COLON_QMARK] = ACTIONS(1616), [anon_sym_COLON_DASH] = ACTIONS(1616), [anon_sym_PERCENT] = ACTIONS(1616), [anon_sym_DASH] = ACTIONS(1616), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [373] = { [sym_concatenation] = STATE(753), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(753), [anon_sym_RBRACE] = ACTIONS(1622), [anon_sym_EQ] = ACTIONS(1624), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1626), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1628), [anon_sym_COLON] = ACTIONS(1624), [anon_sym_COLON_QMARK] = ACTIONS(1624), [anon_sym_COLON_DASH] = ACTIONS(1624), [anon_sym_PERCENT] = ACTIONS(1624), [anon_sym_DASH] = ACTIONS(1624), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [374] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1630), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [375] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1630), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [376] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(1630), [sym_comment] = ACTIONS(54), }, [377] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(1630), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [378] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1632), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [379] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1632), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [380] = { [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1636), [anon_sym_LT_LT_LT] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [381] = { [aux_sym_concatenation_repeat1] = STATE(381), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1638), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1636), [anon_sym_LT_LT_LT] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [382] = { [sym__concat] = ACTIONS(722), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym__string_content] = ACTIONS(722), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [sym_comment] = ACTIONS(166), }, [383] = { [sym__concat] = ACTIONS(1641), [anon_sym_DQUOTE] = ACTIONS(1643), [anon_sym_DOLLAR] = ACTIONS(1643), [sym__string_content] = ACTIONS(1645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1643), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1643), [anon_sym_BQUOTE] = ACTIONS(1643), [sym_comment] = ACTIONS(166), }, [384] = { [sym__concat] = ACTIONS(730), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym__string_content] = ACTIONS(730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [sym_comment] = ACTIONS(166), }, [385] = { [anon_sym_DQUOTE] = ACTIONS(1643), [anon_sym_DOLLAR] = ACTIONS(1643), [sym__string_content] = ACTIONS(1645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1643), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1643), [anon_sym_BQUOTE] = ACTIONS(1643), [sym_comment] = ACTIONS(166), }, [386] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(1647), [sym_comment] = ACTIONS(54), }, [387] = { [sym_concatenation] = STATE(760), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(760), [anon_sym_RBRACE] = ACTIONS(1649), [anon_sym_EQ] = ACTIONS(1651), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1655), [anon_sym_COLON] = ACTIONS(1651), [anon_sym_COLON_QMARK] = ACTIONS(1651), [anon_sym_COLON_DASH] = ACTIONS(1651), [anon_sym_PERCENT] = ACTIONS(1651), [anon_sym_DASH] = ACTIONS(1651), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [388] = { [sym_subscript] = STATE(764), [sym_variable_name] = ACTIONS(1657), [anon_sym_DOLLAR] = ACTIONS(1659), [anon_sym_DASH] = ACTIONS(1659), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1661), [anon_sym_STAR] = ACTIONS(1659), [anon_sym_AT] = ACTIONS(1659), [anon_sym_QMARK] = ACTIONS(1659), [anon_sym_0] = ACTIONS(1663), [anon_sym__] = ACTIONS(1663), }, [389] = { [sym_concatenation] = STATE(767), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(767), [anon_sym_RBRACE] = ACTIONS(1665), [anon_sym_EQ] = ACTIONS(1667), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1669), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1671), [anon_sym_COLON] = ACTIONS(1667), [anon_sym_COLON_QMARK] = ACTIONS(1667), [anon_sym_COLON_DASH] = ACTIONS(1667), [anon_sym_PERCENT] = ACTIONS(1667), [anon_sym_DASH] = ACTIONS(1667), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [390] = { [sym_concatenation] = STATE(770), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(770), [anon_sym_RBRACE] = ACTIONS(1673), [anon_sym_EQ] = ACTIONS(1675), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1677), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1679), [anon_sym_COLON] = ACTIONS(1675), [anon_sym_COLON_QMARK] = ACTIONS(1675), [anon_sym_COLON_DASH] = ACTIONS(1675), [anon_sym_PERCENT] = ACTIONS(1675), [anon_sym_DASH] = ACTIONS(1675), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [391] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1681), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [392] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1681), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [393] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(1681), [sym_comment] = ACTIONS(54), }, [394] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(1681), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [395] = { [sym_file_descriptor] = ACTIONS(1683), [sym__concat] = ACTIONS(1683), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_RPAREN] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [anon_sym_EQ_TILDE] = ACTIONS(1685), [anon_sym_EQ_EQ] = ACTIONS(1685), [anon_sym_LT] = ACTIONS(1685), [anon_sym_GT] = ACTIONS(1685), [anon_sym_GT_GT] = ACTIONS(1685), [anon_sym_AMP_GT] = ACTIONS(1685), [anon_sym_AMP_GT_GT] = ACTIONS(1685), [anon_sym_LT_AMP] = ACTIONS(1685), [anon_sym_GT_AMP] = ACTIONS(1685), [anon_sym_LT_LT] = ACTIONS(1685), [anon_sym_LT_LT_DASH] = ACTIONS(1685), [anon_sym_LT_LT_LT] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1685), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1685), [anon_sym_BQUOTE] = ACTIONS(1685), [anon_sym_LT_LPAREN] = ACTIONS(1685), [anon_sym_GT_LPAREN] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1685), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [396] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(1643), [anon_sym_DOLLAR] = ACTIONS(1687), [sym__string_content] = ACTIONS(1690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1693), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1696), [anon_sym_BQUOTE] = ACTIONS(1699), [sym_comment] = ACTIONS(166), }, [397] = { [sym_concatenation] = STATE(774), [sym_string] = STATE(773), [sym_simple_expansion] = STATE(773), [sym_string_expansion] = STATE(773), [sym_expansion] = STATE(773), [sym_command_substitution] = STATE(773), [sym_process_substitution] = STATE(773), [sym__special_characters] = ACTIONS(1702), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(1704), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1704), }, [398] = { [sym_concatenation] = STATE(784), [sym_string] = STATE(779), [sym_simple_expansion] = STATE(779), [sym_string_expansion] = STATE(779), [sym_expansion] = STATE(779), [sym_command_substitution] = STATE(779), [sym_process_substitution] = STATE(779), [anon_sym_RBRACE] = ACTIONS(1706), [sym__special_characters] = ACTIONS(1708), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(1714), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1714), }, [399] = { [sym_file_descriptor] = ACTIONS(1724), [sym__concat] = ACTIONS(1724), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_RPAREN] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [anon_sym_EQ_TILDE] = ACTIONS(1726), [anon_sym_EQ_EQ] = ACTIONS(1726), [anon_sym_LT] = ACTIONS(1726), [anon_sym_GT] = ACTIONS(1726), [anon_sym_GT_GT] = ACTIONS(1726), [anon_sym_AMP_GT] = ACTIONS(1726), [anon_sym_AMP_GT_GT] = ACTIONS(1726), [anon_sym_LT_AMP] = ACTIONS(1726), [anon_sym_GT_AMP] = ACTIONS(1726), [anon_sym_LT_LT] = ACTIONS(1726), [anon_sym_LT_LT_DASH] = ACTIONS(1726), [anon_sym_LT_LT_LT] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [anon_sym_LT_LPAREN] = ACTIONS(1726), [anon_sym_GT_LPAREN] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1726), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [400] = { [aux_sym_concatenation_repeat1] = STATE(786), [sym__concat] = ACTIONS(1728), [anon_sym_RBRACE] = ACTIONS(1730), [anon_sym_EQ] = ACTIONS(1732), [sym__special_characters] = ACTIONS(1732), [anon_sym_DQUOTE] = ACTIONS(1730), [anon_sym_DOLLAR] = ACTIONS(1732), [sym_raw_string] = ACTIONS(1730), [anon_sym_POUND] = ACTIONS(1730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1730), [anon_sym_COLON] = ACTIONS(1732), [anon_sym_COLON_QMARK] = ACTIONS(1732), [anon_sym_COLON_DASH] = ACTIONS(1732), [anon_sym_PERCENT] = ACTIONS(1732), [anon_sym_DASH] = ACTIONS(1732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1730), [anon_sym_BQUOTE] = ACTIONS(1730), [anon_sym_LT_LPAREN] = ACTIONS(1730), [anon_sym_GT_LPAREN] = ACTIONS(1730), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1732), }, [401] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(788), [anon_sym_DQUOTE] = ACTIONS(1734), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [402] = { [sym_string] = STATE(790), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(1736), [sym_raw_string] = ACTIONS(1738), [anon_sym_POUND] = ACTIONS(1736), [anon_sym_DASH] = ACTIONS(1736), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1740), [anon_sym_STAR] = ACTIONS(1736), [anon_sym_AT] = ACTIONS(1736), [anon_sym_QMARK] = ACTIONS(1736), [anon_sym_0] = ACTIONS(1742), [anon_sym__] = ACTIONS(1742), }, [403] = { [aux_sym_concatenation_repeat1] = STATE(786), [sym__concat] = ACTIONS(1728), [anon_sym_RBRACE] = ACTIONS(1744), [anon_sym_EQ] = ACTIONS(1746), [sym__special_characters] = ACTIONS(1746), [anon_sym_DQUOTE] = ACTIONS(1744), [anon_sym_DOLLAR] = ACTIONS(1746), [sym_raw_string] = ACTIONS(1744), [anon_sym_POUND] = ACTIONS(1744), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1744), [anon_sym_COLON] = ACTIONS(1746), [anon_sym_COLON_QMARK] = ACTIONS(1746), [anon_sym_COLON_DASH] = ACTIONS(1746), [anon_sym_PERCENT] = ACTIONS(1746), [anon_sym_DASH] = ACTIONS(1746), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1744), [anon_sym_BQUOTE] = ACTIONS(1744), [anon_sym_LT_LPAREN] = ACTIONS(1744), [anon_sym_GT_LPAREN] = ACTIONS(1744), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1746), }, [404] = { [sym_subscript] = STATE(796), [sym_variable_name] = ACTIONS(1748), [anon_sym_DOLLAR] = ACTIONS(1750), [anon_sym_POUND] = ACTIONS(1752), [anon_sym_DASH] = ACTIONS(1750), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1754), [anon_sym_STAR] = ACTIONS(1750), [anon_sym_AT] = ACTIONS(1750), [anon_sym_QMARK] = ACTIONS(1750), [anon_sym_0] = ACTIONS(1756), [anon_sym__] = ACTIONS(1756), }, [405] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(1758), }, [406] = { [sym_for_statement] = STATE(798), [sym_while_statement] = STATE(798), [sym_if_statement] = STATE(798), [sym_case_statement] = STATE(798), [sym_function_definition] = STATE(798), [sym_subshell] = STATE(798), [sym_pipeline] = STATE(798), [sym_list] = STATE(798), [sym_command] = STATE(798), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(798), [sym_variable_assignment] = STATE(799), [sym_declaration_command] = STATE(798), [sym_unset_command] = STATE(798), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [407] = { [sym_for_statement] = STATE(800), [sym_while_statement] = STATE(800), [sym_if_statement] = STATE(800), [sym_case_statement] = STATE(800), [sym_function_definition] = STATE(800), [sym_subshell] = STATE(800), [sym_pipeline] = STATE(800), [sym_list] = STATE(800), [sym_command] = STATE(800), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(800), [sym_variable_assignment] = STATE(801), [sym_declaration_command] = STATE(800), [sym_unset_command] = STATE(800), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [408] = { [sym_for_statement] = STATE(802), [sym_while_statement] = STATE(802), [sym_if_statement] = STATE(802), [sym_case_statement] = STATE(802), [sym_function_definition] = STATE(802), [sym_subshell] = STATE(802), [sym_pipeline] = STATE(802), [sym_list] = STATE(802), [sym_command] = STATE(802), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(802), [sym_variable_assignment] = STATE(803), [sym_declaration_command] = STATE(802), [sym_unset_command] = STATE(802), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [409] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(1760), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [410] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(1766), [sym_comment] = ACTIONS(54), }, [411] = { [sym_concatenation] = STATE(809), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(809), [anon_sym_RBRACE] = ACTIONS(1768), [anon_sym_EQ] = ACTIONS(1770), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1772), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1774), [anon_sym_COLON] = ACTIONS(1770), [anon_sym_COLON_QMARK] = ACTIONS(1770), [anon_sym_COLON_DASH] = ACTIONS(1770), [anon_sym_PERCENT] = ACTIONS(1770), [anon_sym_DASH] = ACTIONS(1770), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [412] = { [sym_concatenation] = STATE(812), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(812), [anon_sym_RBRACE] = ACTIONS(1776), [anon_sym_EQ] = ACTIONS(1778), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1780), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1782), [anon_sym_COLON] = ACTIONS(1778), [anon_sym_COLON_QMARK] = ACTIONS(1778), [anon_sym_COLON_DASH] = ACTIONS(1778), [anon_sym_PERCENT] = ACTIONS(1778), [anon_sym_DASH] = ACTIONS(1778), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [413] = { [sym_concatenation] = STATE(814), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(814), [anon_sym_RBRACE] = ACTIONS(1706), [anon_sym_EQ] = ACTIONS(1784), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1786), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1788), [anon_sym_COLON] = ACTIONS(1784), [anon_sym_COLON_QMARK] = ACTIONS(1784), [anon_sym_COLON_DASH] = ACTIONS(1784), [anon_sym_PERCENT] = ACTIONS(1784), [anon_sym_DASH] = ACTIONS(1784), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [414] = { [sym_file_descriptor] = ACTIONS(1790), [sym__concat] = ACTIONS(1790), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [anon_sym_EQ_TILDE] = ACTIONS(1792), [anon_sym_EQ_EQ] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1792), [anon_sym_GT] = ACTIONS(1792), [anon_sym_GT_GT] = ACTIONS(1792), [anon_sym_AMP_GT] = ACTIONS(1792), [anon_sym_AMP_GT_GT] = ACTIONS(1792), [anon_sym_LT_AMP] = ACTIONS(1792), [anon_sym_GT_AMP] = ACTIONS(1792), [anon_sym_LT_LT] = ACTIONS(1792), [anon_sym_LT_LT_DASH] = ACTIONS(1792), [anon_sym_LT_LT_LT] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [anon_sym_LT_LPAREN] = ACTIONS(1792), [anon_sym_GT_LPAREN] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1792), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [415] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(1794), }, [416] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(1796), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [417] = { [sym_file_descriptor] = ACTIONS(1798), [sym__concat] = ACTIONS(1798), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_RPAREN] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [anon_sym_EQ_TILDE] = ACTIONS(1800), [anon_sym_EQ_EQ] = ACTIONS(1800), [anon_sym_LT] = ACTIONS(1800), [anon_sym_GT] = ACTIONS(1800), [anon_sym_GT_GT] = ACTIONS(1800), [anon_sym_AMP_GT] = ACTIONS(1800), [anon_sym_AMP_GT_GT] = ACTIONS(1800), [anon_sym_LT_AMP] = ACTIONS(1800), [anon_sym_GT_AMP] = ACTIONS(1800), [anon_sym_LT_LT] = ACTIONS(1800), [anon_sym_LT_LT_DASH] = ACTIONS(1800), [anon_sym_LT_LT_LT] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [anon_sym_LT_LPAREN] = ACTIONS(1800), [anon_sym_GT_LPAREN] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1800), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [418] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(1802), }, [419] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(1706), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [420] = { [sym_concatenation] = STATE(818), [sym_string] = STATE(821), [sym_array] = STATE(818), [sym_simple_expansion] = STATE(821), [sym_string_expansion] = STATE(821), [sym_expansion] = STATE(821), [sym_command_substitution] = STATE(821), [sym_process_substitution] = STATE(821), [sym__empty_value] = ACTIONS(1804), [anon_sym_LPAREN] = ACTIONS(1806), [sym__special_characters] = ACTIONS(1808), [anon_sym_DQUOTE] = ACTIONS(196), [anon_sym_DOLLAR] = ACTIONS(198), [sym_raw_string] = ACTIONS(1810), [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), [anon_sym_DOLLAR_LPAREN] = ACTIONS(204), [anon_sym_BQUOTE] = ACTIONS(206), [anon_sym_LT_LPAREN] = ACTIONS(208), [anon_sym_GT_LPAREN] = ACTIONS(208), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1810), }, [421] = { [sym_file_descriptor] = ACTIONS(388), [sym_variable_name] = ACTIONS(388), [anon_sym_PIPE] = ACTIONS(390), [anon_sym_RPAREN] = ACTIONS(388), [anon_sym_PIPE_AMP] = ACTIONS(388), [anon_sym_AMP_AMP] = ACTIONS(388), [anon_sym_PIPE_PIPE] = ACTIONS(388), [anon_sym_LT] = ACTIONS(390), [anon_sym_GT] = ACTIONS(390), [anon_sym_GT_GT] = ACTIONS(388), [anon_sym_AMP_GT] = ACTIONS(390), [anon_sym_AMP_GT_GT] = ACTIONS(388), [anon_sym_LT_AMP] = ACTIONS(388), [anon_sym_GT_AMP] = ACTIONS(388), [sym__special_characters] = ACTIONS(388), [anon_sym_DQUOTE] = ACTIONS(388), [anon_sym_DOLLAR] = ACTIONS(390), [sym_raw_string] = ACTIONS(388), [anon_sym_DOLLAR_LBRACE] = ACTIONS(388), [anon_sym_DOLLAR_LPAREN] = ACTIONS(388), [anon_sym_BQUOTE] = ACTIONS(388), [anon_sym_LT_LPAREN] = ACTIONS(388), [anon_sym_GT_LPAREN] = ACTIONS(388), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(388), }, [422] = { [anon_sym_in] = ACTIONS(1812), [anon_sym_SEMI_SEMI] = ACTIONS(1814), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1814), [anon_sym_LF] = ACTIONS(1816), [anon_sym_AMP] = ACTIONS(1814), }, [423] = { [sym_do_group] = STATE(825), [anon_sym_do] = ACTIONS(1818), [sym_comment] = ACTIONS(54), }, [424] = { [anon_sym_then] = ACTIONS(1820), [sym_comment] = ACTIONS(54), }, [425] = { [aux_sym_concatenation_repeat1] = STATE(224), [sym__concat] = ACTIONS(406), [anon_sym_in] = ACTIONS(1822), [anon_sym_SEMI_SEMI] = ACTIONS(1824), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1824), [anon_sym_LF] = ACTIONS(1826), [anon_sym_AMP] = ACTIONS(1824), }, [426] = { [aux_sym_concatenation_repeat1] = STATE(224), [sym__concat] = ACTIONS(406), [anon_sym_in] = ACTIONS(1828), [anon_sym_SEMI_SEMI] = ACTIONS(1830), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1830), [anon_sym_LF] = ACTIONS(1832), [anon_sym_AMP] = ACTIONS(1830), }, [427] = { [anon_sym_in] = ACTIONS(1828), [anon_sym_SEMI_SEMI] = ACTIONS(1830), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1830), [anon_sym_LF] = ACTIONS(1832), [anon_sym_AMP] = ACTIONS(1830), }, [428] = { [sym_compound_statement] = STATE(833), [anon_sym_LPAREN] = ACTIONS(1834), [anon_sym_LBRACE] = ACTIONS(1836), [sym_comment] = ACTIONS(54), }, [429] = { [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(1838), [anon_sym_SEMI_SEMI] = ACTIONS(1840), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(466), [anon_sym_PIPE_PIPE] = ACTIONS(466), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1840), [anon_sym_LF] = ACTIONS(1842), [anon_sym_AMP] = ACTIONS(1840), }, [430] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(1838), [anon_sym_SEMI_SEMI] = ACTIONS(1840), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(466), [anon_sym_PIPE_PIPE] = ACTIONS(466), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(1840), [anon_sym_LF] = ACTIONS(1842), [anon_sym_AMP] = ACTIONS(1840), }, [431] = { [sym__terminated_statement] = STATE(275), [sym_for_statement] = STATE(836), [sym_while_statement] = STATE(836), [sym_if_statement] = STATE(836), [sym_case_statement] = STATE(836), [sym_function_definition] = STATE(836), [sym_subshell] = STATE(836), [sym_pipeline] = STATE(836), [sym_list] = STATE(836), [sym_command] = STATE(836), [sym_command_name] = STATE(62), [sym_bracket_command] = STATE(836), [sym_variable_assignment] = STATE(837), [sym_declaration_command] = STATE(836), [sym_unset_command] = STATE(836), [sym_subscript] = STATE(64), [sym_file_redirect] = STATE(66), [sym_concatenation] = STATE(29), [sym_string] = STATE(59), [sym_simple_expansion] = STATE(59), [sym_string_expansion] = STATE(59), [sym_expansion] = STATE(59), [sym_command_substitution] = STATE(59), [sym_process_substitution] = STATE(59), [aux_sym_program_repeat1] = STATE(275), [aux_sym_command_repeat1] = STATE(66), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(86), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(88), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(90), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(92), [anon_sym_LBRACK_LBRACK] = ACTIONS(94), [anon_sym_declare] = ACTIONS(96), [anon_sym_typeset] = ACTIONS(96), [anon_sym_export] = ACTIONS(96), [anon_sym_readonly] = ACTIONS(96), [anon_sym_local] = ACTIONS(96), [anon_sym_unset] = ACTIONS(98), [anon_sym_unsetenv] = ACTIONS(98), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(100), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(102), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(104), }, [432] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(299), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [anon_sym_RBRACK] = ACTIONS(1844), [sym__special_characters] = ACTIONS(532), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [433] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(321), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [anon_sym_RBRACK_RBRACK] = ACTIONS(1844), [sym__special_characters] = ACTIONS(572), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [434] = { [sym__assignment] = STATE(840), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(1846), [anon_sym_PLUS_EQ] = ACTIONS(1846), [sym_comment] = ACTIONS(54), }, [435] = { [aux_sym_concatenation_repeat1] = STATE(842), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(578), [anon_sym_PIPE] = ACTIONS(580), [anon_sym_RPAREN] = ACTIONS(578), [anon_sym_PIPE_AMP] = ACTIONS(578), [anon_sym_AMP_AMP] = ACTIONS(578), [anon_sym_PIPE_PIPE] = ACTIONS(578), [sym__special_characters] = ACTIONS(578), [anon_sym_DQUOTE] = ACTIONS(578), [anon_sym_DOLLAR] = ACTIONS(580), [sym_raw_string] = ACTIONS(578), [anon_sym_DOLLAR_LBRACE] = ACTIONS(578), [anon_sym_DOLLAR_LPAREN] = ACTIONS(578), [anon_sym_BQUOTE] = ACTIONS(578), [anon_sym_LT_LPAREN] = ACTIONS(578), [anon_sym_GT_LPAREN] = ACTIONS(578), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(580), [sym_word] = ACTIONS(580), }, [436] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(844), [anon_sym_DQUOTE] = ACTIONS(1850), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [437] = { [sym_string] = STATE(846), [anon_sym_DQUOTE] = ACTIONS(802), [anon_sym_DOLLAR] = ACTIONS(1852), [sym_raw_string] = ACTIONS(1854), [anon_sym_POUND] = ACTIONS(1852), [anon_sym_DASH] = ACTIONS(1852), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1856), [anon_sym_STAR] = ACTIONS(1852), [anon_sym_AT] = ACTIONS(1852), [anon_sym_QMARK] = ACTIONS(1852), [anon_sym_0] = ACTIONS(1858), [anon_sym__] = ACTIONS(1858), }, [438] = { [aux_sym_concatenation_repeat1] = STATE(842), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(594), [anon_sym_PIPE] = ACTIONS(596), [anon_sym_RPAREN] = ACTIONS(594), [anon_sym_PIPE_AMP] = ACTIONS(594), [anon_sym_AMP_AMP] = ACTIONS(594), [anon_sym_PIPE_PIPE] = ACTIONS(594), [sym__special_characters] = ACTIONS(594), [anon_sym_DQUOTE] = ACTIONS(594), [anon_sym_DOLLAR] = ACTIONS(596), [sym_raw_string] = ACTIONS(594), [anon_sym_DOLLAR_LBRACE] = ACTIONS(594), [anon_sym_DOLLAR_LPAREN] = ACTIONS(594), [anon_sym_BQUOTE] = ACTIONS(594), [anon_sym_LT_LPAREN] = ACTIONS(594), [anon_sym_GT_LPAREN] = ACTIONS(594), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(596), [sym_word] = ACTIONS(596), }, [439] = { [sym_subscript] = STATE(852), [sym_variable_name] = ACTIONS(1860), [anon_sym_DOLLAR] = ACTIONS(1862), [anon_sym_POUND] = ACTIONS(1864), [anon_sym_DASH] = ACTIONS(1862), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1866), [anon_sym_STAR] = ACTIONS(1862), [anon_sym_AT] = ACTIONS(1862), [anon_sym_QMARK] = ACTIONS(1862), [anon_sym_0] = ACTIONS(1868), [anon_sym__] = ACTIONS(1868), }, [440] = { [sym_for_statement] = STATE(853), [sym_while_statement] = STATE(853), [sym_if_statement] = STATE(853), [sym_case_statement] = STATE(853), [sym_function_definition] = STATE(853), [sym_subshell] = STATE(853), [sym_pipeline] = STATE(853), [sym_list] = STATE(853), [sym_command] = STATE(853), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(853), [sym_variable_assignment] = STATE(854), [sym_declaration_command] = STATE(853), [sym_unset_command] = STATE(853), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [441] = { [sym_for_statement] = STATE(855), [sym_while_statement] = STATE(855), [sym_if_statement] = STATE(855), [sym_case_statement] = STATE(855), [sym_function_definition] = STATE(855), [sym_subshell] = STATE(855), [sym_pipeline] = STATE(855), [sym_list] = STATE(855), [sym_command] = STATE(855), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(855), [sym_variable_assignment] = STATE(856), [sym_declaration_command] = STATE(855), [sym_unset_command] = STATE(855), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [442] = { [sym_for_statement] = STATE(857), [sym_while_statement] = STATE(857), [sym_if_statement] = STATE(857), [sym_case_statement] = STATE(857), [sym_function_definition] = STATE(857), [sym_subshell] = STATE(857), [sym_pipeline] = STATE(857), [sym_list] = STATE(857), [sym_command] = STATE(857), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(857), [sym_variable_assignment] = STATE(858), [sym_declaration_command] = STATE(857), [sym_unset_command] = STATE(857), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [443] = { [sym_variable_name] = ACTIONS(608), [anon_sym_PIPE] = ACTIONS(610), [anon_sym_RPAREN] = ACTIONS(608), [anon_sym_PIPE_AMP] = ACTIONS(608), [anon_sym_AMP_AMP] = ACTIONS(608), [anon_sym_PIPE_PIPE] = ACTIONS(608), [sym__special_characters] = ACTIONS(608), [anon_sym_DQUOTE] = ACTIONS(608), [anon_sym_DOLLAR] = ACTIONS(610), [sym_raw_string] = ACTIONS(608), [anon_sym_DOLLAR_LBRACE] = ACTIONS(608), [anon_sym_DOLLAR_LPAREN] = ACTIONS(608), [anon_sym_BQUOTE] = ACTIONS(608), [anon_sym_LT_LPAREN] = ACTIONS(608), [anon_sym_GT_LPAREN] = ACTIONS(608), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(610), [sym_word] = ACTIONS(610), }, [444] = { [sym__assignment] = STATE(840), [anon_sym_EQ] = ACTIONS(1846), [anon_sym_PLUS_EQ] = ACTIONS(1846), [sym_comment] = ACTIONS(54), }, [445] = { [sym_variable_assignment] = STATE(859), [sym_subscript] = STATE(444), [sym_concatenation] = STATE(859), [sym_string] = STATE(438), [sym_simple_expansion] = STATE(438), [sym_string_expansion] = STATE(438), [sym_expansion] = STATE(438), [sym_command_substitution] = STATE(438), [sym_process_substitution] = STATE(438), [aux_sym_declaration_command_repeat1] = STATE(859), [sym_variable_name] = ACTIONS(798), [anon_sym_PIPE] = ACTIONS(612), [anon_sym_RPAREN] = ACTIONS(614), [anon_sym_PIPE_AMP] = ACTIONS(614), [anon_sym_AMP_AMP] = ACTIONS(614), [anon_sym_PIPE_PIPE] = ACTIONS(614), [sym__special_characters] = ACTIONS(800), [anon_sym_DQUOTE] = ACTIONS(802), [anon_sym_DOLLAR] = ACTIONS(804), [sym_raw_string] = ACTIONS(806), [anon_sym_DOLLAR_LBRACE] = ACTIONS(808), [anon_sym_DOLLAR_LPAREN] = ACTIONS(810), [anon_sym_BQUOTE] = ACTIONS(812), [anon_sym_LT_LPAREN] = ACTIONS(814), [anon_sym_GT_LPAREN] = ACTIONS(814), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(816), [sym_word] = ACTIONS(818), }, [446] = { [aux_sym_concatenation_repeat1] = STATE(861), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(618), [anon_sym_RPAREN] = ACTIONS(620), [anon_sym_PIPE_AMP] = ACTIONS(620), [anon_sym_AMP_AMP] = ACTIONS(620), [anon_sym_PIPE_PIPE] = ACTIONS(620), [sym__special_characters] = ACTIONS(620), [anon_sym_DQUOTE] = ACTIONS(620), [anon_sym_DOLLAR] = ACTIONS(618), [sym_raw_string] = ACTIONS(620), [anon_sym_DOLLAR_LBRACE] = ACTIONS(620), [anon_sym_DOLLAR_LPAREN] = ACTIONS(620), [anon_sym_BQUOTE] = ACTIONS(620), [anon_sym_LT_LPAREN] = ACTIONS(620), [anon_sym_GT_LPAREN] = ACTIONS(620), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(618), [sym_word] = ACTIONS(618), }, [447] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(863), [anon_sym_DQUOTE] = ACTIONS(1872), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [448] = { [sym_string] = STATE(865), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(1874), [sym_raw_string] = ACTIONS(1876), [anon_sym_POUND] = ACTIONS(1874), [anon_sym_DASH] = ACTIONS(1874), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1878), [anon_sym_STAR] = ACTIONS(1874), [anon_sym_AT] = ACTIONS(1874), [anon_sym_QMARK] = ACTIONS(1874), [anon_sym_0] = ACTIONS(1880), [anon_sym__] = ACTIONS(1880), }, [449] = { [aux_sym_concatenation_repeat1] = STATE(861), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(634), [anon_sym_RPAREN] = ACTIONS(636), [anon_sym_PIPE_AMP] = ACTIONS(636), [anon_sym_AMP_AMP] = ACTIONS(636), [anon_sym_PIPE_PIPE] = ACTIONS(636), [sym__special_characters] = ACTIONS(636), [anon_sym_DQUOTE] = ACTIONS(636), [anon_sym_DOLLAR] = ACTIONS(634), [sym_raw_string] = ACTIONS(636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(636), [anon_sym_BQUOTE] = ACTIONS(636), [anon_sym_LT_LPAREN] = ACTIONS(636), [anon_sym_GT_LPAREN] = ACTIONS(636), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(634), [sym_word] = ACTIONS(634), }, [450] = { [sym_subscript] = STATE(871), [sym_variable_name] = ACTIONS(1882), [anon_sym_DOLLAR] = ACTIONS(1884), [anon_sym_POUND] = ACTIONS(1886), [anon_sym_DASH] = ACTIONS(1884), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1888), [anon_sym_STAR] = ACTIONS(1884), [anon_sym_AT] = ACTIONS(1884), [anon_sym_QMARK] = ACTIONS(1884), [anon_sym_0] = ACTIONS(1890), [anon_sym__] = ACTIONS(1890), }, [451] = { [sym_for_statement] = STATE(872), [sym_while_statement] = STATE(872), [sym_if_statement] = STATE(872), [sym_case_statement] = STATE(872), [sym_function_definition] = STATE(872), [sym_subshell] = STATE(872), [sym_pipeline] = STATE(872), [sym_list] = STATE(872), [sym_command] = STATE(872), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(872), [sym_variable_assignment] = STATE(873), [sym_declaration_command] = STATE(872), [sym_unset_command] = STATE(872), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [452] = { [sym_for_statement] = STATE(874), [sym_while_statement] = STATE(874), [sym_if_statement] = STATE(874), [sym_case_statement] = STATE(874), [sym_function_definition] = STATE(874), [sym_subshell] = STATE(874), [sym_pipeline] = STATE(874), [sym_list] = STATE(874), [sym_command] = STATE(874), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(874), [sym_variable_assignment] = STATE(875), [sym_declaration_command] = STATE(874), [sym_unset_command] = STATE(874), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [453] = { [sym_for_statement] = STATE(876), [sym_while_statement] = STATE(876), [sym_if_statement] = STATE(876), [sym_case_statement] = STATE(876), [sym_function_definition] = STATE(876), [sym_subshell] = STATE(876), [sym_pipeline] = STATE(876), [sym_list] = STATE(876), [sym_command] = STATE(876), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(876), [sym_variable_assignment] = STATE(877), [sym_declaration_command] = STATE(876), [sym_unset_command] = STATE(876), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [454] = { [anon_sym_PIPE] = ACTIONS(648), [anon_sym_RPAREN] = ACTIONS(650), [anon_sym_PIPE_AMP] = ACTIONS(650), [anon_sym_AMP_AMP] = ACTIONS(650), [anon_sym_PIPE_PIPE] = ACTIONS(650), [sym__special_characters] = ACTIONS(650), [anon_sym_DQUOTE] = ACTIONS(650), [anon_sym_DOLLAR] = ACTIONS(648), [sym_raw_string] = ACTIONS(650), [anon_sym_DOLLAR_LBRACE] = ACTIONS(650), [anon_sym_DOLLAR_LPAREN] = ACTIONS(650), [anon_sym_BQUOTE] = ACTIONS(650), [anon_sym_LT_LPAREN] = ACTIONS(650), [anon_sym_GT_LPAREN] = ACTIONS(650), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(648), [sym_word] = ACTIONS(648), }, [455] = { [sym_concatenation] = STATE(878), [sym_string] = STATE(449), [sym_simple_expansion] = STATE(449), [sym_string_expansion] = STATE(449), [sym_expansion] = STATE(449), [sym_command_substitution] = STATE(449), [sym_process_substitution] = STATE(449), [aux_sym_unset_command_repeat1] = STATE(878), [anon_sym_PIPE] = ACTIONS(652), [anon_sym_RPAREN] = ACTIONS(654), [anon_sym_PIPE_AMP] = ACTIONS(654), [anon_sym_AMP_AMP] = ACTIONS(654), [anon_sym_PIPE_PIPE] = ACTIONS(654), [sym__special_characters] = ACTIONS(820), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(824), [sym_raw_string] = ACTIONS(826), [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), [anon_sym_BQUOTE] = ACTIONS(832), [anon_sym_LT_LPAREN] = ACTIONS(834), [anon_sym_GT_LPAREN] = ACTIONS(834), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(836), [sym_word] = ACTIONS(838), }, [456] = { [sym_string] = STATE(879), [sym_simple_expansion] = STATE(879), [sym_string_expansion] = STATE(879), [sym_expansion] = STATE(879), [sym_command_substitution] = STATE(879), [sym_process_substitution] = STATE(879), [sym__special_characters] = ACTIONS(1892), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(1892), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1892), }, [457] = { [aux_sym_concatenation_repeat1] = STATE(880), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(688), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [anon_sym_EQ_TILDE] = ACTIONS(690), [anon_sym_EQ_EQ] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(688), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(688), [anon_sym_LT_AMP] = ACTIONS(688), [anon_sym_GT_AMP] = ACTIONS(688), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(688), [anon_sym_LT_LT_LT] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(690), }, [458] = { [sym_file_descriptor] = ACTIONS(692), [sym__concat] = ACTIONS(692), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_RPAREN] = ACTIONS(692), [anon_sym_PIPE_AMP] = ACTIONS(692), [anon_sym_AMP_AMP] = ACTIONS(692), [anon_sym_PIPE_PIPE] = ACTIONS(692), [anon_sym_EQ_TILDE] = ACTIONS(694), [anon_sym_EQ_EQ] = ACTIONS(694), [anon_sym_LT] = ACTIONS(694), [anon_sym_GT] = ACTIONS(694), [anon_sym_GT_GT] = ACTIONS(692), [anon_sym_AMP_GT] = ACTIONS(694), [anon_sym_AMP_GT_GT] = ACTIONS(692), [anon_sym_LT_AMP] = ACTIONS(692), [anon_sym_GT_AMP] = ACTIONS(692), [anon_sym_LT_LT] = ACTIONS(694), [anon_sym_LT_LT_DASH] = ACTIONS(692), [anon_sym_LT_LT_LT] = ACTIONS(692), [sym__special_characters] = ACTIONS(692), [anon_sym_DQUOTE] = ACTIONS(692), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(692), [anon_sym_DOLLAR_LBRACE] = ACTIONS(692), [anon_sym_DOLLAR_LPAREN] = ACTIONS(692), [anon_sym_BQUOTE] = ACTIONS(692), [anon_sym_LT_LPAREN] = ACTIONS(692), [anon_sym_GT_LPAREN] = ACTIONS(692), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(694), }, [459] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(1894), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [460] = { [sym_file_descriptor] = ACTIONS(722), [sym__concat] = ACTIONS(722), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_RPAREN] = ACTIONS(722), [anon_sym_PIPE_AMP] = ACTIONS(722), [anon_sym_AMP_AMP] = ACTIONS(722), [anon_sym_PIPE_PIPE] = ACTIONS(722), [anon_sym_EQ_TILDE] = ACTIONS(724), [anon_sym_EQ_EQ] = ACTIONS(724), [anon_sym_LT] = ACTIONS(724), [anon_sym_GT] = ACTIONS(724), [anon_sym_GT_GT] = ACTIONS(722), [anon_sym_AMP_GT] = ACTIONS(724), [anon_sym_AMP_GT_GT] = ACTIONS(722), [anon_sym_LT_AMP] = ACTIONS(722), [anon_sym_GT_AMP] = ACTIONS(722), [anon_sym_LT_LT] = ACTIONS(724), [anon_sym_LT_LT_DASH] = ACTIONS(722), [anon_sym_LT_LT_LT] = ACTIONS(722), [sym__special_characters] = ACTIONS(722), [anon_sym_DQUOTE] = ACTIONS(722), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(722), [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), [anon_sym_BQUOTE] = ACTIONS(722), [anon_sym_LT_LPAREN] = ACTIONS(722), [anon_sym_GT_LPAREN] = ACTIONS(722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(724), }, [461] = { [sym_file_descriptor] = ACTIONS(726), [sym__concat] = ACTIONS(726), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_RPAREN] = ACTIONS(726), [anon_sym_PIPE_AMP] = ACTIONS(726), [anon_sym_AMP_AMP] = ACTIONS(726), [anon_sym_PIPE_PIPE] = ACTIONS(726), [anon_sym_EQ_TILDE] = ACTIONS(728), [anon_sym_EQ_EQ] = ACTIONS(728), [anon_sym_LT] = ACTIONS(728), [anon_sym_GT] = ACTIONS(728), [anon_sym_GT_GT] = ACTIONS(726), [anon_sym_AMP_GT] = ACTIONS(728), [anon_sym_AMP_GT_GT] = ACTIONS(726), [anon_sym_LT_AMP] = ACTIONS(726), [anon_sym_GT_AMP] = ACTIONS(726), [anon_sym_LT_LT] = ACTIONS(728), [anon_sym_LT_LT_DASH] = ACTIONS(726), [anon_sym_LT_LT_LT] = ACTIONS(726), [sym__special_characters] = ACTIONS(726), [anon_sym_DQUOTE] = ACTIONS(726), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(726), [anon_sym_BQUOTE] = ACTIONS(726), [anon_sym_LT_LPAREN] = ACTIONS(726), [anon_sym_GT_LPAREN] = ACTIONS(726), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(728), }, [462] = { [sym_file_descriptor] = ACTIONS(730), [sym__concat] = ACTIONS(730), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_RPAREN] = ACTIONS(730), [anon_sym_PIPE_AMP] = ACTIONS(730), [anon_sym_AMP_AMP] = ACTIONS(730), [anon_sym_PIPE_PIPE] = ACTIONS(730), [anon_sym_EQ_TILDE] = ACTIONS(732), [anon_sym_EQ_EQ] = ACTIONS(732), [anon_sym_LT] = ACTIONS(732), [anon_sym_GT] = ACTIONS(732), [anon_sym_GT_GT] = ACTIONS(730), [anon_sym_AMP_GT] = ACTIONS(732), [anon_sym_AMP_GT_GT] = ACTIONS(730), [anon_sym_LT_AMP] = ACTIONS(730), [anon_sym_GT_AMP] = ACTIONS(730), [anon_sym_LT_LT] = ACTIONS(732), [anon_sym_LT_LT_DASH] = ACTIONS(730), [anon_sym_LT_LT_LT] = ACTIONS(730), [sym__special_characters] = ACTIONS(730), [anon_sym_DQUOTE] = ACTIONS(730), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(730), [anon_sym_DOLLAR_LPAREN] = ACTIONS(730), [anon_sym_BQUOTE] = ACTIONS(730), [anon_sym_LT_LPAREN] = ACTIONS(730), [anon_sym_GT_LPAREN] = ACTIONS(730), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(732), }, [463] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(1896), [sym_comment] = ACTIONS(54), }, [464] = { [sym_concatenation] = STATE(885), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(885), [anon_sym_RBRACE] = ACTIONS(1898), [anon_sym_EQ] = ACTIONS(1900), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1902), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1904), [anon_sym_COLON] = ACTIONS(1900), [anon_sym_COLON_QMARK] = ACTIONS(1900), [anon_sym_COLON_DASH] = ACTIONS(1900), [anon_sym_PERCENT] = ACTIONS(1900), [anon_sym_DASH] = ACTIONS(1900), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [465] = { [sym_subscript] = STATE(889), [sym_variable_name] = ACTIONS(1906), [anon_sym_DOLLAR] = ACTIONS(1908), [anon_sym_DASH] = ACTIONS(1908), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1910), [anon_sym_STAR] = ACTIONS(1908), [anon_sym_AT] = ACTIONS(1908), [anon_sym_QMARK] = ACTIONS(1908), [anon_sym_0] = ACTIONS(1912), [anon_sym__] = ACTIONS(1912), }, [466] = { [sym_concatenation] = STATE(892), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(892), [anon_sym_RBRACE] = ACTIONS(1914), [anon_sym_EQ] = ACTIONS(1916), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1918), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1920), [anon_sym_COLON] = ACTIONS(1916), [anon_sym_COLON_QMARK] = ACTIONS(1916), [anon_sym_COLON_DASH] = ACTIONS(1916), [anon_sym_PERCENT] = ACTIONS(1916), [anon_sym_DASH] = ACTIONS(1916), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [467] = { [sym_concatenation] = STATE(895), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(895), [anon_sym_RBRACE] = ACTIONS(1922), [anon_sym_EQ] = ACTIONS(1924), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1926), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(1928), [anon_sym_COLON] = ACTIONS(1924), [anon_sym_COLON_QMARK] = ACTIONS(1924), [anon_sym_COLON_DASH] = ACTIONS(1924), [anon_sym_PERCENT] = ACTIONS(1924), [anon_sym_DASH] = ACTIONS(1924), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [468] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1930), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [469] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1930), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [470] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(1930), [sym_comment] = ACTIONS(54), }, [471] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(1930), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [472] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1932), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [473] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(1932), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [474] = { [anon_sym_RPAREN] = ACTIONS(1934), [sym_comment] = ACTIONS(54), }, [475] = { [sym_for_statement] = STATE(899), [sym_while_statement] = STATE(899), [sym_if_statement] = STATE(899), [sym_case_statement] = STATE(899), [sym_function_definition] = STATE(899), [sym_subshell] = STATE(899), [sym_pipeline] = STATE(899), [sym_list] = STATE(899), [sym_command] = STATE(899), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(899), [sym_variable_assignment] = STATE(900), [sym_declaration_command] = STATE(899), [sym_unset_command] = STATE(899), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [476] = { [sym_file_descriptor] = ACTIONS(1936), [sym__concat] = ACTIONS(1936), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_RPAREN] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [anon_sym_EQ_TILDE] = ACTIONS(1938), [anon_sym_EQ_EQ] = ACTIONS(1938), [anon_sym_LT] = ACTIONS(1938), [anon_sym_GT] = ACTIONS(1938), [anon_sym_GT_GT] = ACTIONS(1938), [anon_sym_AMP_GT] = ACTIONS(1938), [anon_sym_AMP_GT_GT] = ACTIONS(1938), [anon_sym_LT_AMP] = ACTIONS(1938), [anon_sym_GT_AMP] = ACTIONS(1938), [anon_sym_LT_LT] = ACTIONS(1938), [anon_sym_LT_LT_DASH] = ACTIONS(1938), [anon_sym_LT_LT_LT] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [anon_sym_LT_LPAREN] = ACTIONS(1938), [anon_sym_GT_LPAREN] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1938), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [477] = { [sym_for_statement] = STATE(901), [sym_while_statement] = STATE(901), [sym_if_statement] = STATE(901), [sym_case_statement] = STATE(901), [sym_function_definition] = STATE(901), [sym_subshell] = STATE(901), [sym_pipeline] = STATE(901), [sym_list] = STATE(901), [sym_command] = STATE(901), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(901), [sym_variable_assignment] = STATE(902), [sym_declaration_command] = STATE(901), [sym_unset_command] = STATE(901), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [478] = { [anon_sym_LT] = ACTIONS(1940), [anon_sym_GT] = ACTIONS(1940), [anon_sym_GT_GT] = ACTIONS(1942), [anon_sym_AMP_GT] = ACTIONS(1940), [anon_sym_AMP_GT_GT] = ACTIONS(1942), [anon_sym_LT_AMP] = ACTIONS(1942), [anon_sym_GT_AMP] = ACTIONS(1942), [sym_comment] = ACTIONS(54), }, [479] = { [sym_concatenation] = STATE(906), [sym_string] = STATE(905), [sym_simple_expansion] = STATE(905), [sym_string_expansion] = STATE(905), [sym_expansion] = STATE(905), [sym_command_substitution] = STATE(905), [sym_process_substitution] = STATE(905), [sym__special_characters] = ACTIONS(1944), [anon_sym_DQUOTE] = ACTIONS(1946), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(1948), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1950), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1952), [anon_sym_BQUOTE] = ACTIONS(1954), [anon_sym_LT_LPAREN] = ACTIONS(1956), [anon_sym_GT_LPAREN] = ACTIONS(1956), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1948), [sym_regex] = ACTIONS(1958), }, [480] = { [sym_concatenation] = STATE(909), [sym_string] = STATE(908), [sym_simple_expansion] = STATE(908), [sym_string_expansion] = STATE(908), [sym_expansion] = STATE(908), [sym_command_substitution] = STATE(908), [sym_process_substitution] = STATE(908), [sym__special_characters] = ACTIONS(1960), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(1962), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1962), }, [481] = { [sym_heredoc] = STATE(912), [sym__simple_heredoc] = ACTIONS(1964), [sym__heredoc_beginning] = ACTIONS(1966), [sym_comment] = ACTIONS(54), }, [482] = { [sym_concatenation] = STATE(915), [sym_string] = STATE(914), [sym_simple_expansion] = STATE(914), [sym_string_expansion] = STATE(914), [sym_expansion] = STATE(914), [sym_command_substitution] = STATE(914), [sym_process_substitution] = STATE(914), [sym__special_characters] = ACTIONS(1968), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(1970), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1970), }, [483] = { [aux_sym_concatenation_repeat1] = STATE(457), [sym_file_descriptor] = ACTIONS(504), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(502), [anon_sym_RPAREN] = ACTIONS(504), [anon_sym_PIPE_AMP] = ACTIONS(504), [anon_sym_AMP_AMP] = ACTIONS(504), [anon_sym_PIPE_PIPE] = ACTIONS(504), [anon_sym_EQ_TILDE] = ACTIONS(502), [anon_sym_EQ_EQ] = ACTIONS(502), [anon_sym_LT] = ACTIONS(502), [anon_sym_GT] = ACTIONS(502), [anon_sym_GT_GT] = ACTIONS(504), [anon_sym_AMP_GT] = ACTIONS(502), [anon_sym_AMP_GT_GT] = ACTIONS(504), [anon_sym_LT_AMP] = ACTIONS(504), [anon_sym_GT_AMP] = ACTIONS(504), [anon_sym_LT_LT] = ACTIONS(502), [anon_sym_LT_LT_DASH] = ACTIONS(504), [anon_sym_LT_LT_LT] = ACTIONS(504), [sym__special_characters] = ACTIONS(504), [anon_sym_DQUOTE] = ACTIONS(504), [anon_sym_DOLLAR] = ACTIONS(502), [sym_raw_string] = ACTIONS(504), [anon_sym_DOLLAR_LBRACE] = ACTIONS(504), [anon_sym_DOLLAR_LPAREN] = ACTIONS(504), [anon_sym_BQUOTE] = ACTIONS(504), [anon_sym_LT_LPAREN] = ACTIONS(504), [anon_sym_GT_LPAREN] = ACTIONS(504), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(502), }, [484] = { [aux_sym_concatenation_repeat1] = STATE(457), [sym_file_descriptor] = ACTIONS(518), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(516), [anon_sym_RPAREN] = ACTIONS(518), [anon_sym_PIPE_AMP] = ACTIONS(518), [anon_sym_AMP_AMP] = ACTIONS(518), [anon_sym_PIPE_PIPE] = ACTIONS(518), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_LT] = ACTIONS(516), [anon_sym_GT] = ACTIONS(516), [anon_sym_GT_GT] = ACTIONS(518), [anon_sym_AMP_GT] = ACTIONS(516), [anon_sym_AMP_GT_GT] = ACTIONS(518), [anon_sym_LT_AMP] = ACTIONS(518), [anon_sym_GT_AMP] = ACTIONS(518), [anon_sym_LT_LT] = ACTIONS(516), [anon_sym_LT_LT_DASH] = ACTIONS(518), [anon_sym_LT_LT_LT] = ACTIONS(518), [sym__special_characters] = ACTIONS(518), [anon_sym_DQUOTE] = ACTIONS(518), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(518), [anon_sym_BQUOTE] = ACTIONS(518), [anon_sym_LT_LPAREN] = ACTIONS(518), [anon_sym_GT_LPAREN] = ACTIONS(518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(516), }, [485] = { [sym_file_descriptor] = ACTIONS(518), [anon_sym_PIPE] = ACTIONS(516), [anon_sym_RPAREN] = ACTIONS(518), [anon_sym_PIPE_AMP] = ACTIONS(518), [anon_sym_AMP_AMP] = ACTIONS(518), [anon_sym_PIPE_PIPE] = ACTIONS(518), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_LT] = ACTIONS(516), [anon_sym_GT] = ACTIONS(516), [anon_sym_GT_GT] = ACTIONS(518), [anon_sym_AMP_GT] = ACTIONS(516), [anon_sym_AMP_GT_GT] = ACTIONS(518), [anon_sym_LT_AMP] = ACTIONS(518), [anon_sym_GT_AMP] = ACTIONS(518), [anon_sym_LT_LT] = ACTIONS(516), [anon_sym_LT_LT_DASH] = ACTIONS(518), [anon_sym_LT_LT_LT] = ACTIONS(518), [sym__special_characters] = ACTIONS(518), [anon_sym_DQUOTE] = ACTIONS(518), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(518), [anon_sym_BQUOTE] = ACTIONS(518), [anon_sym_LT_LPAREN] = ACTIONS(518), [anon_sym_GT_LPAREN] = ACTIONS(518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(516), }, [486] = { [sym_file_redirect] = STATE(916), [sym_heredoc_redirect] = STATE(916), [sym_herestring_redirect] = STATE(916), [aux_sym_while_statement_repeat1] = STATE(916), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_RPAREN] = ACTIONS(970), [anon_sym_PIPE_AMP] = ACTIONS(970), [anon_sym_AMP_AMP] = ACTIONS(970), [anon_sym_PIPE_PIPE] = ACTIONS(970), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym_comment] = ACTIONS(54), }, [487] = { [sym_file_redirect] = STATE(917), [sym_heredoc_redirect] = STATE(917), [sym_herestring_redirect] = STATE(917), [sym_concatenation] = STATE(485), [sym_string] = STATE(484), [sym_simple_expansion] = STATE(484), [sym_string_expansion] = STATE(484), [sym_expansion] = STATE(484), [sym_command_substitution] = STATE(484), [sym_process_substitution] = STATE(484), [aux_sym_while_statement_repeat1] = STATE(917), [aux_sym_command_repeat2] = STATE(918), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_RPAREN] = ACTIONS(970), [anon_sym_PIPE_AMP] = ACTIONS(970), [anon_sym_AMP_AMP] = ACTIONS(970), [anon_sym_PIPE_PIPE] = ACTIONS(970), [anon_sym_EQ_TILDE] = ACTIONS(874), [anon_sym_EQ_EQ] = ACTIONS(874), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym__special_characters] = ACTIONS(886), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(888), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(890), }, [488] = { [sym_file_redirect] = STATE(917), [sym_heredoc_redirect] = STATE(917), [sym_herestring_redirect] = STATE(917), [sym_concatenation] = STATE(485), [sym_string] = STATE(484), [sym_simple_expansion] = STATE(484), [sym_string_expansion] = STATE(484), [sym_expansion] = STATE(484), [sym_command_substitution] = STATE(484), [sym_process_substitution] = STATE(484), [aux_sym_while_statement_repeat1] = STATE(917), [aux_sym_command_repeat2] = STATE(919), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_RPAREN] = ACTIONS(970), [anon_sym_PIPE_AMP] = ACTIONS(970), [anon_sym_AMP_AMP] = ACTIONS(970), [anon_sym_PIPE_PIPE] = ACTIONS(970), [anon_sym_EQ_TILDE] = ACTIONS(874), [anon_sym_EQ_EQ] = ACTIONS(874), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym__special_characters] = ACTIONS(886), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(888), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(890), }, [489] = { [sym_concatenation] = STATE(818), [sym_string] = STATE(921), [sym_array] = STATE(818), [sym_simple_expansion] = STATE(921), [sym_string_expansion] = STATE(921), [sym_expansion] = STATE(921), [sym_command_substitution] = STATE(921), [sym_process_substitution] = STATE(921), [sym__empty_value] = ACTIONS(1804), [anon_sym_LPAREN] = ACTIONS(1806), [sym__special_characters] = ACTIONS(1972), [anon_sym_DQUOTE] = ACTIONS(196), [anon_sym_DOLLAR] = ACTIONS(198), [sym_raw_string] = ACTIONS(1974), [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), [anon_sym_DOLLAR_LPAREN] = ACTIONS(204), [anon_sym_BQUOTE] = ACTIONS(206), [anon_sym_LT_LPAREN] = ACTIONS(208), [anon_sym_GT_LPAREN] = ACTIONS(208), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1974), }, [490] = { [sym_do_group] = STATE(922), [anon_sym_do] = ACTIONS(1818), [sym_comment] = ACTIONS(54), }, [491] = { [sym_compound_statement] = STATE(924), [anon_sym_LPAREN] = ACTIONS(1976), [anon_sym_LBRACE] = ACTIONS(1836), [sym_comment] = ACTIONS(54), }, [492] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(299), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [anon_sym_RBRACK] = ACTIONS(1978), [sym__special_characters] = ACTIONS(532), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [493] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(321), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [anon_sym_RBRACK_RBRACK] = ACTIONS(1978), [sym__special_characters] = ACTIONS(572), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [494] = { [sym__assignment] = STATE(840), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(1980), [anon_sym_PLUS_EQ] = ACTIONS(1980), [sym_comment] = ACTIONS(54), }, [495] = { [aux_sym_concatenation_repeat1] = STATE(927), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(578), [anon_sym_PIPE] = ACTIONS(580), [anon_sym_PIPE_AMP] = ACTIONS(578), [anon_sym_AMP_AMP] = ACTIONS(578), [anon_sym_PIPE_PIPE] = ACTIONS(578), [sym__special_characters] = ACTIONS(578), [anon_sym_DQUOTE] = ACTIONS(578), [anon_sym_DOLLAR] = ACTIONS(580), [sym_raw_string] = ACTIONS(578), [anon_sym_DOLLAR_LBRACE] = ACTIONS(578), [anon_sym_DOLLAR_LPAREN] = ACTIONS(578), [anon_sym_BQUOTE] = ACTIONS(578), [anon_sym_LT_LPAREN] = ACTIONS(578), [anon_sym_GT_LPAREN] = ACTIONS(578), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(580), [sym_word] = ACTIONS(580), }, [496] = { [aux_sym_concatenation_repeat1] = STATE(927), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(594), [anon_sym_PIPE] = ACTIONS(596), [anon_sym_PIPE_AMP] = ACTIONS(594), [anon_sym_AMP_AMP] = ACTIONS(594), [anon_sym_PIPE_PIPE] = ACTIONS(594), [sym__special_characters] = ACTIONS(594), [anon_sym_DQUOTE] = ACTIONS(594), [anon_sym_DOLLAR] = ACTIONS(596), [sym_raw_string] = ACTIONS(594), [anon_sym_DOLLAR_LBRACE] = ACTIONS(594), [anon_sym_DOLLAR_LPAREN] = ACTIONS(594), [anon_sym_BQUOTE] = ACTIONS(594), [anon_sym_LT_LPAREN] = ACTIONS(594), [anon_sym_GT_LPAREN] = ACTIONS(594), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(596), [sym_word] = ACTIONS(596), }, [497] = { [sym__assignment] = STATE(840), [anon_sym_EQ] = ACTIONS(1980), [anon_sym_PLUS_EQ] = ACTIONS(1980), [sym_comment] = ACTIONS(54), }, [498] = { [sym_variable_assignment] = STATE(928), [sym_subscript] = STATE(497), [sym_concatenation] = STATE(928), [sym_string] = STATE(496), [sym_simple_expansion] = STATE(496), [sym_string_expansion] = STATE(496), [sym_expansion] = STATE(496), [sym_command_substitution] = STATE(496), [sym_process_substitution] = STATE(496), [aux_sym_declaration_command_repeat1] = STATE(928), [sym_variable_name] = ACTIONS(898), [anon_sym_PIPE] = ACTIONS(612), [anon_sym_PIPE_AMP] = ACTIONS(614), [anon_sym_AMP_AMP] = ACTIONS(614), [anon_sym_PIPE_PIPE] = ACTIONS(614), [sym__special_characters] = ACTIONS(900), [anon_sym_DQUOTE] = ACTIONS(802), [anon_sym_DOLLAR] = ACTIONS(804), [sym_raw_string] = ACTIONS(902), [anon_sym_DOLLAR_LBRACE] = ACTIONS(808), [anon_sym_DOLLAR_LPAREN] = ACTIONS(810), [anon_sym_BQUOTE] = ACTIONS(614), [anon_sym_LT_LPAREN] = ACTIONS(814), [anon_sym_GT_LPAREN] = ACTIONS(814), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(816), [sym_word] = ACTIONS(904), }, [499] = { [aux_sym_concatenation_repeat1] = STATE(929), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(618), [anon_sym_PIPE_AMP] = ACTIONS(620), [anon_sym_AMP_AMP] = ACTIONS(620), [anon_sym_PIPE_PIPE] = ACTIONS(620), [sym__special_characters] = ACTIONS(620), [anon_sym_DQUOTE] = ACTIONS(620), [anon_sym_DOLLAR] = ACTIONS(618), [sym_raw_string] = ACTIONS(620), [anon_sym_DOLLAR_LBRACE] = ACTIONS(620), [anon_sym_DOLLAR_LPAREN] = ACTIONS(620), [anon_sym_BQUOTE] = ACTIONS(620), [anon_sym_LT_LPAREN] = ACTIONS(620), [anon_sym_GT_LPAREN] = ACTIONS(620), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(618), [sym_word] = ACTIONS(618), }, [500] = { [aux_sym_concatenation_repeat1] = STATE(929), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(634), [anon_sym_PIPE_AMP] = ACTIONS(636), [anon_sym_AMP_AMP] = ACTIONS(636), [anon_sym_PIPE_PIPE] = ACTIONS(636), [sym__special_characters] = ACTIONS(636), [anon_sym_DQUOTE] = ACTIONS(636), [anon_sym_DOLLAR] = ACTIONS(634), [sym_raw_string] = ACTIONS(636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(636), [anon_sym_BQUOTE] = ACTIONS(636), [anon_sym_LT_LPAREN] = ACTIONS(636), [anon_sym_GT_LPAREN] = ACTIONS(636), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(634), [sym_word] = ACTIONS(634), }, [501] = { [sym_concatenation] = STATE(930), [sym_string] = STATE(500), [sym_simple_expansion] = STATE(500), [sym_string_expansion] = STATE(500), [sym_expansion] = STATE(500), [sym_command_substitution] = STATE(500), [sym_process_substitution] = STATE(500), [aux_sym_unset_command_repeat1] = STATE(930), [anon_sym_PIPE] = ACTIONS(652), [anon_sym_PIPE_AMP] = ACTIONS(654), [anon_sym_AMP_AMP] = ACTIONS(654), [anon_sym_PIPE_PIPE] = ACTIONS(654), [sym__special_characters] = ACTIONS(906), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(824), [sym_raw_string] = ACTIONS(908), [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), [anon_sym_BQUOTE] = ACTIONS(654), [anon_sym_LT_LPAREN] = ACTIONS(834), [anon_sym_GT_LPAREN] = ACTIONS(834), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(836), [sym_word] = ACTIONS(910), }, [502] = { [aux_sym_concatenation_repeat1] = STATE(931), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [anon_sym_EQ_TILDE] = ACTIONS(690), [anon_sym_EQ_EQ] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(688), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(688), [anon_sym_LT_AMP] = ACTIONS(688), [anon_sym_GT_AMP] = ACTIONS(688), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(688), [anon_sym_LT_LT_LT] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(690), }, [503] = { [anon_sym_RPAREN] = ACTIONS(1982), [sym_comment] = ACTIONS(54), }, [504] = { [sym_for_statement] = STATE(899), [sym_while_statement] = STATE(899), [sym_if_statement] = STATE(899), [sym_case_statement] = STATE(899), [sym_function_definition] = STATE(899), [sym_subshell] = STATE(899), [sym_pipeline] = STATE(899), [sym_list] = STATE(899), [sym_command] = STATE(899), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(899), [sym_variable_assignment] = STATE(933), [sym_declaration_command] = STATE(899), [sym_unset_command] = STATE(899), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [505] = { [sym_for_statement] = STATE(934), [sym_while_statement] = STATE(934), [sym_if_statement] = STATE(934), [sym_case_statement] = STATE(934), [sym_function_definition] = STATE(934), [sym_subshell] = STATE(934), [sym_pipeline] = STATE(934), [sym_list] = STATE(934), [sym_command] = STATE(934), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(934), [sym_variable_assignment] = STATE(935), [sym_declaration_command] = STATE(934), [sym_unset_command] = STATE(934), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [506] = { [anon_sym_LT] = ACTIONS(1984), [anon_sym_GT] = ACTIONS(1984), [anon_sym_GT_GT] = ACTIONS(1986), [anon_sym_AMP_GT] = ACTIONS(1984), [anon_sym_AMP_GT_GT] = ACTIONS(1986), [anon_sym_LT_AMP] = ACTIONS(1986), [anon_sym_GT_AMP] = ACTIONS(1986), [sym_comment] = ACTIONS(54), }, [507] = { [sym_concatenation] = STATE(906), [sym_string] = STATE(938), [sym_simple_expansion] = STATE(938), [sym_string_expansion] = STATE(938), [sym_expansion] = STATE(938), [sym_command_substitution] = STATE(938), [sym_process_substitution] = STATE(938), [sym__special_characters] = ACTIONS(1988), [anon_sym_DQUOTE] = ACTIONS(1946), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(1990), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1950), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1952), [anon_sym_BQUOTE] = ACTIONS(1954), [anon_sym_LT_LPAREN] = ACTIONS(1956), [anon_sym_GT_LPAREN] = ACTIONS(1956), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1990), [sym_regex] = ACTIONS(1958), }, [508] = { [sym_concatenation] = STATE(909), [sym_string] = STATE(940), [sym_simple_expansion] = STATE(940), [sym_string_expansion] = STATE(940), [sym_expansion] = STATE(940), [sym_command_substitution] = STATE(940), [sym_process_substitution] = STATE(940), [sym__special_characters] = ACTIONS(1992), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(1994), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1994), }, [509] = { [sym_concatenation] = STATE(915), [sym_string] = STATE(942), [sym_simple_expansion] = STATE(942), [sym_string_expansion] = STATE(942), [sym_expansion] = STATE(942), [sym_command_substitution] = STATE(942), [sym_process_substitution] = STATE(942), [sym__special_characters] = ACTIONS(1996), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(1998), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1998), }, [510] = { [aux_sym_concatenation_repeat1] = STATE(502), [sym_file_descriptor] = ACTIONS(504), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(502), [anon_sym_PIPE_AMP] = ACTIONS(504), [anon_sym_AMP_AMP] = ACTIONS(504), [anon_sym_PIPE_PIPE] = ACTIONS(504), [anon_sym_EQ_TILDE] = ACTIONS(502), [anon_sym_EQ_EQ] = ACTIONS(502), [anon_sym_LT] = ACTIONS(502), [anon_sym_GT] = ACTIONS(502), [anon_sym_GT_GT] = ACTIONS(504), [anon_sym_AMP_GT] = ACTIONS(502), [anon_sym_AMP_GT_GT] = ACTIONS(504), [anon_sym_LT_AMP] = ACTIONS(504), [anon_sym_GT_AMP] = ACTIONS(504), [anon_sym_LT_LT] = ACTIONS(502), [anon_sym_LT_LT_DASH] = ACTIONS(504), [anon_sym_LT_LT_LT] = ACTIONS(504), [sym__special_characters] = ACTIONS(504), [anon_sym_DQUOTE] = ACTIONS(504), [anon_sym_DOLLAR] = ACTIONS(502), [sym_raw_string] = ACTIONS(504), [anon_sym_DOLLAR_LBRACE] = ACTIONS(504), [anon_sym_DOLLAR_LPAREN] = ACTIONS(504), [anon_sym_BQUOTE] = ACTIONS(504), [anon_sym_LT_LPAREN] = ACTIONS(504), [anon_sym_GT_LPAREN] = ACTIONS(504), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(502), }, [511] = { [aux_sym_concatenation_repeat1] = STATE(502), [sym_file_descriptor] = ACTIONS(518), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(516), [anon_sym_PIPE_AMP] = ACTIONS(518), [anon_sym_AMP_AMP] = ACTIONS(518), [anon_sym_PIPE_PIPE] = ACTIONS(518), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_LT] = ACTIONS(516), [anon_sym_GT] = ACTIONS(516), [anon_sym_GT_GT] = ACTIONS(518), [anon_sym_AMP_GT] = ACTIONS(516), [anon_sym_AMP_GT_GT] = ACTIONS(518), [anon_sym_LT_AMP] = ACTIONS(518), [anon_sym_GT_AMP] = ACTIONS(518), [anon_sym_LT_LT] = ACTIONS(516), [anon_sym_LT_LT_DASH] = ACTIONS(518), [anon_sym_LT_LT_LT] = ACTIONS(518), [sym__special_characters] = ACTIONS(518), [anon_sym_DQUOTE] = ACTIONS(518), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(518), [anon_sym_BQUOTE] = ACTIONS(518), [anon_sym_LT_LPAREN] = ACTIONS(518), [anon_sym_GT_LPAREN] = ACTIONS(518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(516), }, [512] = { [sym_file_redirect] = STATE(943), [sym_heredoc_redirect] = STATE(943), [sym_herestring_redirect] = STATE(943), [aux_sym_while_statement_repeat1] = STATE(943), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(970), [anon_sym_AMP_AMP] = ACTIONS(970), [anon_sym_PIPE_PIPE] = ACTIONS(970), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [anon_sym_BQUOTE] = ACTIONS(970), [sym_comment] = ACTIONS(54), }, [513] = { [sym_file_redirect] = STATE(944), [sym_heredoc_redirect] = STATE(944), [sym_herestring_redirect] = STATE(944), [sym_concatenation] = STATE(485), [sym_string] = STATE(511), [sym_simple_expansion] = STATE(511), [sym_string_expansion] = STATE(511), [sym_expansion] = STATE(511), [sym_command_substitution] = STATE(511), [sym_process_substitution] = STATE(511), [aux_sym_while_statement_repeat1] = STATE(944), [aux_sym_command_repeat2] = STATE(945), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(970), [anon_sym_AMP_AMP] = ACTIONS(970), [anon_sym_PIPE_PIPE] = ACTIONS(970), [anon_sym_EQ_TILDE] = ACTIONS(922), [anon_sym_EQ_EQ] = ACTIONS(922), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [sym__special_characters] = ACTIONS(930), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(932), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(970), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(934), }, [514] = { [sym_file_redirect] = STATE(944), [sym_heredoc_redirect] = STATE(944), [sym_herestring_redirect] = STATE(944), [sym_concatenation] = STATE(485), [sym_string] = STATE(511), [sym_simple_expansion] = STATE(511), [sym_string_expansion] = STATE(511), [sym_expansion] = STATE(511), [sym_command_substitution] = STATE(511), [sym_process_substitution] = STATE(511), [aux_sym_while_statement_repeat1] = STATE(944), [aux_sym_command_repeat2] = STATE(946), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(970), [anon_sym_AMP_AMP] = ACTIONS(970), [anon_sym_PIPE_PIPE] = ACTIONS(970), [anon_sym_EQ_TILDE] = ACTIONS(922), [anon_sym_EQ_EQ] = ACTIONS(922), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [sym__special_characters] = ACTIONS(930), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(932), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(970), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(934), }, [515] = { [sym_file_descriptor] = ACTIONS(2000), [sym__concat] = ACTIONS(2000), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_RPAREN] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [anon_sym_EQ_TILDE] = ACTIONS(2002), [anon_sym_EQ_EQ] = ACTIONS(2002), [anon_sym_LT] = ACTIONS(2002), [anon_sym_GT] = ACTIONS(2002), [anon_sym_GT_GT] = ACTIONS(2002), [anon_sym_AMP_GT] = ACTIONS(2002), [anon_sym_AMP_GT_GT] = ACTIONS(2002), [anon_sym_LT_AMP] = ACTIONS(2002), [anon_sym_GT_AMP] = ACTIONS(2002), [anon_sym_LT_LT] = ACTIONS(2002), [anon_sym_LT_LT_DASH] = ACTIONS(2002), [anon_sym_LT_LT_LT] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2002), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2002), [anon_sym_BQUOTE] = ACTIONS(2002), [anon_sym_LT_LPAREN] = ACTIONS(2002), [anon_sym_GT_LPAREN] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2002), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [516] = { [sym_compound_statement] = STATE(947), [anon_sym_LBRACE] = ACTIONS(442), [sym_comment] = ACTIONS(54), }, [517] = { [anon_sym_esac] = ACTIONS(2004), [anon_sym_PIPE] = ACTIONS(2004), [anon_sym_RPAREN] = ACTIONS(2004), [anon_sym_SEMI_SEMI] = ACTIONS(2004), [anon_sym_PIPE_AMP] = ACTIONS(2004), [anon_sym_AMP_AMP] = ACTIONS(2004), [anon_sym_PIPE_PIPE] = ACTIONS(2004), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2004), [anon_sym_LF] = ACTIONS(2006), [anon_sym_AMP] = ACTIONS(2004), }, [518] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(2004), [anon_sym_RPAREN] = ACTIONS(2004), [anon_sym_SEMI_SEMI] = ACTIONS(2004), [anon_sym_PIPE_AMP] = ACTIONS(2004), [anon_sym_AMP_AMP] = ACTIONS(2004), [anon_sym_PIPE_PIPE] = ACTIONS(2004), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(2004), [anon_sym_LF] = ACTIONS(2006), [anon_sym_AMP] = ACTIONS(2004), }, [519] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(2008), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(2008), [anon_sym_PIPE_PIPE] = ACTIONS(2008), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2008), [anon_sym_LF] = ACTIONS(2010), [anon_sym_AMP] = ACTIONS(2008), }, [520] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(2008), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(2008), [anon_sym_PIPE_PIPE] = ACTIONS(2008), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(2008), [anon_sym_LF] = ACTIONS(2010), [anon_sym_AMP] = ACTIONS(2008), }, [521] = { [sym_concatenation] = STATE(950), [sym_string] = STATE(949), [sym_simple_expansion] = STATE(949), [sym_string_expansion] = STATE(949), [sym_expansion] = STATE(949), [sym_command_substitution] = STATE(949), [sym_process_substitution] = STATE(949), [sym__special_characters] = ACTIONS(2012), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(2014), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2014), }, [522] = { [aux_sym_concatenation_repeat1] = STATE(121), [sym_file_descriptor] = ACTIONS(1265), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(1263), [anon_sym_SEMI_SEMI] = ACTIONS(1263), [anon_sym_PIPE_AMP] = ACTIONS(1263), [anon_sym_AMP_AMP] = ACTIONS(1263), [anon_sym_PIPE_PIPE] = ACTIONS(1263), [anon_sym_EQ_TILDE] = ACTIONS(1263), [anon_sym_EQ_EQ] = ACTIONS(1263), [anon_sym_LT] = ACTIONS(1263), [anon_sym_GT] = ACTIONS(1263), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1263), [anon_sym_LT_LT_DASH] = ACTIONS(1263), [anon_sym_LT_LT_LT] = ACTIONS(1263), [sym__special_characters] = ACTIONS(1263), [anon_sym_DQUOTE] = ACTIONS(1263), [anon_sym_DOLLAR] = ACTIONS(1263), [sym_raw_string] = ACTIONS(1263), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), [anon_sym_BQUOTE] = ACTIONS(1263), [anon_sym_LT_LPAREN] = ACTIONS(1263), [anon_sym_GT_LPAREN] = ACTIONS(1263), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1263), [anon_sym_SEMI] = ACTIONS(1263), [anon_sym_LF] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1263), }, [523] = { [aux_sym_concatenation_repeat1] = STATE(121), [sym_file_descriptor] = ACTIONS(1269), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_SEMI_SEMI] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1267), [anon_sym_AMP_AMP] = ACTIONS(1267), [anon_sym_PIPE_PIPE] = ACTIONS(1267), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1267), [anon_sym_LT_LT_LT] = ACTIONS(1267), [sym__special_characters] = ACTIONS(1267), [anon_sym_DQUOTE] = ACTIONS(1267), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1267), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), [anon_sym_BQUOTE] = ACTIONS(1267), [anon_sym_LT_LPAREN] = ACTIONS(1267), [anon_sym_GT_LPAREN] = ACTIONS(1267), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1267), [anon_sym_SEMI] = ACTIONS(1267), [anon_sym_LF] = ACTIONS(1269), [anon_sym_AMP] = ACTIONS(1267), }, [524] = { [sym_file_descriptor] = ACTIONS(1269), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_RPAREN] = ACTIONS(1267), [anon_sym_SEMI_SEMI] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1267), [anon_sym_AMP_AMP] = ACTIONS(1267), [anon_sym_PIPE_PIPE] = ACTIONS(1267), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1267), [anon_sym_LT_LT_LT] = ACTIONS(1267), [sym__special_characters] = ACTIONS(1267), [anon_sym_DQUOTE] = ACTIONS(1267), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1267), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), [anon_sym_BQUOTE] = ACTIONS(1267), [anon_sym_LT_LPAREN] = ACTIONS(1267), [anon_sym_GT_LPAREN] = ACTIONS(1267), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1267), [anon_sym_SEMI] = ACTIONS(1267), [anon_sym_LF] = ACTIONS(1269), [anon_sym_AMP] = ACTIONS(1267), }, [525] = { [aux_sym_concatenation_repeat1] = STATE(951), [sym_file_descriptor] = ACTIONS(656), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_SEMI_SEMI] = ACTIONS(660), [anon_sym_PIPE_AMP] = ACTIONS(660), [anon_sym_AMP_AMP] = ACTIONS(660), [anon_sym_PIPE_PIPE] = ACTIONS(660), [anon_sym_LT] = ACTIONS(660), [anon_sym_GT] = ACTIONS(660), [anon_sym_GT_GT] = ACTIONS(660), [anon_sym_AMP_GT] = ACTIONS(660), [anon_sym_AMP_GT_GT] = ACTIONS(660), [anon_sym_LT_AMP] = ACTIONS(660), [anon_sym_GT_AMP] = ACTIONS(660), [anon_sym_LT_LT] = ACTIONS(660), [anon_sym_LT_LT_DASH] = ACTIONS(660), [anon_sym_LT_LT_LT] = ACTIONS(660), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(660), [anon_sym_LF] = ACTIONS(656), [anon_sym_AMP] = ACTIONS(660), }, [526] = { [aux_sym_concatenation_repeat1] = STATE(951), [sym_file_descriptor] = ACTIONS(672), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_SEMI_SEMI] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(674), [anon_sym_AMP_AMP] = ACTIONS(674), [anon_sym_PIPE_PIPE] = ACTIONS(674), [anon_sym_LT] = ACTIONS(674), [anon_sym_GT] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(674), [anon_sym_AMP_GT] = ACTIONS(674), [anon_sym_AMP_GT_GT] = ACTIONS(674), [anon_sym_LT_AMP] = ACTIONS(674), [anon_sym_GT_AMP] = ACTIONS(674), [anon_sym_LT_LT] = ACTIONS(674), [anon_sym_LT_LT_DASH] = ACTIONS(674), [anon_sym_LT_LT_LT] = ACTIONS(674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(674), [anon_sym_LF] = ACTIONS(672), [anon_sym_AMP] = ACTIONS(674), }, [527] = { [sym_file_descriptor] = ACTIONS(672), [anon_sym_esac] = ACTIONS(674), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_RPAREN] = ACTIONS(674), [anon_sym_SEMI_SEMI] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(674), [anon_sym_AMP_AMP] = ACTIONS(674), [anon_sym_PIPE_PIPE] = ACTIONS(674), [anon_sym_LT] = ACTIONS(674), [anon_sym_GT] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(674), [anon_sym_AMP_GT] = ACTIONS(674), [anon_sym_AMP_GT_GT] = ACTIONS(674), [anon_sym_LT_AMP] = ACTIONS(674), [anon_sym_GT_AMP] = ACTIONS(674), [anon_sym_LT_LT] = ACTIONS(674), [anon_sym_LT_LT_DASH] = ACTIONS(674), [anon_sym_LT_LT_LT] = ACTIONS(674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(674), [anon_sym_LF] = ACTIONS(672), [anon_sym_AMP] = ACTIONS(674), }, [528] = { [sym_file_descriptor] = ACTIONS(2016), [anon_sym_esac] = ACTIONS(2018), [anon_sym_PIPE] = ACTIONS(2018), [anon_sym_RPAREN] = ACTIONS(2018), [anon_sym_SEMI_SEMI] = ACTIONS(2018), [anon_sym_PIPE_AMP] = ACTIONS(2018), [anon_sym_AMP_AMP] = ACTIONS(2018), [anon_sym_PIPE_PIPE] = ACTIONS(2018), [anon_sym_LT] = ACTIONS(2018), [anon_sym_GT] = ACTIONS(2018), [anon_sym_GT_GT] = ACTIONS(2018), [anon_sym_AMP_GT] = ACTIONS(2018), [anon_sym_AMP_GT_GT] = ACTIONS(2018), [anon_sym_LT_AMP] = ACTIONS(2018), [anon_sym_GT_AMP] = ACTIONS(2018), [anon_sym_LT_LT] = ACTIONS(2018), [anon_sym_LT_LT_DASH] = ACTIONS(2018), [anon_sym_LT_LT_LT] = ACTIONS(2018), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2018), [anon_sym_LF] = ACTIONS(2016), [anon_sym_AMP] = ACTIONS(2018), }, [529] = { [sym_simple_expansion] = STATE(952), [sym_expansion] = STATE(952), [aux_sym_heredoc_repeat1] = STATE(956), [sym__heredoc_middle] = ACTIONS(2020), [sym__heredoc_end] = ACTIONS(2022), [anon_sym_DOLLAR] = ACTIONS(2024), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2026), [sym_comment] = ACTIONS(54), }, [530] = { [sym_file_descriptor] = ACTIONS(2028), [anon_sym_esac] = ACTIONS(2030), [anon_sym_PIPE] = ACTIONS(2030), [anon_sym_RPAREN] = ACTIONS(2030), [anon_sym_SEMI_SEMI] = ACTIONS(2030), [anon_sym_PIPE_AMP] = ACTIONS(2030), [anon_sym_AMP_AMP] = ACTIONS(2030), [anon_sym_PIPE_PIPE] = ACTIONS(2030), [anon_sym_LT] = ACTIONS(2030), [anon_sym_GT] = ACTIONS(2030), [anon_sym_GT_GT] = ACTIONS(2030), [anon_sym_AMP_GT] = ACTIONS(2030), [anon_sym_AMP_GT_GT] = ACTIONS(2030), [anon_sym_LT_AMP] = ACTIONS(2030), [anon_sym_GT_AMP] = ACTIONS(2030), [anon_sym_LT_LT] = ACTIONS(2030), [anon_sym_LT_LT_DASH] = ACTIONS(2030), [anon_sym_LT_LT_LT] = ACTIONS(2030), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2030), [anon_sym_LF] = ACTIONS(2028), [anon_sym_AMP] = ACTIONS(2030), }, [531] = { [aux_sym_concatenation_repeat1] = STATE(951), [sym_file_descriptor] = ACTIONS(2032), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(2034), [anon_sym_SEMI_SEMI] = ACTIONS(2034), [anon_sym_PIPE_AMP] = ACTIONS(2034), [anon_sym_AMP_AMP] = ACTIONS(2034), [anon_sym_PIPE_PIPE] = ACTIONS(2034), [anon_sym_LT] = ACTIONS(2034), [anon_sym_GT] = ACTIONS(2034), [anon_sym_GT_GT] = ACTIONS(2034), [anon_sym_AMP_GT] = ACTIONS(2034), [anon_sym_AMP_GT_GT] = ACTIONS(2034), [anon_sym_LT_AMP] = ACTIONS(2034), [anon_sym_GT_AMP] = ACTIONS(2034), [anon_sym_LT_LT] = ACTIONS(2034), [anon_sym_LT_LT_DASH] = ACTIONS(2034), [anon_sym_LT_LT_LT] = ACTIONS(2034), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2034), [anon_sym_LF] = ACTIONS(2032), [anon_sym_AMP] = ACTIONS(2034), }, [532] = { [aux_sym_concatenation_repeat1] = STATE(951), [sym_file_descriptor] = ACTIONS(2036), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(2038), [anon_sym_SEMI_SEMI] = ACTIONS(2038), [anon_sym_PIPE_AMP] = ACTIONS(2038), [anon_sym_AMP_AMP] = ACTIONS(2038), [anon_sym_PIPE_PIPE] = ACTIONS(2038), [anon_sym_LT] = ACTIONS(2038), [anon_sym_GT] = ACTIONS(2038), [anon_sym_GT_GT] = ACTIONS(2038), [anon_sym_AMP_GT] = ACTIONS(2038), [anon_sym_AMP_GT_GT] = ACTIONS(2038), [anon_sym_LT_AMP] = ACTIONS(2038), [anon_sym_GT_AMP] = ACTIONS(2038), [anon_sym_LT_LT] = ACTIONS(2038), [anon_sym_LT_LT_DASH] = ACTIONS(2038), [anon_sym_LT_LT_LT] = ACTIONS(2038), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2038), [anon_sym_LF] = ACTIONS(2036), [anon_sym_AMP] = ACTIONS(2038), }, [533] = { [sym_file_descriptor] = ACTIONS(2036), [anon_sym_esac] = ACTIONS(2038), [anon_sym_PIPE] = ACTIONS(2038), [anon_sym_RPAREN] = ACTIONS(2038), [anon_sym_SEMI_SEMI] = ACTIONS(2038), [anon_sym_PIPE_AMP] = ACTIONS(2038), [anon_sym_AMP_AMP] = ACTIONS(2038), [anon_sym_PIPE_PIPE] = ACTIONS(2038), [anon_sym_LT] = ACTIONS(2038), [anon_sym_GT] = ACTIONS(2038), [anon_sym_GT_GT] = ACTIONS(2038), [anon_sym_AMP_GT] = ACTIONS(2038), [anon_sym_AMP_GT_GT] = ACTIONS(2038), [anon_sym_LT_AMP] = ACTIONS(2038), [anon_sym_GT_AMP] = ACTIONS(2038), [anon_sym_LT_LT] = ACTIONS(2038), [anon_sym_LT_LT_DASH] = ACTIONS(2038), [anon_sym_LT_LT_LT] = ACTIONS(2038), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2038), [anon_sym_LF] = ACTIONS(2036), [anon_sym_AMP] = ACTIONS(2038), }, [534] = { [sym_file_redirect] = STATE(534), [sym_heredoc_redirect] = STATE(534), [sym_herestring_redirect] = STATE(534), [aux_sym_while_statement_repeat1] = STATE(534), [sym_file_descriptor] = ACTIONS(2040), [anon_sym_PIPE] = ACTIONS(2043), [anon_sym_SEMI_SEMI] = ACTIONS(2043), [anon_sym_PIPE_AMP] = ACTIONS(2043), [anon_sym_AMP_AMP] = ACTIONS(2043), [anon_sym_PIPE_PIPE] = ACTIONS(2043), [anon_sym_LT] = ACTIONS(2045), [anon_sym_GT] = ACTIONS(2045), [anon_sym_GT_GT] = ACTIONS(2045), [anon_sym_AMP_GT] = ACTIONS(2045), [anon_sym_AMP_GT_GT] = ACTIONS(2045), [anon_sym_LT_AMP] = ACTIONS(2045), [anon_sym_GT_AMP] = ACTIONS(2045), [anon_sym_LT_LT] = ACTIONS(2048), [anon_sym_LT_LT_DASH] = ACTIONS(2048), [anon_sym_LT_LT_LT] = ACTIONS(2051), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2043), [anon_sym_LF] = ACTIONS(2054), [anon_sym_AMP] = ACTIONS(2043), }, [535] = { [sym_file_redirect] = STATE(534), [sym_heredoc_redirect] = STATE(534), [sym_herestring_redirect] = STATE(534), [aux_sym_while_statement_repeat1] = STATE(534), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_SEMI_SEMI] = ACTIONS(2056), [anon_sym_PIPE_AMP] = ACTIONS(2056), [anon_sym_AMP_AMP] = ACTIONS(2056), [anon_sym_PIPE_PIPE] = ACTIONS(2056), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2056), [anon_sym_LF] = ACTIONS(2058), [anon_sym_AMP] = ACTIONS(2056), }, [536] = { [sym_concatenation] = STATE(191), [sym_string] = STATE(190), [sym_simple_expansion] = STATE(190), [sym_string_expansion] = STATE(190), [sym_expansion] = STATE(190), [sym_command_substitution] = STATE(190), [sym_process_substitution] = STATE(190), [aux_sym_command_repeat2] = STATE(536), [sym_file_descriptor] = ACTIONS(1269), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_SEMI_SEMI] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1267), [anon_sym_AMP_AMP] = ACTIONS(1267), [anon_sym_PIPE_PIPE] = ACTIONS(1267), [anon_sym_EQ_TILDE] = ACTIONS(2060), [anon_sym_EQ_EQ] = ACTIONS(2060), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1267), [anon_sym_LT_LT_LT] = ACTIONS(1267), [sym__special_characters] = ACTIONS(2063), [anon_sym_DQUOTE] = ACTIONS(2066), [anon_sym_DOLLAR] = ACTIONS(2069), [sym_raw_string] = ACTIONS(2072), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2075), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2078), [anon_sym_BQUOTE] = ACTIONS(2081), [anon_sym_LT_LPAREN] = ACTIONS(2084), [anon_sym_GT_LPAREN] = ACTIONS(2084), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2072), [anon_sym_SEMI] = ACTIONS(1267), [anon_sym_LF] = ACTIONS(1269), [anon_sym_AMP] = ACTIONS(1267), }, [537] = { [sym_concatenation] = STATE(818), [sym_string] = STATE(958), [sym_array] = STATE(818), [sym_simple_expansion] = STATE(958), [sym_string_expansion] = STATE(958), [sym_expansion] = STATE(958), [sym_command_substitution] = STATE(958), [sym_process_substitution] = STATE(958), [sym__empty_value] = ACTIONS(1804), [anon_sym_LPAREN] = ACTIONS(1806), [sym__special_characters] = ACTIONS(2087), [anon_sym_DQUOTE] = ACTIONS(196), [anon_sym_DOLLAR] = ACTIONS(198), [sym_raw_string] = ACTIONS(2089), [anon_sym_DOLLAR_LBRACE] = ACTIONS(202), [anon_sym_DOLLAR_LPAREN] = ACTIONS(204), [anon_sym_BQUOTE] = ACTIONS(206), [anon_sym_LT_LPAREN] = ACTIONS(208), [anon_sym_GT_LPAREN] = ACTIONS(208), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2089), }, [538] = { [sym_file_redirect] = STATE(959), [sym_heredoc_redirect] = STATE(959), [sym_herestring_redirect] = STATE(959), [sym_concatenation] = STATE(191), [sym_string] = STATE(190), [sym_simple_expansion] = STATE(190), [sym_string_expansion] = STATE(190), [sym_expansion] = STATE(190), [sym_command_substitution] = STATE(190), [sym_process_substitution] = STATE(190), [aux_sym_while_statement_repeat1] = STATE(959), [aux_sym_command_repeat2] = STATE(536), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_SEMI_SEMI] = ACTIONS(2056), [anon_sym_PIPE_AMP] = ACTIONS(2056), [anon_sym_AMP_AMP] = ACTIONS(2056), [anon_sym_PIPE_PIPE] = ACTIONS(2056), [anon_sym_EQ_TILDE] = ACTIONS(326), [anon_sym_EQ_EQ] = ACTIONS(326), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym__special_characters] = ACTIONS(334), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(338), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(338), [anon_sym_SEMI] = ACTIONS(2056), [anon_sym_LF] = ACTIONS(2058), [anon_sym_AMP] = ACTIONS(2056), }, [539] = { [sym_string] = STATE(656), [sym_simple_expansion] = STATE(656), [sym_string_expansion] = STATE(656), [sym_expansion] = STATE(656), [sym_command_substitution] = STATE(656), [sym_process_substitution] = STATE(656), [anon_sym_RBRACK] = ACTIONS(2091), [sym__special_characters] = ACTIONS(2093), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(1271), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1271), }, [540] = { [sym__concat] = ACTIONS(2095), [anon_sym_EQ] = ACTIONS(2097), [anon_sym_PLUS_EQ] = ACTIONS(2097), [sym_comment] = ACTIONS(54), }, [541] = { [aux_sym_concatenation_repeat1] = STATE(962), [sym__concat] = ACTIONS(500), [anon_sym_RBRACK] = ACTIONS(688), [sym_comment] = ACTIONS(54), }, [542] = { [sym_string] = STATE(656), [sym_simple_expansion] = STATE(656), [sym_string_expansion] = STATE(656), [sym_expansion] = STATE(656), [sym_command_substitution] = STATE(656), [sym_process_substitution] = STATE(656), [anon_sym_RBRACK] = ACTIONS(2099), [sym__special_characters] = ACTIONS(2093), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(1271), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1271), }, [543] = { [sym__concat] = ACTIONS(2101), [anon_sym_EQ] = ACTIONS(2103), [anon_sym_PLUS_EQ] = ACTIONS(2103), [sym_comment] = ACTIONS(54), }, [544] = { [anon_sym_RBRACK] = ACTIONS(2099), [sym_comment] = ACTIONS(54), }, [545] = { [sym_file_descriptor] = ACTIONS(2105), [sym_variable_name] = ACTIONS(2105), [anon_sym_PIPE] = ACTIONS(2107), [anon_sym_RPAREN] = ACTIONS(2107), [anon_sym_SEMI_SEMI] = ACTIONS(2107), [anon_sym_PIPE_AMP] = ACTIONS(2107), [anon_sym_AMP_AMP] = ACTIONS(2107), [anon_sym_PIPE_PIPE] = ACTIONS(2107), [anon_sym_LT] = ACTIONS(2107), [anon_sym_GT] = ACTIONS(2107), [anon_sym_GT_GT] = ACTIONS(2107), [anon_sym_AMP_GT] = ACTIONS(2107), [anon_sym_AMP_GT_GT] = ACTIONS(2107), [anon_sym_LT_AMP] = ACTIONS(2107), [anon_sym_GT_AMP] = ACTIONS(2107), [sym__special_characters] = ACTIONS(2107), [anon_sym_DQUOTE] = ACTIONS(2107), [anon_sym_DOLLAR] = ACTIONS(2107), [sym_raw_string] = ACTIONS(2107), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2107), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2107), [anon_sym_BQUOTE] = ACTIONS(2107), [anon_sym_LT_LPAREN] = ACTIONS(2107), [anon_sym_GT_LPAREN] = ACTIONS(2107), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2107), [anon_sym_SEMI] = ACTIONS(2107), [anon_sym_LF] = ACTIONS(2105), [anon_sym_AMP] = ACTIONS(2107), }, [546] = { [aux_sym_concatenation_repeat1] = STATE(966), [sym__concat] = ACTIONS(2109), [anon_sym_RPAREN] = ACTIONS(2111), [sym__special_characters] = ACTIONS(2111), [anon_sym_DQUOTE] = ACTIONS(2111), [anon_sym_DOLLAR] = ACTIONS(2113), [sym_raw_string] = ACTIONS(2111), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2111), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2111), [anon_sym_BQUOTE] = ACTIONS(2111), [anon_sym_LT_LPAREN] = ACTIONS(2111), [anon_sym_GT_LPAREN] = ACTIONS(2111), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2111), }, [547] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(968), [anon_sym_DQUOTE] = ACTIONS(2115), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [548] = { [sym_string] = STATE(970), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(2117), [sym_raw_string] = ACTIONS(2119), [anon_sym_POUND] = ACTIONS(2117), [anon_sym_DASH] = ACTIONS(2117), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2121), [anon_sym_STAR] = ACTIONS(2117), [anon_sym_AT] = ACTIONS(2117), [anon_sym_QMARK] = ACTIONS(2117), [anon_sym_0] = ACTIONS(2123), [anon_sym__] = ACTIONS(2123), }, [549] = { [aux_sym_concatenation_repeat1] = STATE(966), [sym__concat] = ACTIONS(2109), [anon_sym_RPAREN] = ACTIONS(2125), [sym__special_characters] = ACTIONS(2125), [anon_sym_DQUOTE] = ACTIONS(2125), [anon_sym_DOLLAR] = ACTIONS(2127), [sym_raw_string] = ACTIONS(2125), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2125), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2125), [anon_sym_BQUOTE] = ACTIONS(2125), [anon_sym_LT_LPAREN] = ACTIONS(2125), [anon_sym_GT_LPAREN] = ACTIONS(2125), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2125), }, [550] = { [sym_subscript] = STATE(976), [sym_variable_name] = ACTIONS(2129), [anon_sym_DOLLAR] = ACTIONS(2131), [anon_sym_POUND] = ACTIONS(2133), [anon_sym_DASH] = ACTIONS(2131), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2135), [anon_sym_STAR] = ACTIONS(2131), [anon_sym_AT] = ACTIONS(2131), [anon_sym_QMARK] = ACTIONS(2131), [anon_sym_0] = ACTIONS(2137), [anon_sym__] = ACTIONS(2137), }, [551] = { [sym_for_statement] = STATE(977), [sym_while_statement] = STATE(977), [sym_if_statement] = STATE(977), [sym_case_statement] = STATE(977), [sym_function_definition] = STATE(977), [sym_subshell] = STATE(977), [sym_pipeline] = STATE(977), [sym_list] = STATE(977), [sym_command] = STATE(977), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(977), [sym_variable_assignment] = STATE(978), [sym_declaration_command] = STATE(977), [sym_unset_command] = STATE(977), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [552] = { [sym_for_statement] = STATE(979), [sym_while_statement] = STATE(979), [sym_if_statement] = STATE(979), [sym_case_statement] = STATE(979), [sym_function_definition] = STATE(979), [sym_subshell] = STATE(979), [sym_pipeline] = STATE(979), [sym_list] = STATE(979), [sym_command] = STATE(979), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(979), [sym_variable_assignment] = STATE(980), [sym_declaration_command] = STATE(979), [sym_unset_command] = STATE(979), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [553] = { [sym_for_statement] = STATE(981), [sym_while_statement] = STATE(981), [sym_if_statement] = STATE(981), [sym_case_statement] = STATE(981), [sym_function_definition] = STATE(981), [sym_subshell] = STATE(981), [sym_pipeline] = STATE(981), [sym_list] = STATE(981), [sym_command] = STATE(981), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(981), [sym_variable_assignment] = STATE(982), [sym_declaration_command] = STATE(981), [sym_unset_command] = STATE(981), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [554] = { [sym_concatenation] = STATE(984), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(984), [anon_sym_RPAREN] = ACTIONS(2139), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [555] = { [sym_string] = STATE(985), [sym_simple_expansion] = STATE(985), [sym_string_expansion] = STATE(985), [sym_expansion] = STATE(985), [sym_command_substitution] = STATE(985), [sym_process_substitution] = STATE(985), [sym__special_characters] = ACTIONS(2141), [anon_sym_DQUOTE] = ACTIONS(374), [anon_sym_DOLLAR] = ACTIONS(376), [sym_raw_string] = ACTIONS(2141), [anon_sym_DOLLAR_LBRACE] = ACTIONS(380), [anon_sym_DOLLAR_LPAREN] = ACTIONS(382), [anon_sym_BQUOTE] = ACTIONS(384), [anon_sym_LT_LPAREN] = ACTIONS(386), [anon_sym_GT_LPAREN] = ACTIONS(386), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2141), }, [556] = { [aux_sym_concatenation_repeat1] = STATE(986), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(1103), [sym_variable_name] = ACTIONS(688), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(690), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(690), [anon_sym_LT_AMP] = ACTIONS(690), [anon_sym_GT_AMP] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [557] = { [sym_file_descriptor] = ACTIONS(692), [sym__concat] = ACTIONS(692), [sym_variable_name] = ACTIONS(692), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_RPAREN] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [anon_sym_LT] = ACTIONS(694), [anon_sym_GT] = ACTIONS(694), [anon_sym_GT_GT] = ACTIONS(694), [anon_sym_AMP_GT] = ACTIONS(694), [anon_sym_AMP_GT_GT] = ACTIONS(694), [anon_sym_LT_AMP] = ACTIONS(694), [anon_sym_GT_AMP] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(694), [anon_sym_DOLLAR_LBRACE] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), [anon_sym_LT_LPAREN] = ACTIONS(694), [anon_sym_GT_LPAREN] = ACTIONS(694), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [558] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(2143), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [559] = { [sym_file_descriptor] = ACTIONS(722), [sym__concat] = ACTIONS(722), [sym_variable_name] = ACTIONS(722), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_RPAREN] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [anon_sym_LT] = ACTIONS(724), [anon_sym_GT] = ACTIONS(724), [anon_sym_GT_GT] = ACTIONS(724), [anon_sym_AMP_GT] = ACTIONS(724), [anon_sym_AMP_GT_GT] = ACTIONS(724), [anon_sym_LT_AMP] = ACTIONS(724), [anon_sym_GT_AMP] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [anon_sym_LT_LPAREN] = ACTIONS(724), [anon_sym_GT_LPAREN] = ACTIONS(724), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(724), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [560] = { [sym_file_descriptor] = ACTIONS(726), [sym__concat] = ACTIONS(726), [sym_variable_name] = ACTIONS(726), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_RPAREN] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [anon_sym_LT] = ACTIONS(728), [anon_sym_GT] = ACTIONS(728), [anon_sym_GT_GT] = ACTIONS(728), [anon_sym_AMP_GT] = ACTIONS(728), [anon_sym_AMP_GT_GT] = ACTIONS(728), [anon_sym_LT_AMP] = ACTIONS(728), [anon_sym_GT_AMP] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(728), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(728), [anon_sym_BQUOTE] = ACTIONS(728), [anon_sym_LT_LPAREN] = ACTIONS(728), [anon_sym_GT_LPAREN] = ACTIONS(728), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(728), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [561] = { [sym_file_descriptor] = ACTIONS(730), [sym__concat] = ACTIONS(730), [sym_variable_name] = ACTIONS(730), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_RPAREN] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [anon_sym_LT] = ACTIONS(732), [anon_sym_GT] = ACTIONS(732), [anon_sym_GT_GT] = ACTIONS(732), [anon_sym_AMP_GT] = ACTIONS(732), [anon_sym_AMP_GT_GT] = ACTIONS(732), [anon_sym_LT_AMP] = ACTIONS(732), [anon_sym_GT_AMP] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [anon_sym_LT_LPAREN] = ACTIONS(732), [anon_sym_GT_LPAREN] = ACTIONS(732), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(732), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [562] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2145), [sym_comment] = ACTIONS(54), }, [563] = { [sym_concatenation] = STATE(991), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(991), [anon_sym_RBRACE] = ACTIONS(2147), [anon_sym_EQ] = ACTIONS(2149), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2151), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2153), [anon_sym_COLON] = ACTIONS(2149), [anon_sym_COLON_QMARK] = ACTIONS(2149), [anon_sym_COLON_DASH] = ACTIONS(2149), [anon_sym_PERCENT] = ACTIONS(2149), [anon_sym_DASH] = ACTIONS(2149), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [564] = { [sym_subscript] = STATE(995), [sym_variable_name] = ACTIONS(2155), [anon_sym_DOLLAR] = ACTIONS(2157), [anon_sym_DASH] = ACTIONS(2157), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2159), [anon_sym_STAR] = ACTIONS(2157), [anon_sym_AT] = ACTIONS(2157), [anon_sym_QMARK] = ACTIONS(2157), [anon_sym_0] = ACTIONS(2161), [anon_sym__] = ACTIONS(2161), }, [565] = { [sym_concatenation] = STATE(998), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(998), [anon_sym_RBRACE] = ACTIONS(2163), [anon_sym_EQ] = ACTIONS(2165), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2167), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2169), [anon_sym_COLON] = ACTIONS(2165), [anon_sym_COLON_QMARK] = ACTIONS(2165), [anon_sym_COLON_DASH] = ACTIONS(2165), [anon_sym_PERCENT] = ACTIONS(2165), [anon_sym_DASH] = ACTIONS(2165), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [566] = { [sym_concatenation] = STATE(1001), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1001), [anon_sym_RBRACE] = ACTIONS(2171), [anon_sym_EQ] = ACTIONS(2173), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2175), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2177), [anon_sym_COLON] = ACTIONS(2173), [anon_sym_COLON_QMARK] = ACTIONS(2173), [anon_sym_COLON_DASH] = ACTIONS(2173), [anon_sym_PERCENT] = ACTIONS(2173), [anon_sym_DASH] = ACTIONS(2173), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [567] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2179), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [568] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2179), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [569] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(2179), [sym_comment] = ACTIONS(54), }, [570] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(2179), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [571] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2181), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [572] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2181), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [573] = { [aux_sym_concatenation_repeat1] = STATE(1005), [sym__concat] = ACTIONS(2183), [anon_sym_SEMI_SEMI] = ACTIONS(2113), [sym__special_characters] = ACTIONS(2113), [anon_sym_DQUOTE] = ACTIONS(2113), [anon_sym_DOLLAR] = ACTIONS(2113), [sym_raw_string] = ACTIONS(2113), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2113), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2113), [anon_sym_BQUOTE] = ACTIONS(2113), [anon_sym_LT_LPAREN] = ACTIONS(2113), [anon_sym_GT_LPAREN] = ACTIONS(2113), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2113), [anon_sym_SEMI] = ACTIONS(2113), [anon_sym_LF] = ACTIONS(2111), [anon_sym_AMP] = ACTIONS(2113), }, [574] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(1007), [anon_sym_DQUOTE] = ACTIONS(2185), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [575] = { [sym_string] = STATE(1009), [anon_sym_DQUOTE] = ACTIONS(1129), [anon_sym_DOLLAR] = ACTIONS(2187), [sym_raw_string] = ACTIONS(2189), [anon_sym_POUND] = ACTIONS(2187), [anon_sym_DASH] = ACTIONS(2187), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2191), [anon_sym_STAR] = ACTIONS(2187), [anon_sym_AT] = ACTIONS(2187), [anon_sym_QMARK] = ACTIONS(2187), [anon_sym_0] = ACTIONS(2193), [anon_sym__] = ACTIONS(2193), }, [576] = { [aux_sym_concatenation_repeat1] = STATE(1005), [sym__concat] = ACTIONS(2183), [anon_sym_SEMI_SEMI] = ACTIONS(2127), [sym__special_characters] = ACTIONS(2127), [anon_sym_DQUOTE] = ACTIONS(2127), [anon_sym_DOLLAR] = ACTIONS(2127), [sym_raw_string] = ACTIONS(2127), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2127), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2127), [anon_sym_BQUOTE] = ACTIONS(2127), [anon_sym_LT_LPAREN] = ACTIONS(2127), [anon_sym_GT_LPAREN] = ACTIONS(2127), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2127), [anon_sym_SEMI] = ACTIONS(2127), [anon_sym_LF] = ACTIONS(2125), [anon_sym_AMP] = ACTIONS(2127), }, [577] = { [sym_subscript] = STATE(1015), [sym_variable_name] = ACTIONS(2195), [anon_sym_DOLLAR] = ACTIONS(2197), [anon_sym_POUND] = ACTIONS(2199), [anon_sym_DASH] = ACTIONS(2197), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2201), [anon_sym_STAR] = ACTIONS(2197), [anon_sym_AT] = ACTIONS(2197), [anon_sym_QMARK] = ACTIONS(2197), [anon_sym_0] = ACTIONS(2203), [anon_sym__] = ACTIONS(2203), }, [578] = { [sym_for_statement] = STATE(1016), [sym_while_statement] = STATE(1016), [sym_if_statement] = STATE(1016), [sym_case_statement] = STATE(1016), [sym_function_definition] = STATE(1016), [sym_subshell] = STATE(1016), [sym_pipeline] = STATE(1016), [sym_list] = STATE(1016), [sym_command] = STATE(1016), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(1016), [sym_variable_assignment] = STATE(1017), [sym_declaration_command] = STATE(1016), [sym_unset_command] = STATE(1016), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [579] = { [sym_for_statement] = STATE(1018), [sym_while_statement] = STATE(1018), [sym_if_statement] = STATE(1018), [sym_case_statement] = STATE(1018), [sym_function_definition] = STATE(1018), [sym_subshell] = STATE(1018), [sym_pipeline] = STATE(1018), [sym_list] = STATE(1018), [sym_command] = STATE(1018), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(1018), [sym_variable_assignment] = STATE(1019), [sym_declaration_command] = STATE(1018), [sym_unset_command] = STATE(1018), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [580] = { [sym_for_statement] = STATE(1020), [sym_while_statement] = STATE(1020), [sym_if_statement] = STATE(1020), [sym_case_statement] = STATE(1020), [sym_function_definition] = STATE(1020), [sym_subshell] = STATE(1020), [sym_pipeline] = STATE(1020), [sym_list] = STATE(1020), [sym_command] = STATE(1020), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(1020), [sym_variable_assignment] = STATE(1021), [sym_declaration_command] = STATE(1020), [sym_unset_command] = STATE(1020), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [581] = { [sym_concatenation] = STATE(1023), [sym_string] = STATE(576), [sym_simple_expansion] = STATE(576), [sym_string_expansion] = STATE(576), [sym_expansion] = STATE(576), [sym_command_substitution] = STATE(576), [sym_process_substitution] = STATE(576), [aux_sym_for_statement_repeat1] = STATE(1023), [anon_sym_SEMI_SEMI] = ACTIONS(2205), [sym__special_characters] = ACTIONS(2207), [anon_sym_DQUOTE] = ACTIONS(2209), [anon_sym_DOLLAR] = ACTIONS(1131), [sym_raw_string] = ACTIONS(2211), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2213), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2215), [anon_sym_BQUOTE] = ACTIONS(2217), [anon_sym_LT_LPAREN] = ACTIONS(2219), [anon_sym_GT_LPAREN] = ACTIONS(2219), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2211), [anon_sym_SEMI] = ACTIONS(2205), [anon_sym_LF] = ACTIONS(2221), [anon_sym_AMP] = ACTIONS(2205), }, [582] = { [sym__terminated_statement] = STATE(1025), [sym_for_statement] = STATE(585), [sym_while_statement] = STATE(585), [sym_if_statement] = STATE(585), [sym_case_statement] = STATE(585), [sym_function_definition] = STATE(585), [sym_subshell] = STATE(585), [sym_pipeline] = STATE(585), [sym_list] = STATE(585), [sym_command] = STATE(585), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(585), [sym_variable_assignment] = STATE(586), [sym_declaration_command] = STATE(585), [sym_unset_command] = STATE(585), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1025), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_done] = ACTIONS(2223), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [583] = { [anon_sym_esac] = ACTIONS(2225), [anon_sym_PIPE] = ACTIONS(2225), [anon_sym_RPAREN] = ACTIONS(2225), [anon_sym_SEMI_SEMI] = ACTIONS(2225), [anon_sym_PIPE_AMP] = ACTIONS(2225), [anon_sym_AMP_AMP] = ACTIONS(2225), [anon_sym_PIPE_PIPE] = ACTIONS(2225), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2225), [anon_sym_LF] = ACTIONS(2227), [anon_sym_AMP] = ACTIONS(2225), }, [584] = { [sym_file_descriptor] = ACTIONS(2229), [anon_sym_esac] = ACTIONS(2231), [anon_sym_PIPE] = ACTIONS(2231), [anon_sym_RPAREN] = ACTIONS(2231), [anon_sym_SEMI_SEMI] = ACTIONS(2231), [anon_sym_PIPE_AMP] = ACTIONS(2231), [anon_sym_AMP_AMP] = ACTIONS(2231), [anon_sym_PIPE_PIPE] = ACTIONS(2231), [anon_sym_LT] = ACTIONS(2231), [anon_sym_GT] = ACTIONS(2231), [anon_sym_GT_GT] = ACTIONS(2231), [anon_sym_AMP_GT] = ACTIONS(2231), [anon_sym_AMP_GT_GT] = ACTIONS(2231), [anon_sym_LT_AMP] = ACTIONS(2231), [anon_sym_GT_AMP] = ACTIONS(2231), [anon_sym_LT_LT] = ACTIONS(2231), [anon_sym_LT_LT_DASH] = ACTIONS(2231), [anon_sym_LT_LT_LT] = ACTIONS(2231), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2231), [anon_sym_LF] = ACTIONS(2229), [anon_sym_AMP] = ACTIONS(2231), }, [585] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(2233), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2233), [anon_sym_LF] = ACTIONS(2235), [anon_sym_AMP] = ACTIONS(2233), }, [586] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(2233), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(2233), [anon_sym_LF] = ACTIONS(2235), [anon_sym_AMP] = ACTIONS(2233), }, [587] = { [sym__terminated_statement] = STATE(1028), [sym_for_statement] = STATE(585), [sym_while_statement] = STATE(585), [sym_if_statement] = STATE(585), [sym_case_statement] = STATE(585), [sym_function_definition] = STATE(585), [sym_subshell] = STATE(585), [sym_pipeline] = STATE(585), [sym_list] = STATE(585), [sym_command] = STATE(585), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(585), [sym_variable_assignment] = STATE(586), [sym_declaration_command] = STATE(585), [sym_unset_command] = STATE(585), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1028), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_done] = ACTIONS(2237), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [588] = { [sym_file_redirect] = STATE(534), [sym_heredoc_redirect] = STATE(534), [sym_herestring_redirect] = STATE(534), [aux_sym_while_statement_repeat1] = STATE(534), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(2239), [anon_sym_SEMI_SEMI] = ACTIONS(2239), [anon_sym_PIPE_AMP] = ACTIONS(2239), [anon_sym_AMP_AMP] = ACTIONS(2239), [anon_sym_PIPE_PIPE] = ACTIONS(2239), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2239), [anon_sym_LF] = ACTIONS(2241), [anon_sym_AMP] = ACTIONS(2239), }, [589] = { [anon_sym_esac] = ACTIONS(2243), [anon_sym_PIPE] = ACTIONS(2243), [anon_sym_RPAREN] = ACTIONS(2243), [anon_sym_SEMI_SEMI] = ACTIONS(2243), [anon_sym_PIPE_AMP] = ACTIONS(2243), [anon_sym_AMP_AMP] = ACTIONS(2243), [anon_sym_PIPE_PIPE] = ACTIONS(2243), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2243), [anon_sym_LF] = ACTIONS(2245), [anon_sym_AMP] = ACTIONS(2243), }, [590] = { [sym__terminated_statement] = STATE(1029), [sym_for_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_function_definition] = STATE(38), [sym_subshell] = STATE(38), [sym_pipeline] = STATE(38), [sym_list] = STATE(38), [sym_command] = STATE(38), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(38), [sym_variable_assignment] = STATE(39), [sym_declaration_command] = STATE(38), [sym_unset_command] = STATE(38), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [591] = { [sym__terminated_statement] = STATE(1032), [sym_for_statement] = STATE(1030), [sym_while_statement] = STATE(1030), [sym_if_statement] = STATE(1030), [sym_case_statement] = STATE(1030), [sym_function_definition] = STATE(1030), [sym_subshell] = STATE(1030), [sym_pipeline] = STATE(1030), [sym_list] = STATE(1030), [sym_command] = STATE(1030), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(1030), [sym_variable_assignment] = STATE(1031), [sym_declaration_command] = STATE(1030), [sym_unset_command] = STATE(1030), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1032), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_fi] = ACTIONS(2247), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [592] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(2249), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2249), [anon_sym_LF] = ACTIONS(2251), [anon_sym_AMP] = ACTIONS(2249), }, [593] = { [anon_sym_fi] = ACTIONS(2253), [sym_comment] = ACTIONS(54), }, [594] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(2249), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(2249), [anon_sym_LF] = ACTIONS(2251), [anon_sym_AMP] = ACTIONS(2249), }, [595] = { [sym__terminated_statement] = STATE(1036), [sym_for_statement] = STATE(592), [sym_while_statement] = STATE(592), [sym_if_statement] = STATE(592), [sym_elif_clause] = STATE(1037), [sym_else_clause] = STATE(1035), [sym_case_statement] = STATE(592), [sym_function_definition] = STATE(592), [sym_subshell] = STATE(592), [sym_pipeline] = STATE(592), [sym_list] = STATE(592), [sym_command] = STATE(592), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(592), [sym_variable_assignment] = STATE(594), [sym_declaration_command] = STATE(592), [sym_unset_command] = STATE(592), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1036), [aux_sym_if_statement_repeat1] = STATE(1037), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_fi] = ACTIONS(2255), [anon_sym_elif] = ACTIONS(1153), [anon_sym_else] = ACTIONS(1155), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [596] = { [sym_elif_clause] = STATE(1038), [sym_else_clause] = STATE(1035), [aux_sym_if_statement_repeat1] = STATE(1038), [anon_sym_fi] = ACTIONS(2253), [anon_sym_elif] = ACTIONS(2257), [anon_sym_else] = ACTIONS(2259), [sym_comment] = ACTIONS(54), }, [597] = { [sym__concat] = ACTIONS(1634), [anon_sym_in] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [598] = { [sym_case_item] = STATE(1044), [sym_last_case_item] = STATE(1042), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1044), [anon_sym_esac] = ACTIONS(2261), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2267), }, [599] = { [anon_sym_SEMI_SEMI] = ACTIONS(2269), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2269), [anon_sym_LF] = ACTIONS(2271), [anon_sym_AMP] = ACTIONS(2269), }, [600] = { [aux_sym_concatenation_repeat1] = STATE(600), [sym__concat] = ACTIONS(2273), [anon_sym_in] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [601] = { [sym__concat] = ACTIONS(1683), [anon_sym_in] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [602] = { [sym_case_item] = STATE(1048), [sym_last_case_item] = STATE(1047), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1048), [anon_sym_esac] = ACTIONS(2276), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2267), }, [603] = { [anon_sym_SEMI_SEMI] = ACTIONS(2278), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2278), [anon_sym_LF] = ACTIONS(2280), [anon_sym_AMP] = ACTIONS(2278), }, [604] = { [sym_concatenation] = STATE(1053), [sym_string] = STATE(1052), [sym_simple_expansion] = STATE(1052), [sym_string_expansion] = STATE(1052), [sym_expansion] = STATE(1052), [sym_command_substitution] = STATE(1052), [sym_process_substitution] = STATE(1052), [anon_sym_RBRACE] = ACTIONS(2282), [sym__special_characters] = ACTIONS(2284), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(2286), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2286), }, [605] = { [sym__concat] = ACTIONS(1724), [anon_sym_in] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [606] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2288), }, [607] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2290), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [608] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2292), [sym_comment] = ACTIONS(54), }, [609] = { [sym_concatenation] = STATE(1059), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1059), [anon_sym_RBRACE] = ACTIONS(2294), [anon_sym_EQ] = ACTIONS(2296), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2298), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2300), [anon_sym_COLON] = ACTIONS(2296), [anon_sym_COLON_QMARK] = ACTIONS(2296), [anon_sym_COLON_DASH] = ACTIONS(2296), [anon_sym_PERCENT] = ACTIONS(2296), [anon_sym_DASH] = ACTIONS(2296), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [610] = { [sym_concatenation] = STATE(1062), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1062), [anon_sym_RBRACE] = ACTIONS(2302), [anon_sym_EQ] = ACTIONS(2304), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2308), [anon_sym_COLON] = ACTIONS(2304), [anon_sym_COLON_QMARK] = ACTIONS(2304), [anon_sym_COLON_DASH] = ACTIONS(2304), [anon_sym_PERCENT] = ACTIONS(2304), [anon_sym_DASH] = ACTIONS(2304), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [611] = { [sym_concatenation] = STATE(1064), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1064), [anon_sym_RBRACE] = ACTIONS(2282), [anon_sym_EQ] = ACTIONS(2310), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2312), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2314), [anon_sym_COLON] = ACTIONS(2310), [anon_sym_COLON_QMARK] = ACTIONS(2310), [anon_sym_COLON_DASH] = ACTIONS(2310), [anon_sym_PERCENT] = ACTIONS(2310), [anon_sym_DASH] = ACTIONS(2310), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [612] = { [sym__concat] = ACTIONS(1790), [anon_sym_in] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [613] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2316), }, [614] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2318), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [615] = { [sym__concat] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [616] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2320), }, [617] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2282), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [618] = { [sym__concat] = ACTIONS(1936), [anon_sym_in] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [619] = { [sym__concat] = ACTIONS(2000), [anon_sym_in] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [620] = { [sym_compound_statement] = STATE(1068), [anon_sym_LBRACE] = ACTIONS(442), [sym_comment] = ACTIONS(54), }, [621] = { [sym_file_descriptor] = ACTIONS(2322), [anon_sym_esac] = ACTIONS(2324), [anon_sym_PIPE] = ACTIONS(2324), [anon_sym_RPAREN] = ACTIONS(2324), [anon_sym_SEMI_SEMI] = ACTIONS(2324), [anon_sym_PIPE_AMP] = ACTIONS(2324), [anon_sym_AMP_AMP] = ACTIONS(2324), [anon_sym_PIPE_PIPE] = ACTIONS(2324), [anon_sym_LT] = ACTIONS(2324), [anon_sym_GT] = ACTIONS(2324), [anon_sym_GT_GT] = ACTIONS(2324), [anon_sym_AMP_GT] = ACTIONS(2324), [anon_sym_AMP_GT_GT] = ACTIONS(2324), [anon_sym_LT_AMP] = ACTIONS(2324), [anon_sym_GT_AMP] = ACTIONS(2324), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2324), [anon_sym_LF] = ACTIONS(2322), [anon_sym_AMP] = ACTIONS(2324), }, [622] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(2326), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2326), [anon_sym_LF] = ACTIONS(2328), [anon_sym_AMP] = ACTIONS(2326), }, [623] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(2326), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(2326), [anon_sym_LF] = ACTIONS(2328), [anon_sym_AMP] = ACTIONS(2326), }, [624] = { [sym__terminated_statement] = STATE(1071), [sym_for_statement] = STATE(622), [sym_while_statement] = STATE(622), [sym_if_statement] = STATE(622), [sym_case_statement] = STATE(622), [sym_function_definition] = STATE(622), [sym_subshell] = STATE(622), [sym_pipeline] = STATE(622), [sym_list] = STATE(622), [sym_command] = STATE(622), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(622), [sym_variable_assignment] = STATE(623), [sym_declaration_command] = STATE(622), [sym_unset_command] = STATE(622), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1071), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_RBRACE] = ACTIONS(2330), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [625] = { [anon_sym_LT] = ACTIONS(2332), [anon_sym_GT] = ACTIONS(2332), [anon_sym_GT_GT] = ACTIONS(2334), [anon_sym_AMP_GT] = ACTIONS(2332), [anon_sym_AMP_GT_GT] = ACTIONS(2334), [anon_sym_LT_AMP] = ACTIONS(2334), [anon_sym_GT_AMP] = ACTIONS(2334), [sym_comment] = ACTIONS(54), }, [626] = { [sym_concatenation] = STATE(1075), [sym_string] = STATE(1074), [sym_simple_expansion] = STATE(1074), [sym_string_expansion] = STATE(1074), [sym_expansion] = STATE(1074), [sym_command_substitution] = STATE(1074), [sym_process_substitution] = STATE(1074), [sym__special_characters] = ACTIONS(2336), [anon_sym_DQUOTE] = ACTIONS(624), [anon_sym_DOLLAR] = ACTIONS(178), [sym_raw_string] = ACTIONS(2338), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1513), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1515), [anon_sym_BQUOTE] = ACTIONS(1517), [anon_sym_LT_LPAREN] = ACTIONS(1519), [anon_sym_GT_LPAREN] = ACTIONS(1519), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2338), }, [627] = { [anon_sym_esac] = ACTIONS(2340), [anon_sym_PIPE] = ACTIONS(2340), [anon_sym_RPAREN] = ACTIONS(2340), [anon_sym_SEMI_SEMI] = ACTIONS(2340), [anon_sym_PIPE_AMP] = ACTIONS(2340), [anon_sym_AMP_AMP] = ACTIONS(2340), [anon_sym_PIPE_PIPE] = ACTIONS(2340), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2340), [anon_sym_LF] = ACTIONS(2342), [anon_sym_AMP] = ACTIONS(2340), }, [628] = { [aux_sym_concatenation_repeat1] = STATE(1076), [sym_file_descriptor] = ACTIONS(1101), [sym__concat] = ACTIONS(1103), [sym_variable_name] = ACTIONS(1101), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_RPAREN] = ACTIONS(1105), [anon_sym_SEMI_SEMI] = ACTIONS(1105), [anon_sym_PIPE_AMP] = ACTIONS(1105), [anon_sym_AMP_AMP] = ACTIONS(1105), [anon_sym_PIPE_PIPE] = ACTIONS(1105), [anon_sym_LT] = ACTIONS(1105), [anon_sym_GT] = ACTIONS(1105), [anon_sym_GT_GT] = ACTIONS(1105), [anon_sym_AMP_GT] = ACTIONS(1105), [anon_sym_AMP_GT_GT] = ACTIONS(1105), [anon_sym_LT_AMP] = ACTIONS(1105), [anon_sym_GT_AMP] = ACTIONS(1105), [sym__special_characters] = ACTIONS(1105), [anon_sym_DQUOTE] = ACTIONS(1105), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1105), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1105), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), [anon_sym_BQUOTE] = ACTIONS(1105), [anon_sym_LT_LPAREN] = ACTIONS(1105), [anon_sym_GT_LPAREN] = ACTIONS(1105), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1105), [anon_sym_SEMI] = ACTIONS(1105), [anon_sym_LF] = ACTIONS(1101), [anon_sym_AMP] = ACTIONS(1105), }, [629] = { [aux_sym_concatenation_repeat1] = STATE(1076), [sym_file_descriptor] = ACTIONS(1079), [sym__concat] = ACTIONS(1103), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_RPAREN] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [anon_sym_LT] = ACTIONS(1081), [anon_sym_GT] = ACTIONS(1081), [anon_sym_GT_GT] = 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), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [630] = { [sym_file_redirect] = STATE(1077), [sym_heredoc_redirect] = STATE(1077), [sym_herestring_redirect] = STATE(1077), [aux_sym_while_statement_repeat1] = STATE(1077), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(1147), [anon_sym_RPAREN] = ACTIONS(1147), [anon_sym_SEMI_SEMI] = ACTIONS(1147), [anon_sym_PIPE_AMP] = ACTIONS(1147), [anon_sym_AMP_AMP] = ACTIONS(1147), [anon_sym_PIPE_PIPE] = ACTIONS(1147), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1147), [anon_sym_LF] = ACTIONS(1149), [anon_sym_AMP] = ACTIONS(1147), }, [631] = { [anon_sym_RPAREN] = ACTIONS(2344), [sym_comment] = ACTIONS(54), }, [632] = { [sym_file_redirect] = STATE(627), [sym_file_descriptor] = ACTIONS(2346), [anon_sym_PIPE] = ACTIONS(1217), [anon_sym_RPAREN] = ACTIONS(1217), [anon_sym_SEMI_SEMI] = ACTIONS(1217), [anon_sym_PIPE_AMP] = ACTIONS(1217), [anon_sym_AMP_AMP] = ACTIONS(1217), [anon_sym_PIPE_PIPE] = ACTIONS(1217), [anon_sym_LT] = ACTIONS(2348), [anon_sym_GT] = ACTIONS(2348), [anon_sym_GT_GT] = ACTIONS(2348), [anon_sym_AMP_GT] = ACTIONS(2348), [anon_sym_AMP_GT_GT] = ACTIONS(2348), [anon_sym_LT_AMP] = ACTIONS(2348), [anon_sym_GT_AMP] = ACTIONS(2348), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1217), [anon_sym_LF] = ACTIONS(1221), [anon_sym_AMP] = ACTIONS(1217), }, [633] = { [sym_file_redirect] = STATE(1081), [sym_heredoc_redirect] = STATE(1081), [sym_herestring_redirect] = STATE(1081), [aux_sym_while_statement_repeat1] = STATE(1081), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(1313), [anon_sym_RPAREN] = ACTIONS(1313), [anon_sym_SEMI_SEMI] = ACTIONS(1313), [anon_sym_PIPE_AMP] = ACTIONS(1313), [anon_sym_AMP_AMP] = ACTIONS(1313), [anon_sym_PIPE_PIPE] = ACTIONS(1313), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1313), [anon_sym_LF] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(1313), }, [634] = { [sym_concatenation] = STATE(695), [sym_string] = STATE(1083), [sym_array] = STATE(695), [sym_simple_expansion] = STATE(1083), [sym_string_expansion] = STATE(1083), [sym_expansion] = STATE(1083), [sym_command_substitution] = STATE(1083), [sym_process_substitution] = STATE(1083), [sym__empty_value] = ACTIONS(1419), [anon_sym_LPAREN] = ACTIONS(1421), [sym__special_characters] = ACTIONS(2350), [anon_sym_DQUOTE] = ACTIONS(584), [anon_sym_DOLLAR] = ACTIONS(154), [sym_raw_string] = ACTIONS(2352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1427), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1429), [anon_sym_BQUOTE] = ACTIONS(1431), [anon_sym_LT_LPAREN] = ACTIONS(1433), [anon_sym_GT_LPAREN] = ACTIONS(1433), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2352), }, [635] = { [aux_sym_concatenation_repeat1] = STATE(1084), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(688), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [636] = { [sym_variable_assignment] = STATE(636), [sym_subscript] = STATE(254), [sym_concatenation] = STATE(636), [sym_string] = STATE(253), [sym_simple_expansion] = STATE(253), [sym_string_expansion] = STATE(253), [sym_expansion] = STATE(253), [sym_command_substitution] = STATE(253), [sym_process_substitution] = STATE(253), [aux_sym_declaration_command_repeat1] = STATE(636), [sym_variable_name] = ACTIONS(2354), [anon_sym_PIPE] = ACTIONS(1480), [anon_sym_RPAREN] = ACTIONS(1480), [anon_sym_SEMI_SEMI] = ACTIONS(1480), [anon_sym_PIPE_AMP] = ACTIONS(1480), [anon_sym_AMP_AMP] = ACTIONS(1480), [anon_sym_PIPE_PIPE] = ACTIONS(1480), [sym__special_characters] = ACTIONS(2357), [anon_sym_DQUOTE] = ACTIONS(1485), [anon_sym_DOLLAR] = ACTIONS(1488), [sym_raw_string] = ACTIONS(2360), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1494), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1497), [anon_sym_BQUOTE] = ACTIONS(1500), [anon_sym_LT_LPAREN] = ACTIONS(1503), [anon_sym_GT_LPAREN] = ACTIONS(1503), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1506), [sym_word] = ACTIONS(2360), [anon_sym_SEMI] = ACTIONS(1480), [anon_sym_LF] = ACTIONS(1509), [anon_sym_AMP] = ACTIONS(1480), }, [637] = { [aux_sym_concatenation_repeat1] = STATE(1085), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [638] = { [sym_concatenation] = STATE(638), [sym_string] = STATE(257), [sym_simple_expansion] = STATE(257), [sym_string_expansion] = STATE(257), [sym_expansion] = STATE(257), [sym_command_substitution] = STATE(257), [sym_process_substitution] = STATE(257), [aux_sym_unset_command_repeat1] = STATE(638), [anon_sym_PIPE] = ACTIONS(1561), [anon_sym_RPAREN] = ACTIONS(1561), [anon_sym_SEMI_SEMI] = ACTIONS(1561), [anon_sym_PIPE_AMP] = ACTIONS(1561), [anon_sym_AMP_AMP] = ACTIONS(1561), [anon_sym_PIPE_PIPE] = ACTIONS(1561), [sym__special_characters] = ACTIONS(2363), [anon_sym_DQUOTE] = ACTIONS(1566), [anon_sym_DOLLAR] = ACTIONS(1569), [sym_raw_string] = ACTIONS(2366), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1575), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1578), [anon_sym_BQUOTE] = ACTIONS(1581), [anon_sym_LT_LPAREN] = ACTIONS(1584), [anon_sym_GT_LPAREN] = ACTIONS(1584), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1587), [sym_word] = ACTIONS(2366), [anon_sym_SEMI] = ACTIONS(1561), [anon_sym_LF] = ACTIONS(1590), [anon_sym_AMP] = ACTIONS(1561), }, [639] = { [aux_sym_concatenation_repeat1] = STATE(639), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1638), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1636), [anon_sym_LT_LT_LT] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [640] = { [sym_compound_statement] = STATE(1086), [anon_sym_LBRACE] = ACTIONS(442), [sym_comment] = ACTIONS(54), }, [641] = { [anon_sym_esac] = ACTIONS(2369), [anon_sym_PIPE] = ACTIONS(2369), [anon_sym_RPAREN] = ACTIONS(2369), [anon_sym_SEMI_SEMI] = ACTIONS(2369), [anon_sym_PIPE_AMP] = ACTIONS(2369), [anon_sym_AMP_AMP] = ACTIONS(2369), [anon_sym_PIPE_PIPE] = ACTIONS(2369), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2369), [anon_sym_LF] = ACTIONS(2371), [anon_sym_AMP] = ACTIONS(2369), }, [642] = { [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(2008), [anon_sym_SEMI_SEMI] = ACTIONS(2008), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(2008), [anon_sym_PIPE_PIPE] = ACTIONS(2008), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2008), [anon_sym_LF] = ACTIONS(2010), [anon_sym_AMP] = ACTIONS(2008), }, [643] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(2008), [anon_sym_SEMI_SEMI] = ACTIONS(2008), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(2008), [anon_sym_PIPE_PIPE] = ACTIONS(2008), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(2008), [anon_sym_LF] = ACTIONS(2010), [anon_sym_AMP] = ACTIONS(2008), }, [644] = { [sym_concatenation] = STATE(950), [sym_string] = STATE(1088), [sym_simple_expansion] = STATE(1088), [sym_string_expansion] = STATE(1088), [sym_expansion] = STATE(1088), [sym_command_substitution] = STATE(1088), [sym_process_substitution] = STATE(1088), [sym__special_characters] = ACTIONS(2373), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(2375), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2375), }, [645] = { [aux_sym_concatenation_repeat1] = STATE(259), [sym_file_descriptor] = ACTIONS(1265), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(1263), [anon_sym_RPAREN] = ACTIONS(1263), [anon_sym_SEMI_SEMI] = ACTIONS(1263), [anon_sym_PIPE_AMP] = ACTIONS(1263), [anon_sym_AMP_AMP] = ACTIONS(1263), [anon_sym_PIPE_PIPE] = ACTIONS(1263), [anon_sym_EQ_TILDE] = ACTIONS(1263), [anon_sym_EQ_EQ] = ACTIONS(1263), [anon_sym_LT] = ACTIONS(1263), [anon_sym_GT] = ACTIONS(1263), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1263), [anon_sym_LT_LT_DASH] = ACTIONS(1263), [anon_sym_LT_LT_LT] = ACTIONS(1263), [sym__special_characters] = ACTIONS(1263), [anon_sym_DQUOTE] = ACTIONS(1263), [anon_sym_DOLLAR] = ACTIONS(1263), [sym_raw_string] = ACTIONS(1263), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), [anon_sym_BQUOTE] = ACTIONS(1263), [anon_sym_LT_LPAREN] = ACTIONS(1263), [anon_sym_GT_LPAREN] = ACTIONS(1263), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1263), [anon_sym_SEMI] = ACTIONS(1263), [anon_sym_LF] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1263), }, [646] = { [aux_sym_concatenation_repeat1] = STATE(259), [sym_file_descriptor] = ACTIONS(1269), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_RPAREN] = ACTIONS(1267), [anon_sym_SEMI_SEMI] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1267), [anon_sym_AMP_AMP] = ACTIONS(1267), [anon_sym_PIPE_PIPE] = ACTIONS(1267), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1267), [anon_sym_LT_LT_LT] = ACTIONS(1267), [sym__special_characters] = ACTIONS(1267), [anon_sym_DQUOTE] = ACTIONS(1267), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1267), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), [anon_sym_BQUOTE] = ACTIONS(1267), [anon_sym_LT_LPAREN] = ACTIONS(1267), [anon_sym_GT_LPAREN] = ACTIONS(1267), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1267), [anon_sym_SEMI] = ACTIONS(1267), [anon_sym_LF] = ACTIONS(1269), [anon_sym_AMP] = ACTIONS(1267), }, [647] = { [aux_sym_concatenation_repeat1] = STATE(1089), [sym_file_descriptor] = ACTIONS(656), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_RPAREN] = ACTIONS(660), [anon_sym_SEMI_SEMI] = ACTIONS(660), [anon_sym_PIPE_AMP] = ACTIONS(660), [anon_sym_AMP_AMP] = ACTIONS(660), [anon_sym_PIPE_PIPE] = ACTIONS(660), [anon_sym_LT] = ACTIONS(660), [anon_sym_GT] = ACTIONS(660), [anon_sym_GT_GT] = ACTIONS(660), [anon_sym_AMP_GT] = ACTIONS(660), [anon_sym_AMP_GT_GT] = ACTIONS(660), [anon_sym_LT_AMP] = ACTIONS(660), [anon_sym_GT_AMP] = ACTIONS(660), [anon_sym_LT_LT] = ACTIONS(660), [anon_sym_LT_LT_DASH] = ACTIONS(660), [anon_sym_LT_LT_LT] = ACTIONS(660), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(660), [anon_sym_LF] = ACTIONS(656), [anon_sym_AMP] = ACTIONS(660), }, [648] = { [aux_sym_concatenation_repeat1] = STATE(1089), [sym_file_descriptor] = ACTIONS(672), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_RPAREN] = ACTIONS(674), [anon_sym_SEMI_SEMI] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(674), [anon_sym_AMP_AMP] = ACTIONS(674), [anon_sym_PIPE_PIPE] = ACTIONS(674), [anon_sym_LT] = ACTIONS(674), [anon_sym_GT] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(674), [anon_sym_AMP_GT] = ACTIONS(674), [anon_sym_AMP_GT_GT] = ACTIONS(674), [anon_sym_LT_AMP] = ACTIONS(674), [anon_sym_GT_AMP] = ACTIONS(674), [anon_sym_LT_LT] = ACTIONS(674), [anon_sym_LT_LT_DASH] = ACTIONS(674), [anon_sym_LT_LT_LT] = ACTIONS(674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(674), [anon_sym_LF] = ACTIONS(672), [anon_sym_AMP] = ACTIONS(674), }, [649] = { [aux_sym_concatenation_repeat1] = STATE(1089), [sym_file_descriptor] = ACTIONS(2032), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(2034), [anon_sym_RPAREN] = ACTIONS(2034), [anon_sym_SEMI_SEMI] = ACTIONS(2034), [anon_sym_PIPE_AMP] = ACTIONS(2034), [anon_sym_AMP_AMP] = ACTIONS(2034), [anon_sym_PIPE_PIPE] = ACTIONS(2034), [anon_sym_LT] = ACTIONS(2034), [anon_sym_GT] = ACTIONS(2034), [anon_sym_GT_GT] = ACTIONS(2034), [anon_sym_AMP_GT] = ACTIONS(2034), [anon_sym_AMP_GT_GT] = ACTIONS(2034), [anon_sym_LT_AMP] = ACTIONS(2034), [anon_sym_GT_AMP] = ACTIONS(2034), [anon_sym_LT_LT] = ACTIONS(2034), [anon_sym_LT_LT_DASH] = ACTIONS(2034), [anon_sym_LT_LT_LT] = ACTIONS(2034), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2034), [anon_sym_LF] = ACTIONS(2032), [anon_sym_AMP] = ACTIONS(2034), }, [650] = { [aux_sym_concatenation_repeat1] = STATE(1089), [sym_file_descriptor] = ACTIONS(2036), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(2038), [anon_sym_RPAREN] = ACTIONS(2038), [anon_sym_SEMI_SEMI] = ACTIONS(2038), [anon_sym_PIPE_AMP] = ACTIONS(2038), [anon_sym_AMP_AMP] = ACTIONS(2038), [anon_sym_PIPE_PIPE] = ACTIONS(2038), [anon_sym_LT] = ACTIONS(2038), [anon_sym_GT] = ACTIONS(2038), [anon_sym_GT_GT] = ACTIONS(2038), [anon_sym_AMP_GT] = ACTIONS(2038), [anon_sym_AMP_GT_GT] = ACTIONS(2038), [anon_sym_LT_AMP] = ACTIONS(2038), [anon_sym_GT_AMP] = ACTIONS(2038), [anon_sym_LT_LT] = ACTIONS(2038), [anon_sym_LT_LT_DASH] = ACTIONS(2038), [anon_sym_LT_LT_LT] = ACTIONS(2038), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2038), [anon_sym_LF] = ACTIONS(2036), [anon_sym_AMP] = ACTIONS(2038), }, [651] = { [sym_file_redirect] = STATE(651), [sym_heredoc_redirect] = STATE(651), [sym_herestring_redirect] = STATE(651), [aux_sym_while_statement_repeat1] = STATE(651), [sym_file_descriptor] = ACTIONS(2377), [anon_sym_PIPE] = ACTIONS(2043), [anon_sym_RPAREN] = ACTIONS(2043), [anon_sym_SEMI_SEMI] = ACTIONS(2043), [anon_sym_PIPE_AMP] = ACTIONS(2043), [anon_sym_AMP_AMP] = ACTIONS(2043), [anon_sym_PIPE_PIPE] = ACTIONS(2043), [anon_sym_LT] = ACTIONS(2380), [anon_sym_GT] = ACTIONS(2380), [anon_sym_GT_GT] = ACTIONS(2380), [anon_sym_AMP_GT] = ACTIONS(2380), [anon_sym_AMP_GT_GT] = ACTIONS(2380), [anon_sym_LT_AMP] = ACTIONS(2380), [anon_sym_GT_AMP] = ACTIONS(2380), [anon_sym_LT_LT] = ACTIONS(2048), [anon_sym_LT_LT_DASH] = ACTIONS(2048), [anon_sym_LT_LT_LT] = ACTIONS(2383), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2043), [anon_sym_LF] = ACTIONS(2054), [anon_sym_AMP] = ACTIONS(2043), }, [652] = { [sym_file_redirect] = STATE(651), [sym_heredoc_redirect] = STATE(651), [sym_herestring_redirect] = STATE(651), [aux_sym_while_statement_repeat1] = STATE(651), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_RPAREN] = ACTIONS(2056), [anon_sym_SEMI_SEMI] = ACTIONS(2056), [anon_sym_PIPE_AMP] = ACTIONS(2056), [anon_sym_AMP_AMP] = ACTIONS(2056), [anon_sym_PIPE_PIPE] = ACTIONS(2056), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2056), [anon_sym_LF] = ACTIONS(2058), [anon_sym_AMP] = ACTIONS(2056), }, [653] = { [sym_concatenation] = STATE(191), [sym_string] = STATE(270), [sym_simple_expansion] = STATE(270), [sym_string_expansion] = STATE(270), [sym_expansion] = STATE(270), [sym_command_substitution] = STATE(270), [sym_process_substitution] = STATE(270), [aux_sym_command_repeat2] = STATE(653), [sym_file_descriptor] = ACTIONS(1269), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_RPAREN] = ACTIONS(1267), [anon_sym_SEMI_SEMI] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1267), [anon_sym_AMP_AMP] = ACTIONS(1267), [anon_sym_PIPE_PIPE] = ACTIONS(1267), [anon_sym_EQ_TILDE] = ACTIONS(2386), [anon_sym_EQ_EQ] = ACTIONS(2386), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1267), [anon_sym_LT_LT_LT] = ACTIONS(1267), [sym__special_characters] = ACTIONS(2389), [anon_sym_DQUOTE] = ACTIONS(2066), [anon_sym_DOLLAR] = ACTIONS(2069), [sym_raw_string] = ACTIONS(2392), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2075), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2078), [anon_sym_BQUOTE] = ACTIONS(2081), [anon_sym_LT_LPAREN] = ACTIONS(2084), [anon_sym_GT_LPAREN] = ACTIONS(2084), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2392), [anon_sym_SEMI] = ACTIONS(1267), [anon_sym_LF] = ACTIONS(1269), [anon_sym_AMP] = ACTIONS(1267), }, [654] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_RPAREN] = ACTIONS(2395), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [655] = { [sym_file_redirect] = STATE(1091), [sym_heredoc_redirect] = STATE(1091), [sym_herestring_redirect] = STATE(1091), [sym_concatenation] = STATE(191), [sym_string] = STATE(270), [sym_simple_expansion] = STATE(270), [sym_string_expansion] = STATE(270), [sym_expansion] = STATE(270), [sym_command_substitution] = STATE(270), [sym_process_substitution] = STATE(270), [aux_sym_while_statement_repeat1] = STATE(1091), [aux_sym_command_repeat2] = STATE(653), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_RPAREN] = ACTIONS(2056), [anon_sym_SEMI_SEMI] = ACTIONS(2056), [anon_sym_PIPE_AMP] = ACTIONS(2056), [anon_sym_AMP_AMP] = ACTIONS(2056), [anon_sym_PIPE_PIPE] = ACTIONS(2056), [anon_sym_EQ_TILDE] = ACTIONS(472), [anon_sym_EQ_EQ] = ACTIONS(472), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym__special_characters] = ACTIONS(478), [anon_sym_DQUOTE] = ACTIONS(336), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(480), [anon_sym_DOLLAR_LBRACE] = ACTIONS(340), [anon_sym_DOLLAR_LPAREN] = ACTIONS(342), [anon_sym_BQUOTE] = ACTIONS(344), [anon_sym_LT_LPAREN] = ACTIONS(346), [anon_sym_GT_LPAREN] = ACTIONS(346), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(480), [anon_sym_SEMI] = ACTIONS(2056), [anon_sym_LF] = ACTIONS(2058), [anon_sym_AMP] = ACTIONS(2056), }, [656] = { [sym__concat] = ACTIONS(1634), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_RBRACK] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1636), }, [657] = { [aux_sym_concatenation_repeat1] = STATE(657), [sym__concat] = ACTIONS(2397), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_RBRACK] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1636), }, [658] = { [sym__concat] = ACTIONS(1683), [anon_sym_EQ_TILDE] = ACTIONS(1685), [anon_sym_EQ_EQ] = ACTIONS(1685), [anon_sym_RBRACK] = ACTIONS(1683), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1683), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1683), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1683), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1683), [anon_sym_BQUOTE] = ACTIONS(1683), [anon_sym_LT_LPAREN] = ACTIONS(1683), [anon_sym_GT_LPAREN] = ACTIONS(1683), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1685), }, [659] = { [sym_concatenation] = STATE(1095), [sym_string] = STATE(1094), [sym_simple_expansion] = STATE(1094), [sym_string_expansion] = STATE(1094), [sym_expansion] = STATE(1094), [sym_command_substitution] = STATE(1094), [sym_process_substitution] = STATE(1094), [anon_sym_RBRACE] = ACTIONS(2400), [sym__special_characters] = ACTIONS(2402), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(2404), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2404), }, [660] = { [sym__concat] = ACTIONS(1724), [anon_sym_EQ_TILDE] = ACTIONS(1726), [anon_sym_EQ_EQ] = ACTIONS(1726), [anon_sym_RBRACK] = ACTIONS(1724), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1724), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1724), [anon_sym_BQUOTE] = ACTIONS(1724), [anon_sym_LT_LPAREN] = ACTIONS(1724), [anon_sym_GT_LPAREN] = ACTIONS(1724), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1726), }, [661] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2406), }, [662] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2408), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [663] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2410), [sym_comment] = ACTIONS(54), }, [664] = { [sym_concatenation] = STATE(1101), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1101), [anon_sym_RBRACE] = ACTIONS(2412), [anon_sym_EQ] = ACTIONS(2414), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2416), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2418), [anon_sym_COLON] = ACTIONS(2414), [anon_sym_COLON_QMARK] = ACTIONS(2414), [anon_sym_COLON_DASH] = ACTIONS(2414), [anon_sym_PERCENT] = ACTIONS(2414), [anon_sym_DASH] = ACTIONS(2414), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [665] = { [sym_concatenation] = STATE(1104), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1104), [anon_sym_RBRACE] = ACTIONS(2420), [anon_sym_EQ] = ACTIONS(2422), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2424), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2426), [anon_sym_COLON] = ACTIONS(2422), [anon_sym_COLON_QMARK] = ACTIONS(2422), [anon_sym_COLON_DASH] = ACTIONS(2422), [anon_sym_PERCENT] = ACTIONS(2422), [anon_sym_DASH] = ACTIONS(2422), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [666] = { [sym_concatenation] = STATE(1106), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1106), [anon_sym_RBRACE] = ACTIONS(2400), [anon_sym_EQ] = ACTIONS(2428), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2430), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2432), [anon_sym_COLON] = ACTIONS(2428), [anon_sym_COLON_QMARK] = ACTIONS(2428), [anon_sym_COLON_DASH] = ACTIONS(2428), [anon_sym_PERCENT] = ACTIONS(2428), [anon_sym_DASH] = ACTIONS(2428), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [667] = { [sym__concat] = ACTIONS(1790), [anon_sym_EQ_TILDE] = ACTIONS(1792), [anon_sym_EQ_EQ] = ACTIONS(1792), [anon_sym_RBRACK] = ACTIONS(1790), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1790), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1790), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1790), [anon_sym_BQUOTE] = ACTIONS(1790), [anon_sym_LT_LPAREN] = ACTIONS(1790), [anon_sym_GT_LPAREN] = ACTIONS(1790), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1792), }, [668] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2434), }, [669] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2436), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [670] = { [sym__concat] = ACTIONS(1798), [anon_sym_EQ_TILDE] = ACTIONS(1800), [anon_sym_EQ_EQ] = ACTIONS(1800), [anon_sym_RBRACK] = ACTIONS(1798), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1798), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1798), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1798), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1798), [anon_sym_BQUOTE] = ACTIONS(1798), [anon_sym_LT_LPAREN] = ACTIONS(1798), [anon_sym_GT_LPAREN] = ACTIONS(1798), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1800), }, [671] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2438), }, [672] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2400), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [673] = { [sym__concat] = ACTIONS(1936), [anon_sym_EQ_TILDE] = ACTIONS(1938), [anon_sym_EQ_EQ] = ACTIONS(1938), [anon_sym_RBRACK] = ACTIONS(1936), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1936), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1936), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1936), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1936), [anon_sym_BQUOTE] = ACTIONS(1936), [anon_sym_LT_LPAREN] = ACTIONS(1936), [anon_sym_GT_LPAREN] = ACTIONS(1936), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1938), }, [674] = { [sym__concat] = ACTIONS(2000), [anon_sym_EQ_TILDE] = ACTIONS(2002), [anon_sym_EQ_EQ] = ACTIONS(2002), [anon_sym_RBRACK] = ACTIONS(2000), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2000), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2000), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2000), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2000), [anon_sym_BQUOTE] = ACTIONS(2000), [anon_sym_LT_LPAREN] = ACTIONS(2000), [anon_sym_GT_LPAREN] = ACTIONS(2000), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2002), }, [675] = { [sym_file_redirect] = STATE(534), [sym_heredoc_redirect] = STATE(534), [sym_herestring_redirect] = STATE(534), [aux_sym_while_statement_repeat1] = STATE(534), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(2440), [anon_sym_SEMI_SEMI] = ACTIONS(2440), [anon_sym_PIPE_AMP] = ACTIONS(2440), [anon_sym_AMP_AMP] = ACTIONS(2440), [anon_sym_PIPE_PIPE] = ACTIONS(2440), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2440), [anon_sym_LF] = ACTIONS(2442), [anon_sym_AMP] = ACTIONS(2440), }, [676] = { [sym__concat] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1634), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_RBRACK_RBRACK] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1636), }, [677] = { [aux_sym_concatenation_repeat1] = STATE(677), [sym__concat] = ACTIONS(2444), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_RBRACK_RBRACK] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1636), }, [678] = { [sym__concat] = ACTIONS(1683), [anon_sym_PIPE] = ACTIONS(1683), [anon_sym_RPAREN] = ACTIONS(1683), [anon_sym_EQ_TILDE] = ACTIONS(1685), [anon_sym_EQ_EQ] = ACTIONS(1685), [anon_sym_RBRACK_RBRACK] = ACTIONS(1683), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1683), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1683), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1683), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1683), [anon_sym_BQUOTE] = ACTIONS(1683), [anon_sym_LT_LPAREN] = ACTIONS(1683), [anon_sym_GT_LPAREN] = ACTIONS(1683), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1685), }, [679] = { [sym_concatenation] = STATE(1113), [sym_string] = STATE(1112), [sym_simple_expansion] = STATE(1112), [sym_string_expansion] = STATE(1112), [sym_expansion] = STATE(1112), [sym_command_substitution] = STATE(1112), [sym_process_substitution] = STATE(1112), [anon_sym_RBRACE] = ACTIONS(2447), [sym__special_characters] = ACTIONS(2449), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(2451), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2451), }, [680] = { [sym__concat] = ACTIONS(1724), [anon_sym_PIPE] = ACTIONS(1724), [anon_sym_RPAREN] = ACTIONS(1724), [anon_sym_EQ_TILDE] = ACTIONS(1726), [anon_sym_EQ_EQ] = ACTIONS(1726), [anon_sym_RBRACK_RBRACK] = ACTIONS(1724), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1724), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1724), [anon_sym_BQUOTE] = ACTIONS(1724), [anon_sym_LT_LPAREN] = ACTIONS(1724), [anon_sym_GT_LPAREN] = ACTIONS(1724), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1726), }, [681] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2453), }, [682] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2455), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [683] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2457), [sym_comment] = ACTIONS(54), }, [684] = { [sym_concatenation] = STATE(1119), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1119), [anon_sym_RBRACE] = ACTIONS(2459), [anon_sym_EQ] = ACTIONS(2461), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2463), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2465), [anon_sym_COLON] = ACTIONS(2461), [anon_sym_COLON_QMARK] = ACTIONS(2461), [anon_sym_COLON_DASH] = ACTIONS(2461), [anon_sym_PERCENT] = ACTIONS(2461), [anon_sym_DASH] = ACTIONS(2461), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [685] = { [sym_concatenation] = STATE(1122), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1122), [anon_sym_RBRACE] = ACTIONS(2467), [anon_sym_EQ] = ACTIONS(2469), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2471), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2473), [anon_sym_COLON] = ACTIONS(2469), [anon_sym_COLON_QMARK] = ACTIONS(2469), [anon_sym_COLON_DASH] = ACTIONS(2469), [anon_sym_PERCENT] = ACTIONS(2469), [anon_sym_DASH] = ACTIONS(2469), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [686] = { [sym_concatenation] = STATE(1124), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1124), [anon_sym_RBRACE] = ACTIONS(2447), [anon_sym_EQ] = ACTIONS(2475), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2477), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2479), [anon_sym_COLON] = ACTIONS(2475), [anon_sym_COLON_QMARK] = ACTIONS(2475), [anon_sym_COLON_DASH] = ACTIONS(2475), [anon_sym_PERCENT] = ACTIONS(2475), [anon_sym_DASH] = ACTIONS(2475), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [687] = { [sym__concat] = ACTIONS(1790), [anon_sym_PIPE] = ACTIONS(1790), [anon_sym_RPAREN] = ACTIONS(1790), [anon_sym_EQ_TILDE] = ACTIONS(1792), [anon_sym_EQ_EQ] = ACTIONS(1792), [anon_sym_RBRACK_RBRACK] = ACTIONS(1790), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1790), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1790), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1790), [anon_sym_BQUOTE] = ACTIONS(1790), [anon_sym_LT_LPAREN] = ACTIONS(1790), [anon_sym_GT_LPAREN] = ACTIONS(1790), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1792), }, [688] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2481), }, [689] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2483), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [690] = { [sym__concat] = ACTIONS(1798), [anon_sym_PIPE] = ACTIONS(1798), [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_EQ_TILDE] = ACTIONS(1800), [anon_sym_EQ_EQ] = ACTIONS(1800), [anon_sym_RBRACK_RBRACK] = ACTIONS(1798), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1798), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1798), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1798), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1798), [anon_sym_BQUOTE] = ACTIONS(1798), [anon_sym_LT_LPAREN] = ACTIONS(1798), [anon_sym_GT_LPAREN] = ACTIONS(1798), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1800), }, [691] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2485), }, [692] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2447), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [693] = { [sym__concat] = ACTIONS(1936), [anon_sym_PIPE] = ACTIONS(1936), [anon_sym_RPAREN] = ACTIONS(1936), [anon_sym_EQ_TILDE] = ACTIONS(1938), [anon_sym_EQ_EQ] = ACTIONS(1938), [anon_sym_RBRACK_RBRACK] = ACTIONS(1936), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1936), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1936), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1936), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1936), [anon_sym_BQUOTE] = ACTIONS(1936), [anon_sym_LT_LPAREN] = ACTIONS(1936), [anon_sym_GT_LPAREN] = ACTIONS(1936), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1938), }, [694] = { [sym__concat] = ACTIONS(2000), [anon_sym_PIPE] = ACTIONS(2000), [anon_sym_RPAREN] = ACTIONS(2000), [anon_sym_EQ_TILDE] = ACTIONS(2002), [anon_sym_EQ_EQ] = ACTIONS(2002), [anon_sym_RBRACK_RBRACK] = ACTIONS(2000), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2000), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2000), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2000), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2000), [anon_sym_BQUOTE] = ACTIONS(2000), [anon_sym_LT_LPAREN] = ACTIONS(2000), [anon_sym_GT_LPAREN] = ACTIONS(2000), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2002), }, [695] = { [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_RPAREN] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1081), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [696] = { [sym_concatenation] = STATE(1129), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(1129), [anon_sym_RPAREN] = ACTIONS(2487), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [697] = { [aux_sym_concatenation_repeat1] = STATE(325), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(1101), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_SEMI_SEMI] = ACTIONS(1105), [anon_sym_PIPE_AMP] = ACTIONS(1105), [anon_sym_AMP_AMP] = ACTIONS(1105), [anon_sym_PIPE_PIPE] = ACTIONS(1105), [sym__special_characters] = ACTIONS(1105), [anon_sym_DQUOTE] = ACTIONS(1105), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1105), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1105), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), [anon_sym_BQUOTE] = ACTIONS(1105), [anon_sym_LT_LPAREN] = ACTIONS(1105), [anon_sym_GT_LPAREN] = ACTIONS(1105), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1105), [sym_word] = ACTIONS(1105), [anon_sym_SEMI] = ACTIONS(1105), [anon_sym_LF] = ACTIONS(1101), [anon_sym_AMP] = ACTIONS(1105), }, [698] = { [aux_sym_concatenation_repeat1] = STATE(325), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1081), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [699] = { [sym__concat] = ACTIONS(1634), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [700] = { [aux_sym_concatenation_repeat1] = STATE(700), [sym__concat] = ACTIONS(2489), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [701] = { [sym__concat] = ACTIONS(1683), [sym_variable_name] = ACTIONS(1683), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_RPAREN] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1685), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1685), [anon_sym_BQUOTE] = ACTIONS(1685), [anon_sym_LT_LPAREN] = ACTIONS(1685), [anon_sym_GT_LPAREN] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1685), [sym_word] = ACTIONS(1685), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [702] = { [sym_concatenation] = STATE(1133), [sym_string] = STATE(1132), [sym_simple_expansion] = STATE(1132), [sym_string_expansion] = STATE(1132), [sym_expansion] = STATE(1132), [sym_command_substitution] = STATE(1132), [sym_process_substitution] = STATE(1132), [anon_sym_RBRACE] = ACTIONS(2492), [sym__special_characters] = ACTIONS(2494), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(2496), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2496), }, [703] = { [sym__concat] = ACTIONS(1724), [sym_variable_name] = ACTIONS(1724), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_RPAREN] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [anon_sym_LT_LPAREN] = ACTIONS(1726), [anon_sym_GT_LPAREN] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1726), [sym_word] = ACTIONS(1726), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [704] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2498), }, [705] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2500), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [706] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2502), [sym_comment] = ACTIONS(54), }, [707] = { [sym_concatenation] = STATE(1139), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1139), [anon_sym_RBRACE] = ACTIONS(2504), [anon_sym_EQ] = ACTIONS(2506), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2508), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2510), [anon_sym_COLON] = ACTIONS(2506), [anon_sym_COLON_QMARK] = ACTIONS(2506), [anon_sym_COLON_DASH] = ACTIONS(2506), [anon_sym_PERCENT] = ACTIONS(2506), [anon_sym_DASH] = ACTIONS(2506), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [708] = { [sym_concatenation] = STATE(1142), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1142), [anon_sym_RBRACE] = ACTIONS(2512), [anon_sym_EQ] = ACTIONS(2514), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2516), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2518), [anon_sym_COLON] = ACTIONS(2514), [anon_sym_COLON_QMARK] = ACTIONS(2514), [anon_sym_COLON_DASH] = ACTIONS(2514), [anon_sym_PERCENT] = ACTIONS(2514), [anon_sym_DASH] = ACTIONS(2514), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [709] = { [sym_concatenation] = STATE(1144), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1144), [anon_sym_RBRACE] = ACTIONS(2492), [anon_sym_EQ] = ACTIONS(2520), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2522), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2524), [anon_sym_COLON] = ACTIONS(2520), [anon_sym_COLON_QMARK] = ACTIONS(2520), [anon_sym_COLON_DASH] = ACTIONS(2520), [anon_sym_PERCENT] = ACTIONS(2520), [anon_sym_DASH] = ACTIONS(2520), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [710] = { [sym__concat] = ACTIONS(1790), [sym_variable_name] = ACTIONS(1790), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [anon_sym_LT_LPAREN] = ACTIONS(1792), [anon_sym_GT_LPAREN] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1792), [sym_word] = ACTIONS(1792), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [711] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2526), }, [712] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2528), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [713] = { [sym__concat] = ACTIONS(1798), [sym_variable_name] = ACTIONS(1798), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_RPAREN] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [anon_sym_LT_LPAREN] = ACTIONS(1800), [anon_sym_GT_LPAREN] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1800), [sym_word] = ACTIONS(1800), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [714] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2530), }, [715] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2492), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [716] = { [sym__concat] = ACTIONS(1936), [sym_variable_name] = ACTIONS(1936), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_RPAREN] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [anon_sym_LT_LPAREN] = ACTIONS(1938), [anon_sym_GT_LPAREN] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1938), [sym_word] = ACTIONS(1938), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [717] = { [sym__concat] = ACTIONS(2000), [sym_variable_name] = ACTIONS(2000), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_RPAREN] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2002), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2002), [anon_sym_BQUOTE] = ACTIONS(2002), [anon_sym_LT_LPAREN] = ACTIONS(2002), [anon_sym_GT_LPAREN] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2002), [sym_word] = ACTIONS(2002), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [718] = { [sym__concat] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [719] = { [aux_sym_concatenation_repeat1] = STATE(719), [sym__concat] = ACTIONS(2532), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [720] = { [sym__concat] = ACTIONS(1683), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_RPAREN] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1685), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1685), [anon_sym_BQUOTE] = ACTIONS(1685), [anon_sym_LT_LPAREN] = ACTIONS(1685), [anon_sym_GT_LPAREN] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1685), [sym_word] = ACTIONS(1685), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [721] = { [sym_concatenation] = STATE(1151), [sym_string] = STATE(1150), [sym_simple_expansion] = STATE(1150), [sym_string_expansion] = STATE(1150), [sym_expansion] = STATE(1150), [sym_command_substitution] = STATE(1150), [sym_process_substitution] = STATE(1150), [anon_sym_RBRACE] = ACTIONS(2535), [sym__special_characters] = ACTIONS(2537), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(2539), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2539), }, [722] = { [sym__concat] = ACTIONS(1724), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_RPAREN] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [anon_sym_LT_LPAREN] = ACTIONS(1726), [anon_sym_GT_LPAREN] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1726), [sym_word] = ACTIONS(1726), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [723] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2541), }, [724] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2543), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [725] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2545), [sym_comment] = ACTIONS(54), }, [726] = { [sym_concatenation] = STATE(1157), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1157), [anon_sym_RBRACE] = ACTIONS(2547), [anon_sym_EQ] = ACTIONS(2549), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2551), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2553), [anon_sym_COLON] = ACTIONS(2549), [anon_sym_COLON_QMARK] = ACTIONS(2549), [anon_sym_COLON_DASH] = ACTIONS(2549), [anon_sym_PERCENT] = ACTIONS(2549), [anon_sym_DASH] = ACTIONS(2549), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [727] = { [sym_concatenation] = STATE(1160), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1160), [anon_sym_RBRACE] = ACTIONS(2555), [anon_sym_EQ] = ACTIONS(2557), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2559), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2561), [anon_sym_COLON] = ACTIONS(2557), [anon_sym_COLON_QMARK] = ACTIONS(2557), [anon_sym_COLON_DASH] = ACTIONS(2557), [anon_sym_PERCENT] = ACTIONS(2557), [anon_sym_DASH] = ACTIONS(2557), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [728] = { [sym_concatenation] = STATE(1162), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1162), [anon_sym_RBRACE] = ACTIONS(2535), [anon_sym_EQ] = ACTIONS(2563), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2565), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2567), [anon_sym_COLON] = ACTIONS(2563), [anon_sym_COLON_QMARK] = ACTIONS(2563), [anon_sym_COLON_DASH] = ACTIONS(2563), [anon_sym_PERCENT] = ACTIONS(2563), [anon_sym_DASH] = ACTIONS(2563), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [729] = { [sym__concat] = ACTIONS(1790), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [anon_sym_LT_LPAREN] = ACTIONS(1792), [anon_sym_GT_LPAREN] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1792), [sym_word] = ACTIONS(1792), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [730] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2569), }, [731] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2571), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [732] = { [sym__concat] = ACTIONS(1798), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_RPAREN] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [anon_sym_LT_LPAREN] = ACTIONS(1800), [anon_sym_GT_LPAREN] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1800), [sym_word] = ACTIONS(1800), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [733] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2573), }, [734] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2535), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [735] = { [sym__concat] = ACTIONS(1936), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_RPAREN] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [anon_sym_LT_LPAREN] = ACTIONS(1938), [anon_sym_GT_LPAREN] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1938), [sym_word] = ACTIONS(1938), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [736] = { [sym__concat] = ACTIONS(2000), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_RPAREN] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2002), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2002), [anon_sym_BQUOTE] = ACTIONS(2002), [anon_sym_LT_LPAREN] = ACTIONS(2002), [anon_sym_GT_LPAREN] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2002), [sym_word] = ACTIONS(2002), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [737] = { [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1634), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1634), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1634), [anon_sym_LT_AMP] = ACTIONS(1634), [anon_sym_GT_AMP] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1634), }, [738] = { [aux_sym_concatenation_repeat1] = STATE(738), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(2575), [sym_variable_name] = ACTIONS(1634), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1634), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1634), [anon_sym_LT_AMP] = ACTIONS(1634), [anon_sym_GT_AMP] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1634), }, [739] = { [sym_file_descriptor] = ACTIONS(1683), [sym__concat] = ACTIONS(1683), [sym_variable_name] = ACTIONS(1683), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_RPAREN] = ACTIONS(1683), [anon_sym_PIPE_AMP] = ACTIONS(1683), [anon_sym_AMP_AMP] = ACTIONS(1683), [anon_sym_PIPE_PIPE] = ACTIONS(1683), [anon_sym_LT] = ACTIONS(1685), [anon_sym_GT] = ACTIONS(1685), [anon_sym_GT_GT] = ACTIONS(1683), [anon_sym_AMP_GT] = ACTIONS(1685), [anon_sym_AMP_GT_GT] = ACTIONS(1683), [anon_sym_LT_AMP] = ACTIONS(1683), [anon_sym_GT_AMP] = ACTIONS(1683), [sym__special_characters] = ACTIONS(1683), [anon_sym_DQUOTE] = ACTIONS(1683), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1683), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1683), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1683), [anon_sym_BQUOTE] = ACTIONS(1683), [anon_sym_LT_LPAREN] = ACTIONS(1683), [anon_sym_GT_LPAREN] = ACTIONS(1683), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1683), }, [740] = { [sym_concatenation] = STATE(1169), [sym_string] = STATE(1168), [sym_simple_expansion] = STATE(1168), [sym_string_expansion] = STATE(1168), [sym_expansion] = STATE(1168), [sym_command_substitution] = STATE(1168), [sym_process_substitution] = STATE(1168), [anon_sym_RBRACE] = ACTIONS(2578), [sym__special_characters] = ACTIONS(2580), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(2582), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2582), }, [741] = { [sym_file_descriptor] = ACTIONS(1724), [sym__concat] = ACTIONS(1724), [sym_variable_name] = ACTIONS(1724), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_RPAREN] = ACTIONS(1724), [anon_sym_PIPE_AMP] = ACTIONS(1724), [anon_sym_AMP_AMP] = ACTIONS(1724), [anon_sym_PIPE_PIPE] = ACTIONS(1724), [anon_sym_LT] = ACTIONS(1726), [anon_sym_GT] = ACTIONS(1726), [anon_sym_GT_GT] = ACTIONS(1724), [anon_sym_AMP_GT] = ACTIONS(1726), [anon_sym_AMP_GT_GT] = ACTIONS(1724), [anon_sym_LT_AMP] = ACTIONS(1724), [anon_sym_GT_AMP] = ACTIONS(1724), [sym__special_characters] = ACTIONS(1724), [anon_sym_DQUOTE] = ACTIONS(1724), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1724), [anon_sym_BQUOTE] = ACTIONS(1724), [anon_sym_LT_LPAREN] = ACTIONS(1724), [anon_sym_GT_LPAREN] = ACTIONS(1724), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1724), }, [742] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2584), }, [743] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2586), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [744] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2588), [sym_comment] = ACTIONS(54), }, [745] = { [sym_concatenation] = STATE(1175), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1175), [anon_sym_RBRACE] = ACTIONS(2590), [anon_sym_EQ] = ACTIONS(2592), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2594), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2596), [anon_sym_COLON] = ACTIONS(2592), [anon_sym_COLON_QMARK] = ACTIONS(2592), [anon_sym_COLON_DASH] = ACTIONS(2592), [anon_sym_PERCENT] = ACTIONS(2592), [anon_sym_DASH] = ACTIONS(2592), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [746] = { [sym_concatenation] = STATE(1178), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1178), [anon_sym_RBRACE] = ACTIONS(2598), [anon_sym_EQ] = ACTIONS(2600), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2602), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2604), [anon_sym_COLON] = ACTIONS(2600), [anon_sym_COLON_QMARK] = ACTIONS(2600), [anon_sym_COLON_DASH] = ACTIONS(2600), [anon_sym_PERCENT] = ACTIONS(2600), [anon_sym_DASH] = ACTIONS(2600), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [747] = { [sym_concatenation] = STATE(1180), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1180), [anon_sym_RBRACE] = ACTIONS(2578), [anon_sym_EQ] = ACTIONS(2606), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2608), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2610), [anon_sym_COLON] = ACTIONS(2606), [anon_sym_COLON_QMARK] = ACTIONS(2606), [anon_sym_COLON_DASH] = ACTIONS(2606), [anon_sym_PERCENT] = ACTIONS(2606), [anon_sym_DASH] = ACTIONS(2606), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [748] = { [sym_file_descriptor] = ACTIONS(1790), [sym__concat] = ACTIONS(1790), [sym_variable_name] = ACTIONS(1790), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_RPAREN] = ACTIONS(1790), [anon_sym_PIPE_AMP] = ACTIONS(1790), [anon_sym_AMP_AMP] = ACTIONS(1790), [anon_sym_PIPE_PIPE] = ACTIONS(1790), [anon_sym_LT] = ACTIONS(1792), [anon_sym_GT] = ACTIONS(1792), [anon_sym_GT_GT] = ACTIONS(1790), [anon_sym_AMP_GT] = ACTIONS(1792), [anon_sym_AMP_GT_GT] = ACTIONS(1790), [anon_sym_LT_AMP] = ACTIONS(1790), [anon_sym_GT_AMP] = ACTIONS(1790), [sym__special_characters] = ACTIONS(1790), [anon_sym_DQUOTE] = ACTIONS(1790), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1790), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1790), [anon_sym_BQUOTE] = ACTIONS(1790), [anon_sym_LT_LPAREN] = ACTIONS(1790), [anon_sym_GT_LPAREN] = ACTIONS(1790), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1790), }, [749] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2612), }, [750] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2614), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [751] = { [sym_file_descriptor] = ACTIONS(1798), [sym__concat] = ACTIONS(1798), [sym_variable_name] = ACTIONS(1798), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_PIPE_AMP] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), [anon_sym_PIPE_PIPE] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1800), [anon_sym_GT] = ACTIONS(1800), [anon_sym_GT_GT] = ACTIONS(1798), [anon_sym_AMP_GT] = ACTIONS(1800), [anon_sym_AMP_GT_GT] = ACTIONS(1798), [anon_sym_LT_AMP] = ACTIONS(1798), [anon_sym_GT_AMP] = ACTIONS(1798), [sym__special_characters] = ACTIONS(1798), [anon_sym_DQUOTE] = ACTIONS(1798), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1798), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1798), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1798), [anon_sym_BQUOTE] = ACTIONS(1798), [anon_sym_LT_LPAREN] = ACTIONS(1798), [anon_sym_GT_LPAREN] = ACTIONS(1798), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1798), }, [752] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2616), }, [753] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2578), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [754] = { [sym_file_descriptor] = ACTIONS(1936), [sym__concat] = ACTIONS(1936), [sym_variable_name] = ACTIONS(1936), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_RPAREN] = ACTIONS(1936), [anon_sym_PIPE_AMP] = ACTIONS(1936), [anon_sym_AMP_AMP] = ACTIONS(1936), [anon_sym_PIPE_PIPE] = ACTIONS(1936), [anon_sym_LT] = ACTIONS(1938), [anon_sym_GT] = ACTIONS(1938), [anon_sym_GT_GT] = ACTIONS(1936), [anon_sym_AMP_GT] = ACTIONS(1938), [anon_sym_AMP_GT_GT] = ACTIONS(1936), [anon_sym_LT_AMP] = ACTIONS(1936), [anon_sym_GT_AMP] = ACTIONS(1936), [sym__special_characters] = ACTIONS(1936), [anon_sym_DQUOTE] = ACTIONS(1936), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1936), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1936), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1936), [anon_sym_BQUOTE] = ACTIONS(1936), [anon_sym_LT_LPAREN] = ACTIONS(1936), [anon_sym_GT_LPAREN] = ACTIONS(1936), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1936), }, [755] = { [sym_file_descriptor] = ACTIONS(2000), [sym__concat] = ACTIONS(2000), [sym_variable_name] = ACTIONS(2000), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_RPAREN] = ACTIONS(2000), [anon_sym_PIPE_AMP] = ACTIONS(2000), [anon_sym_AMP_AMP] = ACTIONS(2000), [anon_sym_PIPE_PIPE] = ACTIONS(2000), [anon_sym_LT] = ACTIONS(2002), [anon_sym_GT] = ACTIONS(2002), [anon_sym_GT_GT] = ACTIONS(2000), [anon_sym_AMP_GT] = ACTIONS(2002), [anon_sym_AMP_GT_GT] = ACTIONS(2000), [anon_sym_LT_AMP] = ACTIONS(2000), [anon_sym_GT_AMP] = ACTIONS(2000), [sym__special_characters] = ACTIONS(2000), [anon_sym_DQUOTE] = ACTIONS(2000), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2000), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2000), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2000), [anon_sym_BQUOTE] = ACTIONS(2000), [anon_sym_LT_LPAREN] = ACTIONS(2000), [anon_sym_GT_LPAREN] = ACTIONS(2000), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2000), }, [756] = { [anon_sym_DQUOTE] = ACTIONS(2618), [anon_sym_DOLLAR] = ACTIONS(2618), [sym__string_content] = ACTIONS(2620), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2618), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2618), [anon_sym_BQUOTE] = ACTIONS(2618), [sym_comment] = ACTIONS(166), }, [757] = { [sym_concatenation] = STATE(1187), [sym_string] = STATE(1186), [sym_simple_expansion] = STATE(1186), [sym_string_expansion] = STATE(1186), [sym_expansion] = STATE(1186), [sym_command_substitution] = STATE(1186), [sym_process_substitution] = STATE(1186), [anon_sym_RBRACE] = ACTIONS(2622), [sym__special_characters] = ACTIONS(2624), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(2626), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2626), }, [758] = { [sym__concat] = ACTIONS(1724), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym__string_content] = ACTIONS(1724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [sym_comment] = ACTIONS(166), }, [759] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2628), }, [760] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2630), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [761] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2632), [sym_comment] = ACTIONS(54), }, [762] = { [sym_concatenation] = STATE(1193), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1193), [anon_sym_RBRACE] = ACTIONS(2634), [anon_sym_EQ] = ACTIONS(2636), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2638), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2640), [anon_sym_COLON] = ACTIONS(2636), [anon_sym_COLON_QMARK] = ACTIONS(2636), [anon_sym_COLON_DASH] = ACTIONS(2636), [anon_sym_PERCENT] = ACTIONS(2636), [anon_sym_DASH] = ACTIONS(2636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [763] = { [sym_concatenation] = STATE(1196), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1196), [anon_sym_RBRACE] = ACTIONS(2642), [anon_sym_EQ] = ACTIONS(2644), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2646), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2648), [anon_sym_COLON] = ACTIONS(2644), [anon_sym_COLON_QMARK] = ACTIONS(2644), [anon_sym_COLON_DASH] = ACTIONS(2644), [anon_sym_PERCENT] = ACTIONS(2644), [anon_sym_DASH] = ACTIONS(2644), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [764] = { [sym_concatenation] = STATE(1198), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1198), [anon_sym_RBRACE] = ACTIONS(2622), [anon_sym_EQ] = ACTIONS(2650), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2652), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2654), [anon_sym_COLON] = ACTIONS(2650), [anon_sym_COLON_QMARK] = ACTIONS(2650), [anon_sym_COLON_DASH] = ACTIONS(2650), [anon_sym_PERCENT] = ACTIONS(2650), [anon_sym_DASH] = ACTIONS(2650), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [765] = { [sym__concat] = ACTIONS(1790), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym__string_content] = ACTIONS(1790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [sym_comment] = ACTIONS(166), }, [766] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2656), }, [767] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2658), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [768] = { [sym__concat] = ACTIONS(1798), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym__string_content] = ACTIONS(1798), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [sym_comment] = ACTIONS(166), }, [769] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2660), }, [770] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2622), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [771] = { [sym__concat] = ACTIONS(1936), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym__string_content] = ACTIONS(1936), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [sym_comment] = ACTIONS(166), }, [772] = { [aux_sym_concatenation_repeat1] = STATE(541), [sym__concat] = ACTIONS(2662), [anon_sym_RBRACK] = ACTIONS(2664), [sym_comment] = ACTIONS(54), }, [773] = { [aux_sym_concatenation_repeat1] = STATE(541), [sym__concat] = ACTIONS(2666), [anon_sym_RBRACK] = ACTIONS(2668), [sym_comment] = ACTIONS(54), }, [774] = { [sym__concat] = ACTIONS(2670), [anon_sym_RBRACK] = ACTIONS(2668), [sym_comment] = ACTIONS(54), }, [775] = { [sym_file_descriptor] = ACTIONS(2672), [sym__concat] = ACTIONS(2672), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_RPAREN] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [anon_sym_EQ_TILDE] = ACTIONS(2674), [anon_sym_EQ_EQ] = ACTIONS(2674), [anon_sym_LT] = ACTIONS(2674), [anon_sym_GT] = ACTIONS(2674), [anon_sym_GT_GT] = ACTIONS(2674), [anon_sym_AMP_GT] = ACTIONS(2674), [anon_sym_AMP_GT_GT] = ACTIONS(2674), [anon_sym_LT_AMP] = ACTIONS(2674), [anon_sym_GT_AMP] = ACTIONS(2674), [anon_sym_LT_LT] = ACTIONS(2674), [anon_sym_LT_LT_DASH] = ACTIONS(2674), [anon_sym_LT_LT_LT] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [anon_sym_LT_LPAREN] = ACTIONS(2674), [anon_sym_GT_LPAREN] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2674), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [776] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(2678), [sym_comment] = ACTIONS(54), }, [777] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(1211), [anon_sym_DQUOTE] = ACTIONS(2680), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [778] = { [sym_string] = STATE(1213), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(2682), [sym_raw_string] = ACTIONS(2684), [anon_sym_POUND] = ACTIONS(2682), [anon_sym_DASH] = ACTIONS(2682), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2686), [anon_sym_STAR] = ACTIONS(2682), [anon_sym_AT] = ACTIONS(2682), [anon_sym_QMARK] = ACTIONS(2682), [anon_sym_0] = ACTIONS(2688), [anon_sym__] = ACTIONS(2688), }, [779] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(2690), [sym_comment] = ACTIONS(54), }, [780] = { [sym_subscript] = STATE(1220), [sym_variable_name] = ACTIONS(2692), [anon_sym_DOLLAR] = ACTIONS(2694), [anon_sym_POUND] = ACTIONS(2696), [anon_sym_DASH] = ACTIONS(2694), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2698), [anon_sym_STAR] = ACTIONS(2694), [anon_sym_AT] = ACTIONS(2694), [anon_sym_QMARK] = ACTIONS(2694), [anon_sym_0] = ACTIONS(2700), [anon_sym__] = ACTIONS(2700), }, [781] = { [sym_for_statement] = STATE(1221), [sym_while_statement] = STATE(1221), [sym_if_statement] = STATE(1221), [sym_case_statement] = STATE(1221), [sym_function_definition] = STATE(1221), [sym_subshell] = STATE(1221), [sym_pipeline] = STATE(1221), [sym_list] = STATE(1221), [sym_command] = STATE(1221), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(1221), [sym_variable_assignment] = STATE(1222), [sym_declaration_command] = STATE(1221), [sym_unset_command] = STATE(1221), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [782] = { [sym_for_statement] = STATE(1223), [sym_while_statement] = STATE(1223), [sym_if_statement] = STATE(1223), [sym_case_statement] = STATE(1223), [sym_function_definition] = STATE(1223), [sym_subshell] = STATE(1223), [sym_pipeline] = STATE(1223), [sym_list] = STATE(1223), [sym_command] = STATE(1223), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(1223), [sym_variable_assignment] = STATE(1224), [sym_declaration_command] = STATE(1223), [sym_unset_command] = STATE(1223), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [783] = { [sym_for_statement] = STATE(1225), [sym_while_statement] = STATE(1225), [sym_if_statement] = STATE(1225), [sym_case_statement] = STATE(1225), [sym_function_definition] = STATE(1225), [sym_subshell] = STATE(1225), [sym_pipeline] = STATE(1225), [sym_list] = STATE(1225), [sym_command] = STATE(1225), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(1225), [sym_variable_assignment] = STATE(1226), [sym_declaration_command] = STATE(1225), [sym_unset_command] = STATE(1225), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [784] = { [anon_sym_RBRACE] = ACTIONS(2690), [sym_comment] = ACTIONS(54), }, [785] = { [sym_string] = STATE(1227), [sym_simple_expansion] = STATE(1227), [sym_string_expansion] = STATE(1227), [sym_expansion] = STATE(1227), [sym_command_substitution] = STATE(1227), [sym_process_substitution] = STATE(1227), [sym__special_characters] = ACTIONS(2702), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(2702), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2702), }, [786] = { [aux_sym_concatenation_repeat1] = STATE(1228), [sym__concat] = ACTIONS(1728), [anon_sym_RBRACE] = ACTIONS(688), [anon_sym_EQ] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_POUND] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_COLON] = ACTIONS(690), [anon_sym_COLON_QMARK] = ACTIONS(690), [anon_sym_COLON_DASH] = ACTIONS(690), [anon_sym_PERCENT] = ACTIONS(690), [anon_sym_DASH] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(690), }, [787] = { [sym__concat] = ACTIONS(692), [anon_sym_RBRACE] = ACTIONS(692), [anon_sym_EQ] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(692), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(692), [anon_sym_POUND] = ACTIONS(692), [anon_sym_DOLLAR_LBRACE] = ACTIONS(692), [anon_sym_COLON] = ACTIONS(694), [anon_sym_COLON_QMARK] = ACTIONS(694), [anon_sym_COLON_DASH] = ACTIONS(694), [anon_sym_PERCENT] = ACTIONS(694), [anon_sym_DASH] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(692), [anon_sym_BQUOTE] = ACTIONS(692), [anon_sym_LT_LPAREN] = ACTIONS(692), [anon_sym_GT_LPAREN] = ACTIONS(692), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(694), }, [788] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(2704), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [789] = { [sym__concat] = ACTIONS(722), [anon_sym_RBRACE] = ACTIONS(722), [anon_sym_EQ] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(722), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(722), [anon_sym_POUND] = ACTIONS(722), [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), [anon_sym_COLON] = ACTIONS(724), [anon_sym_COLON_QMARK] = ACTIONS(724), [anon_sym_COLON_DASH] = ACTIONS(724), [anon_sym_PERCENT] = ACTIONS(724), [anon_sym_DASH] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), [anon_sym_BQUOTE] = ACTIONS(722), [anon_sym_LT_LPAREN] = ACTIONS(722), [anon_sym_GT_LPAREN] = ACTIONS(722), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(724), }, [790] = { [sym__concat] = ACTIONS(726), [anon_sym_RBRACE] = ACTIONS(726), [anon_sym_EQ] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(726), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(726), [anon_sym_POUND] = ACTIONS(726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(726), [anon_sym_COLON] = ACTIONS(728), [anon_sym_COLON_QMARK] = ACTIONS(728), [anon_sym_COLON_DASH] = ACTIONS(728), [anon_sym_PERCENT] = ACTIONS(728), [anon_sym_DASH] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(726), [anon_sym_BQUOTE] = ACTIONS(726), [anon_sym_LT_LPAREN] = ACTIONS(726), [anon_sym_GT_LPAREN] = ACTIONS(726), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(728), }, [791] = { [sym__concat] = ACTIONS(730), [anon_sym_RBRACE] = ACTIONS(730), [anon_sym_EQ] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(730), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(730), [anon_sym_POUND] = ACTIONS(730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(730), [anon_sym_COLON] = ACTIONS(732), [anon_sym_COLON_QMARK] = ACTIONS(732), [anon_sym_COLON_DASH] = ACTIONS(732), [anon_sym_PERCENT] = ACTIONS(732), [anon_sym_DASH] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(730), [anon_sym_BQUOTE] = ACTIONS(730), [anon_sym_LT_LPAREN] = ACTIONS(730), [anon_sym_GT_LPAREN] = ACTIONS(730), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(732), }, [792] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2706), [sym_comment] = ACTIONS(54), }, [793] = { [sym_concatenation] = STATE(1233), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1233), [anon_sym_RBRACE] = ACTIONS(2708), [anon_sym_EQ] = ACTIONS(2710), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2712), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2714), [anon_sym_COLON] = ACTIONS(2710), [anon_sym_COLON_QMARK] = ACTIONS(2710), [anon_sym_COLON_DASH] = ACTIONS(2710), [anon_sym_PERCENT] = ACTIONS(2710), [anon_sym_DASH] = ACTIONS(2710), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [794] = { [sym_subscript] = STATE(1237), [sym_variable_name] = ACTIONS(2716), [anon_sym_DOLLAR] = ACTIONS(2718), [anon_sym_DASH] = ACTIONS(2718), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2720), [anon_sym_STAR] = ACTIONS(2718), [anon_sym_AT] = ACTIONS(2718), [anon_sym_QMARK] = ACTIONS(2718), [anon_sym_0] = ACTIONS(2722), [anon_sym__] = ACTIONS(2722), }, [795] = { [sym_concatenation] = STATE(1240), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1240), [anon_sym_RBRACE] = ACTIONS(2724), [anon_sym_EQ] = ACTIONS(2726), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2730), [anon_sym_COLON] = ACTIONS(2726), [anon_sym_COLON_QMARK] = ACTIONS(2726), [anon_sym_COLON_DASH] = ACTIONS(2726), [anon_sym_PERCENT] = ACTIONS(2726), [anon_sym_DASH] = ACTIONS(2726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [796] = { [sym_concatenation] = STATE(1243), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1243), [anon_sym_RBRACE] = ACTIONS(2732), [anon_sym_EQ] = ACTIONS(2734), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2736), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2738), [anon_sym_COLON] = ACTIONS(2734), [anon_sym_COLON_QMARK] = ACTIONS(2734), [anon_sym_COLON_DASH] = ACTIONS(2734), [anon_sym_PERCENT] = ACTIONS(2734), [anon_sym_DASH] = ACTIONS(2734), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [797] = { [sym_concatenation] = STATE(1245), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1245), [anon_sym_RBRACE] = ACTIONS(2740), [anon_sym_EQ] = ACTIONS(2742), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2744), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(2742), [anon_sym_COLON_QMARK] = ACTIONS(2742), [anon_sym_COLON_DASH] = ACTIONS(2742), [anon_sym_PERCENT] = ACTIONS(2742), [anon_sym_DASH] = ACTIONS(2742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [798] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2746), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [799] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2746), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [800] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(2746), [sym_comment] = ACTIONS(54), }, [801] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(2746), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [802] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2748), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [803] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2748), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [804] = { [sym_file_descriptor] = ACTIONS(2750), [sym__concat] = ACTIONS(2750), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_RPAREN] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [anon_sym_EQ_TILDE] = ACTIONS(2752), [anon_sym_EQ_EQ] = ACTIONS(2752), [anon_sym_LT] = ACTIONS(2752), [anon_sym_GT] = ACTIONS(2752), [anon_sym_GT_GT] = ACTIONS(2752), [anon_sym_AMP_GT] = ACTIONS(2752), [anon_sym_AMP_GT_GT] = ACTIONS(2752), [anon_sym_LT_AMP] = ACTIONS(2752), [anon_sym_GT_AMP] = ACTIONS(2752), [anon_sym_LT_LT] = ACTIONS(2752), [anon_sym_LT_LT_DASH] = ACTIONS(2752), [anon_sym_LT_LT_LT] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [anon_sym_LT_LPAREN] = ACTIONS(2752), [anon_sym_GT_LPAREN] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2752), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [805] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2754), [anon_sym_EQ] = ACTIONS(2756), [sym__special_characters] = ACTIONS(2759), [anon_sym_DQUOTE] = ACTIONS(2762), [anon_sym_DOLLAR] = ACTIONS(2765), [sym_raw_string] = ACTIONS(2768), [anon_sym_POUND] = ACTIONS(2771), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2774), [anon_sym_COLON] = ACTIONS(2756), [anon_sym_COLON_QMARK] = ACTIONS(2756), [anon_sym_COLON_DASH] = ACTIONS(2756), [anon_sym_PERCENT] = ACTIONS(2756), [anon_sym_DASH] = ACTIONS(2756), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2777), [anon_sym_BQUOTE] = ACTIONS(2780), [anon_sym_LT_LPAREN] = ACTIONS(2783), [anon_sym_GT_LPAREN] = ACTIONS(2783), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2786), }, [806] = { [sym_concatenation] = STATE(1250), [sym_string] = STATE(1249), [sym_simple_expansion] = STATE(1249), [sym_string_expansion] = STATE(1249), [sym_expansion] = STATE(1249), [sym_command_substitution] = STATE(1249), [sym_process_substitution] = STATE(1249), [anon_sym_RBRACE] = ACTIONS(2690), [sym__special_characters] = ACTIONS(2789), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(2791), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2791), }, [807] = { [sym_file_descriptor] = ACTIONS(2793), [sym__concat] = ACTIONS(2793), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_RPAREN] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [anon_sym_EQ_TILDE] = ACTIONS(2795), [anon_sym_EQ_EQ] = ACTIONS(2795), [anon_sym_LT] = ACTIONS(2795), [anon_sym_GT] = ACTIONS(2795), [anon_sym_GT_GT] = ACTIONS(2795), [anon_sym_AMP_GT] = ACTIONS(2795), [anon_sym_AMP_GT_GT] = ACTIONS(2795), [anon_sym_LT_AMP] = ACTIONS(2795), [anon_sym_GT_AMP] = ACTIONS(2795), [anon_sym_LT_LT] = ACTIONS(2795), [anon_sym_LT_LT_DASH] = ACTIONS(2795), [anon_sym_LT_LT_LT] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [anon_sym_LT_LPAREN] = ACTIONS(2795), [anon_sym_GT_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2795), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [808] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2797), }, [809] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2799), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [810] = { [sym_file_descriptor] = ACTIONS(2801), [sym__concat] = ACTIONS(2801), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_RPAREN] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [anon_sym_EQ_TILDE] = ACTIONS(2803), [anon_sym_EQ_EQ] = ACTIONS(2803), [anon_sym_LT] = ACTIONS(2803), [anon_sym_GT] = ACTIONS(2803), [anon_sym_GT_GT] = ACTIONS(2803), [anon_sym_AMP_GT] = ACTIONS(2803), [anon_sym_AMP_GT_GT] = ACTIONS(2803), [anon_sym_LT_AMP] = ACTIONS(2803), [anon_sym_GT_AMP] = ACTIONS(2803), [anon_sym_LT_LT] = ACTIONS(2803), [anon_sym_LT_LT_DASH] = ACTIONS(2803), [anon_sym_LT_LT_LT] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [anon_sym_LT_LPAREN] = ACTIONS(2803), [anon_sym_GT_LPAREN] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2803), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [811] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2805), }, [812] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2807), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [813] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(2809), }, [814] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(2690), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [815] = { [sym_concatenation] = STATE(1257), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1257), [anon_sym_RBRACE] = ACTIONS(2811), [anon_sym_EQ] = ACTIONS(2813), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2815), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(2813), [anon_sym_COLON_QMARK] = ACTIONS(2813), [anon_sym_COLON_DASH] = ACTIONS(2813), [anon_sym_PERCENT] = ACTIONS(2813), [anon_sym_DASH] = ACTIONS(2813), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [816] = { [sym_file_descriptor] = ACTIONS(2817), [sym__concat] = ACTIONS(2817), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_RPAREN] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [anon_sym_EQ_TILDE] = ACTIONS(2819), [anon_sym_EQ_EQ] = ACTIONS(2819), [anon_sym_LT] = ACTIONS(2819), [anon_sym_GT] = ACTIONS(2819), [anon_sym_GT_GT] = ACTIONS(2819), [anon_sym_AMP_GT] = ACTIONS(2819), [anon_sym_AMP_GT_GT] = ACTIONS(2819), [anon_sym_LT_AMP] = ACTIONS(2819), [anon_sym_GT_AMP] = ACTIONS(2819), [anon_sym_LT_LT] = ACTIONS(2819), [anon_sym_LT_LT_DASH] = ACTIONS(2819), [anon_sym_LT_LT_LT] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [anon_sym_LT_LPAREN] = ACTIONS(2819), [anon_sym_GT_LPAREN] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2819), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [817] = { [sym_concatenation] = STATE(1259), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1259), [anon_sym_RBRACE] = ACTIONS(2821), [anon_sym_EQ] = ACTIONS(2823), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2825), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(2823), [anon_sym_COLON_QMARK] = ACTIONS(2823), [anon_sym_COLON_DASH] = ACTIONS(2823), [anon_sym_PERCENT] = ACTIONS(2823), [anon_sym_DASH] = ACTIONS(2823), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [818] = { [sym_file_descriptor] = ACTIONS(1079), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_RPAREN] = ACTIONS(1079), [anon_sym_PIPE_AMP] = ACTIONS(1079), [anon_sym_AMP_AMP] = ACTIONS(1079), [anon_sym_PIPE_PIPE] = ACTIONS(1079), [anon_sym_LT] = ACTIONS(1081), [anon_sym_GT] = ACTIONS(1081), [anon_sym_GT_GT] = ACTIONS(1079), [anon_sym_AMP_GT] = ACTIONS(1081), [anon_sym_AMP_GT_GT] = ACTIONS(1079), [anon_sym_LT_AMP] = ACTIONS(1079), [anon_sym_GT_AMP] = ACTIONS(1079), [sym__special_characters] = ACTIONS(1079), [anon_sym_DQUOTE] = ACTIONS(1079), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1079), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1079), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1079), [anon_sym_BQUOTE] = ACTIONS(1079), [anon_sym_LT_LPAREN] = ACTIONS(1079), [anon_sym_GT_LPAREN] = ACTIONS(1079), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1079), }, [819] = { [sym_concatenation] = STATE(1261), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(1261), [anon_sym_RPAREN] = ACTIONS(2827), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [820] = { [aux_sym_concatenation_repeat1] = STATE(1262), [sym_file_descriptor] = ACTIONS(1101), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(1101), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_RPAREN] = ACTIONS(1101), [anon_sym_PIPE_AMP] = ACTIONS(1101), [anon_sym_AMP_AMP] = ACTIONS(1101), [anon_sym_PIPE_PIPE] = ACTIONS(1101), [anon_sym_LT] = ACTIONS(1105), [anon_sym_GT] = ACTIONS(1105), [anon_sym_GT_GT] = ACTIONS(1101), [anon_sym_AMP_GT] = ACTIONS(1105), [anon_sym_AMP_GT_GT] = ACTIONS(1101), [anon_sym_LT_AMP] = ACTIONS(1101), [anon_sym_GT_AMP] = ACTIONS(1101), [sym__special_characters] = ACTIONS(1101), [anon_sym_DQUOTE] = ACTIONS(1101), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1101), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), [anon_sym_BQUOTE] = ACTIONS(1101), [anon_sym_LT_LPAREN] = ACTIONS(1101), [anon_sym_GT_LPAREN] = ACTIONS(1101), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1101), }, [821] = { [aux_sym_concatenation_repeat1] = STATE(1262), [sym_file_descriptor] = ACTIONS(1079), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_RPAREN] = ACTIONS(1079), [anon_sym_PIPE_AMP] = ACTIONS(1079), [anon_sym_AMP_AMP] = ACTIONS(1079), [anon_sym_PIPE_PIPE] = ACTIONS(1079), [anon_sym_LT] = ACTIONS(1081), [anon_sym_GT] = ACTIONS(1081), [anon_sym_GT_GT] = ACTIONS(1079), [anon_sym_AMP_GT] = ACTIONS(1081), [anon_sym_AMP_GT_GT] = ACTIONS(1079), [anon_sym_LT_AMP] = ACTIONS(1079), [anon_sym_GT_AMP] = ACTIONS(1079), [sym__special_characters] = ACTIONS(1079), [anon_sym_DQUOTE] = ACTIONS(1079), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1079), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1079), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1079), [anon_sym_BQUOTE] = ACTIONS(1079), [anon_sym_LT_LPAREN] = ACTIONS(1079), [anon_sym_GT_LPAREN] = ACTIONS(1079), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1079), }, [822] = { [sym_concatenation] = STATE(1263), [sym_string] = STATE(576), [sym_simple_expansion] = STATE(576), [sym_string_expansion] = STATE(576), [sym_expansion] = STATE(576), [sym_command_substitution] = STATE(576), [sym_process_substitution] = STATE(576), [aux_sym_for_statement_repeat1] = STATE(1263), [sym__special_characters] = ACTIONS(1127), [anon_sym_DQUOTE] = ACTIONS(1129), [anon_sym_DOLLAR] = ACTIONS(1131), [sym_raw_string] = ACTIONS(1133), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1135), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1137), [anon_sym_BQUOTE] = ACTIONS(1139), [anon_sym_LT_LPAREN] = ACTIONS(1141), [anon_sym_GT_LPAREN] = ACTIONS(1141), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1133), }, [823] = { [sym_do_group] = STATE(1265), [anon_sym_do] = ACTIONS(2829), [sym_comment] = ACTIONS(54), }, [824] = { [sym__terminated_statement] = STATE(1267), [sym_for_statement] = STATE(585), [sym_while_statement] = STATE(585), [sym_if_statement] = STATE(585), [sym_case_statement] = STATE(585), [sym_function_definition] = STATE(585), [sym_subshell] = STATE(585), [sym_pipeline] = STATE(585), [sym_list] = STATE(585), [sym_command] = STATE(585), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(585), [sym_variable_assignment] = STATE(586), [sym_declaration_command] = STATE(585), [sym_unset_command] = STATE(585), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1267), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_done] = ACTIONS(2831), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [825] = { [sym_file_redirect] = STATE(1268), [sym_heredoc_redirect] = STATE(1268), [sym_herestring_redirect] = STATE(1268), [aux_sym_while_statement_repeat1] = STATE(1268), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(1147), [anon_sym_RPAREN] = ACTIONS(1149), [anon_sym_PIPE_AMP] = ACTIONS(1149), [anon_sym_AMP_AMP] = ACTIONS(1149), [anon_sym_PIPE_PIPE] = ACTIONS(1149), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym_comment] = ACTIONS(54), }, [826] = { [sym__terminated_statement] = STATE(1271), [sym_for_statement] = STATE(592), [sym_while_statement] = STATE(592), [sym_if_statement] = STATE(592), [sym_elif_clause] = STATE(1272), [sym_else_clause] = STATE(1270), [sym_case_statement] = STATE(592), [sym_function_definition] = STATE(592), [sym_subshell] = STATE(592), [sym_pipeline] = STATE(592), [sym_list] = STATE(592), [sym_command] = STATE(592), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(592), [sym_variable_assignment] = STATE(594), [sym_declaration_command] = STATE(592), [sym_unset_command] = STATE(592), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1271), [aux_sym_if_statement_repeat1] = STATE(1272), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_fi] = ACTIONS(2833), [anon_sym_elif] = ACTIONS(1153), [anon_sym_else] = ACTIONS(1155), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [827] = { [anon_sym_SEMI_SEMI] = ACTIONS(2835), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2835), [anon_sym_LF] = ACTIONS(2837), [anon_sym_AMP] = ACTIONS(2835), }, [828] = { [anon_sym_in] = ACTIONS(2839), [sym_comment] = ACTIONS(54), }, [829] = { [anon_sym_SEMI_SEMI] = ACTIONS(2841), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2841), [anon_sym_LF] = ACTIONS(2843), [anon_sym_AMP] = ACTIONS(2841), }, [830] = { [anon_sym_in] = ACTIONS(2845), [sym_comment] = ACTIONS(54), }, [831] = { [anon_sym_RPAREN] = ACTIONS(2847), [sym_comment] = ACTIONS(54), }, [832] = { [sym__terminated_statement] = STATE(1279), [sym_for_statement] = STATE(622), [sym_while_statement] = STATE(622), [sym_if_statement] = STATE(622), [sym_case_statement] = STATE(622), [sym_function_definition] = STATE(622), [sym_subshell] = STATE(622), [sym_pipeline] = STATE(622), [sym_list] = STATE(622), [sym_command] = STATE(622), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(622), [sym_variable_assignment] = STATE(623), [sym_declaration_command] = STATE(622), [sym_unset_command] = STATE(622), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1279), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_RBRACE] = ACTIONS(2849), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [833] = { [sym_file_redirect] = STATE(1282), [sym_file_descriptor] = ACTIONS(2851), [anon_sym_PIPE] = ACTIONS(1217), [anon_sym_RPAREN] = ACTIONS(1221), [anon_sym_PIPE_AMP] = ACTIONS(1221), [anon_sym_AMP_AMP] = ACTIONS(1221), [anon_sym_PIPE_PIPE] = ACTIONS(1221), [anon_sym_LT] = ACTIONS(2853), [anon_sym_GT] = ACTIONS(2853), [anon_sym_GT_GT] = ACTIONS(2855), [anon_sym_AMP_GT] = ACTIONS(2853), [anon_sym_AMP_GT_GT] = ACTIONS(2855), [anon_sym_LT_AMP] = ACTIONS(2855), [anon_sym_GT_AMP] = ACTIONS(2855), [sym_comment] = ACTIONS(54), }, [834] = { [anon_sym_PIPE] = ACTIONS(1235), [anon_sym_RPAREN] = ACTIONS(1237), [anon_sym_PIPE_AMP] = ACTIONS(1237), [anon_sym_AMP_AMP] = ACTIONS(1237), [anon_sym_PIPE_PIPE] = ACTIONS(1237), [anon_sym_BQUOTE] = ACTIONS(1237), [sym_comment] = ACTIONS(54), }, [835] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_RPAREN] = ACTIONS(2857), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [836] = { [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(2859), [anon_sym_SEMI_SEMI] = ACTIONS(2861), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(466), [anon_sym_PIPE_PIPE] = ACTIONS(466), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2861), [anon_sym_LF] = ACTIONS(2863), [anon_sym_AMP] = ACTIONS(2861), }, [837] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(460), [anon_sym_RPAREN] = ACTIONS(2859), [anon_sym_SEMI_SEMI] = ACTIONS(2861), [anon_sym_PIPE_AMP] = ACTIONS(460), [anon_sym_AMP_AMP] = ACTIONS(466), [anon_sym_PIPE_PIPE] = ACTIONS(466), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(2861), [anon_sym_LF] = ACTIONS(2863), [anon_sym_AMP] = ACTIONS(2861), }, [838] = { [sym_file_redirect] = STATE(1285), [sym_heredoc_redirect] = STATE(1285), [sym_herestring_redirect] = STATE(1285), [aux_sym_while_statement_repeat1] = STATE(1285), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(1313), [anon_sym_RPAREN] = ACTIONS(1315), [anon_sym_PIPE_AMP] = ACTIONS(1315), [anon_sym_AMP_AMP] = ACTIONS(1315), [anon_sym_PIPE_PIPE] = ACTIONS(1315), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym_comment] = ACTIONS(54), }, [839] = { [sym_concatenation] = STATE(1286), [sym_string] = STATE(1289), [sym_array] = STATE(1286), [sym_simple_expansion] = STATE(1289), [sym_string_expansion] = STATE(1289), [sym_expansion] = STATE(1289), [sym_command_substitution] = STATE(1289), [sym_process_substitution] = STATE(1289), [sym__empty_value] = ACTIONS(2865), [anon_sym_LPAREN] = ACTIONS(2867), [sym__special_characters] = ACTIONS(2869), [anon_sym_DQUOTE] = ACTIONS(802), [anon_sym_DOLLAR] = ACTIONS(804), [sym_raw_string] = ACTIONS(2871), [anon_sym_DOLLAR_LBRACE] = ACTIONS(808), [anon_sym_DOLLAR_LPAREN] = ACTIONS(810), [anon_sym_BQUOTE] = ACTIONS(812), [anon_sym_LT_LPAREN] = ACTIONS(814), [anon_sym_GT_LPAREN] = ACTIONS(814), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2871), }, [840] = { [sym_variable_name] = ACTIONS(388), [anon_sym_PIPE] = ACTIONS(390), [anon_sym_RPAREN] = ACTIONS(388), [anon_sym_PIPE_AMP] = ACTIONS(388), [anon_sym_AMP_AMP] = ACTIONS(388), [anon_sym_PIPE_PIPE] = ACTIONS(388), [sym__special_characters] = ACTIONS(388), [anon_sym_DQUOTE] = ACTIONS(388), [anon_sym_DOLLAR] = ACTIONS(390), [sym_raw_string] = ACTIONS(388), [anon_sym_DOLLAR_LBRACE] = ACTIONS(388), [anon_sym_DOLLAR_LPAREN] = ACTIONS(388), [anon_sym_BQUOTE] = ACTIONS(388), [anon_sym_LT_LPAREN] = ACTIONS(388), [anon_sym_GT_LPAREN] = ACTIONS(388), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(390), [sym_word] = ACTIONS(390), }, [841] = { [sym_string] = STATE(1290), [sym_simple_expansion] = STATE(1290), [sym_string_expansion] = STATE(1290), [sym_expansion] = STATE(1290), [sym_command_substitution] = STATE(1290), [sym_process_substitution] = STATE(1290), [sym__special_characters] = ACTIONS(2873), [anon_sym_DQUOTE] = ACTIONS(802), [anon_sym_DOLLAR] = ACTIONS(804), [sym_raw_string] = ACTIONS(2873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(808), [anon_sym_DOLLAR_LPAREN] = ACTIONS(810), [anon_sym_BQUOTE] = ACTIONS(812), [anon_sym_LT_LPAREN] = ACTIONS(814), [anon_sym_GT_LPAREN] = ACTIONS(814), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2873), }, [842] = { [aux_sym_concatenation_repeat1] = STATE(1291), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(688), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(688), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), }, [843] = { [sym__concat] = ACTIONS(692), [sym_variable_name] = ACTIONS(692), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_RPAREN] = ACTIONS(692), [anon_sym_PIPE_AMP] = ACTIONS(692), [anon_sym_AMP_AMP] = ACTIONS(692), [anon_sym_PIPE_PIPE] = ACTIONS(692), [sym__special_characters] = ACTIONS(692), [anon_sym_DQUOTE] = ACTIONS(692), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(692), [anon_sym_DOLLAR_LBRACE] = ACTIONS(692), [anon_sym_DOLLAR_LPAREN] = ACTIONS(692), [anon_sym_BQUOTE] = ACTIONS(692), [anon_sym_LT_LPAREN] = ACTIONS(692), [anon_sym_GT_LPAREN] = ACTIONS(692), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(694), [sym_word] = ACTIONS(694), }, [844] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(2875), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [845] = { [sym__concat] = ACTIONS(722), [sym_variable_name] = ACTIONS(722), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_RPAREN] = ACTIONS(722), [anon_sym_PIPE_AMP] = ACTIONS(722), [anon_sym_AMP_AMP] = ACTIONS(722), [anon_sym_PIPE_PIPE] = ACTIONS(722), [sym__special_characters] = ACTIONS(722), [anon_sym_DQUOTE] = ACTIONS(722), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(722), [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), [anon_sym_BQUOTE] = ACTIONS(722), [anon_sym_LT_LPAREN] = ACTIONS(722), [anon_sym_GT_LPAREN] = ACTIONS(722), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(724), [sym_word] = ACTIONS(724), }, [846] = { [sym__concat] = ACTIONS(726), [sym_variable_name] = ACTIONS(726), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_RPAREN] = ACTIONS(726), [anon_sym_PIPE_AMP] = ACTIONS(726), [anon_sym_AMP_AMP] = ACTIONS(726), [anon_sym_PIPE_PIPE] = ACTIONS(726), [sym__special_characters] = ACTIONS(726), [anon_sym_DQUOTE] = ACTIONS(726), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(726), [anon_sym_BQUOTE] = ACTIONS(726), [anon_sym_LT_LPAREN] = ACTIONS(726), [anon_sym_GT_LPAREN] = ACTIONS(726), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(728), [sym_word] = ACTIONS(728), }, [847] = { [sym__concat] = ACTIONS(730), [sym_variable_name] = ACTIONS(730), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_RPAREN] = ACTIONS(730), [anon_sym_PIPE_AMP] = ACTIONS(730), [anon_sym_AMP_AMP] = ACTIONS(730), [anon_sym_PIPE_PIPE] = ACTIONS(730), [sym__special_characters] = ACTIONS(730), [anon_sym_DQUOTE] = ACTIONS(730), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(730), [anon_sym_DOLLAR_LPAREN] = ACTIONS(730), [anon_sym_BQUOTE] = ACTIONS(730), [anon_sym_LT_LPAREN] = ACTIONS(730), [anon_sym_GT_LPAREN] = ACTIONS(730), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(732), [sym_word] = ACTIONS(732), }, [848] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2877), [sym_comment] = ACTIONS(54), }, [849] = { [sym_concatenation] = STATE(1296), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1296), [anon_sym_RBRACE] = ACTIONS(2879), [anon_sym_EQ] = ACTIONS(2881), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2883), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2885), [anon_sym_COLON] = ACTIONS(2881), [anon_sym_COLON_QMARK] = ACTIONS(2881), [anon_sym_COLON_DASH] = ACTIONS(2881), [anon_sym_PERCENT] = ACTIONS(2881), [anon_sym_DASH] = ACTIONS(2881), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [850] = { [sym_subscript] = STATE(1300), [sym_variable_name] = ACTIONS(2887), [anon_sym_DOLLAR] = ACTIONS(2889), [anon_sym_DASH] = ACTIONS(2889), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2891), [anon_sym_STAR] = ACTIONS(2889), [anon_sym_AT] = ACTIONS(2889), [anon_sym_QMARK] = ACTIONS(2889), [anon_sym_0] = ACTIONS(2893), [anon_sym__] = ACTIONS(2893), }, [851] = { [sym_concatenation] = STATE(1303), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1303), [anon_sym_RBRACE] = ACTIONS(2895), [anon_sym_EQ] = ACTIONS(2897), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2899), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2901), [anon_sym_COLON] = ACTIONS(2897), [anon_sym_COLON_QMARK] = ACTIONS(2897), [anon_sym_COLON_DASH] = ACTIONS(2897), [anon_sym_PERCENT] = ACTIONS(2897), [anon_sym_DASH] = ACTIONS(2897), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [852] = { [sym_concatenation] = STATE(1306), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1306), [anon_sym_RBRACE] = ACTIONS(2903), [anon_sym_EQ] = ACTIONS(2905), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2907), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2909), [anon_sym_COLON] = ACTIONS(2905), [anon_sym_COLON_QMARK] = ACTIONS(2905), [anon_sym_COLON_DASH] = ACTIONS(2905), [anon_sym_PERCENT] = ACTIONS(2905), [anon_sym_DASH] = ACTIONS(2905), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [853] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2911), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [854] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2911), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [855] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(2911), [sym_comment] = ACTIONS(54), }, [856] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(2911), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [857] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2913), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [858] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2913), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [859] = { [sym_variable_assignment] = STATE(859), [sym_subscript] = STATE(444), [sym_concatenation] = STATE(859), [sym_string] = STATE(438), [sym_simple_expansion] = STATE(438), [sym_string_expansion] = STATE(438), [sym_expansion] = STATE(438), [sym_command_substitution] = STATE(438), [sym_process_substitution] = STATE(438), [aux_sym_declaration_command_repeat1] = STATE(859), [sym_variable_name] = ACTIONS(2915), [anon_sym_PIPE] = ACTIONS(1480), [anon_sym_RPAREN] = ACTIONS(1509), [anon_sym_PIPE_AMP] = ACTIONS(1509), [anon_sym_AMP_AMP] = ACTIONS(1509), [anon_sym_PIPE_PIPE] = ACTIONS(1509), [sym__special_characters] = ACTIONS(2918), [anon_sym_DQUOTE] = ACTIONS(2921), [anon_sym_DOLLAR] = ACTIONS(2924), [sym_raw_string] = ACTIONS(2927), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2930), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2933), [anon_sym_BQUOTE] = ACTIONS(2936), [anon_sym_LT_LPAREN] = ACTIONS(2939), [anon_sym_GT_LPAREN] = ACTIONS(2939), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2942), [sym_word] = ACTIONS(2945), }, [860] = { [sym_string] = STATE(1309), [sym_simple_expansion] = STATE(1309), [sym_string_expansion] = STATE(1309), [sym_expansion] = STATE(1309), [sym_command_substitution] = STATE(1309), [sym_process_substitution] = STATE(1309), [sym__special_characters] = ACTIONS(2948), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(824), [sym_raw_string] = ACTIONS(2948), [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), [anon_sym_BQUOTE] = ACTIONS(832), [anon_sym_LT_LPAREN] = ACTIONS(834), [anon_sym_GT_LPAREN] = ACTIONS(834), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2948), }, [861] = { [aux_sym_concatenation_repeat1] = STATE(1310), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(688), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), }, [862] = { [sym__concat] = ACTIONS(692), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_RPAREN] = ACTIONS(692), [anon_sym_PIPE_AMP] = ACTIONS(692), [anon_sym_AMP_AMP] = ACTIONS(692), [anon_sym_PIPE_PIPE] = ACTIONS(692), [sym__special_characters] = ACTIONS(692), [anon_sym_DQUOTE] = ACTIONS(692), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(692), [anon_sym_DOLLAR_LBRACE] = ACTIONS(692), [anon_sym_DOLLAR_LPAREN] = ACTIONS(692), [anon_sym_BQUOTE] = ACTIONS(692), [anon_sym_LT_LPAREN] = ACTIONS(692), [anon_sym_GT_LPAREN] = ACTIONS(692), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(694), [sym_word] = ACTIONS(694), }, [863] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(2950), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [864] = { [sym__concat] = ACTIONS(722), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_RPAREN] = ACTIONS(722), [anon_sym_PIPE_AMP] = ACTIONS(722), [anon_sym_AMP_AMP] = ACTIONS(722), [anon_sym_PIPE_PIPE] = ACTIONS(722), [sym__special_characters] = ACTIONS(722), [anon_sym_DQUOTE] = ACTIONS(722), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(722), [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), [anon_sym_BQUOTE] = ACTIONS(722), [anon_sym_LT_LPAREN] = ACTIONS(722), [anon_sym_GT_LPAREN] = ACTIONS(722), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(724), [sym_word] = ACTIONS(724), }, [865] = { [sym__concat] = ACTIONS(726), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_RPAREN] = ACTIONS(726), [anon_sym_PIPE_AMP] = ACTIONS(726), [anon_sym_AMP_AMP] = ACTIONS(726), [anon_sym_PIPE_PIPE] = ACTIONS(726), [sym__special_characters] = ACTIONS(726), [anon_sym_DQUOTE] = ACTIONS(726), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(726), [anon_sym_BQUOTE] = ACTIONS(726), [anon_sym_LT_LPAREN] = ACTIONS(726), [anon_sym_GT_LPAREN] = ACTIONS(726), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(728), [sym_word] = ACTIONS(728), }, [866] = { [sym__concat] = ACTIONS(730), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_RPAREN] = ACTIONS(730), [anon_sym_PIPE_AMP] = ACTIONS(730), [anon_sym_AMP_AMP] = ACTIONS(730), [anon_sym_PIPE_PIPE] = ACTIONS(730), [sym__special_characters] = ACTIONS(730), [anon_sym_DQUOTE] = ACTIONS(730), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(730), [anon_sym_DOLLAR_LPAREN] = ACTIONS(730), [anon_sym_BQUOTE] = ACTIONS(730), [anon_sym_LT_LPAREN] = ACTIONS(730), [anon_sym_GT_LPAREN] = ACTIONS(730), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(732), [sym_word] = ACTIONS(732), }, [867] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(2952), [sym_comment] = ACTIONS(54), }, [868] = { [sym_concatenation] = STATE(1315), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1315), [anon_sym_RBRACE] = ACTIONS(2954), [anon_sym_EQ] = ACTIONS(2956), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2958), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2960), [anon_sym_COLON] = ACTIONS(2956), [anon_sym_COLON_QMARK] = ACTIONS(2956), [anon_sym_COLON_DASH] = ACTIONS(2956), [anon_sym_PERCENT] = ACTIONS(2956), [anon_sym_DASH] = ACTIONS(2956), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [869] = { [sym_subscript] = STATE(1319), [sym_variable_name] = ACTIONS(2962), [anon_sym_DOLLAR] = ACTIONS(2964), [anon_sym_DASH] = ACTIONS(2964), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2966), [anon_sym_STAR] = ACTIONS(2964), [anon_sym_AT] = ACTIONS(2964), [anon_sym_QMARK] = ACTIONS(2964), [anon_sym_0] = ACTIONS(2968), [anon_sym__] = ACTIONS(2968), }, [870] = { [sym_concatenation] = STATE(1322), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1322), [anon_sym_RBRACE] = ACTIONS(2970), [anon_sym_EQ] = ACTIONS(2972), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2974), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2976), [anon_sym_COLON] = ACTIONS(2972), [anon_sym_COLON_QMARK] = ACTIONS(2972), [anon_sym_COLON_DASH] = ACTIONS(2972), [anon_sym_PERCENT] = ACTIONS(2972), [anon_sym_DASH] = ACTIONS(2972), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [871] = { [sym_concatenation] = STATE(1325), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1325), [anon_sym_RBRACE] = ACTIONS(2978), [anon_sym_EQ] = ACTIONS(2980), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(2982), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(2984), [anon_sym_COLON] = ACTIONS(2980), [anon_sym_COLON_QMARK] = ACTIONS(2980), [anon_sym_COLON_DASH] = ACTIONS(2980), [anon_sym_PERCENT] = ACTIONS(2980), [anon_sym_DASH] = ACTIONS(2980), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [872] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2986), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [873] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2986), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [874] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(2986), [sym_comment] = ACTIONS(54), }, [875] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(2986), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [876] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2988), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [877] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2988), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [878] = { [sym_concatenation] = STATE(878), [sym_string] = STATE(449), [sym_simple_expansion] = STATE(449), [sym_string_expansion] = STATE(449), [sym_expansion] = STATE(449), [sym_command_substitution] = STATE(449), [sym_process_substitution] = STATE(449), [aux_sym_unset_command_repeat1] = STATE(878), [anon_sym_PIPE] = ACTIONS(1561), [anon_sym_RPAREN] = ACTIONS(1590), [anon_sym_PIPE_AMP] = ACTIONS(1590), [anon_sym_AMP_AMP] = ACTIONS(1590), [anon_sym_PIPE_PIPE] = ACTIONS(1590), [sym__special_characters] = ACTIONS(2990), [anon_sym_DQUOTE] = ACTIONS(2993), [anon_sym_DOLLAR] = ACTIONS(2996), [sym_raw_string] = ACTIONS(2999), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3005), [anon_sym_BQUOTE] = ACTIONS(3008), [anon_sym_LT_LPAREN] = ACTIONS(3011), [anon_sym_GT_LPAREN] = ACTIONS(3011), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3014), [sym_word] = ACTIONS(3017), }, [879] = { [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1634), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1634), [anon_sym_LT_AMP] = ACTIONS(1634), [anon_sym_GT_AMP] = ACTIONS(1634), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1634), [anon_sym_LT_LT_LT] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1636), }, [880] = { [aux_sym_concatenation_repeat1] = STATE(880), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(3020), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1634), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1634), [anon_sym_LT_AMP] = ACTIONS(1634), [anon_sym_GT_AMP] = ACTIONS(1634), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1634), [anon_sym_LT_LT_LT] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1636), }, [881] = { [sym_file_descriptor] = ACTIONS(1683), [sym__concat] = ACTIONS(1683), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_RPAREN] = ACTIONS(1683), [anon_sym_PIPE_AMP] = ACTIONS(1683), [anon_sym_AMP_AMP] = ACTIONS(1683), [anon_sym_PIPE_PIPE] = ACTIONS(1683), [anon_sym_EQ_TILDE] = ACTIONS(1685), [anon_sym_EQ_EQ] = ACTIONS(1685), [anon_sym_LT] = ACTIONS(1685), [anon_sym_GT] = ACTIONS(1685), [anon_sym_GT_GT] = ACTIONS(1683), [anon_sym_AMP_GT] = ACTIONS(1685), [anon_sym_AMP_GT_GT] = ACTIONS(1683), [anon_sym_LT_AMP] = ACTIONS(1683), [anon_sym_GT_AMP] = ACTIONS(1683), [anon_sym_LT_LT] = ACTIONS(1685), [anon_sym_LT_LT_DASH] = ACTIONS(1683), [anon_sym_LT_LT_LT] = ACTIONS(1683), [sym__special_characters] = ACTIONS(1683), [anon_sym_DQUOTE] = ACTIONS(1683), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1683), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1683), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1683), [anon_sym_BQUOTE] = ACTIONS(1683), [anon_sym_LT_LPAREN] = ACTIONS(1683), [anon_sym_GT_LPAREN] = ACTIONS(1683), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1685), }, [882] = { [sym_concatenation] = STATE(1331), [sym_string] = STATE(1330), [sym_simple_expansion] = STATE(1330), [sym_string_expansion] = STATE(1330), [sym_expansion] = STATE(1330), [sym_command_substitution] = STATE(1330), [sym_process_substitution] = STATE(1330), [anon_sym_RBRACE] = ACTIONS(3023), [sym__special_characters] = ACTIONS(3025), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3027), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3027), }, [883] = { [sym_file_descriptor] = ACTIONS(1724), [sym__concat] = ACTIONS(1724), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_RPAREN] = ACTIONS(1724), [anon_sym_PIPE_AMP] = ACTIONS(1724), [anon_sym_AMP_AMP] = ACTIONS(1724), [anon_sym_PIPE_PIPE] = ACTIONS(1724), [anon_sym_EQ_TILDE] = ACTIONS(1726), [anon_sym_EQ_EQ] = ACTIONS(1726), [anon_sym_LT] = ACTIONS(1726), [anon_sym_GT] = ACTIONS(1726), [anon_sym_GT_GT] = ACTIONS(1724), [anon_sym_AMP_GT] = ACTIONS(1726), [anon_sym_AMP_GT_GT] = ACTIONS(1724), [anon_sym_LT_AMP] = ACTIONS(1724), [anon_sym_GT_AMP] = ACTIONS(1724), [anon_sym_LT_LT] = ACTIONS(1726), [anon_sym_LT_LT_DASH] = ACTIONS(1724), [anon_sym_LT_LT_LT] = ACTIONS(1724), [sym__special_characters] = ACTIONS(1724), [anon_sym_DQUOTE] = ACTIONS(1724), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1724), [anon_sym_BQUOTE] = ACTIONS(1724), [anon_sym_LT_LPAREN] = ACTIONS(1724), [anon_sym_GT_LPAREN] = ACTIONS(1724), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1726), }, [884] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3029), }, [885] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3031), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [886] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(3033), [sym_comment] = ACTIONS(54), }, [887] = { [sym_concatenation] = STATE(1337), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1337), [anon_sym_RBRACE] = ACTIONS(3035), [anon_sym_EQ] = ACTIONS(3037), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3039), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3041), [anon_sym_COLON] = ACTIONS(3037), [anon_sym_COLON_QMARK] = ACTIONS(3037), [anon_sym_COLON_DASH] = ACTIONS(3037), [anon_sym_PERCENT] = ACTIONS(3037), [anon_sym_DASH] = ACTIONS(3037), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [888] = { [sym_concatenation] = STATE(1340), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1340), [anon_sym_RBRACE] = ACTIONS(3043), [anon_sym_EQ] = ACTIONS(3045), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3047), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3049), [anon_sym_COLON] = ACTIONS(3045), [anon_sym_COLON_QMARK] = ACTIONS(3045), [anon_sym_COLON_DASH] = ACTIONS(3045), [anon_sym_PERCENT] = ACTIONS(3045), [anon_sym_DASH] = ACTIONS(3045), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [889] = { [sym_concatenation] = STATE(1342), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1342), [anon_sym_RBRACE] = ACTIONS(3023), [anon_sym_EQ] = ACTIONS(3051), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3053), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3055), [anon_sym_COLON] = ACTIONS(3051), [anon_sym_COLON_QMARK] = ACTIONS(3051), [anon_sym_COLON_DASH] = ACTIONS(3051), [anon_sym_PERCENT] = ACTIONS(3051), [anon_sym_DASH] = ACTIONS(3051), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [890] = { [sym_file_descriptor] = ACTIONS(1790), [sym__concat] = ACTIONS(1790), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_RPAREN] = ACTIONS(1790), [anon_sym_PIPE_AMP] = ACTIONS(1790), [anon_sym_AMP_AMP] = ACTIONS(1790), [anon_sym_PIPE_PIPE] = ACTIONS(1790), [anon_sym_EQ_TILDE] = ACTIONS(1792), [anon_sym_EQ_EQ] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1792), [anon_sym_GT] = ACTIONS(1792), [anon_sym_GT_GT] = ACTIONS(1790), [anon_sym_AMP_GT] = ACTIONS(1792), [anon_sym_AMP_GT_GT] = ACTIONS(1790), [anon_sym_LT_AMP] = ACTIONS(1790), [anon_sym_GT_AMP] = ACTIONS(1790), [anon_sym_LT_LT] = ACTIONS(1792), [anon_sym_LT_LT_DASH] = ACTIONS(1790), [anon_sym_LT_LT_LT] = ACTIONS(1790), [sym__special_characters] = ACTIONS(1790), [anon_sym_DQUOTE] = ACTIONS(1790), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1790), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1790), [anon_sym_BQUOTE] = ACTIONS(1790), [anon_sym_LT_LPAREN] = ACTIONS(1790), [anon_sym_GT_LPAREN] = ACTIONS(1790), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1792), }, [891] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3057), }, [892] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3059), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [893] = { [sym_file_descriptor] = ACTIONS(1798), [sym__concat] = ACTIONS(1798), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_PIPE_AMP] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), [anon_sym_PIPE_PIPE] = ACTIONS(1798), [anon_sym_EQ_TILDE] = ACTIONS(1800), [anon_sym_EQ_EQ] = ACTIONS(1800), [anon_sym_LT] = ACTIONS(1800), [anon_sym_GT] = ACTIONS(1800), [anon_sym_GT_GT] = ACTIONS(1798), [anon_sym_AMP_GT] = ACTIONS(1800), [anon_sym_AMP_GT_GT] = ACTIONS(1798), [anon_sym_LT_AMP] = ACTIONS(1798), [anon_sym_GT_AMP] = ACTIONS(1798), [anon_sym_LT_LT] = ACTIONS(1800), [anon_sym_LT_LT_DASH] = ACTIONS(1798), [anon_sym_LT_LT_LT] = ACTIONS(1798), [sym__special_characters] = ACTIONS(1798), [anon_sym_DQUOTE] = ACTIONS(1798), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1798), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1798), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1798), [anon_sym_BQUOTE] = ACTIONS(1798), [anon_sym_LT_LPAREN] = ACTIONS(1798), [anon_sym_GT_LPAREN] = ACTIONS(1798), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1800), }, [894] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3061), }, [895] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3023), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [896] = { [sym_file_descriptor] = ACTIONS(1936), [sym__concat] = ACTIONS(1936), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_RPAREN] = ACTIONS(1936), [anon_sym_PIPE_AMP] = ACTIONS(1936), [anon_sym_AMP_AMP] = ACTIONS(1936), [anon_sym_PIPE_PIPE] = ACTIONS(1936), [anon_sym_EQ_TILDE] = ACTIONS(1938), [anon_sym_EQ_EQ] = ACTIONS(1938), [anon_sym_LT] = ACTIONS(1938), [anon_sym_GT] = ACTIONS(1938), [anon_sym_GT_GT] = ACTIONS(1936), [anon_sym_AMP_GT] = ACTIONS(1938), [anon_sym_AMP_GT_GT] = ACTIONS(1936), [anon_sym_LT_AMP] = ACTIONS(1936), [anon_sym_GT_AMP] = ACTIONS(1936), [anon_sym_LT_LT] = ACTIONS(1938), [anon_sym_LT_LT_DASH] = ACTIONS(1936), [anon_sym_LT_LT_LT] = ACTIONS(1936), [sym__special_characters] = ACTIONS(1936), [anon_sym_DQUOTE] = ACTIONS(1936), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1936), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1936), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1936), [anon_sym_BQUOTE] = ACTIONS(1936), [anon_sym_LT_LPAREN] = ACTIONS(1936), [anon_sym_GT_LPAREN] = ACTIONS(1936), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1938), }, [897] = { [sym_file_descriptor] = ACTIONS(2000), [sym__concat] = ACTIONS(2000), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_RPAREN] = ACTIONS(2000), [anon_sym_PIPE_AMP] = ACTIONS(2000), [anon_sym_AMP_AMP] = ACTIONS(2000), [anon_sym_PIPE_PIPE] = ACTIONS(2000), [anon_sym_EQ_TILDE] = ACTIONS(2002), [anon_sym_EQ_EQ] = ACTIONS(2002), [anon_sym_LT] = ACTIONS(2002), [anon_sym_GT] = ACTIONS(2002), [anon_sym_GT_GT] = ACTIONS(2000), [anon_sym_AMP_GT] = ACTIONS(2002), [anon_sym_AMP_GT_GT] = ACTIONS(2000), [anon_sym_LT_AMP] = ACTIONS(2000), [anon_sym_GT_AMP] = ACTIONS(2000), [anon_sym_LT_LT] = ACTIONS(2002), [anon_sym_LT_LT_DASH] = ACTIONS(2000), [anon_sym_LT_LT_LT] = ACTIONS(2000), [sym__special_characters] = ACTIONS(2000), [anon_sym_DQUOTE] = ACTIONS(2000), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2000), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2000), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2000), [anon_sym_BQUOTE] = ACTIONS(2000), [anon_sym_LT_LPAREN] = ACTIONS(2000), [anon_sym_GT_LPAREN] = ACTIONS(2000), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2002), }, [898] = { [sym_compound_statement] = STATE(1346), [anon_sym_LBRACE] = ACTIONS(1836), [sym_comment] = ACTIONS(54), }, [899] = { [anon_sym_PIPE] = ACTIONS(2004), [anon_sym_RPAREN] = ACTIONS(2006), [anon_sym_PIPE_AMP] = ACTIONS(2006), [anon_sym_AMP_AMP] = ACTIONS(2006), [anon_sym_PIPE_PIPE] = ACTIONS(2006), [anon_sym_BQUOTE] = ACTIONS(2006), [sym_comment] = ACTIONS(54), }, [900] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(2004), [anon_sym_RPAREN] = ACTIONS(2006), [anon_sym_PIPE_AMP] = ACTIONS(2006), [anon_sym_AMP_AMP] = ACTIONS(2006), [anon_sym_PIPE_PIPE] = ACTIONS(2006), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [901] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2010), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(2010), [anon_sym_PIPE_PIPE] = ACTIONS(2010), [sym_comment] = ACTIONS(54), }, [902] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(2010), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(2010), [anon_sym_PIPE_PIPE] = ACTIONS(2010), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [903] = { [sym_concatenation] = STATE(1349), [sym_string] = STATE(1348), [sym_simple_expansion] = STATE(1348), [sym_string_expansion] = STATE(1348), [sym_expansion] = STATE(1348), [sym_command_substitution] = STATE(1348), [sym_process_substitution] = STATE(1348), [sym__special_characters] = ACTIONS(3063), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(3065), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3065), }, [904] = { [aux_sym_concatenation_repeat1] = STATE(457), [sym_file_descriptor] = ACTIONS(1265), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(1263), [anon_sym_RPAREN] = ACTIONS(1265), [anon_sym_PIPE_AMP] = ACTIONS(1265), [anon_sym_AMP_AMP] = ACTIONS(1265), [anon_sym_PIPE_PIPE] = ACTIONS(1265), [anon_sym_EQ_TILDE] = ACTIONS(1263), [anon_sym_EQ_EQ] = ACTIONS(1263), [anon_sym_LT] = ACTIONS(1263), [anon_sym_GT] = ACTIONS(1263), [anon_sym_GT_GT] = ACTIONS(1265), [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_LT_LT] = ACTIONS(1263), [anon_sym_LT_LT_DASH] = ACTIONS(1265), [anon_sym_LT_LT_LT] = ACTIONS(1265), [sym__special_characters] = ACTIONS(1265), [anon_sym_DQUOTE] = ACTIONS(1265), [anon_sym_DOLLAR] = ACTIONS(1263), [sym_raw_string] = ACTIONS(1265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1265), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1265), [anon_sym_BQUOTE] = ACTIONS(1265), [anon_sym_LT_LPAREN] = ACTIONS(1265), [anon_sym_GT_LPAREN] = ACTIONS(1265), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1263), }, [905] = { [aux_sym_concatenation_repeat1] = STATE(457), [sym_file_descriptor] = ACTIONS(1269), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_RPAREN] = ACTIONS(1269), [anon_sym_PIPE_AMP] = ACTIONS(1269), [anon_sym_AMP_AMP] = ACTIONS(1269), [anon_sym_PIPE_PIPE] = ACTIONS(1269), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = ACTIONS(1269), [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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1269), [anon_sym_LT_LT_LT] = ACTIONS(1269), [sym__special_characters] = ACTIONS(1269), [anon_sym_DQUOTE] = ACTIONS(1269), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1269), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), [anon_sym_BQUOTE] = ACTIONS(1269), [anon_sym_LT_LPAREN] = ACTIONS(1269), [anon_sym_GT_LPAREN] = ACTIONS(1269), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1267), }, [906] = { [sym_file_descriptor] = ACTIONS(1269), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_RPAREN] = ACTIONS(1269), [anon_sym_PIPE_AMP] = ACTIONS(1269), [anon_sym_AMP_AMP] = ACTIONS(1269), [anon_sym_PIPE_PIPE] = ACTIONS(1269), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = ACTIONS(1269), [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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1269), [anon_sym_LT_LT_LT] = ACTIONS(1269), [sym__special_characters] = ACTIONS(1269), [anon_sym_DQUOTE] = ACTIONS(1269), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1269), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), [anon_sym_BQUOTE] = ACTIONS(1269), [anon_sym_LT_LPAREN] = ACTIONS(1269), [anon_sym_GT_LPAREN] = ACTIONS(1269), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1267), }, [907] = { [aux_sym_concatenation_repeat1] = STATE(1350), [sym_file_descriptor] = ACTIONS(656), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_RPAREN] = ACTIONS(656), [anon_sym_PIPE_AMP] = ACTIONS(656), [anon_sym_AMP_AMP] = ACTIONS(656), [anon_sym_PIPE_PIPE] = ACTIONS(656), [anon_sym_LT] = ACTIONS(660), [anon_sym_GT] = ACTIONS(660), [anon_sym_GT_GT] = ACTIONS(656), [anon_sym_AMP_GT] = ACTIONS(660), [anon_sym_AMP_GT_GT] = ACTIONS(656), [anon_sym_LT_AMP] = ACTIONS(656), [anon_sym_GT_AMP] = ACTIONS(656), [anon_sym_LT_LT] = ACTIONS(660), [anon_sym_LT_LT_DASH] = ACTIONS(656), [anon_sym_LT_LT_LT] = ACTIONS(656), [sym_comment] = ACTIONS(54), }, [908] = { [aux_sym_concatenation_repeat1] = STATE(1350), [sym_file_descriptor] = ACTIONS(672), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_RPAREN] = ACTIONS(672), [anon_sym_PIPE_AMP] = ACTIONS(672), [anon_sym_AMP_AMP] = ACTIONS(672), [anon_sym_PIPE_PIPE] = ACTIONS(672), [anon_sym_LT] = ACTIONS(674), [anon_sym_GT] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(672), [anon_sym_AMP_GT] = ACTIONS(674), [anon_sym_AMP_GT_GT] = ACTIONS(672), [anon_sym_LT_AMP] = ACTIONS(672), [anon_sym_GT_AMP] = ACTIONS(672), [anon_sym_LT_LT] = ACTIONS(674), [anon_sym_LT_LT_DASH] = ACTIONS(672), [anon_sym_LT_LT_LT] = ACTIONS(672), [sym_comment] = ACTIONS(54), }, [909] = { [sym_file_descriptor] = ACTIONS(672), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_RPAREN] = ACTIONS(672), [anon_sym_PIPE_AMP] = ACTIONS(672), [anon_sym_AMP_AMP] = ACTIONS(672), [anon_sym_PIPE_PIPE] = ACTIONS(672), [anon_sym_LT] = ACTIONS(674), [anon_sym_GT] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(672), [anon_sym_AMP_GT] = ACTIONS(674), [anon_sym_AMP_GT_GT] = ACTIONS(672), [anon_sym_LT_AMP] = ACTIONS(672), [anon_sym_GT_AMP] = ACTIONS(672), [anon_sym_LT_LT] = ACTIONS(674), [anon_sym_LT_LT_DASH] = ACTIONS(672), [anon_sym_LT_LT_LT] = ACTIONS(672), [anon_sym_BQUOTE] = ACTIONS(672), [sym_comment] = ACTIONS(54), }, [910] = { [sym_file_descriptor] = ACTIONS(2016), [anon_sym_PIPE] = ACTIONS(2018), [anon_sym_RPAREN] = ACTIONS(2016), [anon_sym_PIPE_AMP] = ACTIONS(2016), [anon_sym_AMP_AMP] = ACTIONS(2016), [anon_sym_PIPE_PIPE] = ACTIONS(2016), [anon_sym_LT] = ACTIONS(2018), [anon_sym_GT] = ACTIONS(2018), [anon_sym_GT_GT] = ACTIONS(2016), [anon_sym_AMP_GT] = ACTIONS(2018), [anon_sym_AMP_GT_GT] = ACTIONS(2016), [anon_sym_LT_AMP] = ACTIONS(2016), [anon_sym_GT_AMP] = ACTIONS(2016), [anon_sym_LT_LT] = ACTIONS(2018), [anon_sym_LT_LT_DASH] = ACTIONS(2016), [anon_sym_LT_LT_LT] = ACTIONS(2016), [anon_sym_BQUOTE] = ACTIONS(2016), [sym_comment] = ACTIONS(54), }, [911] = { [sym_simple_expansion] = STATE(952), [sym_expansion] = STATE(952), [aux_sym_heredoc_repeat1] = STATE(1352), [sym__heredoc_middle] = ACTIONS(2020), [sym__heredoc_end] = ACTIONS(3067), [anon_sym_DOLLAR] = ACTIONS(2024), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2026), [sym_comment] = ACTIONS(54), }, [912] = { [sym_file_descriptor] = ACTIONS(2028), [anon_sym_PIPE] = ACTIONS(2030), [anon_sym_RPAREN] = ACTIONS(2028), [anon_sym_PIPE_AMP] = ACTIONS(2028), [anon_sym_AMP_AMP] = ACTIONS(2028), [anon_sym_PIPE_PIPE] = ACTIONS(2028), [anon_sym_LT] = ACTIONS(2030), [anon_sym_GT] = ACTIONS(2030), [anon_sym_GT_GT] = ACTIONS(2028), [anon_sym_AMP_GT] = ACTIONS(2030), [anon_sym_AMP_GT_GT] = ACTIONS(2028), [anon_sym_LT_AMP] = ACTIONS(2028), [anon_sym_GT_AMP] = ACTIONS(2028), [anon_sym_LT_LT] = ACTIONS(2030), [anon_sym_LT_LT_DASH] = ACTIONS(2028), [anon_sym_LT_LT_LT] = ACTIONS(2028), [anon_sym_BQUOTE] = ACTIONS(2028), [sym_comment] = ACTIONS(54), }, [913] = { [aux_sym_concatenation_repeat1] = STATE(1350), [sym_file_descriptor] = ACTIONS(2032), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(2034), [anon_sym_RPAREN] = ACTIONS(2032), [anon_sym_PIPE_AMP] = ACTIONS(2032), [anon_sym_AMP_AMP] = ACTIONS(2032), [anon_sym_PIPE_PIPE] = ACTIONS(2032), [anon_sym_LT] = ACTIONS(2034), [anon_sym_GT] = ACTIONS(2034), [anon_sym_GT_GT] = ACTIONS(2032), [anon_sym_AMP_GT] = ACTIONS(2034), [anon_sym_AMP_GT_GT] = ACTIONS(2032), [anon_sym_LT_AMP] = ACTIONS(2032), [anon_sym_GT_AMP] = ACTIONS(2032), [anon_sym_LT_LT] = ACTIONS(2034), [anon_sym_LT_LT_DASH] = ACTIONS(2032), [anon_sym_LT_LT_LT] = ACTIONS(2032), [sym_comment] = ACTIONS(54), }, [914] = { [aux_sym_concatenation_repeat1] = STATE(1350), [sym_file_descriptor] = ACTIONS(2036), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(2038), [anon_sym_RPAREN] = ACTIONS(2036), [anon_sym_PIPE_AMP] = ACTIONS(2036), [anon_sym_AMP_AMP] = ACTIONS(2036), [anon_sym_PIPE_PIPE] = ACTIONS(2036), [anon_sym_LT] = ACTIONS(2038), [anon_sym_GT] = ACTIONS(2038), [anon_sym_GT_GT] = ACTIONS(2036), [anon_sym_AMP_GT] = ACTIONS(2038), [anon_sym_AMP_GT_GT] = ACTIONS(2036), [anon_sym_LT_AMP] = ACTIONS(2036), [anon_sym_GT_AMP] = ACTIONS(2036), [anon_sym_LT_LT] = ACTIONS(2038), [anon_sym_LT_LT_DASH] = ACTIONS(2036), [anon_sym_LT_LT_LT] = ACTIONS(2036), [sym_comment] = ACTIONS(54), }, [915] = { [sym_file_descriptor] = ACTIONS(2036), [anon_sym_PIPE] = ACTIONS(2038), [anon_sym_RPAREN] = ACTIONS(2036), [anon_sym_PIPE_AMP] = ACTIONS(2036), [anon_sym_AMP_AMP] = ACTIONS(2036), [anon_sym_PIPE_PIPE] = ACTIONS(2036), [anon_sym_LT] = ACTIONS(2038), [anon_sym_GT] = ACTIONS(2038), [anon_sym_GT_GT] = ACTIONS(2036), [anon_sym_AMP_GT] = ACTIONS(2038), [anon_sym_AMP_GT_GT] = ACTIONS(2036), [anon_sym_LT_AMP] = ACTIONS(2036), [anon_sym_GT_AMP] = ACTIONS(2036), [anon_sym_LT_LT] = ACTIONS(2038), [anon_sym_LT_LT_DASH] = ACTIONS(2036), [anon_sym_LT_LT_LT] = ACTIONS(2036), [anon_sym_BQUOTE] = ACTIONS(2036), [sym_comment] = ACTIONS(54), }, [916] = { [sym_file_redirect] = STATE(916), [sym_heredoc_redirect] = STATE(916), [sym_herestring_redirect] = STATE(916), [aux_sym_while_statement_repeat1] = STATE(916), [sym_file_descriptor] = ACTIONS(3069), [anon_sym_PIPE] = ACTIONS(2043), [anon_sym_RPAREN] = ACTIONS(2054), [anon_sym_PIPE_AMP] = ACTIONS(2054), [anon_sym_AMP_AMP] = ACTIONS(2054), [anon_sym_PIPE_PIPE] = ACTIONS(2054), [anon_sym_LT] = ACTIONS(3072), [anon_sym_GT] = ACTIONS(3072), [anon_sym_GT_GT] = ACTIONS(3075), [anon_sym_AMP_GT] = ACTIONS(3072), [anon_sym_AMP_GT_GT] = ACTIONS(3075), [anon_sym_LT_AMP] = ACTIONS(3075), [anon_sym_GT_AMP] = ACTIONS(3075), [anon_sym_LT_LT] = ACTIONS(3078), [anon_sym_LT_LT_DASH] = ACTIONS(3081), [anon_sym_LT_LT_LT] = ACTIONS(3084), [sym_comment] = ACTIONS(54), }, [917] = { [sym_file_redirect] = STATE(916), [sym_heredoc_redirect] = STATE(916), [sym_herestring_redirect] = STATE(916), [aux_sym_while_statement_repeat1] = STATE(916), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_RPAREN] = ACTIONS(2058), [anon_sym_PIPE_AMP] = ACTIONS(2058), [anon_sym_AMP_AMP] = ACTIONS(2058), [anon_sym_PIPE_PIPE] = ACTIONS(2058), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym_comment] = ACTIONS(54), }, [918] = { [sym_concatenation] = STATE(485), [sym_string] = STATE(484), [sym_simple_expansion] = STATE(484), [sym_string_expansion] = STATE(484), [sym_expansion] = STATE(484), [sym_command_substitution] = STATE(484), [sym_process_substitution] = STATE(484), [aux_sym_command_repeat2] = STATE(918), [sym_file_descriptor] = ACTIONS(1269), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_RPAREN] = ACTIONS(1269), [anon_sym_PIPE_AMP] = ACTIONS(1269), [anon_sym_AMP_AMP] = ACTIONS(1269), [anon_sym_PIPE_PIPE] = ACTIONS(1269), [anon_sym_EQ_TILDE] = ACTIONS(3087), [anon_sym_EQ_EQ] = ACTIONS(3087), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = ACTIONS(1269), [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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1269), [anon_sym_LT_LT_LT] = ACTIONS(1269), [sym__special_characters] = ACTIONS(3090), [anon_sym_DQUOTE] = ACTIONS(3093), [anon_sym_DOLLAR] = ACTIONS(3096), [sym_raw_string] = ACTIONS(3099), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3102), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3105), [anon_sym_BQUOTE] = ACTIONS(3108), [anon_sym_LT_LPAREN] = ACTIONS(3111), [anon_sym_GT_LPAREN] = ACTIONS(3111), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3114), }, [919] = { [sym_file_redirect] = STATE(1353), [sym_heredoc_redirect] = STATE(1353), [sym_herestring_redirect] = STATE(1353), [sym_concatenation] = STATE(485), [sym_string] = STATE(484), [sym_simple_expansion] = STATE(484), [sym_string_expansion] = STATE(484), [sym_expansion] = STATE(484), [sym_command_substitution] = STATE(484), [sym_process_substitution] = STATE(484), [aux_sym_while_statement_repeat1] = STATE(1353), [aux_sym_command_repeat2] = STATE(918), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_RPAREN] = ACTIONS(2058), [anon_sym_PIPE_AMP] = ACTIONS(2058), [anon_sym_AMP_AMP] = ACTIONS(2058), [anon_sym_PIPE_PIPE] = ACTIONS(2058), [anon_sym_EQ_TILDE] = ACTIONS(874), [anon_sym_EQ_EQ] = ACTIONS(874), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym__special_characters] = ACTIONS(886), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(888), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(890), }, [920] = { [aux_sym_concatenation_repeat1] = STATE(1354), [sym_file_descriptor] = ACTIONS(1101), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(1101), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_PIPE_AMP] = ACTIONS(1101), [anon_sym_AMP_AMP] = ACTIONS(1101), [anon_sym_PIPE_PIPE] = ACTIONS(1101), [anon_sym_LT] = ACTIONS(1105), [anon_sym_GT] = ACTIONS(1105), [anon_sym_GT_GT] = ACTIONS(1101), [anon_sym_AMP_GT] = ACTIONS(1105), [anon_sym_AMP_GT_GT] = ACTIONS(1101), [anon_sym_LT_AMP] = ACTIONS(1101), [anon_sym_GT_AMP] = ACTIONS(1101), [sym__special_characters] = ACTIONS(1101), [anon_sym_DQUOTE] = ACTIONS(1101), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1101), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), [anon_sym_BQUOTE] = ACTIONS(1101), [anon_sym_LT_LPAREN] = ACTIONS(1101), [anon_sym_GT_LPAREN] = ACTIONS(1101), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1101), }, [921] = { [aux_sym_concatenation_repeat1] = STATE(1354), [sym_file_descriptor] = ACTIONS(1079), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1079), [anon_sym_AMP_AMP] = ACTIONS(1079), [anon_sym_PIPE_PIPE] = ACTIONS(1079), [anon_sym_LT] = ACTIONS(1081), [anon_sym_GT] = ACTIONS(1081), [anon_sym_GT_GT] = ACTIONS(1079), [anon_sym_AMP_GT] = ACTIONS(1081), [anon_sym_AMP_GT_GT] = ACTIONS(1079), [anon_sym_LT_AMP] = ACTIONS(1079), [anon_sym_GT_AMP] = ACTIONS(1079), [sym__special_characters] = ACTIONS(1079), [anon_sym_DQUOTE] = ACTIONS(1079), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1079), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1079), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1079), [anon_sym_BQUOTE] = ACTIONS(1079), [anon_sym_LT_LPAREN] = ACTIONS(1079), [anon_sym_GT_LPAREN] = ACTIONS(1079), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1079), }, [922] = { [sym_file_redirect] = STATE(1355), [sym_heredoc_redirect] = STATE(1355), [sym_herestring_redirect] = STATE(1355), [aux_sym_while_statement_repeat1] = STATE(1355), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(1147), [anon_sym_PIPE_AMP] = ACTIONS(1149), [anon_sym_AMP_AMP] = ACTIONS(1149), [anon_sym_PIPE_PIPE] = ACTIONS(1149), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [anon_sym_BQUOTE] = ACTIONS(1149), [sym_comment] = ACTIONS(54), }, [923] = { [anon_sym_RPAREN] = ACTIONS(3117), [sym_comment] = ACTIONS(54), }, [924] = { [sym_file_redirect] = STATE(1282), [sym_file_descriptor] = ACTIONS(3119), [anon_sym_PIPE] = ACTIONS(1217), [anon_sym_PIPE_AMP] = ACTIONS(1221), [anon_sym_AMP_AMP] = ACTIONS(1221), [anon_sym_PIPE_PIPE] = ACTIONS(1221), [anon_sym_LT] = ACTIONS(3121), [anon_sym_GT] = ACTIONS(3121), [anon_sym_GT_GT] = ACTIONS(3123), [anon_sym_AMP_GT] = ACTIONS(3121), [anon_sym_AMP_GT_GT] = ACTIONS(3123), [anon_sym_LT_AMP] = ACTIONS(3123), [anon_sym_GT_AMP] = ACTIONS(3123), [anon_sym_BQUOTE] = ACTIONS(1221), [sym_comment] = ACTIONS(54), }, [925] = { [sym_file_redirect] = STATE(1359), [sym_heredoc_redirect] = STATE(1359), [sym_herestring_redirect] = STATE(1359), [aux_sym_while_statement_repeat1] = STATE(1359), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(1313), [anon_sym_PIPE_AMP] = ACTIONS(1315), [anon_sym_AMP_AMP] = ACTIONS(1315), [anon_sym_PIPE_PIPE] = ACTIONS(1315), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [anon_sym_BQUOTE] = ACTIONS(1315), [sym_comment] = ACTIONS(54), }, [926] = { [sym_concatenation] = STATE(1286), [sym_string] = STATE(1361), [sym_array] = STATE(1286), [sym_simple_expansion] = STATE(1361), [sym_string_expansion] = STATE(1361), [sym_expansion] = STATE(1361), [sym_command_substitution] = STATE(1361), [sym_process_substitution] = STATE(1361), [sym__empty_value] = ACTIONS(2865), [anon_sym_LPAREN] = ACTIONS(2867), [sym__special_characters] = ACTIONS(3125), [anon_sym_DQUOTE] = ACTIONS(802), [anon_sym_DOLLAR] = ACTIONS(804), [sym_raw_string] = ACTIONS(3127), [anon_sym_DOLLAR_LBRACE] = ACTIONS(808), [anon_sym_DOLLAR_LPAREN] = ACTIONS(810), [anon_sym_BQUOTE] = ACTIONS(812), [anon_sym_LT_LPAREN] = ACTIONS(814), [anon_sym_GT_LPAREN] = ACTIONS(814), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3127), }, [927] = { [aux_sym_concatenation_repeat1] = STATE(1362), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(688), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), }, [928] = { [sym_variable_assignment] = STATE(928), [sym_subscript] = STATE(497), [sym_concatenation] = STATE(928), [sym_string] = STATE(496), [sym_simple_expansion] = STATE(496), [sym_string_expansion] = STATE(496), [sym_expansion] = STATE(496), [sym_command_substitution] = STATE(496), [sym_process_substitution] = STATE(496), [aux_sym_declaration_command_repeat1] = STATE(928), [sym_variable_name] = ACTIONS(3129), [anon_sym_PIPE] = ACTIONS(1480), [anon_sym_PIPE_AMP] = ACTIONS(1509), [anon_sym_AMP_AMP] = ACTIONS(1509), [anon_sym_PIPE_PIPE] = ACTIONS(1509), [sym__special_characters] = ACTIONS(3132), [anon_sym_DQUOTE] = ACTIONS(2921), [anon_sym_DOLLAR] = ACTIONS(2924), [sym_raw_string] = ACTIONS(3135), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2930), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2933), [anon_sym_BQUOTE] = ACTIONS(2936), [anon_sym_LT_LPAREN] = ACTIONS(2939), [anon_sym_GT_LPAREN] = ACTIONS(2939), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2942), [sym_word] = ACTIONS(3138), }, [929] = { [aux_sym_concatenation_repeat1] = STATE(1363), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), }, [930] = { [sym_concatenation] = STATE(930), [sym_string] = STATE(500), [sym_simple_expansion] = STATE(500), [sym_string_expansion] = STATE(500), [sym_expansion] = STATE(500), [sym_command_substitution] = STATE(500), [sym_process_substitution] = STATE(500), [aux_sym_unset_command_repeat1] = STATE(930), [anon_sym_PIPE] = ACTIONS(1561), [anon_sym_PIPE_AMP] = ACTIONS(1590), [anon_sym_AMP_AMP] = ACTIONS(1590), [anon_sym_PIPE_PIPE] = ACTIONS(1590), [sym__special_characters] = ACTIONS(3141), [anon_sym_DQUOTE] = ACTIONS(2993), [anon_sym_DOLLAR] = ACTIONS(2996), [sym_raw_string] = ACTIONS(3144), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3005), [anon_sym_BQUOTE] = ACTIONS(3008), [anon_sym_LT_LPAREN] = ACTIONS(3011), [anon_sym_GT_LPAREN] = ACTIONS(3011), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3014), [sym_word] = ACTIONS(3147), }, [931] = { [aux_sym_concatenation_repeat1] = STATE(931), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(3020), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1634), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1634), [anon_sym_LT_AMP] = ACTIONS(1634), [anon_sym_GT_AMP] = ACTIONS(1634), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1634), [anon_sym_LT_LT_LT] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1636), }, [932] = { [sym_compound_statement] = STATE(1364), [anon_sym_LBRACE] = ACTIONS(1836), [sym_comment] = ACTIONS(54), }, [933] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(2004), [anon_sym_PIPE_AMP] = ACTIONS(2006), [anon_sym_AMP_AMP] = ACTIONS(2006), [anon_sym_PIPE_PIPE] = ACTIONS(2006), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(2006), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [934] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(2010), [anon_sym_PIPE_PIPE] = ACTIONS(2010), [anon_sym_BQUOTE] = ACTIONS(2010), [sym_comment] = ACTIONS(54), }, [935] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(2010), [anon_sym_PIPE_PIPE] = ACTIONS(2010), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [936] = { [sym_concatenation] = STATE(1349), [sym_string] = STATE(1366), [sym_simple_expansion] = STATE(1366), [sym_string_expansion] = STATE(1366), [sym_expansion] = STATE(1366), [sym_command_substitution] = STATE(1366), [sym_process_substitution] = STATE(1366), [sym__special_characters] = ACTIONS(3150), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(3152), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3152), }, [937] = { [aux_sym_concatenation_repeat1] = STATE(502), [sym_file_descriptor] = ACTIONS(1265), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(1263), [anon_sym_PIPE_AMP] = ACTIONS(1265), [anon_sym_AMP_AMP] = ACTIONS(1265), [anon_sym_PIPE_PIPE] = ACTIONS(1265), [anon_sym_EQ_TILDE] = ACTIONS(1263), [anon_sym_EQ_EQ] = ACTIONS(1263), [anon_sym_LT] = ACTIONS(1263), [anon_sym_GT] = ACTIONS(1263), [anon_sym_GT_GT] = ACTIONS(1265), [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_LT_LT] = ACTIONS(1263), [anon_sym_LT_LT_DASH] = ACTIONS(1265), [anon_sym_LT_LT_LT] = ACTIONS(1265), [sym__special_characters] = ACTIONS(1265), [anon_sym_DQUOTE] = ACTIONS(1265), [anon_sym_DOLLAR] = ACTIONS(1263), [sym_raw_string] = ACTIONS(1265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1265), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1265), [anon_sym_BQUOTE] = ACTIONS(1265), [anon_sym_LT_LPAREN] = ACTIONS(1265), [anon_sym_GT_LPAREN] = ACTIONS(1265), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1263), }, [938] = { [aux_sym_concatenation_repeat1] = STATE(502), [sym_file_descriptor] = ACTIONS(1269), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1269), [anon_sym_AMP_AMP] = ACTIONS(1269), [anon_sym_PIPE_PIPE] = ACTIONS(1269), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = ACTIONS(1269), [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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1269), [anon_sym_LT_LT_LT] = ACTIONS(1269), [sym__special_characters] = ACTIONS(1269), [anon_sym_DQUOTE] = ACTIONS(1269), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1269), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1269), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1269), [anon_sym_BQUOTE] = ACTIONS(1269), [anon_sym_LT_LPAREN] = ACTIONS(1269), [anon_sym_GT_LPAREN] = ACTIONS(1269), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1267), }, [939] = { [aux_sym_concatenation_repeat1] = STATE(1367), [sym_file_descriptor] = ACTIONS(656), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_PIPE_AMP] = ACTIONS(656), [anon_sym_AMP_AMP] = ACTIONS(656), [anon_sym_PIPE_PIPE] = ACTIONS(656), [anon_sym_LT] = ACTIONS(660), [anon_sym_GT] = ACTIONS(660), [anon_sym_GT_GT] = ACTIONS(656), [anon_sym_AMP_GT] = ACTIONS(660), [anon_sym_AMP_GT_GT] = ACTIONS(656), [anon_sym_LT_AMP] = ACTIONS(656), [anon_sym_GT_AMP] = ACTIONS(656), [anon_sym_LT_LT] = ACTIONS(660), [anon_sym_LT_LT_DASH] = ACTIONS(656), [anon_sym_LT_LT_LT] = ACTIONS(656), [anon_sym_BQUOTE] = ACTIONS(656), [sym_comment] = ACTIONS(54), }, [940] = { [aux_sym_concatenation_repeat1] = STATE(1367), [sym_file_descriptor] = ACTIONS(672), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(672), [anon_sym_AMP_AMP] = ACTIONS(672), [anon_sym_PIPE_PIPE] = ACTIONS(672), [anon_sym_LT] = ACTIONS(674), [anon_sym_GT] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(672), [anon_sym_AMP_GT] = ACTIONS(674), [anon_sym_AMP_GT_GT] = ACTIONS(672), [anon_sym_LT_AMP] = ACTIONS(672), [anon_sym_GT_AMP] = ACTIONS(672), [anon_sym_LT_LT] = ACTIONS(674), [anon_sym_LT_LT_DASH] = ACTIONS(672), [anon_sym_LT_LT_LT] = ACTIONS(672), [anon_sym_BQUOTE] = ACTIONS(672), [sym_comment] = ACTIONS(54), }, [941] = { [aux_sym_concatenation_repeat1] = STATE(1367), [sym_file_descriptor] = ACTIONS(2032), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(2034), [anon_sym_PIPE_AMP] = ACTIONS(2032), [anon_sym_AMP_AMP] = ACTIONS(2032), [anon_sym_PIPE_PIPE] = ACTIONS(2032), [anon_sym_LT] = ACTIONS(2034), [anon_sym_GT] = ACTIONS(2034), [anon_sym_GT_GT] = ACTIONS(2032), [anon_sym_AMP_GT] = ACTIONS(2034), [anon_sym_AMP_GT_GT] = ACTIONS(2032), [anon_sym_LT_AMP] = ACTIONS(2032), [anon_sym_GT_AMP] = ACTIONS(2032), [anon_sym_LT_LT] = ACTIONS(2034), [anon_sym_LT_LT_DASH] = ACTIONS(2032), [anon_sym_LT_LT_LT] = ACTIONS(2032), [anon_sym_BQUOTE] = ACTIONS(2032), [sym_comment] = ACTIONS(54), }, [942] = { [aux_sym_concatenation_repeat1] = STATE(1367), [sym_file_descriptor] = ACTIONS(2036), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(2038), [anon_sym_PIPE_AMP] = ACTIONS(2036), [anon_sym_AMP_AMP] = ACTIONS(2036), [anon_sym_PIPE_PIPE] = ACTIONS(2036), [anon_sym_LT] = ACTIONS(2038), [anon_sym_GT] = ACTIONS(2038), [anon_sym_GT_GT] = ACTIONS(2036), [anon_sym_AMP_GT] = ACTIONS(2038), [anon_sym_AMP_GT_GT] = ACTIONS(2036), [anon_sym_LT_AMP] = ACTIONS(2036), [anon_sym_GT_AMP] = ACTIONS(2036), [anon_sym_LT_LT] = ACTIONS(2038), [anon_sym_LT_LT_DASH] = ACTIONS(2036), [anon_sym_LT_LT_LT] = ACTIONS(2036), [anon_sym_BQUOTE] = ACTIONS(2036), [sym_comment] = ACTIONS(54), }, [943] = { [sym_file_redirect] = STATE(943), [sym_heredoc_redirect] = STATE(943), [sym_herestring_redirect] = STATE(943), [aux_sym_while_statement_repeat1] = STATE(943), [sym_file_descriptor] = ACTIONS(3154), [anon_sym_PIPE] = ACTIONS(2043), [anon_sym_PIPE_AMP] = ACTIONS(2054), [anon_sym_AMP_AMP] = ACTIONS(2054), [anon_sym_PIPE_PIPE] = ACTIONS(2054), [anon_sym_LT] = ACTIONS(3157), [anon_sym_GT] = ACTIONS(3157), [anon_sym_GT_GT] = ACTIONS(3160), [anon_sym_AMP_GT] = ACTIONS(3157), [anon_sym_AMP_GT_GT] = ACTIONS(3160), [anon_sym_LT_AMP] = ACTIONS(3160), [anon_sym_GT_AMP] = ACTIONS(3160), [anon_sym_LT_LT] = ACTIONS(3078), [anon_sym_LT_LT_DASH] = ACTIONS(3081), [anon_sym_LT_LT_LT] = ACTIONS(3163), [anon_sym_BQUOTE] = ACTIONS(2054), [sym_comment] = ACTIONS(54), }, [944] = { [sym_file_redirect] = STATE(943), [sym_heredoc_redirect] = STATE(943), [sym_herestring_redirect] = STATE(943), [aux_sym_while_statement_repeat1] = STATE(943), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_PIPE_AMP] = ACTIONS(2058), [anon_sym_AMP_AMP] = ACTIONS(2058), [anon_sym_PIPE_PIPE] = ACTIONS(2058), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [anon_sym_BQUOTE] = ACTIONS(2058), [sym_comment] = ACTIONS(54), }, [945] = { [sym_concatenation] = STATE(485), [sym_string] = STATE(511), [sym_simple_expansion] = STATE(511), [sym_string_expansion] = STATE(511), [sym_expansion] = STATE(511), [sym_command_substitution] = STATE(511), [sym_process_substitution] = STATE(511), [aux_sym_command_repeat2] = STATE(945), [sym_file_descriptor] = ACTIONS(1269), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1269), [anon_sym_AMP_AMP] = ACTIONS(1269), [anon_sym_PIPE_PIPE] = ACTIONS(1269), [anon_sym_EQ_TILDE] = ACTIONS(3166), [anon_sym_EQ_EQ] = ACTIONS(3166), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = ACTIONS(1269), [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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1269), [anon_sym_LT_LT_LT] = ACTIONS(1269), [sym__special_characters] = ACTIONS(3169), [anon_sym_DQUOTE] = ACTIONS(3093), [anon_sym_DOLLAR] = ACTIONS(3096), [sym_raw_string] = ACTIONS(3172), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3102), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3105), [anon_sym_BQUOTE] = ACTIONS(3108), [anon_sym_LT_LPAREN] = ACTIONS(3111), [anon_sym_GT_LPAREN] = ACTIONS(3111), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3175), }, [946] = { [sym_file_redirect] = STATE(1368), [sym_heredoc_redirect] = STATE(1368), [sym_herestring_redirect] = STATE(1368), [sym_concatenation] = STATE(485), [sym_string] = STATE(511), [sym_simple_expansion] = STATE(511), [sym_string_expansion] = STATE(511), [sym_expansion] = STATE(511), [sym_command_substitution] = STATE(511), [sym_process_substitution] = STATE(511), [aux_sym_while_statement_repeat1] = STATE(1368), [aux_sym_command_repeat2] = STATE(945), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_PIPE_AMP] = ACTIONS(2058), [anon_sym_AMP_AMP] = ACTIONS(2058), [anon_sym_PIPE_PIPE] = ACTIONS(2058), [anon_sym_EQ_TILDE] = ACTIONS(922), [anon_sym_EQ_EQ] = ACTIONS(922), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [sym__special_characters] = ACTIONS(930), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(932), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(2058), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(934), }, [947] = { [sym_file_redirect] = STATE(1369), [sym_file_descriptor] = ACTIONS(1215), [anon_sym_PIPE] = ACTIONS(2340), [anon_sym_SEMI_SEMI] = ACTIONS(2340), [anon_sym_PIPE_AMP] = ACTIONS(2340), [anon_sym_AMP_AMP] = ACTIONS(2340), [anon_sym_PIPE_PIPE] = ACTIONS(2340), [anon_sym_LT] = ACTIONS(1219), [anon_sym_GT] = ACTIONS(1219), [anon_sym_GT_GT] = 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), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2340), [anon_sym_LF] = ACTIONS(2342), [anon_sym_AMP] = ACTIONS(2340), }, [948] = { [aux_sym_concatenation_repeat1] = STATE(951), [sym_file_descriptor] = ACTIONS(1061), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_SEMI_SEMI] = ACTIONS(1063), [anon_sym_PIPE_AMP] = ACTIONS(1063), [anon_sym_AMP_AMP] = ACTIONS(1063), [anon_sym_PIPE_PIPE] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(1063), [anon_sym_GT] = ACTIONS(1063), [anon_sym_GT_GT] = ACTIONS(1063), [anon_sym_AMP_GT] = ACTIONS(1063), [anon_sym_AMP_GT_GT] = ACTIONS(1063), [anon_sym_LT_AMP] = ACTIONS(1063), [anon_sym_GT_AMP] = ACTIONS(1063), [anon_sym_LT_LT] = ACTIONS(1063), [anon_sym_LT_LT_DASH] = ACTIONS(1063), [anon_sym_LT_LT_LT] = ACTIONS(1063), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1063), [anon_sym_LF] = ACTIONS(1061), [anon_sym_AMP] = ACTIONS(1063), }, [949] = { [aux_sym_concatenation_repeat1] = STATE(951), [sym_file_descriptor] = ACTIONS(1065), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_SEMI_SEMI] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1067), [anon_sym_AMP_AMP] = ACTIONS(1067), [anon_sym_PIPE_PIPE] = ACTIONS(1067), [anon_sym_LT] = ACTIONS(1067), [anon_sym_GT] = ACTIONS(1067), [anon_sym_GT_GT] = ACTIONS(1067), [anon_sym_AMP_GT] = ACTIONS(1067), [anon_sym_AMP_GT_GT] = ACTIONS(1067), [anon_sym_LT_AMP] = ACTIONS(1067), [anon_sym_GT_AMP] = ACTIONS(1067), [anon_sym_LT_LT] = ACTIONS(1067), [anon_sym_LT_LT_DASH] = ACTIONS(1067), [anon_sym_LT_LT_LT] = ACTIONS(1067), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1067), [anon_sym_LF] = ACTIONS(1065), [anon_sym_AMP] = ACTIONS(1067), }, [950] = { [sym_file_descriptor] = ACTIONS(1065), [anon_sym_esac] = ACTIONS(1067), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_RPAREN] = ACTIONS(1067), [anon_sym_SEMI_SEMI] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1067), [anon_sym_AMP_AMP] = ACTIONS(1067), [anon_sym_PIPE_PIPE] = ACTIONS(1067), [anon_sym_LT] = ACTIONS(1067), [anon_sym_GT] = ACTIONS(1067), [anon_sym_GT_GT] = ACTIONS(1067), [anon_sym_AMP_GT] = ACTIONS(1067), [anon_sym_AMP_GT_GT] = ACTIONS(1067), [anon_sym_LT_AMP] = ACTIONS(1067), [anon_sym_GT_AMP] = ACTIONS(1067), [anon_sym_LT_LT] = ACTIONS(1067), [anon_sym_LT_LT_DASH] = ACTIONS(1067), [anon_sym_LT_LT_LT] = ACTIONS(1067), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1067), [anon_sym_LF] = ACTIONS(1065), [anon_sym_AMP] = ACTIONS(1067), }, [951] = { [aux_sym_concatenation_repeat1] = STATE(1370), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(690), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(690), [anon_sym_LT_AMP] = ACTIONS(690), [anon_sym_GT_AMP] = ACTIONS(690), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(690), [anon_sym_LT_LT_LT] = ACTIONS(690), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [952] = { [sym__heredoc_middle] = ACTIONS(3178), [sym__heredoc_end] = ACTIONS(3178), [anon_sym_DOLLAR] = ACTIONS(3180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3178), [sym_comment] = ACTIONS(54), }, [953] = { [sym_file_descriptor] = ACTIONS(3182), [anon_sym_esac] = ACTIONS(3184), [anon_sym_PIPE] = ACTIONS(3184), [anon_sym_RPAREN] = ACTIONS(3184), [anon_sym_SEMI_SEMI] = ACTIONS(3184), [anon_sym_PIPE_AMP] = ACTIONS(3184), [anon_sym_AMP_AMP] = ACTIONS(3184), [anon_sym_PIPE_PIPE] = ACTIONS(3184), [anon_sym_LT] = ACTIONS(3184), [anon_sym_GT] = ACTIONS(3184), [anon_sym_GT_GT] = ACTIONS(3184), [anon_sym_AMP_GT] = ACTIONS(3184), [anon_sym_AMP_GT_GT] = ACTIONS(3184), [anon_sym_LT_AMP] = ACTIONS(3184), [anon_sym_GT_AMP] = ACTIONS(3184), [anon_sym_LT_LT] = ACTIONS(3184), [anon_sym_LT_LT_DASH] = ACTIONS(3184), [anon_sym_LT_LT_LT] = ACTIONS(3184), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3184), [anon_sym_LF] = ACTIONS(3182), [anon_sym_AMP] = ACTIONS(3184), }, [954] = { [anon_sym_DOLLAR] = ACTIONS(3186), [anon_sym_POUND] = ACTIONS(3186), [anon_sym_DASH] = ACTIONS(3186), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3188), [anon_sym_STAR] = ACTIONS(3186), [anon_sym_AT] = ACTIONS(3186), [anon_sym_QMARK] = ACTIONS(3186), [anon_sym_0] = ACTIONS(3190), [anon_sym__] = ACTIONS(3190), }, [955] = { [sym_subscript] = STATE(1377), [sym_variable_name] = ACTIONS(3192), [anon_sym_DOLLAR] = ACTIONS(3194), [anon_sym_POUND] = ACTIONS(3196), [anon_sym_DASH] = ACTIONS(3194), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3198), [anon_sym_STAR] = ACTIONS(3194), [anon_sym_AT] = ACTIONS(3194), [anon_sym_QMARK] = ACTIONS(3194), [anon_sym_0] = ACTIONS(3200), [anon_sym__] = ACTIONS(3200), }, [956] = { [sym_simple_expansion] = STATE(952), [sym_expansion] = STATE(952), [aux_sym_heredoc_repeat1] = STATE(1379), [sym__heredoc_middle] = ACTIONS(2020), [sym__heredoc_end] = ACTIONS(3202), [anon_sym_DOLLAR] = ACTIONS(2024), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2026), [sym_comment] = ACTIONS(54), }, [957] = { [aux_sym_concatenation_repeat1] = STATE(363), [sym_file_descriptor] = ACTIONS(1101), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(1101), [anon_sym_LT] = ACTIONS(1105), [anon_sym_GT] = ACTIONS(1105), [anon_sym_GT_GT] = ACTIONS(1101), [anon_sym_AMP_GT] = ACTIONS(1105), [anon_sym_AMP_GT_GT] = ACTIONS(1101), [anon_sym_LT_AMP] = ACTIONS(1101), [anon_sym_GT_AMP] = ACTIONS(1101), [sym__special_characters] = ACTIONS(1101), [anon_sym_DQUOTE] = ACTIONS(1101), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1101), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), [anon_sym_BQUOTE] = ACTIONS(1101), [anon_sym_LT_LPAREN] = ACTIONS(1101), [anon_sym_GT_LPAREN] = ACTIONS(1101), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1101), }, [958] = { [aux_sym_concatenation_repeat1] = STATE(363), [sym_file_descriptor] = ACTIONS(1079), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(1079), [anon_sym_LT] = ACTIONS(1081), [anon_sym_GT] = ACTIONS(1081), [anon_sym_GT_GT] = ACTIONS(1079), [anon_sym_AMP_GT] = ACTIONS(1081), [anon_sym_AMP_GT_GT] = ACTIONS(1079), [anon_sym_LT_AMP] = ACTIONS(1079), [anon_sym_GT_AMP] = ACTIONS(1079), [sym__special_characters] = ACTIONS(1079), [anon_sym_DQUOTE] = ACTIONS(1079), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1079), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1079), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1079), [anon_sym_BQUOTE] = ACTIONS(1079), [anon_sym_LT_LPAREN] = ACTIONS(1079), [anon_sym_GT_LPAREN] = ACTIONS(1079), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1079), }, [959] = { [sym_file_redirect] = STATE(534), [sym_heredoc_redirect] = STATE(534), [sym_herestring_redirect] = STATE(534), [aux_sym_while_statement_repeat1] = STATE(534), [sym_file_descriptor] = ACTIONS(322), [anon_sym_PIPE] = ACTIONS(3204), [anon_sym_SEMI_SEMI] = ACTIONS(3204), [anon_sym_PIPE_AMP] = ACTIONS(3204), [anon_sym_AMP_AMP] = ACTIONS(3204), [anon_sym_PIPE_PIPE] = ACTIONS(3204), [anon_sym_LT] = ACTIONS(328), [anon_sym_GT] = ACTIONS(328), [anon_sym_GT_GT] = ACTIONS(328), [anon_sym_AMP_GT] = ACTIONS(328), [anon_sym_AMP_GT_GT] = ACTIONS(328), [anon_sym_LT_AMP] = ACTIONS(328), [anon_sym_GT_AMP] = ACTIONS(328), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(332), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3204), [anon_sym_LF] = ACTIONS(3206), [anon_sym_AMP] = ACTIONS(3204), }, [960] = { [sym__concat] = ACTIONS(3208), [anon_sym_EQ] = ACTIONS(3210), [anon_sym_PLUS_EQ] = ACTIONS(3210), [sym_comment] = ACTIONS(54), }, [961] = { [anon_sym_EQ] = ACTIONS(3210), [anon_sym_PLUS_EQ] = ACTIONS(3210), [sym_comment] = ACTIONS(54), }, [962] = { [aux_sym_concatenation_repeat1] = STATE(962), [sym__concat] = ACTIONS(2397), [anon_sym_RBRACK] = ACTIONS(1634), [sym_comment] = ACTIONS(54), }, [963] = { [sym__concat] = ACTIONS(3212), [anon_sym_EQ] = ACTIONS(3214), [anon_sym_PLUS_EQ] = ACTIONS(3214), [sym_comment] = ACTIONS(54), }, [964] = { [anon_sym_EQ] = ACTIONS(3214), [anon_sym_PLUS_EQ] = ACTIONS(3214), [sym_comment] = ACTIONS(54), }, [965] = { [sym_string] = STATE(1382), [sym_simple_expansion] = STATE(1382), [sym_string_expansion] = STATE(1382), [sym_expansion] = STATE(1382), [sym_command_substitution] = STATE(1382), [sym_process_substitution] = STATE(1382), [sym__special_characters] = ACTIONS(3216), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(3216), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3216), }, [966] = { [aux_sym_concatenation_repeat1] = STATE(1383), [sym__concat] = ACTIONS(2109), [anon_sym_RPAREN] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(688), }, [967] = { [sym__concat] = ACTIONS(692), [anon_sym_RPAREN] = ACTIONS(692), [sym__special_characters] = ACTIONS(692), [anon_sym_DQUOTE] = ACTIONS(692), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(692), [anon_sym_DOLLAR_LBRACE] = ACTIONS(692), [anon_sym_DOLLAR_LPAREN] = ACTIONS(692), [anon_sym_BQUOTE] = ACTIONS(692), [anon_sym_LT_LPAREN] = ACTIONS(692), [anon_sym_GT_LPAREN] = ACTIONS(692), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(692), }, [968] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(3218), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [969] = { [sym__concat] = ACTIONS(722), [anon_sym_RPAREN] = ACTIONS(722), [sym__special_characters] = ACTIONS(722), [anon_sym_DQUOTE] = ACTIONS(722), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(722), [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), [anon_sym_DOLLAR_LPAREN] = ACTIONS(722), [anon_sym_BQUOTE] = ACTIONS(722), [anon_sym_LT_LPAREN] = ACTIONS(722), [anon_sym_GT_LPAREN] = ACTIONS(722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(722), }, [970] = { [sym__concat] = ACTIONS(726), [anon_sym_RPAREN] = ACTIONS(726), [sym__special_characters] = ACTIONS(726), [anon_sym_DQUOTE] = ACTIONS(726), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(726), [anon_sym_BQUOTE] = ACTIONS(726), [anon_sym_LT_LPAREN] = ACTIONS(726), [anon_sym_GT_LPAREN] = ACTIONS(726), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(726), }, [971] = { [sym__concat] = ACTIONS(730), [anon_sym_RPAREN] = ACTIONS(730), [sym__special_characters] = ACTIONS(730), [anon_sym_DQUOTE] = ACTIONS(730), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(730), [anon_sym_DOLLAR_LPAREN] = ACTIONS(730), [anon_sym_BQUOTE] = ACTIONS(730), [anon_sym_LT_LPAREN] = ACTIONS(730), [anon_sym_GT_LPAREN] = ACTIONS(730), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(730), }, [972] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(3220), [sym_comment] = ACTIONS(54), }, [973] = { [sym_concatenation] = STATE(1388), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1388), [anon_sym_RBRACE] = ACTIONS(3222), [anon_sym_EQ] = ACTIONS(3224), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3226), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3228), [anon_sym_COLON] = ACTIONS(3224), [anon_sym_COLON_QMARK] = ACTIONS(3224), [anon_sym_COLON_DASH] = ACTIONS(3224), [anon_sym_PERCENT] = ACTIONS(3224), [anon_sym_DASH] = ACTIONS(3224), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [974] = { [sym_subscript] = STATE(1392), [sym_variable_name] = ACTIONS(3230), [anon_sym_DOLLAR] = ACTIONS(3232), [anon_sym_DASH] = ACTIONS(3232), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3234), [anon_sym_STAR] = ACTIONS(3232), [anon_sym_AT] = ACTIONS(3232), [anon_sym_QMARK] = ACTIONS(3232), [anon_sym_0] = ACTIONS(3236), [anon_sym__] = ACTIONS(3236), }, [975] = { [sym_concatenation] = STATE(1395), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1395), [anon_sym_RBRACE] = ACTIONS(3238), [anon_sym_EQ] = ACTIONS(3240), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3242), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3244), [anon_sym_COLON] = ACTIONS(3240), [anon_sym_COLON_QMARK] = ACTIONS(3240), [anon_sym_COLON_DASH] = ACTIONS(3240), [anon_sym_PERCENT] = ACTIONS(3240), [anon_sym_DASH] = ACTIONS(3240), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [976] = { [sym_concatenation] = STATE(1398), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1398), [anon_sym_RBRACE] = ACTIONS(3246), [anon_sym_EQ] = ACTIONS(3248), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3250), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3252), [anon_sym_COLON] = ACTIONS(3248), [anon_sym_COLON_QMARK] = ACTIONS(3248), [anon_sym_COLON_DASH] = ACTIONS(3248), [anon_sym_PERCENT] = ACTIONS(3248), [anon_sym_DASH] = ACTIONS(3248), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [977] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3254), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [978] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3254), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [979] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(3254), [sym_comment] = ACTIONS(54), }, [980] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(3254), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [981] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3256), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [982] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3256), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [983] = { [sym_file_descriptor] = ACTIONS(3258), [sym_variable_name] = ACTIONS(3258), [anon_sym_PIPE] = ACTIONS(3260), [anon_sym_RPAREN] = ACTIONS(3260), [anon_sym_SEMI_SEMI] = ACTIONS(3260), [anon_sym_PIPE_AMP] = ACTIONS(3260), [anon_sym_AMP_AMP] = ACTIONS(3260), [anon_sym_PIPE_PIPE] = ACTIONS(3260), [anon_sym_LT] = ACTIONS(3260), [anon_sym_GT] = ACTIONS(3260), [anon_sym_GT_GT] = ACTIONS(3260), [anon_sym_AMP_GT] = ACTIONS(3260), [anon_sym_AMP_GT_GT] = ACTIONS(3260), [anon_sym_LT_AMP] = ACTIONS(3260), [anon_sym_GT_AMP] = ACTIONS(3260), [sym__special_characters] = ACTIONS(3260), [anon_sym_DQUOTE] = ACTIONS(3260), [anon_sym_DOLLAR] = ACTIONS(3260), [sym_raw_string] = ACTIONS(3260), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3260), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3260), [anon_sym_BQUOTE] = ACTIONS(3260), [anon_sym_LT_LPAREN] = ACTIONS(3260), [anon_sym_GT_LPAREN] = ACTIONS(3260), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3260), [anon_sym_SEMI] = ACTIONS(3260), [anon_sym_LF] = ACTIONS(3258), [anon_sym_AMP] = ACTIONS(3260), }, [984] = { [sym_concatenation] = STATE(984), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(984), [anon_sym_RPAREN] = ACTIONS(3262), [sym__special_characters] = ACTIONS(3264), [anon_sym_DQUOTE] = ACTIONS(3267), [anon_sym_DOLLAR] = ACTIONS(3270), [sym_raw_string] = ACTIONS(3273), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3276), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3279), [anon_sym_BQUOTE] = ACTIONS(3282), [anon_sym_LT_LPAREN] = ACTIONS(3285), [anon_sym_GT_LPAREN] = ACTIONS(3285), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3273), }, [985] = { [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1634), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [986] = { [aux_sym_concatenation_repeat1] = STATE(986), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(3288), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [987] = { [sym_file_descriptor] = ACTIONS(1683), [sym__concat] = ACTIONS(1683), [sym_variable_name] = ACTIONS(1683), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_RPAREN] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [anon_sym_LT] = ACTIONS(1685), [anon_sym_GT] = ACTIONS(1685), [anon_sym_GT_GT] = ACTIONS(1685), [anon_sym_AMP_GT] = ACTIONS(1685), [anon_sym_AMP_GT_GT] = ACTIONS(1685), [anon_sym_LT_AMP] = ACTIONS(1685), [anon_sym_GT_AMP] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1685), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1685), [anon_sym_BQUOTE] = ACTIONS(1685), [anon_sym_LT_LPAREN] = ACTIONS(1685), [anon_sym_GT_LPAREN] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1685), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [988] = { [sym_concatenation] = STATE(1404), [sym_string] = STATE(1403), [sym_simple_expansion] = STATE(1403), [sym_string_expansion] = STATE(1403), [sym_expansion] = STATE(1403), [sym_command_substitution] = STATE(1403), [sym_process_substitution] = STATE(1403), [anon_sym_RBRACE] = ACTIONS(3291), [sym__special_characters] = ACTIONS(3293), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3295), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3295), }, [989] = { [sym_file_descriptor] = ACTIONS(1724), [sym__concat] = ACTIONS(1724), [sym_variable_name] = ACTIONS(1724), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_RPAREN] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [anon_sym_LT] = ACTIONS(1726), [anon_sym_GT] = ACTIONS(1726), [anon_sym_GT_GT] = ACTIONS(1726), [anon_sym_AMP_GT] = ACTIONS(1726), [anon_sym_AMP_GT_GT] = ACTIONS(1726), [anon_sym_LT_AMP] = ACTIONS(1726), [anon_sym_GT_AMP] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [anon_sym_LT_LPAREN] = ACTIONS(1726), [anon_sym_GT_LPAREN] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1726), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [990] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3297), }, [991] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3299), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [992] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(3301), [sym_comment] = ACTIONS(54), }, [993] = { [sym_concatenation] = STATE(1410), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1410), [anon_sym_RBRACE] = ACTIONS(3303), [anon_sym_EQ] = ACTIONS(3305), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3307), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3309), [anon_sym_COLON] = ACTIONS(3305), [anon_sym_COLON_QMARK] = ACTIONS(3305), [anon_sym_COLON_DASH] = ACTIONS(3305), [anon_sym_PERCENT] = ACTIONS(3305), [anon_sym_DASH] = ACTIONS(3305), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [994] = { [sym_concatenation] = STATE(1413), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1413), [anon_sym_RBRACE] = ACTIONS(3311), [anon_sym_EQ] = ACTIONS(3313), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3315), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3317), [anon_sym_COLON] = ACTIONS(3313), [anon_sym_COLON_QMARK] = ACTIONS(3313), [anon_sym_COLON_DASH] = ACTIONS(3313), [anon_sym_PERCENT] = ACTIONS(3313), [anon_sym_DASH] = ACTIONS(3313), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [995] = { [sym_concatenation] = STATE(1415), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1415), [anon_sym_RBRACE] = ACTIONS(3291), [anon_sym_EQ] = ACTIONS(3319), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3321), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3323), [anon_sym_COLON] = ACTIONS(3319), [anon_sym_COLON_QMARK] = ACTIONS(3319), [anon_sym_COLON_DASH] = ACTIONS(3319), [anon_sym_PERCENT] = ACTIONS(3319), [anon_sym_DASH] = ACTIONS(3319), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [996] = { [sym_file_descriptor] = ACTIONS(1790), [sym__concat] = ACTIONS(1790), [sym_variable_name] = ACTIONS(1790), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1792), [anon_sym_GT] = ACTIONS(1792), [anon_sym_GT_GT] = ACTIONS(1792), [anon_sym_AMP_GT] = ACTIONS(1792), [anon_sym_AMP_GT_GT] = ACTIONS(1792), [anon_sym_LT_AMP] = ACTIONS(1792), [anon_sym_GT_AMP] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [anon_sym_LT_LPAREN] = ACTIONS(1792), [anon_sym_GT_LPAREN] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1792), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [997] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3325), }, [998] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3327), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [999] = { [sym_file_descriptor] = ACTIONS(1798), [sym__concat] = ACTIONS(1798), [sym_variable_name] = ACTIONS(1798), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_RPAREN] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [anon_sym_LT] = ACTIONS(1800), [anon_sym_GT] = ACTIONS(1800), [anon_sym_GT_GT] = ACTIONS(1800), [anon_sym_AMP_GT] = ACTIONS(1800), [anon_sym_AMP_GT_GT] = ACTIONS(1800), [anon_sym_LT_AMP] = ACTIONS(1800), [anon_sym_GT_AMP] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [anon_sym_LT_LPAREN] = ACTIONS(1800), [anon_sym_GT_LPAREN] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1800), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [1000] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3329), }, [1001] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3291), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1002] = { [sym_file_descriptor] = ACTIONS(1936), [sym__concat] = ACTIONS(1936), [sym_variable_name] = ACTIONS(1936), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_RPAREN] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [anon_sym_LT] = ACTIONS(1938), [anon_sym_GT] = ACTIONS(1938), [anon_sym_GT_GT] = ACTIONS(1938), [anon_sym_AMP_GT] = ACTIONS(1938), [anon_sym_AMP_GT_GT] = ACTIONS(1938), [anon_sym_LT_AMP] = ACTIONS(1938), [anon_sym_GT_AMP] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [anon_sym_LT_LPAREN] = ACTIONS(1938), [anon_sym_GT_LPAREN] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1938), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [1003] = { [sym_file_descriptor] = ACTIONS(2000), [sym__concat] = ACTIONS(2000), [sym_variable_name] = ACTIONS(2000), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_RPAREN] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [anon_sym_LT] = ACTIONS(2002), [anon_sym_GT] = ACTIONS(2002), [anon_sym_GT_GT] = ACTIONS(2002), [anon_sym_AMP_GT] = ACTIONS(2002), [anon_sym_AMP_GT_GT] = ACTIONS(2002), [anon_sym_LT_AMP] = ACTIONS(2002), [anon_sym_GT_AMP] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2002), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2002), [anon_sym_BQUOTE] = ACTIONS(2002), [anon_sym_LT_LPAREN] = ACTIONS(2002), [anon_sym_GT_LPAREN] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2002), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [1004] = { [sym_string] = STATE(1419), [sym_simple_expansion] = STATE(1419), [sym_string_expansion] = STATE(1419), [sym_expansion] = STATE(1419), [sym_command_substitution] = STATE(1419), [sym_process_substitution] = STATE(1419), [sym__special_characters] = ACTIONS(3331), [anon_sym_DQUOTE] = ACTIONS(1129), [anon_sym_DOLLAR] = ACTIONS(1131), [sym_raw_string] = ACTIONS(3331), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1135), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1137), [anon_sym_BQUOTE] = ACTIONS(1139), [anon_sym_LT_LPAREN] = ACTIONS(1141), [anon_sym_GT_LPAREN] = ACTIONS(1141), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3331), }, [1005] = { [aux_sym_concatenation_repeat1] = STATE(1420), [sym__concat] = ACTIONS(2183), [anon_sym_SEMI_SEMI] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [1006] = { [sym__concat] = ACTIONS(692), [anon_sym_SEMI_SEMI] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(694), [anon_sym_DOLLAR_LBRACE] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), [anon_sym_LT_LPAREN] = ACTIONS(694), [anon_sym_GT_LPAREN] = ACTIONS(694), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [1007] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(3333), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [1008] = { [sym__concat] = ACTIONS(722), [anon_sym_SEMI_SEMI] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [anon_sym_LT_LPAREN] = ACTIONS(724), [anon_sym_GT_LPAREN] = ACTIONS(724), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(724), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [1009] = { [sym__concat] = ACTIONS(726), [anon_sym_SEMI_SEMI] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(728), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(728), [anon_sym_BQUOTE] = ACTIONS(728), [anon_sym_LT_LPAREN] = ACTIONS(728), [anon_sym_GT_LPAREN] = ACTIONS(728), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(728), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [1010] = { [sym__concat] = ACTIONS(730), [anon_sym_SEMI_SEMI] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [anon_sym_LT_LPAREN] = ACTIONS(732), [anon_sym_GT_LPAREN] = ACTIONS(732), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(732), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [1011] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(3335), [sym_comment] = ACTIONS(54), }, [1012] = { [sym_concatenation] = STATE(1425), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1425), [anon_sym_RBRACE] = ACTIONS(3337), [anon_sym_EQ] = ACTIONS(3339), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3341), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3343), [anon_sym_COLON] = ACTIONS(3339), [anon_sym_COLON_QMARK] = ACTIONS(3339), [anon_sym_COLON_DASH] = ACTIONS(3339), [anon_sym_PERCENT] = ACTIONS(3339), [anon_sym_DASH] = ACTIONS(3339), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1013] = { [sym_subscript] = STATE(1429), [sym_variable_name] = ACTIONS(3345), [anon_sym_DOLLAR] = ACTIONS(3347), [anon_sym_DASH] = ACTIONS(3347), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3349), [anon_sym_STAR] = ACTIONS(3347), [anon_sym_AT] = ACTIONS(3347), [anon_sym_QMARK] = ACTIONS(3347), [anon_sym_0] = ACTIONS(3351), [anon_sym__] = ACTIONS(3351), }, [1014] = { [sym_concatenation] = STATE(1432), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1432), [anon_sym_RBRACE] = ACTIONS(3353), [anon_sym_EQ] = ACTIONS(3355), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3357), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3359), [anon_sym_COLON] = ACTIONS(3355), [anon_sym_COLON_QMARK] = ACTIONS(3355), [anon_sym_COLON_DASH] = ACTIONS(3355), [anon_sym_PERCENT] = ACTIONS(3355), [anon_sym_DASH] = ACTIONS(3355), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1015] = { [sym_concatenation] = STATE(1435), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1435), [anon_sym_RBRACE] = ACTIONS(3361), [anon_sym_EQ] = ACTIONS(3363), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3365), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3367), [anon_sym_COLON] = ACTIONS(3363), [anon_sym_COLON_QMARK] = ACTIONS(3363), [anon_sym_COLON_DASH] = ACTIONS(3363), [anon_sym_PERCENT] = ACTIONS(3363), [anon_sym_DASH] = ACTIONS(3363), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1016] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3369), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [1017] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3369), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [1018] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(3369), [sym_comment] = ACTIONS(54), }, [1019] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(3369), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [1020] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3371), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [1021] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3371), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [1022] = { [sym_do_group] = STATE(1438), [anon_sym_do] = ACTIONS(1143), [sym_comment] = ACTIONS(54), }, [1023] = { [sym_concatenation] = STATE(1023), [sym_string] = STATE(576), [sym_simple_expansion] = STATE(576), [sym_string_expansion] = STATE(576), [sym_expansion] = STATE(576), [sym_command_substitution] = STATE(576), [sym_process_substitution] = STATE(576), [aux_sym_for_statement_repeat1] = STATE(1023), [anon_sym_SEMI_SEMI] = ACTIONS(3373), [sym__special_characters] = ACTIONS(3375), [anon_sym_DQUOTE] = ACTIONS(3378), [anon_sym_DOLLAR] = ACTIONS(3381), [sym_raw_string] = ACTIONS(3384), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3387), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3390), [anon_sym_BQUOTE] = ACTIONS(3393), [anon_sym_LT_LPAREN] = ACTIONS(3396), [anon_sym_GT_LPAREN] = ACTIONS(3396), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3384), [anon_sym_SEMI] = ACTIONS(3373), [anon_sym_LF] = ACTIONS(3262), [anon_sym_AMP] = ACTIONS(3373), }, [1024] = { [anon_sym_esac] = ACTIONS(2231), [anon_sym_PIPE] = ACTIONS(2231), [anon_sym_RPAREN] = ACTIONS(2231), [anon_sym_SEMI_SEMI] = ACTIONS(2231), [anon_sym_PIPE_AMP] = ACTIONS(2231), [anon_sym_AMP_AMP] = ACTIONS(2231), [anon_sym_PIPE_PIPE] = ACTIONS(2231), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2231), [anon_sym_LF] = ACTIONS(2229), [anon_sym_AMP] = ACTIONS(2231), }, [1025] = { [sym__terminated_statement] = STATE(1028), [sym_for_statement] = STATE(585), [sym_while_statement] = STATE(585), [sym_if_statement] = STATE(585), [sym_case_statement] = STATE(585), [sym_function_definition] = STATE(585), [sym_subshell] = STATE(585), [sym_pipeline] = STATE(585), [sym_list] = STATE(585), [sym_command] = STATE(585), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(585), [sym_variable_assignment] = STATE(586), [sym_declaration_command] = STATE(585), [sym_unset_command] = STATE(585), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1028), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_done] = ACTIONS(3399), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1026] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_done] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [1027] = { [sym_file_descriptor] = ACTIONS(3401), [anon_sym_esac] = ACTIONS(3403), [anon_sym_PIPE] = ACTIONS(3403), [anon_sym_RPAREN] = ACTIONS(3403), [anon_sym_SEMI_SEMI] = ACTIONS(3403), [anon_sym_PIPE_AMP] = ACTIONS(3403), [anon_sym_AMP_AMP] = ACTIONS(3403), [anon_sym_PIPE_PIPE] = ACTIONS(3403), [anon_sym_LT] = ACTIONS(3403), [anon_sym_GT] = ACTIONS(3403), [anon_sym_GT_GT] = ACTIONS(3403), [anon_sym_AMP_GT] = ACTIONS(3403), [anon_sym_AMP_GT_GT] = ACTIONS(3403), [anon_sym_LT_AMP] = ACTIONS(3403), [anon_sym_GT_AMP] = ACTIONS(3403), [anon_sym_LT_LT] = ACTIONS(3403), [anon_sym_LT_LT_DASH] = ACTIONS(3403), [anon_sym_LT_LT_LT] = ACTIONS(3403), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3403), [anon_sym_LF] = ACTIONS(3401), [anon_sym_AMP] = ACTIONS(3403), }, [1028] = { [sym__terminated_statement] = STATE(1028), [sym_for_statement] = STATE(585), [sym_while_statement] = STATE(585), [sym_if_statement] = STATE(585), [sym_case_statement] = STATE(585), [sym_function_definition] = STATE(585), [sym_subshell] = STATE(585), [sym_pipeline] = STATE(585), [sym_list] = STATE(585), [sym_command] = STATE(585), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(585), [sym_variable_assignment] = STATE(586), [sym_declaration_command] = STATE(585), [sym_unset_command] = STATE(585), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1028), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(972), [sym_variable_name] = ACTIONS(975), [anon_sym_for] = ACTIONS(980), [anon_sym_while] = ACTIONS(983), [anon_sym_done] = ACTIONS(3405), [anon_sym_if] = ACTIONS(986), [anon_sym_case] = ACTIONS(989), [anon_sym_function] = ACTIONS(992), [anon_sym_LPAREN] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(998), [anon_sym_LBRACK_LBRACK] = ACTIONS(1001), [anon_sym_declare] = ACTIONS(1004), [anon_sym_typeset] = ACTIONS(1004), [anon_sym_export] = ACTIONS(1004), [anon_sym_readonly] = ACTIONS(1004), [anon_sym_local] = ACTIONS(1004), [anon_sym_unset] = ACTIONS(1007), [anon_sym_unsetenv] = ACTIONS(1007), [anon_sym_LT] = ACTIONS(1010), [anon_sym_GT] = ACTIONS(1010), [anon_sym_GT_GT] = ACTIONS(1013), [anon_sym_AMP_GT] = ACTIONS(1010), [anon_sym_AMP_GT_GT] = ACTIONS(1013), [anon_sym_LT_AMP] = ACTIONS(1013), [anon_sym_GT_AMP] = ACTIONS(1013), [sym__special_characters] = ACTIONS(1016), [anon_sym_DQUOTE] = ACTIONS(1019), [anon_sym_DOLLAR] = ACTIONS(1022), [sym_raw_string] = ACTIONS(1025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1028), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1031), [anon_sym_BQUOTE] = ACTIONS(1034), [anon_sym_LT_LPAREN] = ACTIONS(1037), [anon_sym_GT_LPAREN] = ACTIONS(1037), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1040), }, [1029] = { [anon_sym_then] = ACTIONS(3407), [sym_comment] = ACTIONS(54), }, [1030] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(3409), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3409), [anon_sym_LF] = ACTIONS(3411), [anon_sym_AMP] = ACTIONS(3409), }, [1031] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(3409), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(3409), [anon_sym_LF] = ACTIONS(3411), [anon_sym_AMP] = ACTIONS(3409), }, [1032] = { [sym__terminated_statement] = STATE(1442), [sym_for_statement] = STATE(1030), [sym_while_statement] = STATE(1030), [sym_if_statement] = STATE(1030), [sym_case_statement] = STATE(1030), [sym_function_definition] = STATE(1030), [sym_subshell] = STATE(1030), [sym_pipeline] = STATE(1030), [sym_list] = STATE(1030), [sym_command] = STATE(1030), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(1030), [sym_variable_assignment] = STATE(1031), [sym_declaration_command] = STATE(1030), [sym_unset_command] = STATE(1030), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1442), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_fi] = ACTIONS(3413), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1033] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_fi] = ACTIONS(944), [anon_sym_elif] = ACTIONS(944), [anon_sym_else] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [1034] = { [anon_sym_esac] = ACTIONS(3415), [anon_sym_PIPE] = ACTIONS(3415), [anon_sym_RPAREN] = ACTIONS(3415), [anon_sym_SEMI_SEMI] = ACTIONS(3415), [anon_sym_PIPE_AMP] = ACTIONS(3415), [anon_sym_AMP_AMP] = ACTIONS(3415), [anon_sym_PIPE_PIPE] = ACTIONS(3415), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3415), [anon_sym_LF] = ACTIONS(3417), [anon_sym_AMP] = ACTIONS(3415), }, [1035] = { [anon_sym_fi] = ACTIONS(3419), [sym_comment] = ACTIONS(54), }, [1036] = { [sym__terminated_statement] = STATE(1036), [sym_for_statement] = STATE(592), [sym_while_statement] = STATE(592), [sym_if_statement] = STATE(592), [sym_case_statement] = STATE(592), [sym_function_definition] = STATE(592), [sym_subshell] = STATE(592), [sym_pipeline] = STATE(592), [sym_list] = STATE(592), [sym_command] = STATE(592), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(592), [sym_variable_assignment] = STATE(594), [sym_declaration_command] = STATE(592), [sym_unset_command] = STATE(592), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1036), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(972), [sym_variable_name] = ACTIONS(975), [anon_sym_for] = ACTIONS(980), [anon_sym_while] = ACTIONS(983), [anon_sym_if] = ACTIONS(986), [anon_sym_fi] = ACTIONS(3405), [anon_sym_elif] = ACTIONS(3405), [anon_sym_else] = ACTIONS(3405), [anon_sym_case] = ACTIONS(989), [anon_sym_function] = ACTIONS(992), [anon_sym_LPAREN] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(998), [anon_sym_LBRACK_LBRACK] = ACTIONS(1001), [anon_sym_declare] = ACTIONS(1004), [anon_sym_typeset] = ACTIONS(1004), [anon_sym_export] = ACTIONS(1004), [anon_sym_readonly] = ACTIONS(1004), [anon_sym_local] = ACTIONS(1004), [anon_sym_unset] = ACTIONS(1007), [anon_sym_unsetenv] = ACTIONS(1007), [anon_sym_LT] = ACTIONS(1010), [anon_sym_GT] = ACTIONS(1010), [anon_sym_GT_GT] = ACTIONS(1013), [anon_sym_AMP_GT] = ACTIONS(1010), [anon_sym_AMP_GT_GT] = ACTIONS(1013), [anon_sym_LT_AMP] = ACTIONS(1013), [anon_sym_GT_AMP] = ACTIONS(1013), [sym__special_characters] = ACTIONS(1016), [anon_sym_DQUOTE] = ACTIONS(1019), [anon_sym_DOLLAR] = ACTIONS(1022), [sym_raw_string] = ACTIONS(1025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1028), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1031), [anon_sym_BQUOTE] = ACTIONS(1034), [anon_sym_LT_LPAREN] = ACTIONS(1037), [anon_sym_GT_LPAREN] = ACTIONS(1037), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1040), }, [1037] = { [sym_elif_clause] = STATE(1038), [sym_else_clause] = STATE(1444), [aux_sym_if_statement_repeat1] = STATE(1038), [anon_sym_fi] = ACTIONS(3419), [anon_sym_elif] = ACTIONS(2257), [anon_sym_else] = ACTIONS(2259), [sym_comment] = ACTIONS(54), }, [1038] = { [sym_elif_clause] = STATE(1038), [aux_sym_if_statement_repeat1] = STATE(1038), [anon_sym_fi] = ACTIONS(3421), [anon_sym_elif] = ACTIONS(3423), [anon_sym_else] = ACTIONS(3421), [sym_comment] = ACTIONS(54), }, [1039] = { [anon_sym_esac] = ACTIONS(3426), [anon_sym_PIPE] = ACTIONS(3426), [anon_sym_RPAREN] = ACTIONS(3426), [anon_sym_SEMI_SEMI] = ACTIONS(3426), [anon_sym_PIPE_AMP] = ACTIONS(3426), [anon_sym_AMP_AMP] = ACTIONS(3426), [anon_sym_PIPE_PIPE] = ACTIONS(3426), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3426), [anon_sym_LF] = ACTIONS(3428), [anon_sym_AMP] = ACTIONS(3426), }, [1040] = { [aux_sym_case_item_repeat1] = STATE(1447), [aux_sym_concatenation_repeat1] = STATE(1448), [sym__concat] = ACTIONS(550), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(3432), [sym_comment] = ACTIONS(54), }, [1041] = { [aux_sym_case_item_repeat1] = STATE(1450), [aux_sym_concatenation_repeat1] = STATE(1448), [sym__concat] = ACTIONS(550), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(3434), [sym_comment] = ACTIONS(54), }, [1042] = { [anon_sym_esac] = ACTIONS(3436), [sym_comment] = ACTIONS(54), }, [1043] = { [aux_sym_case_item_repeat1] = STATE(1450), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(3434), [sym_comment] = ACTIONS(54), }, [1044] = { [sym_case_item] = STATE(1453), [sym_last_case_item] = STATE(1452), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1453), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2265), }, [1045] = { [sym_case_item] = STATE(1455), [sym_last_case_item] = STATE(1452), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1455), [anon_sym_esac] = ACTIONS(3438), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2267), }, [1046] = { [anon_sym_esac] = ACTIONS(3440), [anon_sym_PIPE] = ACTIONS(3440), [anon_sym_RPAREN] = ACTIONS(3440), [anon_sym_SEMI_SEMI] = ACTIONS(3440), [anon_sym_PIPE_AMP] = ACTIONS(3440), [anon_sym_AMP_AMP] = ACTIONS(3440), [anon_sym_PIPE_PIPE] = ACTIONS(3440), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3440), [anon_sym_LF] = ACTIONS(3442), [anon_sym_AMP] = ACTIONS(3440), }, [1047] = { [anon_sym_esac] = ACTIONS(3444), [sym_comment] = ACTIONS(54), }, [1048] = { [sym_case_item] = STATE(1453), [sym_last_case_item] = STATE(1457), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1453), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2265), }, [1049] = { [sym_case_item] = STATE(1459), [sym_last_case_item] = STATE(1457), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1459), [anon_sym_esac] = ACTIONS(3446), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2267), }, [1050] = { [sym__concat] = ACTIONS(2672), [anon_sym_in] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [1051] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3448), [sym_comment] = ACTIONS(54), }, [1052] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3450), [sym_comment] = ACTIONS(54), }, [1053] = { [anon_sym_RBRACE] = ACTIONS(3450), [sym_comment] = ACTIONS(54), }, [1054] = { [sym_concatenation] = STATE(1463), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1463), [anon_sym_RBRACE] = ACTIONS(3452), [anon_sym_EQ] = ACTIONS(3454), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3456), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3454), [anon_sym_COLON_QMARK] = ACTIONS(3454), [anon_sym_COLON_DASH] = ACTIONS(3454), [anon_sym_PERCENT] = ACTIONS(3454), [anon_sym_DASH] = ACTIONS(3454), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1055] = { [sym__concat] = ACTIONS(2750), [anon_sym_in] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [1056] = { [sym_concatenation] = STATE(1466), [sym_string] = STATE(1465), [sym_simple_expansion] = STATE(1465), [sym_string_expansion] = STATE(1465), [sym_expansion] = STATE(1465), [sym_command_substitution] = STATE(1465), [sym_process_substitution] = STATE(1465), [anon_sym_RBRACE] = ACTIONS(3450), [sym__special_characters] = ACTIONS(3458), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3460), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3460), }, [1057] = { [sym__concat] = ACTIONS(2793), [anon_sym_in] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [1058] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3462), }, [1059] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3464), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1060] = { [sym__concat] = ACTIONS(2801), [anon_sym_in] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [1061] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3466), }, [1062] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3468), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1063] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3470), }, [1064] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3450), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1065] = { [sym_concatenation] = STATE(1473), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1473), [anon_sym_RBRACE] = ACTIONS(3472), [anon_sym_EQ] = ACTIONS(3474), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3476), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3474), [anon_sym_COLON_QMARK] = ACTIONS(3474), [anon_sym_COLON_DASH] = ACTIONS(3474), [anon_sym_PERCENT] = ACTIONS(3474), [anon_sym_DASH] = ACTIONS(3474), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1066] = { [sym__concat] = ACTIONS(2817), [anon_sym_in] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [1067] = { [sym_concatenation] = STATE(1475), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1475), [anon_sym_RBRACE] = ACTIONS(3478), [anon_sym_EQ] = ACTIONS(3480), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3482), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3480), [anon_sym_COLON_QMARK] = ACTIONS(3480), [anon_sym_COLON_DASH] = ACTIONS(3480), [anon_sym_PERCENT] = ACTIONS(3480), [anon_sym_DASH] = ACTIONS(3480), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1068] = { [sym_file_redirect] = STATE(1476), [sym_file_descriptor] = ACTIONS(1215), [anon_sym_PIPE] = ACTIONS(3484), [anon_sym_SEMI_SEMI] = ACTIONS(3484), [anon_sym_PIPE_AMP] = ACTIONS(3484), [anon_sym_AMP_AMP] = ACTIONS(3484), [anon_sym_PIPE_PIPE] = ACTIONS(3484), [anon_sym_LT] = ACTIONS(1219), [anon_sym_GT] = ACTIONS(1219), [anon_sym_GT_GT] = 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), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3484), [anon_sym_LF] = ACTIONS(3486), [anon_sym_AMP] = ACTIONS(3484), }, [1069] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_RBRACE] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [1070] = { [sym_file_descriptor] = ACTIONS(3488), [anon_sym_esac] = ACTIONS(3490), [anon_sym_PIPE] = ACTIONS(3490), [anon_sym_RPAREN] = ACTIONS(3490), [anon_sym_SEMI_SEMI] = ACTIONS(3490), [anon_sym_PIPE_AMP] = ACTIONS(3490), [anon_sym_AMP_AMP] = ACTIONS(3490), [anon_sym_PIPE_PIPE] = ACTIONS(3490), [anon_sym_LT] = ACTIONS(3490), [anon_sym_GT] = ACTIONS(3490), [anon_sym_GT_GT] = ACTIONS(3490), [anon_sym_AMP_GT] = ACTIONS(3490), [anon_sym_AMP_GT_GT] = ACTIONS(3490), [anon_sym_LT_AMP] = ACTIONS(3490), [anon_sym_GT_AMP] = ACTIONS(3490), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3490), [anon_sym_LF] = ACTIONS(3488), [anon_sym_AMP] = ACTIONS(3490), }, [1071] = { [sym__terminated_statement] = STATE(1071), [sym_for_statement] = STATE(622), [sym_while_statement] = STATE(622), [sym_if_statement] = STATE(622), [sym_case_statement] = STATE(622), [sym_function_definition] = STATE(622), [sym_subshell] = STATE(622), [sym_pipeline] = STATE(622), [sym_list] = STATE(622), [sym_command] = STATE(622), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(622), [sym_variable_assignment] = STATE(623), [sym_declaration_command] = STATE(622), [sym_unset_command] = STATE(622), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1071), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(972), [sym_variable_name] = ACTIONS(975), [anon_sym_for] = ACTIONS(980), [anon_sym_while] = ACTIONS(983), [anon_sym_if] = ACTIONS(986), [anon_sym_case] = ACTIONS(989), [anon_sym_function] = ACTIONS(992), [anon_sym_LPAREN] = ACTIONS(995), [anon_sym_RBRACE] = ACTIONS(978), [anon_sym_LBRACK] = ACTIONS(998), [anon_sym_LBRACK_LBRACK] = ACTIONS(1001), [anon_sym_declare] = ACTIONS(1004), [anon_sym_typeset] = ACTIONS(1004), [anon_sym_export] = ACTIONS(1004), [anon_sym_readonly] = ACTIONS(1004), [anon_sym_local] = ACTIONS(1004), [anon_sym_unset] = ACTIONS(1007), [anon_sym_unsetenv] = ACTIONS(1007), [anon_sym_LT] = ACTIONS(1010), [anon_sym_GT] = ACTIONS(1010), [anon_sym_GT_GT] = ACTIONS(1013), [anon_sym_AMP_GT] = ACTIONS(1010), [anon_sym_AMP_GT_GT] = ACTIONS(1013), [anon_sym_LT_AMP] = ACTIONS(1013), [anon_sym_GT_AMP] = ACTIONS(1013), [sym__special_characters] = ACTIONS(1016), [anon_sym_DQUOTE] = ACTIONS(1019), [anon_sym_DOLLAR] = ACTIONS(1022), [sym_raw_string] = ACTIONS(1025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1028), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1031), [anon_sym_BQUOTE] = ACTIONS(1034), [anon_sym_LT_LPAREN] = ACTIONS(1037), [anon_sym_GT_LPAREN] = ACTIONS(1037), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1040), }, [1072] = { [sym_concatenation] = STATE(1479), [sym_string] = STATE(1478), [sym_simple_expansion] = STATE(1478), [sym_string_expansion] = STATE(1478), [sym_expansion] = STATE(1478), [sym_command_substitution] = STATE(1478), [sym_process_substitution] = STATE(1478), [sym__special_characters] = ACTIONS(3492), [anon_sym_DQUOTE] = ACTIONS(624), [anon_sym_DOLLAR] = ACTIONS(178), [sym_raw_string] = ACTIONS(3494), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1513), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1515), [anon_sym_BQUOTE] = ACTIONS(1517), [anon_sym_LT_LPAREN] = ACTIONS(1519), [anon_sym_GT_LPAREN] = ACTIONS(1519), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3494), }, [1073] = { [aux_sym_concatenation_repeat1] = STATE(1480), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_SEMI_SEMI] = ACTIONS(660), [anon_sym_PIPE_AMP] = ACTIONS(660), [anon_sym_AMP_AMP] = ACTIONS(660), [anon_sym_PIPE_PIPE] = ACTIONS(660), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(660), [anon_sym_LF] = ACTIONS(656), [anon_sym_AMP] = ACTIONS(660), }, [1074] = { [aux_sym_concatenation_repeat1] = STATE(1480), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_SEMI_SEMI] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(674), [anon_sym_AMP_AMP] = ACTIONS(674), [anon_sym_PIPE_PIPE] = ACTIONS(674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(674), [anon_sym_LF] = ACTIONS(672), [anon_sym_AMP] = ACTIONS(674), }, [1075] = { [anon_sym_esac] = ACTIONS(674), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_RPAREN] = ACTIONS(674), [anon_sym_SEMI_SEMI] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(674), [anon_sym_AMP_AMP] = ACTIONS(674), [anon_sym_PIPE_PIPE] = ACTIONS(674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(674), [anon_sym_LF] = ACTIONS(672), [anon_sym_AMP] = ACTIONS(674), }, [1076] = { [aux_sym_concatenation_repeat1] = STATE(1481), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(1103), [sym_variable_name] = ACTIONS(688), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(690), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(690), [anon_sym_LT_AMP] = ACTIONS(690), [anon_sym_GT_AMP] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [1077] = { [sym_file_redirect] = STATE(651), [sym_heredoc_redirect] = STATE(651), [sym_herestring_redirect] = STATE(651), [aux_sym_while_statement_repeat1] = STATE(651), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(2239), [anon_sym_RPAREN] = ACTIONS(2239), [anon_sym_SEMI_SEMI] = ACTIONS(2239), [anon_sym_PIPE_AMP] = ACTIONS(2239), [anon_sym_AMP_AMP] = ACTIONS(2239), [anon_sym_PIPE_PIPE] = ACTIONS(2239), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2239), [anon_sym_LF] = ACTIONS(2241), [anon_sym_AMP] = ACTIONS(2239), }, [1078] = { [sym_compound_statement] = STATE(1482), [anon_sym_LBRACE] = ACTIONS(442), [sym_comment] = ACTIONS(54), }, [1079] = { [anon_sym_LT] = ACTIONS(3496), [anon_sym_GT] = ACTIONS(3496), [anon_sym_GT_GT] = ACTIONS(3498), [anon_sym_AMP_GT] = ACTIONS(3496), [anon_sym_AMP_GT_GT] = ACTIONS(3498), [anon_sym_LT_AMP] = ACTIONS(3498), [anon_sym_GT_AMP] = ACTIONS(3498), [sym_comment] = ACTIONS(54), }, [1080] = { [sym_concatenation] = STATE(1075), [sym_string] = STATE(1485), [sym_simple_expansion] = STATE(1485), [sym_string_expansion] = STATE(1485), [sym_expansion] = STATE(1485), [sym_command_substitution] = STATE(1485), [sym_process_substitution] = STATE(1485), [sym__special_characters] = ACTIONS(3500), [anon_sym_DQUOTE] = ACTIONS(624), [anon_sym_DOLLAR] = ACTIONS(178), [sym_raw_string] = ACTIONS(3502), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1513), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1515), [anon_sym_BQUOTE] = ACTIONS(1517), [anon_sym_LT_LPAREN] = ACTIONS(1519), [anon_sym_GT_LPAREN] = ACTIONS(1519), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3502), }, [1081] = { [sym_file_redirect] = STATE(651), [sym_heredoc_redirect] = STATE(651), [sym_herestring_redirect] = STATE(651), [aux_sym_while_statement_repeat1] = STATE(651), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(2440), [anon_sym_RPAREN] = ACTIONS(2440), [anon_sym_SEMI_SEMI] = ACTIONS(2440), [anon_sym_PIPE_AMP] = ACTIONS(2440), [anon_sym_AMP_AMP] = ACTIONS(2440), [anon_sym_PIPE_PIPE] = ACTIONS(2440), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2440), [anon_sym_LF] = ACTIONS(2442), [anon_sym_AMP] = ACTIONS(2440), }, [1082] = { [aux_sym_concatenation_repeat1] = STATE(635), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(1101), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_RPAREN] = ACTIONS(1105), [anon_sym_SEMI_SEMI] = ACTIONS(1105), [anon_sym_PIPE_AMP] = ACTIONS(1105), [anon_sym_AMP_AMP] = ACTIONS(1105), [anon_sym_PIPE_PIPE] = ACTIONS(1105), [sym__special_characters] = ACTIONS(1105), [anon_sym_DQUOTE] = ACTIONS(1105), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1105), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1105), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), [anon_sym_BQUOTE] = ACTIONS(1105), [anon_sym_LT_LPAREN] = ACTIONS(1105), [anon_sym_GT_LPAREN] = ACTIONS(1105), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1105), [sym_word] = ACTIONS(1105), [anon_sym_SEMI] = ACTIONS(1105), [anon_sym_LF] = ACTIONS(1101), [anon_sym_AMP] = ACTIONS(1105), }, [1083] = { [aux_sym_concatenation_repeat1] = STATE(635), [sym__concat] = ACTIONS(576), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_RPAREN] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1081), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [1084] = { [aux_sym_concatenation_repeat1] = STATE(1084), [sym__concat] = ACTIONS(2489), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [1085] = { [aux_sym_concatenation_repeat1] = STATE(1085), [sym__concat] = ACTIONS(2532), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [1086] = { [sym_file_redirect] = STATE(1369), [sym_file_descriptor] = ACTIONS(2346), [anon_sym_PIPE] = ACTIONS(2340), [anon_sym_RPAREN] = ACTIONS(2340), [anon_sym_SEMI_SEMI] = ACTIONS(2340), [anon_sym_PIPE_AMP] = ACTIONS(2340), [anon_sym_AMP_AMP] = ACTIONS(2340), [anon_sym_PIPE_PIPE] = ACTIONS(2340), [anon_sym_LT] = ACTIONS(2348), [anon_sym_GT] = ACTIONS(2348), [anon_sym_GT_GT] = ACTIONS(2348), [anon_sym_AMP_GT] = ACTIONS(2348), [anon_sym_AMP_GT_GT] = ACTIONS(2348), [anon_sym_LT_AMP] = ACTIONS(2348), [anon_sym_GT_AMP] = ACTIONS(2348), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2340), [anon_sym_LF] = ACTIONS(2342), [anon_sym_AMP] = ACTIONS(2340), }, [1087] = { [aux_sym_concatenation_repeat1] = STATE(1089), [sym_file_descriptor] = ACTIONS(1061), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_RPAREN] = ACTIONS(1063), [anon_sym_SEMI_SEMI] = ACTIONS(1063), [anon_sym_PIPE_AMP] = ACTIONS(1063), [anon_sym_AMP_AMP] = ACTIONS(1063), [anon_sym_PIPE_PIPE] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(1063), [anon_sym_GT] = ACTIONS(1063), [anon_sym_GT_GT] = ACTIONS(1063), [anon_sym_AMP_GT] = ACTIONS(1063), [anon_sym_AMP_GT_GT] = ACTIONS(1063), [anon_sym_LT_AMP] = ACTIONS(1063), [anon_sym_GT_AMP] = ACTIONS(1063), [anon_sym_LT_LT] = ACTIONS(1063), [anon_sym_LT_LT_DASH] = ACTIONS(1063), [anon_sym_LT_LT_LT] = ACTIONS(1063), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1063), [anon_sym_LF] = ACTIONS(1061), [anon_sym_AMP] = ACTIONS(1063), }, [1088] = { [aux_sym_concatenation_repeat1] = STATE(1089), [sym_file_descriptor] = ACTIONS(1065), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_RPAREN] = ACTIONS(1067), [anon_sym_SEMI_SEMI] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1067), [anon_sym_AMP_AMP] = ACTIONS(1067), [anon_sym_PIPE_PIPE] = ACTIONS(1067), [anon_sym_LT] = ACTIONS(1067), [anon_sym_GT] = ACTIONS(1067), [anon_sym_GT_GT] = ACTIONS(1067), [anon_sym_AMP_GT] = ACTIONS(1067), [anon_sym_AMP_GT_GT] = ACTIONS(1067), [anon_sym_LT_AMP] = ACTIONS(1067), [anon_sym_GT_AMP] = ACTIONS(1067), [anon_sym_LT_LT] = ACTIONS(1067), [anon_sym_LT_LT_DASH] = ACTIONS(1067), [anon_sym_LT_LT_LT] = ACTIONS(1067), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1067), [anon_sym_LF] = ACTIONS(1065), [anon_sym_AMP] = ACTIONS(1067), }, [1089] = { [aux_sym_concatenation_repeat1] = STATE(1486), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(212), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(690), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(690), [anon_sym_LT_AMP] = ACTIONS(690), [anon_sym_GT_AMP] = ACTIONS(690), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(690), [anon_sym_LT_LT_LT] = ACTIONS(690), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [1090] = { [anon_sym_esac] = ACTIONS(3504), [anon_sym_PIPE] = ACTIONS(3504), [anon_sym_RPAREN] = ACTIONS(3504), [anon_sym_SEMI_SEMI] = ACTIONS(3504), [anon_sym_PIPE_AMP] = ACTIONS(3504), [anon_sym_AMP_AMP] = ACTIONS(3504), [anon_sym_PIPE_PIPE] = ACTIONS(3504), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3504), [anon_sym_LF] = ACTIONS(3506), [anon_sym_AMP] = ACTIONS(3504), }, [1091] = { [sym_file_redirect] = STATE(651), [sym_heredoc_redirect] = STATE(651), [sym_herestring_redirect] = STATE(651), [aux_sym_while_statement_repeat1] = STATE(651), [sym_file_descriptor] = ACTIONS(470), [anon_sym_PIPE] = ACTIONS(3204), [anon_sym_RPAREN] = ACTIONS(3204), [anon_sym_SEMI_SEMI] = ACTIONS(3204), [anon_sym_PIPE_AMP] = ACTIONS(3204), [anon_sym_AMP_AMP] = ACTIONS(3204), [anon_sym_PIPE_PIPE] = ACTIONS(3204), [anon_sym_LT] = ACTIONS(474), [anon_sym_GT] = ACTIONS(474), [anon_sym_GT_GT] = ACTIONS(474), [anon_sym_AMP_GT] = ACTIONS(474), [anon_sym_AMP_GT_GT] = ACTIONS(474), [anon_sym_LT_AMP] = ACTIONS(474), [anon_sym_GT_AMP] = ACTIONS(474), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(476), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3204), [anon_sym_LF] = ACTIONS(3206), [anon_sym_AMP] = ACTIONS(3204), }, [1092] = { [sym__concat] = ACTIONS(2672), [anon_sym_EQ_TILDE] = ACTIONS(2674), [anon_sym_EQ_EQ] = ACTIONS(2674), [anon_sym_RBRACK] = ACTIONS(2672), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2672), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2672), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2672), [anon_sym_BQUOTE] = ACTIONS(2672), [anon_sym_LT_LPAREN] = ACTIONS(2672), [anon_sym_GT_LPAREN] = ACTIONS(2672), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2674), }, [1093] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3508), [sym_comment] = ACTIONS(54), }, [1094] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3510), [sym_comment] = ACTIONS(54), }, [1095] = { [anon_sym_RBRACE] = ACTIONS(3510), [sym_comment] = ACTIONS(54), }, [1096] = { [sym_concatenation] = STATE(1490), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1490), [anon_sym_RBRACE] = ACTIONS(3512), [anon_sym_EQ] = ACTIONS(3514), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3516), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3514), [anon_sym_COLON_QMARK] = ACTIONS(3514), [anon_sym_COLON_DASH] = ACTIONS(3514), [anon_sym_PERCENT] = ACTIONS(3514), [anon_sym_DASH] = ACTIONS(3514), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1097] = { [sym__concat] = ACTIONS(2750), [anon_sym_EQ_TILDE] = ACTIONS(2752), [anon_sym_EQ_EQ] = ACTIONS(2752), [anon_sym_RBRACK] = ACTIONS(2750), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2750), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2750), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2750), [anon_sym_BQUOTE] = ACTIONS(2750), [anon_sym_LT_LPAREN] = ACTIONS(2750), [anon_sym_GT_LPAREN] = ACTIONS(2750), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2752), }, [1098] = { [sym_concatenation] = STATE(1493), [sym_string] = STATE(1492), [sym_simple_expansion] = STATE(1492), [sym_string_expansion] = STATE(1492), [sym_expansion] = STATE(1492), [sym_command_substitution] = STATE(1492), [sym_process_substitution] = STATE(1492), [anon_sym_RBRACE] = ACTIONS(3510), [sym__special_characters] = ACTIONS(3518), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3520), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3520), }, [1099] = { [sym__concat] = ACTIONS(2793), [anon_sym_EQ_TILDE] = ACTIONS(2795), [anon_sym_EQ_EQ] = ACTIONS(2795), [anon_sym_RBRACK] = ACTIONS(2793), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2793), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2793), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2793), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2793), [anon_sym_BQUOTE] = ACTIONS(2793), [anon_sym_LT_LPAREN] = ACTIONS(2793), [anon_sym_GT_LPAREN] = ACTIONS(2793), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2795), }, [1100] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3522), }, [1101] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3524), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1102] = { [sym__concat] = ACTIONS(2801), [anon_sym_EQ_TILDE] = ACTIONS(2803), [anon_sym_EQ_EQ] = ACTIONS(2803), [anon_sym_RBRACK] = ACTIONS(2801), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2801), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2801), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2801), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2801), [anon_sym_BQUOTE] = ACTIONS(2801), [anon_sym_LT_LPAREN] = ACTIONS(2801), [anon_sym_GT_LPAREN] = ACTIONS(2801), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2803), }, [1103] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3526), }, [1104] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3528), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1105] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3530), }, [1106] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3510), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1107] = { [sym_concatenation] = STATE(1500), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1500), [anon_sym_RBRACE] = ACTIONS(3532), [anon_sym_EQ] = ACTIONS(3534), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3536), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3534), [anon_sym_COLON_QMARK] = ACTIONS(3534), [anon_sym_COLON_DASH] = ACTIONS(3534), [anon_sym_PERCENT] = ACTIONS(3534), [anon_sym_DASH] = ACTIONS(3534), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1108] = { [sym__concat] = ACTIONS(2817), [anon_sym_EQ_TILDE] = ACTIONS(2819), [anon_sym_EQ_EQ] = ACTIONS(2819), [anon_sym_RBRACK] = ACTIONS(2817), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2817), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2817), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2817), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2817), [anon_sym_BQUOTE] = ACTIONS(2817), [anon_sym_LT_LPAREN] = ACTIONS(2817), [anon_sym_GT_LPAREN] = ACTIONS(2817), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2819), }, [1109] = { [sym_concatenation] = STATE(1502), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1502), [anon_sym_RBRACE] = ACTIONS(3538), [anon_sym_EQ] = ACTIONS(3540), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3542), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3540), [anon_sym_COLON_QMARK] = ACTIONS(3540), [anon_sym_COLON_DASH] = ACTIONS(3540), [anon_sym_PERCENT] = ACTIONS(3540), [anon_sym_DASH] = ACTIONS(3540), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1110] = { [sym__concat] = ACTIONS(2672), [anon_sym_PIPE] = ACTIONS(2672), [anon_sym_RPAREN] = ACTIONS(2672), [anon_sym_EQ_TILDE] = ACTIONS(2674), [anon_sym_EQ_EQ] = ACTIONS(2674), [anon_sym_RBRACK_RBRACK] = ACTIONS(2672), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2672), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2672), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2672), [anon_sym_BQUOTE] = ACTIONS(2672), [anon_sym_LT_LPAREN] = ACTIONS(2672), [anon_sym_GT_LPAREN] = ACTIONS(2672), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2674), }, [1111] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3544), [sym_comment] = ACTIONS(54), }, [1112] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3546), [sym_comment] = ACTIONS(54), }, [1113] = { [anon_sym_RBRACE] = ACTIONS(3546), [sym_comment] = ACTIONS(54), }, [1114] = { [sym_concatenation] = STATE(1506), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1506), [anon_sym_RBRACE] = ACTIONS(3548), [anon_sym_EQ] = ACTIONS(3550), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3552), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3550), [anon_sym_COLON_QMARK] = ACTIONS(3550), [anon_sym_COLON_DASH] = ACTIONS(3550), [anon_sym_PERCENT] = ACTIONS(3550), [anon_sym_DASH] = ACTIONS(3550), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1115] = { [sym__concat] = ACTIONS(2750), [anon_sym_PIPE] = ACTIONS(2750), [anon_sym_RPAREN] = ACTIONS(2750), [anon_sym_EQ_TILDE] = ACTIONS(2752), [anon_sym_EQ_EQ] = ACTIONS(2752), [anon_sym_RBRACK_RBRACK] = ACTIONS(2750), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2750), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2750), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2750), [anon_sym_BQUOTE] = ACTIONS(2750), [anon_sym_LT_LPAREN] = ACTIONS(2750), [anon_sym_GT_LPAREN] = ACTIONS(2750), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2752), }, [1116] = { [sym_concatenation] = STATE(1509), [sym_string] = STATE(1508), [sym_simple_expansion] = STATE(1508), [sym_string_expansion] = STATE(1508), [sym_expansion] = STATE(1508), [sym_command_substitution] = STATE(1508), [sym_process_substitution] = STATE(1508), [anon_sym_RBRACE] = ACTIONS(3546), [sym__special_characters] = ACTIONS(3554), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3556), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3556), }, [1117] = { [sym__concat] = ACTIONS(2793), [anon_sym_PIPE] = ACTIONS(2793), [anon_sym_RPAREN] = ACTIONS(2793), [anon_sym_EQ_TILDE] = ACTIONS(2795), [anon_sym_EQ_EQ] = ACTIONS(2795), [anon_sym_RBRACK_RBRACK] = ACTIONS(2793), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2793), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2793), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2793), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2793), [anon_sym_BQUOTE] = ACTIONS(2793), [anon_sym_LT_LPAREN] = ACTIONS(2793), [anon_sym_GT_LPAREN] = ACTIONS(2793), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2795), }, [1118] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3558), }, [1119] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3560), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1120] = { [sym__concat] = ACTIONS(2801), [anon_sym_PIPE] = ACTIONS(2801), [anon_sym_RPAREN] = ACTIONS(2801), [anon_sym_EQ_TILDE] = ACTIONS(2803), [anon_sym_EQ_EQ] = ACTIONS(2803), [anon_sym_RBRACK_RBRACK] = ACTIONS(2801), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2801), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2801), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2801), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2801), [anon_sym_BQUOTE] = ACTIONS(2801), [anon_sym_LT_LPAREN] = ACTIONS(2801), [anon_sym_GT_LPAREN] = ACTIONS(2801), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2803), }, [1121] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3562), }, [1122] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3564), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1123] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3566), }, [1124] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3546), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1125] = { [sym_concatenation] = STATE(1516), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1516), [anon_sym_RBRACE] = ACTIONS(3568), [anon_sym_EQ] = ACTIONS(3570), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3572), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3570), [anon_sym_COLON_QMARK] = ACTIONS(3570), [anon_sym_COLON_DASH] = ACTIONS(3570), [anon_sym_PERCENT] = ACTIONS(3570), [anon_sym_DASH] = ACTIONS(3570), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1126] = { [sym__concat] = ACTIONS(2817), [anon_sym_PIPE] = ACTIONS(2817), [anon_sym_RPAREN] = ACTIONS(2817), [anon_sym_EQ_TILDE] = ACTIONS(2819), [anon_sym_EQ_EQ] = ACTIONS(2819), [anon_sym_RBRACK_RBRACK] = ACTIONS(2817), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2817), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2817), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2817), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2817), [anon_sym_BQUOTE] = ACTIONS(2817), [anon_sym_LT_LPAREN] = ACTIONS(2817), [anon_sym_GT_LPAREN] = ACTIONS(2817), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2819), }, [1127] = { [sym_concatenation] = STATE(1518), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1518), [anon_sym_RBRACE] = ACTIONS(3574), [anon_sym_EQ] = ACTIONS(3576), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3578), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3576), [anon_sym_COLON_QMARK] = ACTIONS(3576), [anon_sym_COLON_DASH] = ACTIONS(3576), [anon_sym_PERCENT] = ACTIONS(3576), [anon_sym_DASH] = ACTIONS(3576), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1128] = { [sym_variable_name] = ACTIONS(2105), [anon_sym_PIPE] = ACTIONS(2107), [anon_sym_RPAREN] = ACTIONS(2107), [anon_sym_SEMI_SEMI] = ACTIONS(2107), [anon_sym_PIPE_AMP] = ACTIONS(2107), [anon_sym_AMP_AMP] = ACTIONS(2107), [anon_sym_PIPE_PIPE] = ACTIONS(2107), [sym__special_characters] = ACTIONS(2107), [anon_sym_DQUOTE] = ACTIONS(2107), [anon_sym_DOLLAR] = ACTIONS(2107), [sym_raw_string] = ACTIONS(2107), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2107), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2107), [anon_sym_BQUOTE] = ACTIONS(2107), [anon_sym_LT_LPAREN] = ACTIONS(2107), [anon_sym_GT_LPAREN] = ACTIONS(2107), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2107), [sym_word] = ACTIONS(2107), [anon_sym_SEMI] = ACTIONS(2107), [anon_sym_LF] = ACTIONS(2105), [anon_sym_AMP] = ACTIONS(2107), }, [1129] = { [sym_concatenation] = STATE(984), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(984), [anon_sym_RPAREN] = ACTIONS(3580), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [1130] = { [sym__concat] = ACTIONS(2672), [sym_variable_name] = ACTIONS(2672), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_RPAREN] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [anon_sym_LT_LPAREN] = ACTIONS(2674), [anon_sym_GT_LPAREN] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2674), [sym_word] = ACTIONS(2674), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [1131] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3582), [sym_comment] = ACTIONS(54), }, [1132] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3584), [sym_comment] = ACTIONS(54), }, [1133] = { [anon_sym_RBRACE] = ACTIONS(3584), [sym_comment] = ACTIONS(54), }, [1134] = { [sym_concatenation] = STATE(1523), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1523), [anon_sym_RBRACE] = ACTIONS(3586), [anon_sym_EQ] = ACTIONS(3588), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3590), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3588), [anon_sym_COLON_QMARK] = ACTIONS(3588), [anon_sym_COLON_DASH] = ACTIONS(3588), [anon_sym_PERCENT] = ACTIONS(3588), [anon_sym_DASH] = ACTIONS(3588), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1135] = { [sym__concat] = ACTIONS(2750), [sym_variable_name] = ACTIONS(2750), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_RPAREN] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [anon_sym_LT_LPAREN] = ACTIONS(2752), [anon_sym_GT_LPAREN] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2752), [sym_word] = ACTIONS(2752), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [1136] = { [sym_concatenation] = STATE(1526), [sym_string] = STATE(1525), [sym_simple_expansion] = STATE(1525), [sym_string_expansion] = STATE(1525), [sym_expansion] = STATE(1525), [sym_command_substitution] = STATE(1525), [sym_process_substitution] = STATE(1525), [anon_sym_RBRACE] = ACTIONS(3584), [sym__special_characters] = ACTIONS(3592), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3594), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3594), }, [1137] = { [sym__concat] = ACTIONS(2793), [sym_variable_name] = ACTIONS(2793), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_RPAREN] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [anon_sym_LT_LPAREN] = ACTIONS(2795), [anon_sym_GT_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2795), [sym_word] = ACTIONS(2795), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [1138] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3596), }, [1139] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3598), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1140] = { [sym__concat] = ACTIONS(2801), [sym_variable_name] = ACTIONS(2801), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_RPAREN] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [anon_sym_LT_LPAREN] = ACTIONS(2803), [anon_sym_GT_LPAREN] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2803), [sym_word] = ACTIONS(2803), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [1141] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3600), }, [1142] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3602), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1143] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3604), }, [1144] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3584), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1145] = { [sym_concatenation] = STATE(1533), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1533), [anon_sym_RBRACE] = ACTIONS(3606), [anon_sym_EQ] = ACTIONS(3608), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3610), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3608), [anon_sym_COLON_QMARK] = ACTIONS(3608), [anon_sym_COLON_DASH] = ACTIONS(3608), [anon_sym_PERCENT] = ACTIONS(3608), [anon_sym_DASH] = ACTIONS(3608), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1146] = { [sym__concat] = ACTIONS(2817), [sym_variable_name] = ACTIONS(2817), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_RPAREN] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [anon_sym_LT_LPAREN] = ACTIONS(2819), [anon_sym_GT_LPAREN] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2819), [sym_word] = ACTIONS(2819), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [1147] = { [sym_concatenation] = STATE(1535), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1535), [anon_sym_RBRACE] = ACTIONS(3612), [anon_sym_EQ] = ACTIONS(3614), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3616), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3614), [anon_sym_COLON_QMARK] = ACTIONS(3614), [anon_sym_COLON_DASH] = ACTIONS(3614), [anon_sym_PERCENT] = ACTIONS(3614), [anon_sym_DASH] = ACTIONS(3614), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1148] = { [sym__concat] = ACTIONS(2672), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_RPAREN] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [anon_sym_LT_LPAREN] = ACTIONS(2674), [anon_sym_GT_LPAREN] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2674), [sym_word] = ACTIONS(2674), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [1149] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3618), [sym_comment] = ACTIONS(54), }, [1150] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3620), [sym_comment] = ACTIONS(54), }, [1151] = { [anon_sym_RBRACE] = ACTIONS(3620), [sym_comment] = ACTIONS(54), }, [1152] = { [sym_concatenation] = STATE(1539), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1539), [anon_sym_RBRACE] = ACTIONS(3622), [anon_sym_EQ] = ACTIONS(3624), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3626), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3624), [anon_sym_COLON_QMARK] = ACTIONS(3624), [anon_sym_COLON_DASH] = ACTIONS(3624), [anon_sym_PERCENT] = ACTIONS(3624), [anon_sym_DASH] = ACTIONS(3624), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1153] = { [sym__concat] = ACTIONS(2750), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_RPAREN] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [anon_sym_LT_LPAREN] = ACTIONS(2752), [anon_sym_GT_LPAREN] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2752), [sym_word] = ACTIONS(2752), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [1154] = { [sym_concatenation] = STATE(1542), [sym_string] = STATE(1541), [sym_simple_expansion] = STATE(1541), [sym_string_expansion] = STATE(1541), [sym_expansion] = STATE(1541), [sym_command_substitution] = STATE(1541), [sym_process_substitution] = STATE(1541), [anon_sym_RBRACE] = ACTIONS(3620), [sym__special_characters] = ACTIONS(3628), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3630), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3630), }, [1155] = { [sym__concat] = ACTIONS(2793), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_RPAREN] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [anon_sym_LT_LPAREN] = ACTIONS(2795), [anon_sym_GT_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2795), [sym_word] = ACTIONS(2795), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [1156] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3632), }, [1157] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3634), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1158] = { [sym__concat] = ACTIONS(2801), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_RPAREN] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [anon_sym_LT_LPAREN] = ACTIONS(2803), [anon_sym_GT_LPAREN] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2803), [sym_word] = ACTIONS(2803), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [1159] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3636), }, [1160] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3638), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1161] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3640), }, [1162] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3620), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1163] = { [sym_concatenation] = STATE(1549), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1549), [anon_sym_RBRACE] = ACTIONS(3642), [anon_sym_EQ] = ACTIONS(3644), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3646), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3644), [anon_sym_COLON_QMARK] = ACTIONS(3644), [anon_sym_COLON_DASH] = ACTIONS(3644), [anon_sym_PERCENT] = ACTIONS(3644), [anon_sym_DASH] = ACTIONS(3644), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1164] = { [sym__concat] = ACTIONS(2817), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_RPAREN] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [anon_sym_LT_LPAREN] = ACTIONS(2819), [anon_sym_GT_LPAREN] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2819), [sym_word] = ACTIONS(2819), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [1165] = { [sym_concatenation] = STATE(1551), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1551), [anon_sym_RBRACE] = ACTIONS(3648), [anon_sym_EQ] = ACTIONS(3650), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3652), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3650), [anon_sym_COLON_QMARK] = ACTIONS(3650), [anon_sym_COLON_DASH] = ACTIONS(3650), [anon_sym_PERCENT] = ACTIONS(3650), [anon_sym_DASH] = ACTIONS(3650), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1166] = { [sym_file_descriptor] = ACTIONS(2672), [sym__concat] = ACTIONS(2672), [sym_variable_name] = ACTIONS(2672), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_RPAREN] = ACTIONS(2672), [anon_sym_PIPE_AMP] = ACTIONS(2672), [anon_sym_AMP_AMP] = ACTIONS(2672), [anon_sym_PIPE_PIPE] = ACTIONS(2672), [anon_sym_LT] = ACTIONS(2674), [anon_sym_GT] = ACTIONS(2674), [anon_sym_GT_GT] = ACTIONS(2672), [anon_sym_AMP_GT] = ACTIONS(2674), [anon_sym_AMP_GT_GT] = ACTIONS(2672), [anon_sym_LT_AMP] = ACTIONS(2672), [anon_sym_GT_AMP] = ACTIONS(2672), [sym__special_characters] = ACTIONS(2672), [anon_sym_DQUOTE] = ACTIONS(2672), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2672), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2672), [anon_sym_BQUOTE] = ACTIONS(2672), [anon_sym_LT_LPAREN] = ACTIONS(2672), [anon_sym_GT_LPAREN] = ACTIONS(2672), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2672), }, [1167] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3654), [sym_comment] = ACTIONS(54), }, [1168] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3656), [sym_comment] = ACTIONS(54), }, [1169] = { [anon_sym_RBRACE] = ACTIONS(3656), [sym_comment] = ACTIONS(54), }, [1170] = { [sym_concatenation] = STATE(1555), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1555), [anon_sym_RBRACE] = ACTIONS(3658), [anon_sym_EQ] = ACTIONS(3660), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3662), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3660), [anon_sym_COLON_QMARK] = ACTIONS(3660), [anon_sym_COLON_DASH] = ACTIONS(3660), [anon_sym_PERCENT] = ACTIONS(3660), [anon_sym_DASH] = ACTIONS(3660), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1171] = { [sym_file_descriptor] = ACTIONS(2750), [sym__concat] = ACTIONS(2750), [sym_variable_name] = ACTIONS(2750), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_RPAREN] = ACTIONS(2750), [anon_sym_PIPE_AMP] = ACTIONS(2750), [anon_sym_AMP_AMP] = ACTIONS(2750), [anon_sym_PIPE_PIPE] = ACTIONS(2750), [anon_sym_LT] = ACTIONS(2752), [anon_sym_GT] = ACTIONS(2752), [anon_sym_GT_GT] = ACTIONS(2750), [anon_sym_AMP_GT] = ACTIONS(2752), [anon_sym_AMP_GT_GT] = ACTIONS(2750), [anon_sym_LT_AMP] = ACTIONS(2750), [anon_sym_GT_AMP] = ACTIONS(2750), [sym__special_characters] = ACTIONS(2750), [anon_sym_DQUOTE] = ACTIONS(2750), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2750), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2750), [anon_sym_BQUOTE] = ACTIONS(2750), [anon_sym_LT_LPAREN] = ACTIONS(2750), [anon_sym_GT_LPAREN] = ACTIONS(2750), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2750), }, [1172] = { [sym_concatenation] = STATE(1558), [sym_string] = STATE(1557), [sym_simple_expansion] = STATE(1557), [sym_string_expansion] = STATE(1557), [sym_expansion] = STATE(1557), [sym_command_substitution] = STATE(1557), [sym_process_substitution] = STATE(1557), [anon_sym_RBRACE] = ACTIONS(3656), [sym__special_characters] = ACTIONS(3664), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3666), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3666), }, [1173] = { [sym_file_descriptor] = ACTIONS(2793), [sym__concat] = ACTIONS(2793), [sym_variable_name] = ACTIONS(2793), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_RPAREN] = ACTIONS(2793), [anon_sym_PIPE_AMP] = ACTIONS(2793), [anon_sym_AMP_AMP] = ACTIONS(2793), [anon_sym_PIPE_PIPE] = ACTIONS(2793), [anon_sym_LT] = ACTIONS(2795), [anon_sym_GT] = ACTIONS(2795), [anon_sym_GT_GT] = ACTIONS(2793), [anon_sym_AMP_GT] = ACTIONS(2795), [anon_sym_AMP_GT_GT] = ACTIONS(2793), [anon_sym_LT_AMP] = ACTIONS(2793), [anon_sym_GT_AMP] = ACTIONS(2793), [sym__special_characters] = ACTIONS(2793), [anon_sym_DQUOTE] = ACTIONS(2793), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2793), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2793), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2793), [anon_sym_BQUOTE] = ACTIONS(2793), [anon_sym_LT_LPAREN] = ACTIONS(2793), [anon_sym_GT_LPAREN] = ACTIONS(2793), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2793), }, [1174] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3668), }, [1175] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3670), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1176] = { [sym_file_descriptor] = ACTIONS(2801), [sym__concat] = ACTIONS(2801), [sym_variable_name] = ACTIONS(2801), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_RPAREN] = ACTIONS(2801), [anon_sym_PIPE_AMP] = ACTIONS(2801), [anon_sym_AMP_AMP] = ACTIONS(2801), [anon_sym_PIPE_PIPE] = ACTIONS(2801), [anon_sym_LT] = ACTIONS(2803), [anon_sym_GT] = ACTIONS(2803), [anon_sym_GT_GT] = ACTIONS(2801), [anon_sym_AMP_GT] = ACTIONS(2803), [anon_sym_AMP_GT_GT] = ACTIONS(2801), [anon_sym_LT_AMP] = ACTIONS(2801), [anon_sym_GT_AMP] = ACTIONS(2801), [sym__special_characters] = ACTIONS(2801), [anon_sym_DQUOTE] = ACTIONS(2801), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2801), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2801), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2801), [anon_sym_BQUOTE] = ACTIONS(2801), [anon_sym_LT_LPAREN] = ACTIONS(2801), [anon_sym_GT_LPAREN] = ACTIONS(2801), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2801), }, [1177] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3672), }, [1178] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3674), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1179] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3676), }, [1180] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3656), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1181] = { [sym_concatenation] = STATE(1565), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1565), [anon_sym_RBRACE] = ACTIONS(3678), [anon_sym_EQ] = ACTIONS(3680), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3682), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3680), [anon_sym_COLON_QMARK] = ACTIONS(3680), [anon_sym_COLON_DASH] = ACTIONS(3680), [anon_sym_PERCENT] = ACTIONS(3680), [anon_sym_DASH] = ACTIONS(3680), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1182] = { [sym_file_descriptor] = ACTIONS(2817), [sym__concat] = ACTIONS(2817), [sym_variable_name] = ACTIONS(2817), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_RPAREN] = ACTIONS(2817), [anon_sym_PIPE_AMP] = ACTIONS(2817), [anon_sym_AMP_AMP] = ACTIONS(2817), [anon_sym_PIPE_PIPE] = ACTIONS(2817), [anon_sym_LT] = ACTIONS(2819), [anon_sym_GT] = ACTIONS(2819), [anon_sym_GT_GT] = ACTIONS(2817), [anon_sym_AMP_GT] = ACTIONS(2819), [anon_sym_AMP_GT_GT] = ACTIONS(2817), [anon_sym_LT_AMP] = ACTIONS(2817), [anon_sym_GT_AMP] = ACTIONS(2817), [sym__special_characters] = ACTIONS(2817), [anon_sym_DQUOTE] = ACTIONS(2817), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2817), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2817), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2817), [anon_sym_BQUOTE] = ACTIONS(2817), [anon_sym_LT_LPAREN] = ACTIONS(2817), [anon_sym_GT_LPAREN] = ACTIONS(2817), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2817), }, [1183] = { [sym_concatenation] = STATE(1567), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1567), [anon_sym_RBRACE] = ACTIONS(3684), [anon_sym_EQ] = ACTIONS(3686), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3686), [anon_sym_COLON_QMARK] = ACTIONS(3686), [anon_sym_COLON_DASH] = ACTIONS(3686), [anon_sym_PERCENT] = ACTIONS(3686), [anon_sym_DASH] = ACTIONS(3686), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1184] = { [sym__concat] = ACTIONS(2672), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym__string_content] = ACTIONS(2672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [sym_comment] = ACTIONS(166), }, [1185] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3690), [sym_comment] = ACTIONS(54), }, [1186] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3692), [sym_comment] = ACTIONS(54), }, [1187] = { [anon_sym_RBRACE] = ACTIONS(3692), [sym_comment] = ACTIONS(54), }, [1188] = { [sym_concatenation] = STATE(1571), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1571), [anon_sym_RBRACE] = ACTIONS(3694), [anon_sym_EQ] = ACTIONS(3696), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3698), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3696), [anon_sym_COLON_QMARK] = ACTIONS(3696), [anon_sym_COLON_DASH] = ACTIONS(3696), [anon_sym_PERCENT] = ACTIONS(3696), [anon_sym_DASH] = ACTIONS(3696), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1189] = { [sym__concat] = ACTIONS(2750), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym__string_content] = ACTIONS(2750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [sym_comment] = ACTIONS(166), }, [1190] = { [sym_concatenation] = STATE(1574), [sym_string] = STATE(1573), [sym_simple_expansion] = STATE(1573), [sym_string_expansion] = STATE(1573), [sym_expansion] = STATE(1573), [sym_command_substitution] = STATE(1573), [sym_process_substitution] = STATE(1573), [anon_sym_RBRACE] = ACTIONS(3692), [sym__special_characters] = ACTIONS(3700), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3702), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3702), }, [1191] = { [sym__concat] = ACTIONS(2793), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym__string_content] = ACTIONS(2793), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [sym_comment] = ACTIONS(166), }, [1192] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3704), }, [1193] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3706), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1194] = { [sym__concat] = ACTIONS(2801), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym__string_content] = ACTIONS(2801), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [sym_comment] = ACTIONS(166), }, [1195] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3708), }, [1196] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3710), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1197] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3712), }, [1198] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3692), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1199] = { [sym_concatenation] = STATE(1581), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1581), [anon_sym_RBRACE] = ACTIONS(3714), [anon_sym_EQ] = ACTIONS(3716), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3718), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3716), [anon_sym_COLON_QMARK] = ACTIONS(3716), [anon_sym_COLON_DASH] = ACTIONS(3716), [anon_sym_PERCENT] = ACTIONS(3716), [anon_sym_DASH] = ACTIONS(3716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1200] = { [sym__concat] = ACTIONS(2817), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym__string_content] = ACTIONS(2817), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [sym_comment] = ACTIONS(166), }, [1201] = { [sym_concatenation] = STATE(1583), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1583), [anon_sym_RBRACE] = ACTIONS(3720), [anon_sym_EQ] = ACTIONS(3722), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3722), [anon_sym_COLON_QMARK] = ACTIONS(3722), [anon_sym_COLON_DASH] = ACTIONS(3722), [anon_sym_PERCENT] = ACTIONS(3722), [anon_sym_DASH] = ACTIONS(3722), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1202] = { [sym_string] = STATE(656), [sym_simple_expansion] = STATE(656), [sym_string_expansion] = STATE(656), [sym_expansion] = STATE(656), [sym_command_substitution] = STATE(656), [sym_process_substitution] = STATE(656), [anon_sym_RBRACK] = ACTIONS(3726), [sym__special_characters] = ACTIONS(2093), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(1271), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1271), }, [1203] = { [sym__concat] = ACTIONS(3728), [anon_sym_RBRACE] = ACTIONS(2097), [anon_sym_EQ] = ACTIONS(3730), [sym__special_characters] = ACTIONS(3730), [anon_sym_DQUOTE] = ACTIONS(2097), [anon_sym_DOLLAR] = ACTIONS(3730), [sym_raw_string] = ACTIONS(2097), [anon_sym_POUND] = ACTIONS(2097), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2097), [aux_sym_SLASH] = ACTIONS(2097), [anon_sym_COLON] = ACTIONS(3730), [anon_sym_COLON_QMARK] = ACTIONS(3730), [anon_sym_COLON_DASH] = ACTIONS(3730), [anon_sym_PERCENT] = ACTIONS(3730), [anon_sym_DASH] = ACTIONS(3730), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2097), [anon_sym_BQUOTE] = ACTIONS(2097), [anon_sym_LT_LPAREN] = ACTIONS(2097), [anon_sym_GT_LPAREN] = ACTIONS(2097), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3730), }, [1204] = { [sym_string] = STATE(656), [sym_simple_expansion] = STATE(656), [sym_string_expansion] = STATE(656), [sym_expansion] = STATE(656), [sym_command_substitution] = STATE(656), [sym_process_substitution] = STATE(656), [anon_sym_RBRACK] = ACTIONS(3732), [sym__special_characters] = ACTIONS(2093), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(1271), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1271), }, [1205] = { [sym__concat] = ACTIONS(3734), [anon_sym_RBRACE] = ACTIONS(2103), [anon_sym_EQ] = ACTIONS(3736), [sym__special_characters] = ACTIONS(3736), [anon_sym_DQUOTE] = ACTIONS(2103), [anon_sym_DOLLAR] = ACTIONS(3736), [sym_raw_string] = ACTIONS(2103), [anon_sym_POUND] = ACTIONS(2103), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2103), [aux_sym_SLASH] = ACTIONS(2103), [anon_sym_COLON] = ACTIONS(3736), [anon_sym_COLON_QMARK] = ACTIONS(3736), [anon_sym_COLON_DASH] = ACTIONS(3736), [anon_sym_PERCENT] = ACTIONS(3736), [anon_sym_DASH] = ACTIONS(3736), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2103), [anon_sym_BQUOTE] = ACTIONS(2103), [anon_sym_LT_LPAREN] = ACTIONS(2103), [anon_sym_GT_LPAREN] = ACTIONS(2103), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3736), }, [1206] = { [anon_sym_RBRACK] = ACTIONS(3732), [sym_comment] = ACTIONS(54), }, [1207] = { [sym_string] = STATE(1588), [sym_simple_expansion] = STATE(1588), [sym_string_expansion] = STATE(1588), [sym_expansion] = STATE(1588), [sym_command_substitution] = STATE(1588), [sym_process_substitution] = STATE(1588), [sym__special_characters] = ACTIONS(3738), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3738), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3738), }, [1208] = { [sym_file_descriptor] = ACTIONS(3740), [sym__concat] = ACTIONS(3740), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_RPAREN] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [anon_sym_EQ_TILDE] = ACTIONS(3742), [anon_sym_EQ_EQ] = ACTIONS(3742), [anon_sym_LT] = ACTIONS(3742), [anon_sym_GT] = ACTIONS(3742), [anon_sym_GT_GT] = ACTIONS(3742), [anon_sym_AMP_GT] = ACTIONS(3742), [anon_sym_AMP_GT_GT] = ACTIONS(3742), [anon_sym_LT_AMP] = ACTIONS(3742), [anon_sym_GT_AMP] = ACTIONS(3742), [anon_sym_LT_LT] = ACTIONS(3742), [anon_sym_LT_LT_DASH] = ACTIONS(3742), [anon_sym_LT_LT_LT] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [anon_sym_LT_LPAREN] = ACTIONS(3742), [anon_sym_GT_LPAREN] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3742), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [1209] = { [aux_sym_concatenation_repeat1] = STATE(1589), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(688), [sym_comment] = ACTIONS(54), }, [1210] = { [sym__concat] = ACTIONS(692), [anon_sym_RBRACE] = ACTIONS(692), [sym_comment] = ACTIONS(54), }, [1211] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(3744), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [1212] = { [sym__concat] = ACTIONS(722), [anon_sym_RBRACE] = ACTIONS(722), [sym_comment] = ACTIONS(54), }, [1213] = { [sym__concat] = ACTIONS(726), [anon_sym_RBRACE] = ACTIONS(726), [sym_comment] = ACTIONS(54), }, [1214] = { [sym__concat] = ACTIONS(730), [anon_sym_RBRACE] = ACTIONS(730), [sym_comment] = ACTIONS(54), }, [1215] = { [sym_file_descriptor] = ACTIONS(3746), [sym__concat] = ACTIONS(3746), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_RPAREN] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [anon_sym_EQ_TILDE] = ACTIONS(3748), [anon_sym_EQ_EQ] = ACTIONS(3748), [anon_sym_LT] = ACTIONS(3748), [anon_sym_GT] = ACTIONS(3748), [anon_sym_GT_GT] = ACTIONS(3748), [anon_sym_AMP_GT] = ACTIONS(3748), [anon_sym_AMP_GT_GT] = ACTIONS(3748), [anon_sym_LT_AMP] = ACTIONS(3748), [anon_sym_GT_AMP] = ACTIONS(3748), [anon_sym_LT_LT] = ACTIONS(3748), [anon_sym_LT_LT_DASH] = ACTIONS(3748), [anon_sym_LT_LT_LT] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [anon_sym_LT_LPAREN] = ACTIONS(3748), [anon_sym_GT_LPAREN] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3748), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [1216] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(3750), [sym_comment] = ACTIONS(54), }, [1217] = { [sym_concatenation] = STATE(1594), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1594), [anon_sym_RBRACE] = ACTIONS(3752), [anon_sym_EQ] = ACTIONS(3754), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3756), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3758), [anon_sym_COLON] = ACTIONS(3754), [anon_sym_COLON_QMARK] = ACTIONS(3754), [anon_sym_COLON_DASH] = ACTIONS(3754), [anon_sym_PERCENT] = ACTIONS(3754), [anon_sym_DASH] = ACTIONS(3754), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1218] = { [sym_subscript] = STATE(1598), [sym_variable_name] = ACTIONS(3760), [anon_sym_DOLLAR] = ACTIONS(3762), [anon_sym_DASH] = ACTIONS(3762), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3764), [anon_sym_STAR] = ACTIONS(3762), [anon_sym_AT] = ACTIONS(3762), [anon_sym_QMARK] = ACTIONS(3762), [anon_sym_0] = ACTIONS(3766), [anon_sym__] = ACTIONS(3766), }, [1219] = { [sym_concatenation] = STATE(1601), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1601), [anon_sym_RBRACE] = ACTIONS(3768), [anon_sym_EQ] = ACTIONS(3770), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3772), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3774), [anon_sym_COLON] = ACTIONS(3770), [anon_sym_COLON_QMARK] = ACTIONS(3770), [anon_sym_COLON_DASH] = ACTIONS(3770), [anon_sym_PERCENT] = ACTIONS(3770), [anon_sym_DASH] = ACTIONS(3770), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1220] = { [sym_concatenation] = STATE(1604), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1604), [anon_sym_RBRACE] = ACTIONS(3776), [anon_sym_EQ] = ACTIONS(3778), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3780), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3782), [anon_sym_COLON] = ACTIONS(3778), [anon_sym_COLON_QMARK] = ACTIONS(3778), [anon_sym_COLON_DASH] = ACTIONS(3778), [anon_sym_PERCENT] = ACTIONS(3778), [anon_sym_DASH] = ACTIONS(3778), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1221] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3784), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [1222] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3784), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [1223] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(3784), [sym_comment] = ACTIONS(54), }, [1224] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(3784), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [1225] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3786), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [1226] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(3786), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [1227] = { [sym__concat] = ACTIONS(1634), [anon_sym_RBRACE] = ACTIONS(1634), [anon_sym_EQ] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_POUND] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_COLON] = ACTIONS(1636), [anon_sym_COLON_QMARK] = ACTIONS(1636), [anon_sym_COLON_DASH] = ACTIONS(1636), [anon_sym_PERCENT] = ACTIONS(1636), [anon_sym_DASH] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), }, [1228] = { [aux_sym_concatenation_repeat1] = STATE(1228), [sym__concat] = ACTIONS(3788), [anon_sym_RBRACE] = ACTIONS(1634), [anon_sym_EQ] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_POUND] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_COLON] = ACTIONS(1636), [anon_sym_COLON_QMARK] = ACTIONS(1636), [anon_sym_COLON_DASH] = ACTIONS(1636), [anon_sym_PERCENT] = ACTIONS(1636), [anon_sym_DASH] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), }, [1229] = { [sym__concat] = ACTIONS(1683), [anon_sym_RBRACE] = ACTIONS(1683), [anon_sym_EQ] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1683), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1683), [anon_sym_POUND] = ACTIONS(1683), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1683), [anon_sym_COLON] = ACTIONS(1685), [anon_sym_COLON_QMARK] = ACTIONS(1685), [anon_sym_COLON_DASH] = ACTIONS(1685), [anon_sym_PERCENT] = ACTIONS(1685), [anon_sym_DASH] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1683), [anon_sym_BQUOTE] = ACTIONS(1683), [anon_sym_LT_LPAREN] = ACTIONS(1683), [anon_sym_GT_LPAREN] = ACTIONS(1683), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1685), }, [1230] = { [sym_concatenation] = STATE(1610), [sym_string] = STATE(1609), [sym_simple_expansion] = STATE(1609), [sym_string_expansion] = STATE(1609), [sym_expansion] = STATE(1609), [sym_command_substitution] = STATE(1609), [sym_process_substitution] = STATE(1609), [anon_sym_RBRACE] = ACTIONS(3791), [sym__special_characters] = ACTIONS(3793), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3795), }, [1231] = { [sym__concat] = ACTIONS(1724), [anon_sym_RBRACE] = ACTIONS(1724), [anon_sym_EQ] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1724), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1724), [anon_sym_POUND] = ACTIONS(1724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1724), [anon_sym_COLON] = ACTIONS(1726), [anon_sym_COLON_QMARK] = ACTIONS(1726), [anon_sym_COLON_DASH] = ACTIONS(1726), [anon_sym_PERCENT] = ACTIONS(1726), [anon_sym_DASH] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1724), [anon_sym_BQUOTE] = ACTIONS(1724), [anon_sym_LT_LPAREN] = ACTIONS(1724), [anon_sym_GT_LPAREN] = ACTIONS(1724), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1726), }, [1232] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3797), }, [1233] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3799), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1234] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(3801), [sym_comment] = ACTIONS(54), }, [1235] = { [sym_concatenation] = STATE(1616), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1616), [anon_sym_RBRACE] = ACTIONS(3803), [anon_sym_EQ] = ACTIONS(3805), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3807), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3809), [anon_sym_COLON] = ACTIONS(3805), [anon_sym_COLON_QMARK] = ACTIONS(3805), [anon_sym_COLON_DASH] = ACTIONS(3805), [anon_sym_PERCENT] = ACTIONS(3805), [anon_sym_DASH] = ACTIONS(3805), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1236] = { [sym_concatenation] = STATE(1619), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1619), [anon_sym_RBRACE] = ACTIONS(3811), [anon_sym_EQ] = ACTIONS(3813), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3815), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3817), [anon_sym_COLON] = ACTIONS(3813), [anon_sym_COLON_QMARK] = ACTIONS(3813), [anon_sym_COLON_DASH] = ACTIONS(3813), [anon_sym_PERCENT] = ACTIONS(3813), [anon_sym_DASH] = ACTIONS(3813), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1237] = { [sym_concatenation] = STATE(1621), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1621), [anon_sym_RBRACE] = ACTIONS(3791), [anon_sym_EQ] = ACTIONS(3819), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3821), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3823), [anon_sym_COLON] = ACTIONS(3819), [anon_sym_COLON_QMARK] = ACTIONS(3819), [anon_sym_COLON_DASH] = ACTIONS(3819), [anon_sym_PERCENT] = ACTIONS(3819), [anon_sym_DASH] = ACTIONS(3819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1238] = { [sym__concat] = ACTIONS(1790), [anon_sym_RBRACE] = ACTIONS(1790), [anon_sym_EQ] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1790), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1790), [anon_sym_POUND] = ACTIONS(1790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1790), [anon_sym_COLON] = ACTIONS(1792), [anon_sym_COLON_QMARK] = ACTIONS(1792), [anon_sym_COLON_DASH] = ACTIONS(1792), [anon_sym_PERCENT] = ACTIONS(1792), [anon_sym_DASH] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1790), [anon_sym_BQUOTE] = ACTIONS(1790), [anon_sym_LT_LPAREN] = ACTIONS(1790), [anon_sym_GT_LPAREN] = ACTIONS(1790), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1792), }, [1239] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3825), }, [1240] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3827), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1241] = { [sym__concat] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_EQ] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1798), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1798), [anon_sym_POUND] = ACTIONS(1798), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1798), [anon_sym_COLON] = ACTIONS(1800), [anon_sym_COLON_QMARK] = ACTIONS(1800), [anon_sym_COLON_DASH] = ACTIONS(1800), [anon_sym_PERCENT] = ACTIONS(1800), [anon_sym_DASH] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1798), [anon_sym_BQUOTE] = ACTIONS(1798), [anon_sym_LT_LPAREN] = ACTIONS(1798), [anon_sym_GT_LPAREN] = ACTIONS(1798), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1800), }, [1242] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3829), }, [1243] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3791), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1244] = { [sym_file_descriptor] = ACTIONS(3831), [sym__concat] = ACTIONS(3831), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_RPAREN] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [anon_sym_EQ_TILDE] = ACTIONS(3833), [anon_sym_EQ_EQ] = ACTIONS(3833), [anon_sym_LT] = ACTIONS(3833), [anon_sym_GT] = ACTIONS(3833), [anon_sym_GT_GT] = ACTIONS(3833), [anon_sym_AMP_GT] = ACTIONS(3833), [anon_sym_AMP_GT_GT] = ACTIONS(3833), [anon_sym_LT_AMP] = ACTIONS(3833), [anon_sym_GT_AMP] = ACTIONS(3833), [anon_sym_LT_LT] = ACTIONS(3833), [anon_sym_LT_LT_DASH] = ACTIONS(3833), [anon_sym_LT_LT_LT] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [anon_sym_LT_LPAREN] = ACTIONS(3833), [anon_sym_GT_LPAREN] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3833), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [1245] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3835), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1246] = { [sym__concat] = ACTIONS(1936), [anon_sym_RBRACE] = ACTIONS(1936), [anon_sym_EQ] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1936), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1936), [anon_sym_POUND] = ACTIONS(1936), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1936), [anon_sym_COLON] = ACTIONS(1938), [anon_sym_COLON_QMARK] = ACTIONS(1938), [anon_sym_COLON_DASH] = ACTIONS(1938), [anon_sym_PERCENT] = ACTIONS(1938), [anon_sym_DASH] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1936), [anon_sym_BQUOTE] = ACTIONS(1936), [anon_sym_LT_LPAREN] = ACTIONS(1936), [anon_sym_GT_LPAREN] = ACTIONS(1936), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1938), }, [1247] = { [sym__concat] = ACTIONS(2000), [anon_sym_RBRACE] = ACTIONS(2000), [anon_sym_EQ] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2000), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2000), [anon_sym_POUND] = ACTIONS(2000), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2000), [anon_sym_COLON] = ACTIONS(2002), [anon_sym_COLON_QMARK] = ACTIONS(2002), [anon_sym_COLON_DASH] = ACTIONS(2002), [anon_sym_PERCENT] = ACTIONS(2002), [anon_sym_DASH] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2000), [anon_sym_BQUOTE] = ACTIONS(2000), [anon_sym_LT_LPAREN] = ACTIONS(2000), [anon_sym_GT_LPAREN] = ACTIONS(2000), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2002), }, [1248] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3837), [sym_comment] = ACTIONS(54), }, [1249] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(3839), [sym_comment] = ACTIONS(54), }, [1250] = { [anon_sym_RBRACE] = ACTIONS(3839), [sym_comment] = ACTIONS(54), }, [1251] = { [sym_concatenation] = STATE(1629), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1629), [anon_sym_RBRACE] = ACTIONS(3841), [anon_sym_EQ] = ACTIONS(3843), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3845), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3843), [anon_sym_COLON_QMARK] = ACTIONS(3843), [anon_sym_COLON_DASH] = ACTIONS(3843), [anon_sym_PERCENT] = ACTIONS(3843), [anon_sym_DASH] = ACTIONS(3843), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1252] = { [sym_file_descriptor] = ACTIONS(3847), [sym__concat] = ACTIONS(3847), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_RPAREN] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [anon_sym_EQ_TILDE] = ACTIONS(3849), [anon_sym_EQ_EQ] = ACTIONS(3849), [anon_sym_LT] = ACTIONS(3849), [anon_sym_GT] = ACTIONS(3849), [anon_sym_GT_GT] = ACTIONS(3849), [anon_sym_AMP_GT] = ACTIONS(3849), [anon_sym_AMP_GT_GT] = ACTIONS(3849), [anon_sym_LT_AMP] = ACTIONS(3849), [anon_sym_GT_AMP] = ACTIONS(3849), [anon_sym_LT_LT] = ACTIONS(3849), [anon_sym_LT_LT_DASH] = ACTIONS(3849), [anon_sym_LT_LT_LT] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [anon_sym_LT_LPAREN] = ACTIONS(3849), [anon_sym_GT_LPAREN] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3849), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [1253] = { [sym_concatenation] = STATE(1631), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1631), [anon_sym_RBRACE] = ACTIONS(3851), [anon_sym_EQ] = ACTIONS(3853), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3855), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3853), [anon_sym_COLON_QMARK] = ACTIONS(3853), [anon_sym_COLON_DASH] = ACTIONS(3853), [anon_sym_PERCENT] = ACTIONS(3853), [anon_sym_DASH] = ACTIONS(3853), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1254] = { [sym_file_descriptor] = ACTIONS(3857), [sym__concat] = ACTIONS(3857), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_RPAREN] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [anon_sym_EQ_TILDE] = ACTIONS(3859), [anon_sym_EQ_EQ] = ACTIONS(3859), [anon_sym_LT] = ACTIONS(3859), [anon_sym_GT] = ACTIONS(3859), [anon_sym_GT_GT] = ACTIONS(3859), [anon_sym_AMP_GT] = ACTIONS(3859), [anon_sym_AMP_GT_GT] = ACTIONS(3859), [anon_sym_LT_AMP] = ACTIONS(3859), [anon_sym_GT_AMP] = ACTIONS(3859), [anon_sym_LT_LT] = ACTIONS(3859), [anon_sym_LT_LT_DASH] = ACTIONS(3859), [anon_sym_LT_LT_LT] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [anon_sym_LT_LPAREN] = ACTIONS(3859), [anon_sym_GT_LPAREN] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3859), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [1255] = { [sym_concatenation] = STATE(1633), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1633), [anon_sym_RBRACE] = ACTIONS(3861), [anon_sym_EQ] = ACTIONS(3863), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3865), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(3863), [anon_sym_COLON_QMARK] = ACTIONS(3863), [anon_sym_COLON_DASH] = ACTIONS(3863), [anon_sym_PERCENT] = ACTIONS(3863), [anon_sym_DASH] = ACTIONS(3863), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1256] = { [sym_file_descriptor] = ACTIONS(3867), [sym__concat] = ACTIONS(3867), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_RPAREN] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [anon_sym_EQ_TILDE] = ACTIONS(3869), [anon_sym_EQ_EQ] = ACTIONS(3869), [anon_sym_LT] = ACTIONS(3869), [anon_sym_GT] = ACTIONS(3869), [anon_sym_GT_GT] = ACTIONS(3869), [anon_sym_AMP_GT] = ACTIONS(3869), [anon_sym_AMP_GT_GT] = ACTIONS(3869), [anon_sym_LT_AMP] = ACTIONS(3869), [anon_sym_GT_AMP] = ACTIONS(3869), [anon_sym_LT_LT] = ACTIONS(3869), [anon_sym_LT_LT_DASH] = ACTIONS(3869), [anon_sym_LT_LT_LT] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [anon_sym_LT_LPAREN] = ACTIONS(3869), [anon_sym_GT_LPAREN] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3869), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [1257] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3871), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1258] = { [sym_file_descriptor] = ACTIONS(3873), [sym__concat] = ACTIONS(3873), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_RPAREN] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [anon_sym_EQ_TILDE] = ACTIONS(3875), [anon_sym_EQ_EQ] = ACTIONS(3875), [anon_sym_LT] = ACTIONS(3875), [anon_sym_GT] = ACTIONS(3875), [anon_sym_GT_GT] = ACTIONS(3875), [anon_sym_AMP_GT] = ACTIONS(3875), [anon_sym_AMP_GT_GT] = ACTIONS(3875), [anon_sym_LT_AMP] = ACTIONS(3875), [anon_sym_GT_AMP] = ACTIONS(3875), [anon_sym_LT_LT] = ACTIONS(3875), [anon_sym_LT_LT_DASH] = ACTIONS(3875), [anon_sym_LT_LT_LT] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [anon_sym_LT_LPAREN] = ACTIONS(3875), [anon_sym_GT_LPAREN] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3875), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [1259] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3877), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1260] = { [sym_file_descriptor] = ACTIONS(2105), [sym_variable_name] = ACTIONS(2105), [anon_sym_PIPE] = ACTIONS(2107), [anon_sym_RPAREN] = ACTIONS(2105), [anon_sym_PIPE_AMP] = ACTIONS(2105), [anon_sym_AMP_AMP] = ACTIONS(2105), [anon_sym_PIPE_PIPE] = ACTIONS(2105), [anon_sym_LT] = ACTIONS(2107), [anon_sym_GT] = ACTIONS(2107), [anon_sym_GT_GT] = ACTIONS(2105), [anon_sym_AMP_GT] = ACTIONS(2107), [anon_sym_AMP_GT_GT] = ACTIONS(2105), [anon_sym_LT_AMP] = ACTIONS(2105), [anon_sym_GT_AMP] = ACTIONS(2105), [sym__special_characters] = ACTIONS(2105), [anon_sym_DQUOTE] = ACTIONS(2105), [anon_sym_DOLLAR] = ACTIONS(2107), [sym_raw_string] = ACTIONS(2105), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2105), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2105), [anon_sym_BQUOTE] = ACTIONS(2105), [anon_sym_LT_LPAREN] = ACTIONS(2105), [anon_sym_GT_LPAREN] = ACTIONS(2105), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2105), }, [1261] = { [sym_concatenation] = STATE(984), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(984), [anon_sym_RPAREN] = ACTIONS(3879), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [1262] = { [aux_sym_concatenation_repeat1] = STATE(1637), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(688), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(688), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(688), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(688), [anon_sym_LT_AMP] = ACTIONS(688), [anon_sym_GT_AMP] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(688), }, [1263] = { [sym_concatenation] = STATE(1023), [sym_string] = STATE(576), [sym_simple_expansion] = STATE(576), [sym_string_expansion] = STATE(576), [sym_expansion] = STATE(576), [sym_command_substitution] = STATE(576), [sym_process_substitution] = STATE(576), [aux_sym_for_statement_repeat1] = STATE(1023), [anon_sym_SEMI_SEMI] = ACTIONS(3881), [sym__special_characters] = ACTIONS(2207), [anon_sym_DQUOTE] = ACTIONS(2209), [anon_sym_DOLLAR] = ACTIONS(1131), [sym_raw_string] = ACTIONS(2211), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2213), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2215), [anon_sym_BQUOTE] = ACTIONS(2217), [anon_sym_LT_LPAREN] = ACTIONS(2219), [anon_sym_GT_LPAREN] = ACTIONS(2219), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2211), [anon_sym_SEMI] = ACTIONS(3881), [anon_sym_LF] = ACTIONS(3883), [anon_sym_AMP] = ACTIONS(3881), }, [1264] = { [sym__terminated_statement] = STATE(1640), [sym_for_statement] = STATE(585), [sym_while_statement] = STATE(585), [sym_if_statement] = STATE(585), [sym_case_statement] = STATE(585), [sym_function_definition] = STATE(585), [sym_subshell] = STATE(585), [sym_pipeline] = STATE(585), [sym_list] = STATE(585), [sym_command] = STATE(585), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(585), [sym_variable_assignment] = STATE(586), [sym_declaration_command] = STATE(585), [sym_unset_command] = STATE(585), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1640), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_done] = ACTIONS(3885), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1265] = { [anon_sym_PIPE] = ACTIONS(2225), [anon_sym_RPAREN] = ACTIONS(2227), [anon_sym_PIPE_AMP] = ACTIONS(2227), [anon_sym_AMP_AMP] = ACTIONS(2227), [anon_sym_PIPE_PIPE] = ACTIONS(2227), [anon_sym_BQUOTE] = ACTIONS(2227), [sym_comment] = ACTIONS(54), }, [1266] = { [sym_file_descriptor] = ACTIONS(2229), [anon_sym_PIPE] = ACTIONS(2231), [anon_sym_RPAREN] = ACTIONS(2229), [anon_sym_PIPE_AMP] = ACTIONS(2229), [anon_sym_AMP_AMP] = ACTIONS(2229), [anon_sym_PIPE_PIPE] = ACTIONS(2229), [anon_sym_LT] = ACTIONS(2231), [anon_sym_GT] = ACTIONS(2231), [anon_sym_GT_GT] = ACTIONS(2229), [anon_sym_AMP_GT] = ACTIONS(2231), [anon_sym_AMP_GT_GT] = ACTIONS(2229), [anon_sym_LT_AMP] = ACTIONS(2229), [anon_sym_GT_AMP] = ACTIONS(2229), [anon_sym_LT_LT] = ACTIONS(2231), [anon_sym_LT_LT_DASH] = ACTIONS(2229), [anon_sym_LT_LT_LT] = ACTIONS(2229), [anon_sym_BQUOTE] = ACTIONS(2229), [sym_comment] = ACTIONS(54), }, [1267] = { [sym__terminated_statement] = STATE(1028), [sym_for_statement] = STATE(585), [sym_while_statement] = STATE(585), [sym_if_statement] = STATE(585), [sym_case_statement] = STATE(585), [sym_function_definition] = STATE(585), [sym_subshell] = STATE(585), [sym_pipeline] = STATE(585), [sym_list] = STATE(585), [sym_command] = STATE(585), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(585), [sym_variable_assignment] = STATE(586), [sym_declaration_command] = STATE(585), [sym_unset_command] = STATE(585), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1028), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_done] = ACTIONS(3887), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1268] = { [sym_file_redirect] = STATE(916), [sym_heredoc_redirect] = STATE(916), [sym_herestring_redirect] = STATE(916), [aux_sym_while_statement_repeat1] = STATE(916), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(2239), [anon_sym_RPAREN] = ACTIONS(2241), [anon_sym_PIPE_AMP] = ACTIONS(2241), [anon_sym_AMP_AMP] = ACTIONS(2241), [anon_sym_PIPE_PIPE] = ACTIONS(2241), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym_comment] = ACTIONS(54), }, [1269] = { [anon_sym_PIPE] = ACTIONS(2243), [anon_sym_RPAREN] = ACTIONS(2245), [anon_sym_PIPE_AMP] = ACTIONS(2245), [anon_sym_AMP_AMP] = ACTIONS(2245), [anon_sym_PIPE_PIPE] = ACTIONS(2245), [anon_sym_BQUOTE] = ACTIONS(2245), [sym_comment] = ACTIONS(54), }, [1270] = { [anon_sym_fi] = ACTIONS(3889), [sym_comment] = ACTIONS(54), }, [1271] = { [sym__terminated_statement] = STATE(1036), [sym_for_statement] = STATE(592), [sym_while_statement] = STATE(592), [sym_if_statement] = STATE(592), [sym_elif_clause] = STATE(1644), [sym_else_clause] = STATE(1643), [sym_case_statement] = STATE(592), [sym_function_definition] = STATE(592), [sym_subshell] = STATE(592), [sym_pipeline] = STATE(592), [sym_list] = STATE(592), [sym_command] = STATE(592), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(592), [sym_variable_assignment] = STATE(594), [sym_declaration_command] = STATE(592), [sym_unset_command] = STATE(592), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1036), [aux_sym_if_statement_repeat1] = STATE(1644), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_fi] = ACTIONS(3891), [anon_sym_elif] = ACTIONS(1153), [anon_sym_else] = ACTIONS(1155), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1272] = { [sym_elif_clause] = STATE(1038), [sym_else_clause] = STATE(1643), [aux_sym_if_statement_repeat1] = STATE(1038), [anon_sym_fi] = ACTIONS(3889), [anon_sym_elif] = ACTIONS(2257), [anon_sym_else] = ACTIONS(2259), [sym_comment] = ACTIONS(54), }, [1273] = { [sym_case_item] = STATE(1647), [sym_last_case_item] = STATE(1646), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1647), [anon_sym_esac] = ACTIONS(3893), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2267), }, [1274] = { [anon_sym_SEMI_SEMI] = ACTIONS(3895), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3895), [anon_sym_LF] = ACTIONS(3897), [anon_sym_AMP] = ACTIONS(3895), }, [1275] = { [sym_case_item] = STATE(1651), [sym_last_case_item] = STATE(1650), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1651), [anon_sym_esac] = ACTIONS(3899), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2267), }, [1276] = { [anon_sym_SEMI_SEMI] = ACTIONS(3901), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3901), [anon_sym_LF] = ACTIONS(3903), [anon_sym_AMP] = ACTIONS(3901), }, [1277] = { [sym_compound_statement] = STATE(1653), [anon_sym_LBRACE] = ACTIONS(1836), [sym_comment] = ACTIONS(54), }, [1278] = { [sym_file_descriptor] = ACTIONS(2322), [anon_sym_PIPE] = ACTIONS(2324), [anon_sym_RPAREN] = ACTIONS(2322), [anon_sym_PIPE_AMP] = ACTIONS(2322), [anon_sym_AMP_AMP] = ACTIONS(2322), [anon_sym_PIPE_PIPE] = ACTIONS(2322), [anon_sym_LT] = ACTIONS(2324), [anon_sym_GT] = ACTIONS(2324), [anon_sym_GT_GT] = ACTIONS(2322), [anon_sym_AMP_GT] = ACTIONS(2324), [anon_sym_AMP_GT_GT] = ACTIONS(2322), [anon_sym_LT_AMP] = ACTIONS(2322), [anon_sym_GT_AMP] = ACTIONS(2322), [anon_sym_BQUOTE] = ACTIONS(2322), [sym_comment] = ACTIONS(54), }, [1279] = { [sym__terminated_statement] = STATE(1071), [sym_for_statement] = STATE(622), [sym_while_statement] = STATE(622), [sym_if_statement] = STATE(622), [sym_case_statement] = STATE(622), [sym_function_definition] = STATE(622), [sym_subshell] = STATE(622), [sym_pipeline] = STATE(622), [sym_list] = STATE(622), [sym_command] = STATE(622), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(622), [sym_variable_assignment] = STATE(623), [sym_declaration_command] = STATE(622), [sym_unset_command] = STATE(622), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1071), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_RBRACE] = ACTIONS(3905), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1280] = { [anon_sym_LT] = ACTIONS(3907), [anon_sym_GT] = ACTIONS(3907), [anon_sym_GT_GT] = ACTIONS(3909), [anon_sym_AMP_GT] = ACTIONS(3907), [anon_sym_AMP_GT_GT] = ACTIONS(3909), [anon_sym_LT_AMP] = ACTIONS(3909), [anon_sym_GT_AMP] = ACTIONS(3909), [sym_comment] = ACTIONS(54), }, [1281] = { [sym_concatenation] = STATE(1658), [sym_string] = STATE(1657), [sym_simple_expansion] = STATE(1657), [sym_string_expansion] = STATE(1657), [sym_expansion] = STATE(1657), [sym_command_substitution] = STATE(1657), [sym_process_substitution] = STATE(1657), [sym__special_characters] = ACTIONS(3911), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(824), [sym_raw_string] = ACTIONS(3913), [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), [anon_sym_BQUOTE] = ACTIONS(832), [anon_sym_LT_LPAREN] = ACTIONS(834), [anon_sym_GT_LPAREN] = ACTIONS(834), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3913), }, [1282] = { [anon_sym_PIPE] = ACTIONS(2340), [anon_sym_RPAREN] = ACTIONS(2342), [anon_sym_PIPE_AMP] = ACTIONS(2342), [anon_sym_AMP_AMP] = ACTIONS(2342), [anon_sym_PIPE_PIPE] = ACTIONS(2342), [anon_sym_BQUOTE] = ACTIONS(2342), [sym_comment] = ACTIONS(54), }, [1283] = { [anon_sym_PIPE] = ACTIONS(2369), [anon_sym_RPAREN] = ACTIONS(2371), [anon_sym_PIPE_AMP] = ACTIONS(2371), [anon_sym_AMP_AMP] = ACTIONS(2371), [anon_sym_PIPE_PIPE] = ACTIONS(2371), [anon_sym_BQUOTE] = ACTIONS(2371), [sym_comment] = ACTIONS(54), }, [1284] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_RPAREN] = ACTIONS(3915), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [1285] = { [sym_file_redirect] = STATE(916), [sym_heredoc_redirect] = STATE(916), [sym_herestring_redirect] = STATE(916), [aux_sym_while_statement_repeat1] = STATE(916), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(2440), [anon_sym_RPAREN] = ACTIONS(2442), [anon_sym_PIPE_AMP] = ACTIONS(2442), [anon_sym_AMP_AMP] = ACTIONS(2442), [anon_sym_PIPE_PIPE] = ACTIONS(2442), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym_comment] = ACTIONS(54), }, [1286] = { [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_RPAREN] = ACTIONS(1079), [anon_sym_PIPE_AMP] = ACTIONS(1079), [anon_sym_AMP_AMP] = ACTIONS(1079), [anon_sym_PIPE_PIPE] = ACTIONS(1079), [sym__special_characters] = ACTIONS(1079), [anon_sym_DQUOTE] = ACTIONS(1079), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1079), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1079), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1079), [anon_sym_BQUOTE] = ACTIONS(1079), [anon_sym_LT_LPAREN] = ACTIONS(1079), [anon_sym_GT_LPAREN] = ACTIONS(1079), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1081), [sym_word] = ACTIONS(1081), }, [1287] = { [sym_concatenation] = STATE(1661), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(1661), [anon_sym_RPAREN] = ACTIONS(3917), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [1288] = { [aux_sym_concatenation_repeat1] = STATE(842), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(1101), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_RPAREN] = ACTIONS(1101), [anon_sym_PIPE_AMP] = ACTIONS(1101), [anon_sym_AMP_AMP] = ACTIONS(1101), [anon_sym_PIPE_PIPE] = ACTIONS(1101), [sym__special_characters] = ACTIONS(1101), [anon_sym_DQUOTE] = ACTIONS(1101), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1101), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), [anon_sym_BQUOTE] = ACTIONS(1101), [anon_sym_LT_LPAREN] = ACTIONS(1101), [anon_sym_GT_LPAREN] = ACTIONS(1101), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1105), [sym_word] = ACTIONS(1105), }, [1289] = { [aux_sym_concatenation_repeat1] = STATE(842), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_RPAREN] = ACTIONS(1079), [anon_sym_PIPE_AMP] = ACTIONS(1079), [anon_sym_AMP_AMP] = ACTIONS(1079), [anon_sym_PIPE_PIPE] = ACTIONS(1079), [sym__special_characters] = ACTIONS(1079), [anon_sym_DQUOTE] = ACTIONS(1079), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1079), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1079), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1079), [anon_sym_BQUOTE] = ACTIONS(1079), [anon_sym_LT_LPAREN] = ACTIONS(1079), [anon_sym_GT_LPAREN] = ACTIONS(1079), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1081), [sym_word] = ACTIONS(1081), }, [1290] = { [sym__concat] = ACTIONS(1634), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), }, [1291] = { [aux_sym_concatenation_repeat1] = STATE(1291), [sym__concat] = ACTIONS(3919), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), }, [1292] = { [sym__concat] = ACTIONS(1683), [sym_variable_name] = ACTIONS(1683), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_RPAREN] = ACTIONS(1683), [anon_sym_PIPE_AMP] = ACTIONS(1683), [anon_sym_AMP_AMP] = ACTIONS(1683), [anon_sym_PIPE_PIPE] = ACTIONS(1683), [sym__special_characters] = ACTIONS(1683), [anon_sym_DQUOTE] = ACTIONS(1683), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1683), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1683), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1683), [anon_sym_BQUOTE] = ACTIONS(1683), [anon_sym_LT_LPAREN] = ACTIONS(1683), [anon_sym_GT_LPAREN] = ACTIONS(1683), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1685), [sym_word] = ACTIONS(1685), }, [1293] = { [sym_concatenation] = STATE(1665), [sym_string] = STATE(1664), [sym_simple_expansion] = STATE(1664), [sym_string_expansion] = STATE(1664), [sym_expansion] = STATE(1664), [sym_command_substitution] = STATE(1664), [sym_process_substitution] = STATE(1664), [anon_sym_RBRACE] = ACTIONS(3922), [sym__special_characters] = ACTIONS(3924), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3926), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3926), }, [1294] = { [sym__concat] = ACTIONS(1724), [sym_variable_name] = ACTIONS(1724), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_RPAREN] = ACTIONS(1724), [anon_sym_PIPE_AMP] = ACTIONS(1724), [anon_sym_AMP_AMP] = ACTIONS(1724), [anon_sym_PIPE_PIPE] = ACTIONS(1724), [sym__special_characters] = ACTIONS(1724), [anon_sym_DQUOTE] = ACTIONS(1724), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1724), [anon_sym_BQUOTE] = ACTIONS(1724), [anon_sym_LT_LPAREN] = ACTIONS(1724), [anon_sym_GT_LPAREN] = ACTIONS(1724), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1726), [sym_word] = ACTIONS(1726), }, [1295] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3928), }, [1296] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3930), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1297] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(3932), [sym_comment] = ACTIONS(54), }, [1298] = { [sym_concatenation] = STATE(1671), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1671), [anon_sym_RBRACE] = ACTIONS(3934), [anon_sym_EQ] = ACTIONS(3936), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3940), [anon_sym_COLON] = ACTIONS(3936), [anon_sym_COLON_QMARK] = ACTIONS(3936), [anon_sym_COLON_DASH] = ACTIONS(3936), [anon_sym_PERCENT] = ACTIONS(3936), [anon_sym_DASH] = ACTIONS(3936), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1299] = { [sym_concatenation] = STATE(1674), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1674), [anon_sym_RBRACE] = ACTIONS(3942), [anon_sym_EQ] = ACTIONS(3944), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3946), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3948), [anon_sym_COLON] = ACTIONS(3944), [anon_sym_COLON_QMARK] = ACTIONS(3944), [anon_sym_COLON_DASH] = ACTIONS(3944), [anon_sym_PERCENT] = ACTIONS(3944), [anon_sym_DASH] = ACTIONS(3944), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1300] = { [sym_concatenation] = STATE(1676), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1676), [anon_sym_RBRACE] = ACTIONS(3922), [anon_sym_EQ] = ACTIONS(3950), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3952), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3954), [anon_sym_COLON] = ACTIONS(3950), [anon_sym_COLON_QMARK] = ACTIONS(3950), [anon_sym_COLON_DASH] = ACTIONS(3950), [anon_sym_PERCENT] = ACTIONS(3950), [anon_sym_DASH] = ACTIONS(3950), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1301] = { [sym__concat] = ACTIONS(1790), [sym_variable_name] = ACTIONS(1790), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_RPAREN] = ACTIONS(1790), [anon_sym_PIPE_AMP] = ACTIONS(1790), [anon_sym_AMP_AMP] = ACTIONS(1790), [anon_sym_PIPE_PIPE] = ACTIONS(1790), [sym__special_characters] = ACTIONS(1790), [anon_sym_DQUOTE] = ACTIONS(1790), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1790), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1790), [anon_sym_BQUOTE] = ACTIONS(1790), [anon_sym_LT_LPAREN] = ACTIONS(1790), [anon_sym_GT_LPAREN] = ACTIONS(1790), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1792), [sym_word] = ACTIONS(1792), }, [1302] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3956), }, [1303] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3958), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1304] = { [sym__concat] = ACTIONS(1798), [sym_variable_name] = ACTIONS(1798), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_PIPE_AMP] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), [anon_sym_PIPE_PIPE] = ACTIONS(1798), [sym__special_characters] = ACTIONS(1798), [anon_sym_DQUOTE] = ACTIONS(1798), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1798), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1798), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1798), [anon_sym_BQUOTE] = ACTIONS(1798), [anon_sym_LT_LPAREN] = ACTIONS(1798), [anon_sym_GT_LPAREN] = ACTIONS(1798), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1800), [sym_word] = ACTIONS(1800), }, [1305] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3960), }, [1306] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3922), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1307] = { [sym__concat] = ACTIONS(1936), [sym_variable_name] = ACTIONS(1936), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_RPAREN] = ACTIONS(1936), [anon_sym_PIPE_AMP] = ACTIONS(1936), [anon_sym_AMP_AMP] = ACTIONS(1936), [anon_sym_PIPE_PIPE] = ACTIONS(1936), [sym__special_characters] = ACTIONS(1936), [anon_sym_DQUOTE] = ACTIONS(1936), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1936), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1936), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1936), [anon_sym_BQUOTE] = ACTIONS(1936), [anon_sym_LT_LPAREN] = ACTIONS(1936), [anon_sym_GT_LPAREN] = ACTIONS(1936), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1938), [sym_word] = ACTIONS(1938), }, [1308] = { [sym__concat] = ACTIONS(2000), [sym_variable_name] = ACTIONS(2000), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_RPAREN] = ACTIONS(2000), [anon_sym_PIPE_AMP] = ACTIONS(2000), [anon_sym_AMP_AMP] = ACTIONS(2000), [anon_sym_PIPE_PIPE] = ACTIONS(2000), [sym__special_characters] = ACTIONS(2000), [anon_sym_DQUOTE] = ACTIONS(2000), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2000), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2000), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2000), [anon_sym_BQUOTE] = ACTIONS(2000), [anon_sym_LT_LPAREN] = ACTIONS(2000), [anon_sym_GT_LPAREN] = ACTIONS(2000), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2002), [sym_word] = ACTIONS(2002), }, [1309] = { [sym__concat] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), }, [1310] = { [aux_sym_concatenation_repeat1] = STATE(1310), [sym__concat] = ACTIONS(3962), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), }, [1311] = { [sym__concat] = ACTIONS(1683), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_RPAREN] = ACTIONS(1683), [anon_sym_PIPE_AMP] = ACTIONS(1683), [anon_sym_AMP_AMP] = ACTIONS(1683), [anon_sym_PIPE_PIPE] = ACTIONS(1683), [sym__special_characters] = ACTIONS(1683), [anon_sym_DQUOTE] = ACTIONS(1683), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1683), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1683), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1683), [anon_sym_BQUOTE] = ACTIONS(1683), [anon_sym_LT_LPAREN] = ACTIONS(1683), [anon_sym_GT_LPAREN] = ACTIONS(1683), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1685), [sym_word] = ACTIONS(1685), }, [1312] = { [sym_concatenation] = STATE(1683), [sym_string] = STATE(1682), [sym_simple_expansion] = STATE(1682), [sym_string_expansion] = STATE(1682), [sym_expansion] = STATE(1682), [sym_command_substitution] = STATE(1682), [sym_process_substitution] = STATE(1682), [anon_sym_RBRACE] = ACTIONS(3965), [sym__special_characters] = ACTIONS(3967), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(3969), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3969), }, [1313] = { [sym__concat] = ACTIONS(1724), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_RPAREN] = ACTIONS(1724), [anon_sym_PIPE_AMP] = ACTIONS(1724), [anon_sym_AMP_AMP] = ACTIONS(1724), [anon_sym_PIPE_PIPE] = ACTIONS(1724), [sym__special_characters] = ACTIONS(1724), [anon_sym_DQUOTE] = ACTIONS(1724), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1724), [anon_sym_BQUOTE] = ACTIONS(1724), [anon_sym_LT_LPAREN] = ACTIONS(1724), [anon_sym_GT_LPAREN] = ACTIONS(1724), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1726), [sym_word] = ACTIONS(1726), }, [1314] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3971), }, [1315] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3973), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1316] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(3975), [sym_comment] = ACTIONS(54), }, [1317] = { [sym_concatenation] = STATE(1689), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1689), [anon_sym_RBRACE] = ACTIONS(3977), [anon_sym_EQ] = ACTIONS(3979), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3981), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3983), [anon_sym_COLON] = ACTIONS(3979), [anon_sym_COLON_QMARK] = ACTIONS(3979), [anon_sym_COLON_DASH] = ACTIONS(3979), [anon_sym_PERCENT] = ACTIONS(3979), [anon_sym_DASH] = ACTIONS(3979), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1318] = { [sym_concatenation] = STATE(1692), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1692), [anon_sym_RBRACE] = ACTIONS(3985), [anon_sym_EQ] = ACTIONS(3987), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3989), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3991), [anon_sym_COLON] = ACTIONS(3987), [anon_sym_COLON_QMARK] = ACTIONS(3987), [anon_sym_COLON_DASH] = ACTIONS(3987), [anon_sym_PERCENT] = ACTIONS(3987), [anon_sym_DASH] = ACTIONS(3987), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1319] = { [sym_concatenation] = STATE(1694), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1694), [anon_sym_RBRACE] = ACTIONS(3965), [anon_sym_EQ] = ACTIONS(3993), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(3995), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(3997), [anon_sym_COLON] = ACTIONS(3993), [anon_sym_COLON_QMARK] = ACTIONS(3993), [anon_sym_COLON_DASH] = ACTIONS(3993), [anon_sym_PERCENT] = ACTIONS(3993), [anon_sym_DASH] = ACTIONS(3993), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1320] = { [sym__concat] = ACTIONS(1790), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_RPAREN] = ACTIONS(1790), [anon_sym_PIPE_AMP] = ACTIONS(1790), [anon_sym_AMP_AMP] = ACTIONS(1790), [anon_sym_PIPE_PIPE] = ACTIONS(1790), [sym__special_characters] = ACTIONS(1790), [anon_sym_DQUOTE] = ACTIONS(1790), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1790), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1790), [anon_sym_BQUOTE] = ACTIONS(1790), [anon_sym_LT_LPAREN] = ACTIONS(1790), [anon_sym_GT_LPAREN] = ACTIONS(1790), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1792), [sym_word] = ACTIONS(1792), }, [1321] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(3999), }, [1322] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4001), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1323] = { [sym__concat] = ACTIONS(1798), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_PIPE_AMP] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), [anon_sym_PIPE_PIPE] = ACTIONS(1798), [sym__special_characters] = ACTIONS(1798), [anon_sym_DQUOTE] = ACTIONS(1798), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1798), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1798), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1798), [anon_sym_BQUOTE] = ACTIONS(1798), [anon_sym_LT_LPAREN] = ACTIONS(1798), [anon_sym_GT_LPAREN] = ACTIONS(1798), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1800), [sym_word] = ACTIONS(1800), }, [1324] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4003), }, [1325] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(3965), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1326] = { [sym__concat] = ACTIONS(1936), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_RPAREN] = ACTIONS(1936), [anon_sym_PIPE_AMP] = ACTIONS(1936), [anon_sym_AMP_AMP] = ACTIONS(1936), [anon_sym_PIPE_PIPE] = ACTIONS(1936), [sym__special_characters] = ACTIONS(1936), [anon_sym_DQUOTE] = ACTIONS(1936), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1936), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1936), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1936), [anon_sym_BQUOTE] = ACTIONS(1936), [anon_sym_LT_LPAREN] = ACTIONS(1936), [anon_sym_GT_LPAREN] = ACTIONS(1936), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1938), [sym_word] = ACTIONS(1938), }, [1327] = { [sym__concat] = ACTIONS(2000), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_RPAREN] = ACTIONS(2000), [anon_sym_PIPE_AMP] = ACTIONS(2000), [anon_sym_AMP_AMP] = ACTIONS(2000), [anon_sym_PIPE_PIPE] = ACTIONS(2000), [sym__special_characters] = ACTIONS(2000), [anon_sym_DQUOTE] = ACTIONS(2000), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2000), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2000), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2000), [anon_sym_BQUOTE] = ACTIONS(2000), [anon_sym_LT_LPAREN] = ACTIONS(2000), [anon_sym_GT_LPAREN] = ACTIONS(2000), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2002), [sym_word] = ACTIONS(2002), }, [1328] = { [sym_file_descriptor] = ACTIONS(2672), [sym__concat] = ACTIONS(2672), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_RPAREN] = ACTIONS(2672), [anon_sym_PIPE_AMP] = ACTIONS(2672), [anon_sym_AMP_AMP] = ACTIONS(2672), [anon_sym_PIPE_PIPE] = ACTIONS(2672), [anon_sym_EQ_TILDE] = ACTIONS(2674), [anon_sym_EQ_EQ] = ACTIONS(2674), [anon_sym_LT] = ACTIONS(2674), [anon_sym_GT] = ACTIONS(2674), [anon_sym_GT_GT] = ACTIONS(2672), [anon_sym_AMP_GT] = ACTIONS(2674), [anon_sym_AMP_GT_GT] = ACTIONS(2672), [anon_sym_LT_AMP] = ACTIONS(2672), [anon_sym_GT_AMP] = ACTIONS(2672), [anon_sym_LT_LT] = ACTIONS(2674), [anon_sym_LT_LT_DASH] = ACTIONS(2672), [anon_sym_LT_LT_LT] = ACTIONS(2672), [sym__special_characters] = ACTIONS(2672), [anon_sym_DQUOTE] = ACTIONS(2672), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2672), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2672), [anon_sym_BQUOTE] = ACTIONS(2672), [anon_sym_LT_LPAREN] = ACTIONS(2672), [anon_sym_GT_LPAREN] = ACTIONS(2672), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2674), }, [1329] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4005), [sym_comment] = ACTIONS(54), }, [1330] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4007), [sym_comment] = ACTIONS(54), }, [1331] = { [anon_sym_RBRACE] = ACTIONS(4007), [sym_comment] = ACTIONS(54), }, [1332] = { [sym_concatenation] = STATE(1701), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1701), [anon_sym_RBRACE] = ACTIONS(4009), [anon_sym_EQ] = ACTIONS(4011), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4013), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4011), [anon_sym_COLON_QMARK] = ACTIONS(4011), [anon_sym_COLON_DASH] = ACTIONS(4011), [anon_sym_PERCENT] = ACTIONS(4011), [anon_sym_DASH] = ACTIONS(4011), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1333] = { [sym_file_descriptor] = ACTIONS(2750), [sym__concat] = ACTIONS(2750), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_RPAREN] = ACTIONS(2750), [anon_sym_PIPE_AMP] = ACTIONS(2750), [anon_sym_AMP_AMP] = ACTIONS(2750), [anon_sym_PIPE_PIPE] = ACTIONS(2750), [anon_sym_EQ_TILDE] = ACTIONS(2752), [anon_sym_EQ_EQ] = ACTIONS(2752), [anon_sym_LT] = ACTIONS(2752), [anon_sym_GT] = ACTIONS(2752), [anon_sym_GT_GT] = ACTIONS(2750), [anon_sym_AMP_GT] = ACTIONS(2752), [anon_sym_AMP_GT_GT] = ACTIONS(2750), [anon_sym_LT_AMP] = ACTIONS(2750), [anon_sym_GT_AMP] = ACTIONS(2750), [anon_sym_LT_LT] = ACTIONS(2752), [anon_sym_LT_LT_DASH] = ACTIONS(2750), [anon_sym_LT_LT_LT] = ACTIONS(2750), [sym__special_characters] = ACTIONS(2750), [anon_sym_DQUOTE] = ACTIONS(2750), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2750), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2750), [anon_sym_BQUOTE] = ACTIONS(2750), [anon_sym_LT_LPAREN] = ACTIONS(2750), [anon_sym_GT_LPAREN] = ACTIONS(2750), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2752), }, [1334] = { [sym_concatenation] = STATE(1704), [sym_string] = STATE(1703), [sym_simple_expansion] = STATE(1703), [sym_string_expansion] = STATE(1703), [sym_expansion] = STATE(1703), [sym_command_substitution] = STATE(1703), [sym_process_substitution] = STATE(1703), [anon_sym_RBRACE] = ACTIONS(4007), [sym__special_characters] = ACTIONS(4015), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4017), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4017), }, [1335] = { [sym_file_descriptor] = ACTIONS(2793), [sym__concat] = ACTIONS(2793), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_RPAREN] = ACTIONS(2793), [anon_sym_PIPE_AMP] = ACTIONS(2793), [anon_sym_AMP_AMP] = ACTIONS(2793), [anon_sym_PIPE_PIPE] = ACTIONS(2793), [anon_sym_EQ_TILDE] = ACTIONS(2795), [anon_sym_EQ_EQ] = ACTIONS(2795), [anon_sym_LT] = ACTIONS(2795), [anon_sym_GT] = ACTIONS(2795), [anon_sym_GT_GT] = ACTIONS(2793), [anon_sym_AMP_GT] = ACTIONS(2795), [anon_sym_AMP_GT_GT] = ACTIONS(2793), [anon_sym_LT_AMP] = ACTIONS(2793), [anon_sym_GT_AMP] = ACTIONS(2793), [anon_sym_LT_LT] = ACTIONS(2795), [anon_sym_LT_LT_DASH] = ACTIONS(2793), [anon_sym_LT_LT_LT] = ACTIONS(2793), [sym__special_characters] = ACTIONS(2793), [anon_sym_DQUOTE] = ACTIONS(2793), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2793), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2793), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2793), [anon_sym_BQUOTE] = ACTIONS(2793), [anon_sym_LT_LPAREN] = ACTIONS(2793), [anon_sym_GT_LPAREN] = ACTIONS(2793), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2795), }, [1336] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4019), }, [1337] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4021), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1338] = { [sym_file_descriptor] = ACTIONS(2801), [sym__concat] = ACTIONS(2801), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_RPAREN] = ACTIONS(2801), [anon_sym_PIPE_AMP] = ACTIONS(2801), [anon_sym_AMP_AMP] = ACTIONS(2801), [anon_sym_PIPE_PIPE] = ACTIONS(2801), [anon_sym_EQ_TILDE] = ACTIONS(2803), [anon_sym_EQ_EQ] = ACTIONS(2803), [anon_sym_LT] = ACTIONS(2803), [anon_sym_GT] = ACTIONS(2803), [anon_sym_GT_GT] = ACTIONS(2801), [anon_sym_AMP_GT] = ACTIONS(2803), [anon_sym_AMP_GT_GT] = ACTIONS(2801), [anon_sym_LT_AMP] = ACTIONS(2801), [anon_sym_GT_AMP] = ACTIONS(2801), [anon_sym_LT_LT] = ACTIONS(2803), [anon_sym_LT_LT_DASH] = ACTIONS(2801), [anon_sym_LT_LT_LT] = ACTIONS(2801), [sym__special_characters] = ACTIONS(2801), [anon_sym_DQUOTE] = ACTIONS(2801), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2801), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2801), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2801), [anon_sym_BQUOTE] = ACTIONS(2801), [anon_sym_LT_LPAREN] = ACTIONS(2801), [anon_sym_GT_LPAREN] = ACTIONS(2801), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2803), }, [1339] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4023), }, [1340] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4025), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1341] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4027), }, [1342] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4007), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1343] = { [sym_concatenation] = STATE(1711), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1711), [anon_sym_RBRACE] = ACTIONS(4029), [anon_sym_EQ] = ACTIONS(4031), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4033), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4031), [anon_sym_COLON_QMARK] = ACTIONS(4031), [anon_sym_COLON_DASH] = ACTIONS(4031), [anon_sym_PERCENT] = ACTIONS(4031), [anon_sym_DASH] = ACTIONS(4031), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1344] = { [sym_file_descriptor] = ACTIONS(2817), [sym__concat] = ACTIONS(2817), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_RPAREN] = ACTIONS(2817), [anon_sym_PIPE_AMP] = ACTIONS(2817), [anon_sym_AMP_AMP] = ACTIONS(2817), [anon_sym_PIPE_PIPE] = ACTIONS(2817), [anon_sym_EQ_TILDE] = ACTIONS(2819), [anon_sym_EQ_EQ] = ACTIONS(2819), [anon_sym_LT] = ACTIONS(2819), [anon_sym_GT] = ACTIONS(2819), [anon_sym_GT_GT] = ACTIONS(2817), [anon_sym_AMP_GT] = ACTIONS(2819), [anon_sym_AMP_GT_GT] = ACTIONS(2817), [anon_sym_LT_AMP] = ACTIONS(2817), [anon_sym_GT_AMP] = ACTIONS(2817), [anon_sym_LT_LT] = ACTIONS(2819), [anon_sym_LT_LT_DASH] = ACTIONS(2817), [anon_sym_LT_LT_LT] = ACTIONS(2817), [sym__special_characters] = ACTIONS(2817), [anon_sym_DQUOTE] = ACTIONS(2817), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2817), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2817), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2817), [anon_sym_BQUOTE] = ACTIONS(2817), [anon_sym_LT_LPAREN] = ACTIONS(2817), [anon_sym_GT_LPAREN] = ACTIONS(2817), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2819), }, [1345] = { [sym_concatenation] = STATE(1713), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1713), [anon_sym_RBRACE] = ACTIONS(4035), [anon_sym_EQ] = ACTIONS(4037), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4039), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4037), [anon_sym_COLON_QMARK] = ACTIONS(4037), [anon_sym_COLON_DASH] = ACTIONS(4037), [anon_sym_PERCENT] = ACTIONS(4037), [anon_sym_DASH] = ACTIONS(4037), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1346] = { [sym_file_redirect] = STATE(1714), [sym_file_descriptor] = ACTIONS(2851), [anon_sym_PIPE] = ACTIONS(2340), [anon_sym_RPAREN] = ACTIONS(2342), [anon_sym_PIPE_AMP] = ACTIONS(2342), [anon_sym_AMP_AMP] = ACTIONS(2342), [anon_sym_PIPE_PIPE] = ACTIONS(2342), [anon_sym_LT] = ACTIONS(2853), [anon_sym_GT] = ACTIONS(2853), [anon_sym_GT_GT] = ACTIONS(2855), [anon_sym_AMP_GT] = ACTIONS(2853), [anon_sym_AMP_GT_GT] = ACTIONS(2855), [anon_sym_LT_AMP] = ACTIONS(2855), [anon_sym_GT_AMP] = ACTIONS(2855), [sym_comment] = ACTIONS(54), }, [1347] = { [aux_sym_concatenation_repeat1] = STATE(1350), [sym_file_descriptor] = ACTIONS(1061), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_RPAREN] = ACTIONS(1061), [anon_sym_PIPE_AMP] = ACTIONS(1061), [anon_sym_AMP_AMP] = ACTIONS(1061), [anon_sym_PIPE_PIPE] = ACTIONS(1061), [anon_sym_LT] = ACTIONS(1063), [anon_sym_GT] = ACTIONS(1063), [anon_sym_GT_GT] = ACTIONS(1061), [anon_sym_AMP_GT] = ACTIONS(1063), [anon_sym_AMP_GT_GT] = ACTIONS(1061), [anon_sym_LT_AMP] = ACTIONS(1061), [anon_sym_GT_AMP] = ACTIONS(1061), [anon_sym_LT_LT] = ACTIONS(1063), [anon_sym_LT_LT_DASH] = ACTIONS(1061), [anon_sym_LT_LT_LT] = ACTIONS(1061), [sym_comment] = ACTIONS(54), }, [1348] = { [aux_sym_concatenation_repeat1] = STATE(1350), [sym_file_descriptor] = ACTIONS(1065), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_RPAREN] = ACTIONS(1065), [anon_sym_PIPE_AMP] = ACTIONS(1065), [anon_sym_AMP_AMP] = ACTIONS(1065), [anon_sym_PIPE_PIPE] = ACTIONS(1065), [anon_sym_LT] = ACTIONS(1067), [anon_sym_GT] = ACTIONS(1067), [anon_sym_GT_GT] = ACTIONS(1065), [anon_sym_AMP_GT] = ACTIONS(1067), [anon_sym_AMP_GT_GT] = ACTIONS(1065), [anon_sym_LT_AMP] = ACTIONS(1065), [anon_sym_GT_AMP] = ACTIONS(1065), [anon_sym_LT_LT] = ACTIONS(1067), [anon_sym_LT_LT_DASH] = ACTIONS(1065), [anon_sym_LT_LT_LT] = ACTIONS(1065), [sym_comment] = ACTIONS(54), }, [1349] = { [sym_file_descriptor] = ACTIONS(1065), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_RPAREN] = ACTIONS(1065), [anon_sym_PIPE_AMP] = ACTIONS(1065), [anon_sym_AMP_AMP] = ACTIONS(1065), [anon_sym_PIPE_PIPE] = ACTIONS(1065), [anon_sym_LT] = ACTIONS(1067), [anon_sym_GT] = ACTIONS(1067), [anon_sym_GT_GT] = ACTIONS(1065), [anon_sym_AMP_GT] = ACTIONS(1067), [anon_sym_AMP_GT_GT] = ACTIONS(1065), [anon_sym_LT_AMP] = ACTIONS(1065), [anon_sym_GT_AMP] = ACTIONS(1065), [anon_sym_LT_LT] = ACTIONS(1067), [anon_sym_LT_LT_DASH] = ACTIONS(1065), [anon_sym_LT_LT_LT] = ACTIONS(1065), [anon_sym_BQUOTE] = ACTIONS(1065), [sym_comment] = ACTIONS(54), }, [1350] = { [aux_sym_concatenation_repeat1] = STATE(1715), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(688), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(688), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(688), [anon_sym_LT_AMP] = ACTIONS(688), [anon_sym_GT_AMP] = ACTIONS(688), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(688), [anon_sym_LT_LT_LT] = ACTIONS(688), [sym_comment] = ACTIONS(54), }, [1351] = { [sym_file_descriptor] = ACTIONS(3182), [anon_sym_PIPE] = ACTIONS(3184), [anon_sym_RPAREN] = ACTIONS(3182), [anon_sym_PIPE_AMP] = ACTIONS(3182), [anon_sym_AMP_AMP] = ACTIONS(3182), [anon_sym_PIPE_PIPE] = ACTIONS(3182), [anon_sym_LT] = ACTIONS(3184), [anon_sym_GT] = ACTIONS(3184), [anon_sym_GT_GT] = ACTIONS(3182), [anon_sym_AMP_GT] = ACTIONS(3184), [anon_sym_AMP_GT_GT] = ACTIONS(3182), [anon_sym_LT_AMP] = ACTIONS(3182), [anon_sym_GT_AMP] = ACTIONS(3182), [anon_sym_LT_LT] = ACTIONS(3184), [anon_sym_LT_LT_DASH] = ACTIONS(3182), [anon_sym_LT_LT_LT] = ACTIONS(3182), [anon_sym_BQUOTE] = ACTIONS(3182), [sym_comment] = ACTIONS(54), }, [1352] = { [sym_simple_expansion] = STATE(952), [sym_expansion] = STATE(952), [aux_sym_heredoc_repeat1] = STATE(1379), [sym__heredoc_middle] = ACTIONS(2020), [sym__heredoc_end] = ACTIONS(4041), [anon_sym_DOLLAR] = ACTIONS(2024), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2026), [sym_comment] = ACTIONS(54), }, [1353] = { [sym_file_redirect] = STATE(916), [sym_heredoc_redirect] = STATE(916), [sym_herestring_redirect] = STATE(916), [aux_sym_while_statement_repeat1] = STATE(916), [sym_file_descriptor] = ACTIONS(872), [anon_sym_PIPE] = ACTIONS(3204), [anon_sym_RPAREN] = ACTIONS(3206), [anon_sym_PIPE_AMP] = ACTIONS(3206), [anon_sym_AMP_AMP] = ACTIONS(3206), [anon_sym_PIPE_PIPE] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(876), [anon_sym_GT] = ACTIONS(876), [anon_sym_GT_GT] = ACTIONS(878), [anon_sym_AMP_GT] = ACTIONS(876), [anon_sym_AMP_GT_GT] = ACTIONS(878), [anon_sym_LT_AMP] = ACTIONS(878), [anon_sym_GT_AMP] = ACTIONS(878), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(884), [sym_comment] = ACTIONS(54), }, [1354] = { [aux_sym_concatenation_repeat1] = STATE(1717), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(658), [sym_variable_name] = ACTIONS(688), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(688), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(688), [anon_sym_LT_AMP] = ACTIONS(688), [anon_sym_GT_AMP] = ACTIONS(688), [sym__special_characters] = ACTIONS(688), [anon_sym_DQUOTE] = ACTIONS(688), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(688), [anon_sym_DOLLAR_LBRACE] = ACTIONS(688), [anon_sym_DOLLAR_LPAREN] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [anon_sym_LT_LPAREN] = ACTIONS(688), [anon_sym_GT_LPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(688), }, [1355] = { [sym_file_redirect] = STATE(943), [sym_heredoc_redirect] = STATE(943), [sym_herestring_redirect] = STATE(943), [aux_sym_while_statement_repeat1] = STATE(943), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(2239), [anon_sym_PIPE_AMP] = ACTIONS(2241), [anon_sym_AMP_AMP] = ACTIONS(2241), [anon_sym_PIPE_PIPE] = ACTIONS(2241), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [anon_sym_BQUOTE] = ACTIONS(2241), [sym_comment] = ACTIONS(54), }, [1356] = { [sym_compound_statement] = STATE(1718), [anon_sym_LBRACE] = ACTIONS(1836), [sym_comment] = ACTIONS(54), }, [1357] = { [anon_sym_LT] = ACTIONS(4043), [anon_sym_GT] = ACTIONS(4043), [anon_sym_GT_GT] = ACTIONS(4045), [anon_sym_AMP_GT] = ACTIONS(4043), [anon_sym_AMP_GT_GT] = ACTIONS(4045), [anon_sym_LT_AMP] = ACTIONS(4045), [anon_sym_GT_AMP] = ACTIONS(4045), [sym_comment] = ACTIONS(54), }, [1358] = { [sym_concatenation] = STATE(1658), [sym_string] = STATE(1721), [sym_simple_expansion] = STATE(1721), [sym_string_expansion] = STATE(1721), [sym_expansion] = STATE(1721), [sym_command_substitution] = STATE(1721), [sym_process_substitution] = STATE(1721), [sym__special_characters] = ACTIONS(4047), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(824), [sym_raw_string] = ACTIONS(4049), [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), [anon_sym_BQUOTE] = ACTIONS(832), [anon_sym_LT_LPAREN] = ACTIONS(834), [anon_sym_GT_LPAREN] = ACTIONS(834), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4049), }, [1359] = { [sym_file_redirect] = STATE(943), [sym_heredoc_redirect] = STATE(943), [sym_herestring_redirect] = STATE(943), [aux_sym_while_statement_repeat1] = STATE(943), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(2440), [anon_sym_PIPE_AMP] = ACTIONS(2442), [anon_sym_AMP_AMP] = ACTIONS(2442), [anon_sym_PIPE_PIPE] = ACTIONS(2442), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [anon_sym_BQUOTE] = ACTIONS(2442), [sym_comment] = ACTIONS(54), }, [1360] = { [aux_sym_concatenation_repeat1] = STATE(927), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(1101), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_PIPE_AMP] = ACTIONS(1101), [anon_sym_AMP_AMP] = ACTIONS(1101), [anon_sym_PIPE_PIPE] = ACTIONS(1101), [sym__special_characters] = ACTIONS(1101), [anon_sym_DQUOTE] = ACTIONS(1101), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1101), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1101), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), [anon_sym_BQUOTE] = ACTIONS(1101), [anon_sym_LT_LPAREN] = ACTIONS(1101), [anon_sym_GT_LPAREN] = ACTIONS(1101), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1105), [sym_word] = ACTIONS(1105), }, [1361] = { [aux_sym_concatenation_repeat1] = STATE(927), [sym__concat] = ACTIONS(1848), [sym_variable_name] = ACTIONS(1079), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1079), [anon_sym_AMP_AMP] = ACTIONS(1079), [anon_sym_PIPE_PIPE] = ACTIONS(1079), [sym__special_characters] = ACTIONS(1079), [anon_sym_DQUOTE] = ACTIONS(1079), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1079), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1079), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1079), [anon_sym_BQUOTE] = ACTIONS(1079), [anon_sym_LT_LPAREN] = ACTIONS(1079), [anon_sym_GT_LPAREN] = ACTIONS(1079), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1081), [sym_word] = ACTIONS(1081), }, [1362] = { [aux_sym_concatenation_repeat1] = STATE(1362), [sym__concat] = ACTIONS(3919), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), }, [1363] = { [aux_sym_concatenation_repeat1] = STATE(1363), [sym__concat] = ACTIONS(3962), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), }, [1364] = { [sym_file_redirect] = STATE(1714), [sym_file_descriptor] = ACTIONS(3119), [anon_sym_PIPE] = ACTIONS(2340), [anon_sym_PIPE_AMP] = ACTIONS(2342), [anon_sym_AMP_AMP] = ACTIONS(2342), [anon_sym_PIPE_PIPE] = ACTIONS(2342), [anon_sym_LT] = ACTIONS(3121), [anon_sym_GT] = ACTIONS(3121), [anon_sym_GT_GT] = ACTIONS(3123), [anon_sym_AMP_GT] = ACTIONS(3121), [anon_sym_AMP_GT_GT] = ACTIONS(3123), [anon_sym_LT_AMP] = ACTIONS(3123), [anon_sym_GT_AMP] = ACTIONS(3123), [anon_sym_BQUOTE] = ACTIONS(2342), [sym_comment] = ACTIONS(54), }, [1365] = { [aux_sym_concatenation_repeat1] = STATE(1367), [sym_file_descriptor] = ACTIONS(1061), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_PIPE_AMP] = ACTIONS(1061), [anon_sym_AMP_AMP] = ACTIONS(1061), [anon_sym_PIPE_PIPE] = ACTIONS(1061), [anon_sym_LT] = ACTIONS(1063), [anon_sym_GT] = ACTIONS(1063), [anon_sym_GT_GT] = ACTIONS(1061), [anon_sym_AMP_GT] = ACTIONS(1063), [anon_sym_AMP_GT_GT] = ACTIONS(1061), [anon_sym_LT_AMP] = ACTIONS(1061), [anon_sym_GT_AMP] = ACTIONS(1061), [anon_sym_LT_LT] = ACTIONS(1063), [anon_sym_LT_LT_DASH] = ACTIONS(1061), [anon_sym_LT_LT_LT] = ACTIONS(1061), [anon_sym_BQUOTE] = ACTIONS(1061), [sym_comment] = ACTIONS(54), }, [1366] = { [aux_sym_concatenation_repeat1] = STATE(1367), [sym_file_descriptor] = ACTIONS(1065), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1065), [anon_sym_AMP_AMP] = ACTIONS(1065), [anon_sym_PIPE_PIPE] = ACTIONS(1065), [anon_sym_LT] = ACTIONS(1067), [anon_sym_GT] = ACTIONS(1067), [anon_sym_GT_GT] = ACTIONS(1065), [anon_sym_AMP_GT] = ACTIONS(1067), [anon_sym_AMP_GT_GT] = ACTIONS(1065), [anon_sym_LT_AMP] = ACTIONS(1065), [anon_sym_GT_AMP] = ACTIONS(1065), [anon_sym_LT_LT] = ACTIONS(1067), [anon_sym_LT_LT_DASH] = ACTIONS(1065), [anon_sym_LT_LT_LT] = ACTIONS(1065), [anon_sym_BQUOTE] = ACTIONS(1065), [sym_comment] = ACTIONS(54), }, [1367] = { [aux_sym_concatenation_repeat1] = STATE(1722), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(840), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(688), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(688), [anon_sym_LT_AMP] = ACTIONS(688), [anon_sym_GT_AMP] = ACTIONS(688), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(688), [anon_sym_LT_LT_LT] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [sym_comment] = ACTIONS(54), }, [1368] = { [sym_file_redirect] = STATE(943), [sym_heredoc_redirect] = STATE(943), [sym_herestring_redirect] = STATE(943), [aux_sym_while_statement_repeat1] = STATE(943), [sym_file_descriptor] = ACTIONS(920), [anon_sym_PIPE] = ACTIONS(3204), [anon_sym_PIPE_AMP] = ACTIONS(3206), [anon_sym_AMP_AMP] = ACTIONS(3206), [anon_sym_PIPE_PIPE] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(924), [anon_sym_GT] = ACTIONS(924), [anon_sym_GT_GT] = ACTIONS(926), [anon_sym_AMP_GT] = ACTIONS(924), [anon_sym_AMP_GT_GT] = ACTIONS(926), [anon_sym_LT_AMP] = ACTIONS(926), [anon_sym_GT_AMP] = ACTIONS(926), [anon_sym_LT_LT] = ACTIONS(880), [anon_sym_LT_LT_DASH] = ACTIONS(882), [anon_sym_LT_LT_LT] = ACTIONS(928), [anon_sym_BQUOTE] = ACTIONS(3206), [sym_comment] = ACTIONS(54), }, [1369] = { [anon_sym_esac] = ACTIONS(3484), [anon_sym_PIPE] = ACTIONS(3484), [anon_sym_RPAREN] = ACTIONS(3484), [anon_sym_SEMI_SEMI] = ACTIONS(3484), [anon_sym_PIPE_AMP] = ACTIONS(3484), [anon_sym_AMP_AMP] = ACTIONS(3484), [anon_sym_PIPE_PIPE] = ACTIONS(3484), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3484), [anon_sym_LF] = ACTIONS(3486), [anon_sym_AMP] = ACTIONS(3484), }, [1370] = { [aux_sym_concatenation_repeat1] = STATE(1370), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1638), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1636), [anon_sym_LT_LT_LT] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [1371] = { [sym__heredoc_middle] = ACTIONS(722), [sym__heredoc_end] = ACTIONS(722), [anon_sym_DOLLAR] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(722), [sym_comment] = ACTIONS(54), }, [1372] = { [sym__heredoc_middle] = ACTIONS(730), [sym__heredoc_end] = ACTIONS(730), [anon_sym_DOLLAR] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(730), [sym_comment] = ACTIONS(54), }, [1373] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(4051), [sym_comment] = ACTIONS(54), }, [1374] = { [sym_concatenation] = STATE(1726), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1726), [anon_sym_RBRACE] = ACTIONS(4053), [anon_sym_EQ] = ACTIONS(4055), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4057), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4059), [anon_sym_COLON] = ACTIONS(4055), [anon_sym_COLON_QMARK] = ACTIONS(4055), [anon_sym_COLON_DASH] = ACTIONS(4055), [anon_sym_PERCENT] = ACTIONS(4055), [anon_sym_DASH] = ACTIONS(4055), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1375] = { [sym_subscript] = STATE(1730), [sym_variable_name] = ACTIONS(4061), [anon_sym_DOLLAR] = ACTIONS(4063), [anon_sym_DASH] = ACTIONS(4063), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4065), [anon_sym_STAR] = ACTIONS(4063), [anon_sym_AT] = ACTIONS(4063), [anon_sym_QMARK] = ACTIONS(4063), [anon_sym_0] = ACTIONS(4067), [anon_sym__] = ACTIONS(4067), }, [1376] = { [sym_concatenation] = STATE(1733), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1733), [anon_sym_RBRACE] = ACTIONS(4069), [anon_sym_EQ] = ACTIONS(4071), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4073), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4075), [anon_sym_COLON] = ACTIONS(4071), [anon_sym_COLON_QMARK] = ACTIONS(4071), [anon_sym_COLON_DASH] = ACTIONS(4071), [anon_sym_PERCENT] = ACTIONS(4071), [anon_sym_DASH] = ACTIONS(4071), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1377] = { [sym_concatenation] = STATE(1736), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1736), [anon_sym_RBRACE] = ACTIONS(4077), [anon_sym_EQ] = ACTIONS(4079), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4083), [anon_sym_COLON] = ACTIONS(4079), [anon_sym_COLON_QMARK] = ACTIONS(4079), [anon_sym_COLON_DASH] = ACTIONS(4079), [anon_sym_PERCENT] = ACTIONS(4079), [anon_sym_DASH] = ACTIONS(4079), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1378] = { [sym_file_descriptor] = ACTIONS(4085), [anon_sym_esac] = ACTIONS(4087), [anon_sym_PIPE] = ACTIONS(4087), [anon_sym_RPAREN] = ACTIONS(4087), [anon_sym_SEMI_SEMI] = ACTIONS(4087), [anon_sym_PIPE_AMP] = ACTIONS(4087), [anon_sym_AMP_AMP] = ACTIONS(4087), [anon_sym_PIPE_PIPE] = ACTIONS(4087), [anon_sym_LT] = ACTIONS(4087), [anon_sym_GT] = ACTIONS(4087), [anon_sym_GT_GT] = ACTIONS(4087), [anon_sym_AMP_GT] = ACTIONS(4087), [anon_sym_AMP_GT_GT] = ACTIONS(4087), [anon_sym_LT_AMP] = ACTIONS(4087), [anon_sym_GT_AMP] = ACTIONS(4087), [anon_sym_LT_LT] = ACTIONS(4087), [anon_sym_LT_LT_DASH] = ACTIONS(4087), [anon_sym_LT_LT_LT] = ACTIONS(4087), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4087), [anon_sym_LF] = ACTIONS(4085), [anon_sym_AMP] = ACTIONS(4087), }, [1379] = { [sym_simple_expansion] = STATE(952), [sym_expansion] = STATE(952), [aux_sym_heredoc_repeat1] = STATE(1379), [sym__heredoc_middle] = ACTIONS(4089), [sym__heredoc_end] = ACTIONS(4092), [anon_sym_DOLLAR] = ACTIONS(4094), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4097), [sym_comment] = ACTIONS(54), }, [1380] = { [anon_sym_EQ] = ACTIONS(4100), [anon_sym_PLUS_EQ] = ACTIONS(4100), [sym_comment] = ACTIONS(54), }, [1381] = { [anon_sym_EQ] = ACTIONS(4102), [anon_sym_PLUS_EQ] = ACTIONS(4102), [sym_comment] = ACTIONS(54), }, [1382] = { [sym__concat] = ACTIONS(1634), [anon_sym_RPAREN] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1634), }, [1383] = { [aux_sym_concatenation_repeat1] = STATE(1383), [sym__concat] = ACTIONS(4104), [anon_sym_RPAREN] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1634), }, [1384] = { [sym__concat] = ACTIONS(1683), [anon_sym_RPAREN] = ACTIONS(1683), [sym__special_characters] = ACTIONS(1683), [anon_sym_DQUOTE] = ACTIONS(1683), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1683), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1683), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1683), [anon_sym_BQUOTE] = ACTIONS(1683), [anon_sym_LT_LPAREN] = ACTIONS(1683), [anon_sym_GT_LPAREN] = ACTIONS(1683), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1683), }, [1385] = { [sym_concatenation] = STATE(1740), [sym_string] = STATE(1739), [sym_simple_expansion] = STATE(1739), [sym_string_expansion] = STATE(1739), [sym_expansion] = STATE(1739), [sym_command_substitution] = STATE(1739), [sym_process_substitution] = STATE(1739), [anon_sym_RBRACE] = ACTIONS(4107), [sym__special_characters] = ACTIONS(4109), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4111), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4111), }, [1386] = { [sym__concat] = ACTIONS(1724), [anon_sym_RPAREN] = ACTIONS(1724), [sym__special_characters] = ACTIONS(1724), [anon_sym_DQUOTE] = ACTIONS(1724), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1724), [anon_sym_BQUOTE] = ACTIONS(1724), [anon_sym_LT_LPAREN] = ACTIONS(1724), [anon_sym_GT_LPAREN] = ACTIONS(1724), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1724), }, [1387] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4113), }, [1388] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4115), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1389] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(4117), [sym_comment] = ACTIONS(54), }, [1390] = { [sym_concatenation] = STATE(1746), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1746), [anon_sym_RBRACE] = ACTIONS(4119), [anon_sym_EQ] = ACTIONS(4121), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4123), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4125), [anon_sym_COLON] = ACTIONS(4121), [anon_sym_COLON_QMARK] = ACTIONS(4121), [anon_sym_COLON_DASH] = ACTIONS(4121), [anon_sym_PERCENT] = ACTIONS(4121), [anon_sym_DASH] = ACTIONS(4121), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1391] = { [sym_concatenation] = STATE(1749), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1749), [anon_sym_RBRACE] = ACTIONS(4127), [anon_sym_EQ] = ACTIONS(4129), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4131), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4133), [anon_sym_COLON] = ACTIONS(4129), [anon_sym_COLON_QMARK] = ACTIONS(4129), [anon_sym_COLON_DASH] = ACTIONS(4129), [anon_sym_PERCENT] = ACTIONS(4129), [anon_sym_DASH] = ACTIONS(4129), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1392] = { [sym_concatenation] = STATE(1751), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1751), [anon_sym_RBRACE] = ACTIONS(4107), [anon_sym_EQ] = ACTIONS(4135), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4137), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4139), [anon_sym_COLON] = ACTIONS(4135), [anon_sym_COLON_QMARK] = ACTIONS(4135), [anon_sym_COLON_DASH] = ACTIONS(4135), [anon_sym_PERCENT] = ACTIONS(4135), [anon_sym_DASH] = ACTIONS(4135), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1393] = { [sym__concat] = ACTIONS(1790), [anon_sym_RPAREN] = ACTIONS(1790), [sym__special_characters] = ACTIONS(1790), [anon_sym_DQUOTE] = ACTIONS(1790), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1790), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1790), [anon_sym_BQUOTE] = ACTIONS(1790), [anon_sym_LT_LPAREN] = ACTIONS(1790), [anon_sym_GT_LPAREN] = ACTIONS(1790), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1790), }, [1394] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4141), }, [1395] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4143), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1396] = { [sym__concat] = ACTIONS(1798), [anon_sym_RPAREN] = ACTIONS(1798), [sym__special_characters] = ACTIONS(1798), [anon_sym_DQUOTE] = ACTIONS(1798), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1798), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1798), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1798), [anon_sym_BQUOTE] = ACTIONS(1798), [anon_sym_LT_LPAREN] = ACTIONS(1798), [anon_sym_GT_LPAREN] = ACTIONS(1798), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1798), }, [1397] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4145), }, [1398] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4107), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1399] = { [sym__concat] = ACTIONS(1936), [anon_sym_RPAREN] = ACTIONS(1936), [sym__special_characters] = ACTIONS(1936), [anon_sym_DQUOTE] = ACTIONS(1936), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1936), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1936), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1936), [anon_sym_BQUOTE] = ACTIONS(1936), [anon_sym_LT_LPAREN] = ACTIONS(1936), [anon_sym_GT_LPAREN] = ACTIONS(1936), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1936), }, [1400] = { [sym__concat] = ACTIONS(2000), [anon_sym_RPAREN] = ACTIONS(2000), [sym__special_characters] = ACTIONS(2000), [anon_sym_DQUOTE] = ACTIONS(2000), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2000), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2000), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2000), [anon_sym_BQUOTE] = ACTIONS(2000), [anon_sym_LT_LPAREN] = ACTIONS(2000), [anon_sym_GT_LPAREN] = ACTIONS(2000), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2000), }, [1401] = { [sym_file_descriptor] = ACTIONS(2672), [sym__concat] = ACTIONS(2672), [sym_variable_name] = ACTIONS(2672), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_RPAREN] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [anon_sym_LT] = ACTIONS(2674), [anon_sym_GT] = ACTIONS(2674), [anon_sym_GT_GT] = ACTIONS(2674), [anon_sym_AMP_GT] = ACTIONS(2674), [anon_sym_AMP_GT_GT] = ACTIONS(2674), [anon_sym_LT_AMP] = ACTIONS(2674), [anon_sym_GT_AMP] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [anon_sym_LT_LPAREN] = ACTIONS(2674), [anon_sym_GT_LPAREN] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2674), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [1402] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4147), [sym_comment] = ACTIONS(54), }, [1403] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4149), [sym_comment] = ACTIONS(54), }, [1404] = { [anon_sym_RBRACE] = ACTIONS(4149), [sym_comment] = ACTIONS(54), }, [1405] = { [sym_concatenation] = STATE(1758), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1758), [anon_sym_RBRACE] = ACTIONS(4151), [anon_sym_EQ] = ACTIONS(4153), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4155), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4153), [anon_sym_COLON_QMARK] = ACTIONS(4153), [anon_sym_COLON_DASH] = ACTIONS(4153), [anon_sym_PERCENT] = ACTIONS(4153), [anon_sym_DASH] = ACTIONS(4153), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1406] = { [sym_file_descriptor] = ACTIONS(2750), [sym__concat] = ACTIONS(2750), [sym_variable_name] = ACTIONS(2750), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_RPAREN] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [anon_sym_LT] = ACTIONS(2752), [anon_sym_GT] = ACTIONS(2752), [anon_sym_GT_GT] = ACTIONS(2752), [anon_sym_AMP_GT] = ACTIONS(2752), [anon_sym_AMP_GT_GT] = ACTIONS(2752), [anon_sym_LT_AMP] = ACTIONS(2752), [anon_sym_GT_AMP] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [anon_sym_LT_LPAREN] = ACTIONS(2752), [anon_sym_GT_LPAREN] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2752), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [1407] = { [sym_concatenation] = STATE(1761), [sym_string] = STATE(1760), [sym_simple_expansion] = STATE(1760), [sym_string_expansion] = STATE(1760), [sym_expansion] = STATE(1760), [sym_command_substitution] = STATE(1760), [sym_process_substitution] = STATE(1760), [anon_sym_RBRACE] = ACTIONS(4149), [sym__special_characters] = ACTIONS(4157), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4159), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4159), }, [1408] = { [sym_file_descriptor] = ACTIONS(2793), [sym__concat] = ACTIONS(2793), [sym_variable_name] = ACTIONS(2793), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_RPAREN] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [anon_sym_LT] = ACTIONS(2795), [anon_sym_GT] = ACTIONS(2795), [anon_sym_GT_GT] = ACTIONS(2795), [anon_sym_AMP_GT] = ACTIONS(2795), [anon_sym_AMP_GT_GT] = ACTIONS(2795), [anon_sym_LT_AMP] = ACTIONS(2795), [anon_sym_GT_AMP] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [anon_sym_LT_LPAREN] = ACTIONS(2795), [anon_sym_GT_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2795), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [1409] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4161), }, [1410] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4163), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1411] = { [sym_file_descriptor] = ACTIONS(2801), [sym__concat] = ACTIONS(2801), [sym_variable_name] = ACTIONS(2801), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_RPAREN] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [anon_sym_LT] = ACTIONS(2803), [anon_sym_GT] = ACTIONS(2803), [anon_sym_GT_GT] = ACTIONS(2803), [anon_sym_AMP_GT] = ACTIONS(2803), [anon_sym_AMP_GT_GT] = ACTIONS(2803), [anon_sym_LT_AMP] = ACTIONS(2803), [anon_sym_GT_AMP] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [anon_sym_LT_LPAREN] = ACTIONS(2803), [anon_sym_GT_LPAREN] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2803), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [1412] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4165), }, [1413] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4167), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1414] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4169), }, [1415] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4149), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1416] = { [sym_concatenation] = STATE(1768), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1768), [anon_sym_RBRACE] = ACTIONS(4171), [anon_sym_EQ] = ACTIONS(4173), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4175), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4173), [anon_sym_COLON_QMARK] = ACTIONS(4173), [anon_sym_COLON_DASH] = ACTIONS(4173), [anon_sym_PERCENT] = ACTIONS(4173), [anon_sym_DASH] = ACTIONS(4173), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1417] = { [sym_file_descriptor] = ACTIONS(2817), [sym__concat] = ACTIONS(2817), [sym_variable_name] = ACTIONS(2817), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_RPAREN] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [anon_sym_LT] = ACTIONS(2819), [anon_sym_GT] = ACTIONS(2819), [anon_sym_GT_GT] = ACTIONS(2819), [anon_sym_AMP_GT] = ACTIONS(2819), [anon_sym_AMP_GT_GT] = ACTIONS(2819), [anon_sym_LT_AMP] = ACTIONS(2819), [anon_sym_GT_AMP] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [anon_sym_LT_LPAREN] = ACTIONS(2819), [anon_sym_GT_LPAREN] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2819), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [1418] = { [sym_concatenation] = STATE(1770), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1770), [anon_sym_RBRACE] = ACTIONS(4177), [anon_sym_EQ] = ACTIONS(4179), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4181), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4179), [anon_sym_COLON_QMARK] = ACTIONS(4179), [anon_sym_COLON_DASH] = ACTIONS(4179), [anon_sym_PERCENT] = ACTIONS(4179), [anon_sym_DASH] = ACTIONS(4179), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1419] = { [sym__concat] = ACTIONS(1634), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [1420] = { [aux_sym_concatenation_repeat1] = STATE(1420), [sym__concat] = ACTIONS(4183), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [1421] = { [sym__concat] = ACTIONS(1683), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1685), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1685), [anon_sym_BQUOTE] = ACTIONS(1685), [anon_sym_LT_LPAREN] = ACTIONS(1685), [anon_sym_GT_LPAREN] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1685), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [1422] = { [sym_concatenation] = STATE(1774), [sym_string] = STATE(1773), [sym_simple_expansion] = STATE(1773), [sym_string_expansion] = STATE(1773), [sym_expansion] = STATE(1773), [sym_command_substitution] = STATE(1773), [sym_process_substitution] = STATE(1773), [anon_sym_RBRACE] = ACTIONS(4186), [sym__special_characters] = ACTIONS(4188), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4190), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4190), }, [1423] = { [sym__concat] = ACTIONS(1724), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [anon_sym_LT_LPAREN] = ACTIONS(1726), [anon_sym_GT_LPAREN] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1726), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [1424] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4192), }, [1425] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4194), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1426] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(4196), [sym_comment] = ACTIONS(54), }, [1427] = { [sym_concatenation] = STATE(1780), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1780), [anon_sym_RBRACE] = ACTIONS(4198), [anon_sym_EQ] = ACTIONS(4200), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4202), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4204), [anon_sym_COLON] = ACTIONS(4200), [anon_sym_COLON_QMARK] = ACTIONS(4200), [anon_sym_COLON_DASH] = ACTIONS(4200), [anon_sym_PERCENT] = ACTIONS(4200), [anon_sym_DASH] = ACTIONS(4200), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1428] = { [sym_concatenation] = STATE(1783), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1783), [anon_sym_RBRACE] = ACTIONS(4206), [anon_sym_EQ] = ACTIONS(4208), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4210), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4212), [anon_sym_COLON] = ACTIONS(4208), [anon_sym_COLON_QMARK] = ACTIONS(4208), [anon_sym_COLON_DASH] = ACTIONS(4208), [anon_sym_PERCENT] = ACTIONS(4208), [anon_sym_DASH] = ACTIONS(4208), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1429] = { [sym_concatenation] = STATE(1785), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1785), [anon_sym_RBRACE] = ACTIONS(4186), [anon_sym_EQ] = ACTIONS(4214), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4216), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4218), [anon_sym_COLON] = ACTIONS(4214), [anon_sym_COLON_QMARK] = ACTIONS(4214), [anon_sym_COLON_DASH] = ACTIONS(4214), [anon_sym_PERCENT] = ACTIONS(4214), [anon_sym_DASH] = ACTIONS(4214), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1430] = { [sym__concat] = ACTIONS(1790), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [anon_sym_LT_LPAREN] = ACTIONS(1792), [anon_sym_GT_LPAREN] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1792), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [1431] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4220), }, [1432] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4222), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1433] = { [sym__concat] = ACTIONS(1798), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [anon_sym_LT_LPAREN] = ACTIONS(1800), [anon_sym_GT_LPAREN] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1800), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [1434] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4224), }, [1435] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4186), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1436] = { [sym__concat] = ACTIONS(1936), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [anon_sym_LT_LPAREN] = ACTIONS(1938), [anon_sym_GT_LPAREN] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1938), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [1437] = { [sym__concat] = ACTIONS(2000), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2002), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2002), [anon_sym_BQUOTE] = ACTIONS(2002), [anon_sym_LT_LPAREN] = ACTIONS(2002), [anon_sym_GT_LPAREN] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2002), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [1438] = { [anon_sym_esac] = ACTIONS(4226), [anon_sym_PIPE] = ACTIONS(4226), [anon_sym_RPAREN] = ACTIONS(4226), [anon_sym_SEMI_SEMI] = ACTIONS(4226), [anon_sym_PIPE_AMP] = ACTIONS(4226), [anon_sym_AMP_AMP] = ACTIONS(4226), [anon_sym_PIPE_PIPE] = ACTIONS(4226), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4226), [anon_sym_LF] = ACTIONS(4228), [anon_sym_AMP] = ACTIONS(4226), }, [1439] = { [anon_sym_esac] = ACTIONS(3403), [anon_sym_PIPE] = ACTIONS(3403), [anon_sym_RPAREN] = ACTIONS(3403), [anon_sym_SEMI_SEMI] = ACTIONS(3403), [anon_sym_PIPE_AMP] = ACTIONS(3403), [anon_sym_AMP_AMP] = ACTIONS(3403), [anon_sym_PIPE_PIPE] = ACTIONS(3403), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3403), [anon_sym_LF] = ACTIONS(3401), [anon_sym_AMP] = ACTIONS(3403), }, [1440] = { [sym__terminated_statement] = STATE(1789), [sym_for_statement] = STATE(592), [sym_while_statement] = STATE(592), [sym_if_statement] = STATE(592), [sym_case_statement] = STATE(592), [sym_function_definition] = STATE(592), [sym_subshell] = STATE(592), [sym_pipeline] = STATE(592), [sym_list] = STATE(592), [sym_command] = STATE(592), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(592), [sym_variable_assignment] = STATE(594), [sym_declaration_command] = STATE(592), [sym_unset_command] = STATE(592), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1789), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_fi] = ACTIONS(4230), [anon_sym_elif] = ACTIONS(4230), [anon_sym_else] = ACTIONS(4230), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1441] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_fi] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [1442] = { [sym__terminated_statement] = STATE(1442), [sym_for_statement] = STATE(1030), [sym_while_statement] = STATE(1030), [sym_if_statement] = STATE(1030), [sym_case_statement] = STATE(1030), [sym_function_definition] = STATE(1030), [sym_subshell] = STATE(1030), [sym_pipeline] = STATE(1030), [sym_list] = STATE(1030), [sym_command] = STATE(1030), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(1030), [sym_variable_assignment] = STATE(1031), [sym_declaration_command] = STATE(1030), [sym_unset_command] = STATE(1030), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1442), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(972), [sym_variable_name] = ACTIONS(975), [anon_sym_for] = ACTIONS(980), [anon_sym_while] = ACTIONS(983), [anon_sym_if] = ACTIONS(986), [anon_sym_fi] = ACTIONS(3405), [anon_sym_case] = ACTIONS(989), [anon_sym_function] = ACTIONS(992), [anon_sym_LPAREN] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(998), [anon_sym_LBRACK_LBRACK] = ACTIONS(1001), [anon_sym_declare] = ACTIONS(1004), [anon_sym_typeset] = ACTIONS(1004), [anon_sym_export] = ACTIONS(1004), [anon_sym_readonly] = ACTIONS(1004), [anon_sym_local] = ACTIONS(1004), [anon_sym_unset] = ACTIONS(1007), [anon_sym_unsetenv] = ACTIONS(1007), [anon_sym_LT] = ACTIONS(1010), [anon_sym_GT] = ACTIONS(1010), [anon_sym_GT_GT] = ACTIONS(1013), [anon_sym_AMP_GT] = ACTIONS(1010), [anon_sym_AMP_GT_GT] = ACTIONS(1013), [anon_sym_LT_AMP] = ACTIONS(1013), [anon_sym_GT_AMP] = ACTIONS(1013), [sym__special_characters] = ACTIONS(1016), [anon_sym_DQUOTE] = ACTIONS(1019), [anon_sym_DOLLAR] = ACTIONS(1022), [sym_raw_string] = ACTIONS(1025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1028), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1031), [anon_sym_BQUOTE] = ACTIONS(1034), [anon_sym_LT_LPAREN] = ACTIONS(1037), [anon_sym_GT_LPAREN] = ACTIONS(1037), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1040), }, [1443] = { [anon_sym_esac] = ACTIONS(4232), [anon_sym_PIPE] = ACTIONS(4232), [anon_sym_RPAREN] = ACTIONS(4232), [anon_sym_SEMI_SEMI] = ACTIONS(4232), [anon_sym_PIPE_AMP] = ACTIONS(4232), [anon_sym_AMP_AMP] = ACTIONS(4232), [anon_sym_PIPE_PIPE] = ACTIONS(4232), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4232), [anon_sym_LF] = ACTIONS(4234), [anon_sym_AMP] = ACTIONS(4232), }, [1444] = { [anon_sym_fi] = ACTIONS(4236), [sym_comment] = ACTIONS(54), }, [1445] = { [sym_concatenation] = STATE(1793), [sym_string] = STATE(1792), [sym_simple_expansion] = STATE(1792), [sym_string_expansion] = STATE(1792), [sym_expansion] = STATE(1792), [sym_command_substitution] = STATE(1792), [sym_process_substitution] = STATE(1792), [sym__special_characters] = ACTIONS(4238), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(4240), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4240), }, [1446] = { [sym__terminated_statement] = STATE(1816), [sym_for_statement] = STATE(1811), [sym_while_statement] = STATE(1811), [sym_if_statement] = STATE(1811), [sym_case_statement] = STATE(1811), [sym_function_definition] = STATE(1811), [sym_subshell] = STATE(1811), [sym_pipeline] = STATE(1811), [sym_list] = STATE(1811), [sym_command] = STATE(1811), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(1811), [sym_variable_assignment] = STATE(1813), [sym_declaration_command] = STATE(1811), [sym_unset_command] = STATE(1811), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_program_repeat1] = STATE(1816), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_esac] = ACTIONS(4246), [anon_sym_SEMI_SEMI] = ACTIONS(4248), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [1447] = { [aux_sym_case_item_repeat1] = STATE(1819), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(4278), [sym_comment] = ACTIONS(54), }, [1448] = { [aux_sym_concatenation_repeat1] = STATE(1820), [sym__concat] = ACTIONS(550), [anon_sym_PIPE] = ACTIONS(688), [anon_sym_RPAREN] = ACTIONS(688), [sym_comment] = ACTIONS(54), }, [1449] = { [sym__terminated_statement] = STATE(1824), [sym_for_statement] = STATE(1822), [sym_while_statement] = STATE(1822), [sym_if_statement] = STATE(1822), [sym_case_statement] = STATE(1822), [sym_function_definition] = STATE(1822), [sym_subshell] = STATE(1822), [sym_pipeline] = STATE(1822), [sym_list] = STATE(1822), [sym_command] = STATE(1822), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(1822), [sym_variable_assignment] = STATE(1823), [sym_declaration_command] = STATE(1822), [sym_unset_command] = STATE(1822), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_program_repeat1] = STATE(1824), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_esac] = ACTIONS(4280), [anon_sym_SEMI_SEMI] = ACTIONS(4282), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [1450] = { [aux_sym_case_item_repeat1] = STATE(1819), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(4284), [sym_comment] = ACTIONS(54), }, [1451] = { [anon_sym_esac] = ACTIONS(4286), [anon_sym_PIPE] = ACTIONS(4286), [anon_sym_RPAREN] = ACTIONS(4286), [anon_sym_SEMI_SEMI] = ACTIONS(4286), [anon_sym_PIPE_AMP] = ACTIONS(4286), [anon_sym_AMP_AMP] = ACTIONS(4286), [anon_sym_PIPE_PIPE] = ACTIONS(4286), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4286), [anon_sym_LF] = ACTIONS(4288), [anon_sym_AMP] = ACTIONS(4286), }, [1452] = { [anon_sym_esac] = ACTIONS(4290), [sym_comment] = ACTIONS(54), }, [1453] = { [sym_case_item] = STATE(1453), [sym_concatenation] = STATE(1829), [sym_string] = STATE(1828), [sym_simple_expansion] = STATE(1828), [sym_string_expansion] = STATE(1828), [sym_expansion] = STATE(1828), [sym_command_substitution] = STATE(1828), [sym_process_substitution] = STATE(1828), [aux_sym_case_statement_repeat1] = STATE(1453), [sym__special_characters] = ACTIONS(4292), [anon_sym_DQUOTE] = ACTIONS(4295), [anon_sym_DOLLAR] = ACTIONS(4298), [sym_raw_string] = ACTIONS(4301), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4304), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4307), [anon_sym_BQUOTE] = ACTIONS(4310), [anon_sym_LT_LPAREN] = ACTIONS(4313), [anon_sym_GT_LPAREN] = ACTIONS(4313), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4301), }, [1454] = { [anon_sym_esac] = ACTIONS(4316), [anon_sym_PIPE] = ACTIONS(4316), [anon_sym_RPAREN] = ACTIONS(4316), [anon_sym_SEMI_SEMI] = ACTIONS(4316), [anon_sym_PIPE_AMP] = ACTIONS(4316), [anon_sym_AMP_AMP] = ACTIONS(4316), [anon_sym_PIPE_PIPE] = ACTIONS(4316), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4316), [anon_sym_LF] = ACTIONS(4318), [anon_sym_AMP] = ACTIONS(4316), }, [1455] = { [sym_case_item] = STATE(1453), [sym_last_case_item] = STATE(1830), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1453), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2265), }, [1456] = { [anon_sym_esac] = ACTIONS(4320), [anon_sym_PIPE] = ACTIONS(4320), [anon_sym_RPAREN] = ACTIONS(4320), [anon_sym_SEMI_SEMI] = ACTIONS(4320), [anon_sym_PIPE_AMP] = ACTIONS(4320), [anon_sym_AMP_AMP] = ACTIONS(4320), [anon_sym_PIPE_PIPE] = ACTIONS(4320), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4320), [anon_sym_LF] = ACTIONS(4322), [anon_sym_AMP] = ACTIONS(4320), }, [1457] = { [anon_sym_esac] = ACTIONS(4324), [sym_comment] = ACTIONS(54), }, [1458] = { [anon_sym_esac] = ACTIONS(4326), [anon_sym_PIPE] = ACTIONS(4326), [anon_sym_RPAREN] = ACTIONS(4326), [anon_sym_SEMI_SEMI] = ACTIONS(4326), [anon_sym_PIPE_AMP] = ACTIONS(4326), [anon_sym_AMP_AMP] = ACTIONS(4326), [anon_sym_PIPE_PIPE] = ACTIONS(4326), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4326), [anon_sym_LF] = ACTIONS(4328), [anon_sym_AMP] = ACTIONS(4326), }, [1459] = { [sym_case_item] = STATE(1453), [sym_last_case_item] = STATE(1832), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1453), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2265), }, [1460] = { [sym__concat] = ACTIONS(3740), [anon_sym_in] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [1461] = { [sym__concat] = ACTIONS(3746), [anon_sym_in] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [1462] = { [sym__concat] = ACTIONS(3831), [anon_sym_in] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [1463] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4330), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1464] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4332), [sym_comment] = ACTIONS(54), }, [1465] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4334), [sym_comment] = ACTIONS(54), }, [1466] = { [anon_sym_RBRACE] = ACTIONS(4334), [sym_comment] = ACTIONS(54), }, [1467] = { [sym_concatenation] = STATE(1837), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1837), [anon_sym_RBRACE] = ACTIONS(4336), [anon_sym_EQ] = ACTIONS(4338), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4340), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4338), [anon_sym_COLON_QMARK] = ACTIONS(4338), [anon_sym_COLON_DASH] = ACTIONS(4338), [anon_sym_PERCENT] = ACTIONS(4338), [anon_sym_DASH] = ACTIONS(4338), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1468] = { [sym__concat] = ACTIONS(3847), [anon_sym_in] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [1469] = { [sym_concatenation] = STATE(1839), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1839), [anon_sym_RBRACE] = ACTIONS(4342), [anon_sym_EQ] = ACTIONS(4344), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4346), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4344), [anon_sym_COLON_QMARK] = ACTIONS(4344), [anon_sym_COLON_DASH] = ACTIONS(4344), [anon_sym_PERCENT] = ACTIONS(4344), [anon_sym_DASH] = ACTIONS(4344), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1470] = { [sym__concat] = ACTIONS(3857), [anon_sym_in] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [1471] = { [sym_concatenation] = STATE(1841), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1841), [anon_sym_RBRACE] = ACTIONS(4348), [anon_sym_EQ] = ACTIONS(4350), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4350), [anon_sym_COLON_QMARK] = ACTIONS(4350), [anon_sym_COLON_DASH] = ACTIONS(4350), [anon_sym_PERCENT] = ACTIONS(4350), [anon_sym_DASH] = ACTIONS(4350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1472] = { [sym__concat] = ACTIONS(3867), [anon_sym_in] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [1473] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4354), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1474] = { [sym__concat] = ACTIONS(3873), [anon_sym_in] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [1475] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4356), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1476] = { [anon_sym_esac] = ACTIONS(4358), [anon_sym_PIPE] = ACTIONS(4358), [anon_sym_RPAREN] = ACTIONS(4358), [anon_sym_SEMI_SEMI] = ACTIONS(4358), [anon_sym_PIPE_AMP] = ACTIONS(4358), [anon_sym_AMP_AMP] = ACTIONS(4358), [anon_sym_PIPE_PIPE] = ACTIONS(4358), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4358), [anon_sym_LF] = ACTIONS(4360), [anon_sym_AMP] = ACTIONS(4358), }, [1477] = { [aux_sym_concatenation_repeat1] = STATE(1480), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_SEMI_SEMI] = ACTIONS(1063), [anon_sym_PIPE_AMP] = ACTIONS(1063), [anon_sym_AMP_AMP] = ACTIONS(1063), [anon_sym_PIPE_PIPE] = ACTIONS(1063), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1063), [anon_sym_LF] = ACTIONS(1061), [anon_sym_AMP] = ACTIONS(1063), }, [1478] = { [aux_sym_concatenation_repeat1] = STATE(1480), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_SEMI_SEMI] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1067), [anon_sym_AMP_AMP] = ACTIONS(1067), [anon_sym_PIPE_PIPE] = ACTIONS(1067), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1067), [anon_sym_LF] = ACTIONS(1065), [anon_sym_AMP] = ACTIONS(1067), }, [1479] = { [anon_sym_esac] = ACTIONS(1067), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_RPAREN] = ACTIONS(1067), [anon_sym_SEMI_SEMI] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1067), [anon_sym_AMP_AMP] = ACTIONS(1067), [anon_sym_PIPE_PIPE] = ACTIONS(1067), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1067), [anon_sym_LF] = ACTIONS(1065), [anon_sym_AMP] = ACTIONS(1067), }, [1480] = { [aux_sym_concatenation_repeat1] = STATE(1844), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [1481] = { [aux_sym_concatenation_repeat1] = STATE(1481), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(3288), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [1482] = { [sym_file_redirect] = STATE(1476), [sym_file_descriptor] = ACTIONS(2346), [anon_sym_PIPE] = ACTIONS(3484), [anon_sym_RPAREN] = ACTIONS(3484), [anon_sym_SEMI_SEMI] = ACTIONS(3484), [anon_sym_PIPE_AMP] = ACTIONS(3484), [anon_sym_AMP_AMP] = ACTIONS(3484), [anon_sym_PIPE_PIPE] = ACTIONS(3484), [anon_sym_LT] = ACTIONS(2348), [anon_sym_GT] = ACTIONS(2348), [anon_sym_GT_GT] = ACTIONS(2348), [anon_sym_AMP_GT] = ACTIONS(2348), [anon_sym_AMP_GT_GT] = ACTIONS(2348), [anon_sym_LT_AMP] = ACTIONS(2348), [anon_sym_GT_AMP] = ACTIONS(2348), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3484), [anon_sym_LF] = ACTIONS(3486), [anon_sym_AMP] = ACTIONS(3484), }, [1483] = { [sym_concatenation] = STATE(1479), [sym_string] = STATE(1846), [sym_simple_expansion] = STATE(1846), [sym_string_expansion] = STATE(1846), [sym_expansion] = STATE(1846), [sym_command_substitution] = STATE(1846), [sym_process_substitution] = STATE(1846), [sym__special_characters] = ACTIONS(4362), [anon_sym_DQUOTE] = ACTIONS(624), [anon_sym_DOLLAR] = ACTIONS(178), [sym_raw_string] = ACTIONS(4364), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1513), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1515), [anon_sym_BQUOTE] = ACTIONS(1517), [anon_sym_LT_LPAREN] = ACTIONS(1519), [anon_sym_GT_LPAREN] = ACTIONS(1519), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4364), }, [1484] = { [aux_sym_concatenation_repeat1] = STATE(1847), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_RPAREN] = ACTIONS(660), [anon_sym_SEMI_SEMI] = ACTIONS(660), [anon_sym_PIPE_AMP] = ACTIONS(660), [anon_sym_AMP_AMP] = ACTIONS(660), [anon_sym_PIPE_PIPE] = ACTIONS(660), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(660), [anon_sym_LF] = ACTIONS(656), [anon_sym_AMP] = ACTIONS(660), }, [1485] = { [aux_sym_concatenation_repeat1] = STATE(1847), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_RPAREN] = ACTIONS(674), [anon_sym_SEMI_SEMI] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(674), [anon_sym_AMP_AMP] = ACTIONS(674), [anon_sym_PIPE_PIPE] = ACTIONS(674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(674), [anon_sym_LF] = ACTIONS(672), [anon_sym_AMP] = ACTIONS(674), }, [1486] = { [aux_sym_concatenation_repeat1] = STATE(1486), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1638), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1636), [anon_sym_LT_LT_LT] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [1487] = { [sym__concat] = ACTIONS(3740), [anon_sym_EQ_TILDE] = ACTIONS(3742), [anon_sym_EQ_EQ] = ACTIONS(3742), [anon_sym_RBRACK] = ACTIONS(3740), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3740), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3740), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3740), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3740), [anon_sym_BQUOTE] = ACTIONS(3740), [anon_sym_LT_LPAREN] = ACTIONS(3740), [anon_sym_GT_LPAREN] = ACTIONS(3740), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3742), }, [1488] = { [sym__concat] = ACTIONS(3746), [anon_sym_EQ_TILDE] = ACTIONS(3748), [anon_sym_EQ_EQ] = ACTIONS(3748), [anon_sym_RBRACK] = ACTIONS(3746), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3746), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3746), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3746), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3746), [anon_sym_BQUOTE] = ACTIONS(3746), [anon_sym_LT_LPAREN] = ACTIONS(3746), [anon_sym_GT_LPAREN] = ACTIONS(3746), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3748), }, [1489] = { [sym__concat] = ACTIONS(3831), [anon_sym_EQ_TILDE] = ACTIONS(3833), [anon_sym_EQ_EQ] = ACTIONS(3833), [anon_sym_RBRACK] = ACTIONS(3831), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3831), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3831), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3831), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3831), [anon_sym_BQUOTE] = ACTIONS(3831), [anon_sym_LT_LPAREN] = ACTIONS(3831), [anon_sym_GT_LPAREN] = ACTIONS(3831), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3833), }, [1490] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4366), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1491] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4368), [sym_comment] = ACTIONS(54), }, [1492] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4370), [sym_comment] = ACTIONS(54), }, [1493] = { [anon_sym_RBRACE] = ACTIONS(4370), [sym_comment] = ACTIONS(54), }, [1494] = { [sym_concatenation] = STATE(1852), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1852), [anon_sym_RBRACE] = ACTIONS(4372), [anon_sym_EQ] = ACTIONS(4374), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4376), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4374), [anon_sym_COLON_QMARK] = ACTIONS(4374), [anon_sym_COLON_DASH] = ACTIONS(4374), [anon_sym_PERCENT] = ACTIONS(4374), [anon_sym_DASH] = ACTIONS(4374), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1495] = { [sym__concat] = ACTIONS(3847), [anon_sym_EQ_TILDE] = ACTIONS(3849), [anon_sym_EQ_EQ] = ACTIONS(3849), [anon_sym_RBRACK] = ACTIONS(3847), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3847), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3847), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3847), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3847), [anon_sym_BQUOTE] = ACTIONS(3847), [anon_sym_LT_LPAREN] = ACTIONS(3847), [anon_sym_GT_LPAREN] = ACTIONS(3847), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3849), }, [1496] = { [sym_concatenation] = STATE(1854), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1854), [anon_sym_RBRACE] = ACTIONS(4378), [anon_sym_EQ] = ACTIONS(4380), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4382), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4380), [anon_sym_COLON_QMARK] = ACTIONS(4380), [anon_sym_COLON_DASH] = ACTIONS(4380), [anon_sym_PERCENT] = ACTIONS(4380), [anon_sym_DASH] = ACTIONS(4380), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1497] = { [sym__concat] = ACTIONS(3857), [anon_sym_EQ_TILDE] = ACTIONS(3859), [anon_sym_EQ_EQ] = ACTIONS(3859), [anon_sym_RBRACK] = ACTIONS(3857), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3857), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3857), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3857), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3857), [anon_sym_BQUOTE] = ACTIONS(3857), [anon_sym_LT_LPAREN] = ACTIONS(3857), [anon_sym_GT_LPAREN] = ACTIONS(3857), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3859), }, [1498] = { [sym_concatenation] = STATE(1856), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1856), [anon_sym_RBRACE] = ACTIONS(4384), [anon_sym_EQ] = ACTIONS(4386), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4388), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4386), [anon_sym_COLON_QMARK] = ACTIONS(4386), [anon_sym_COLON_DASH] = ACTIONS(4386), [anon_sym_PERCENT] = ACTIONS(4386), [anon_sym_DASH] = ACTIONS(4386), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1499] = { [sym__concat] = ACTIONS(3867), [anon_sym_EQ_TILDE] = ACTIONS(3869), [anon_sym_EQ_EQ] = ACTIONS(3869), [anon_sym_RBRACK] = ACTIONS(3867), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3867), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3867), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3867), [anon_sym_BQUOTE] = ACTIONS(3867), [anon_sym_LT_LPAREN] = ACTIONS(3867), [anon_sym_GT_LPAREN] = ACTIONS(3867), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3869), }, [1500] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4390), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1501] = { [sym__concat] = ACTIONS(3873), [anon_sym_EQ_TILDE] = ACTIONS(3875), [anon_sym_EQ_EQ] = ACTIONS(3875), [anon_sym_RBRACK] = ACTIONS(3873), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3873), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3873), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3873), [anon_sym_BQUOTE] = ACTIONS(3873), [anon_sym_LT_LPAREN] = ACTIONS(3873), [anon_sym_GT_LPAREN] = ACTIONS(3873), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3875), }, [1502] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4392), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1503] = { [sym__concat] = ACTIONS(3740), [anon_sym_PIPE] = ACTIONS(3740), [anon_sym_RPAREN] = ACTIONS(3740), [anon_sym_EQ_TILDE] = ACTIONS(3742), [anon_sym_EQ_EQ] = ACTIONS(3742), [anon_sym_RBRACK_RBRACK] = ACTIONS(3740), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3740), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3740), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3740), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3740), [anon_sym_BQUOTE] = ACTIONS(3740), [anon_sym_LT_LPAREN] = ACTIONS(3740), [anon_sym_GT_LPAREN] = ACTIONS(3740), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3742), }, [1504] = { [sym__concat] = ACTIONS(3746), [anon_sym_PIPE] = ACTIONS(3746), [anon_sym_RPAREN] = ACTIONS(3746), [anon_sym_EQ_TILDE] = ACTIONS(3748), [anon_sym_EQ_EQ] = ACTIONS(3748), [anon_sym_RBRACK_RBRACK] = ACTIONS(3746), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3746), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3746), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3746), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3746), [anon_sym_BQUOTE] = ACTIONS(3746), [anon_sym_LT_LPAREN] = ACTIONS(3746), [anon_sym_GT_LPAREN] = ACTIONS(3746), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3748), }, [1505] = { [sym__concat] = ACTIONS(3831), [anon_sym_PIPE] = ACTIONS(3831), [anon_sym_RPAREN] = ACTIONS(3831), [anon_sym_EQ_TILDE] = ACTIONS(3833), [anon_sym_EQ_EQ] = ACTIONS(3833), [anon_sym_RBRACK_RBRACK] = ACTIONS(3831), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3831), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3831), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3831), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3831), [anon_sym_BQUOTE] = ACTIONS(3831), [anon_sym_LT_LPAREN] = ACTIONS(3831), [anon_sym_GT_LPAREN] = ACTIONS(3831), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3833), }, [1506] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4394), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1507] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4396), [sym_comment] = ACTIONS(54), }, [1508] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4398), [sym_comment] = ACTIONS(54), }, [1509] = { [anon_sym_RBRACE] = ACTIONS(4398), [sym_comment] = ACTIONS(54), }, [1510] = { [sym_concatenation] = STATE(1863), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1863), [anon_sym_RBRACE] = ACTIONS(4400), [anon_sym_EQ] = ACTIONS(4402), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4404), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4402), [anon_sym_COLON_QMARK] = ACTIONS(4402), [anon_sym_COLON_DASH] = ACTIONS(4402), [anon_sym_PERCENT] = ACTIONS(4402), [anon_sym_DASH] = ACTIONS(4402), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1511] = { [sym__concat] = ACTIONS(3847), [anon_sym_PIPE] = ACTIONS(3847), [anon_sym_RPAREN] = ACTIONS(3847), [anon_sym_EQ_TILDE] = ACTIONS(3849), [anon_sym_EQ_EQ] = ACTIONS(3849), [anon_sym_RBRACK_RBRACK] = ACTIONS(3847), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3847), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3847), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3847), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3847), [anon_sym_BQUOTE] = ACTIONS(3847), [anon_sym_LT_LPAREN] = ACTIONS(3847), [anon_sym_GT_LPAREN] = ACTIONS(3847), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3849), }, [1512] = { [sym_concatenation] = STATE(1865), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1865), [anon_sym_RBRACE] = ACTIONS(4406), [anon_sym_EQ] = ACTIONS(4408), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4410), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4408), [anon_sym_COLON_QMARK] = ACTIONS(4408), [anon_sym_COLON_DASH] = ACTIONS(4408), [anon_sym_PERCENT] = ACTIONS(4408), [anon_sym_DASH] = ACTIONS(4408), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1513] = { [sym__concat] = ACTIONS(3857), [anon_sym_PIPE] = ACTIONS(3857), [anon_sym_RPAREN] = ACTIONS(3857), [anon_sym_EQ_TILDE] = ACTIONS(3859), [anon_sym_EQ_EQ] = ACTIONS(3859), [anon_sym_RBRACK_RBRACK] = ACTIONS(3857), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3857), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3857), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3857), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3857), [anon_sym_BQUOTE] = ACTIONS(3857), [anon_sym_LT_LPAREN] = ACTIONS(3857), [anon_sym_GT_LPAREN] = ACTIONS(3857), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3859), }, [1514] = { [sym_concatenation] = STATE(1867), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1867), [anon_sym_RBRACE] = ACTIONS(4412), [anon_sym_EQ] = ACTIONS(4414), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4416), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4414), [anon_sym_COLON_QMARK] = ACTIONS(4414), [anon_sym_COLON_DASH] = ACTIONS(4414), [anon_sym_PERCENT] = ACTIONS(4414), [anon_sym_DASH] = ACTIONS(4414), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1515] = { [sym__concat] = ACTIONS(3867), [anon_sym_PIPE] = ACTIONS(3867), [anon_sym_RPAREN] = ACTIONS(3867), [anon_sym_EQ_TILDE] = ACTIONS(3869), [anon_sym_EQ_EQ] = ACTIONS(3869), [anon_sym_RBRACK_RBRACK] = ACTIONS(3867), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3867), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3867), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3867), [anon_sym_BQUOTE] = ACTIONS(3867), [anon_sym_LT_LPAREN] = ACTIONS(3867), [anon_sym_GT_LPAREN] = ACTIONS(3867), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3869), }, [1516] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4418), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1517] = { [sym__concat] = ACTIONS(3873), [anon_sym_PIPE] = ACTIONS(3873), [anon_sym_RPAREN] = ACTIONS(3873), [anon_sym_EQ_TILDE] = ACTIONS(3875), [anon_sym_EQ_EQ] = ACTIONS(3875), [anon_sym_RBRACK_RBRACK] = ACTIONS(3873), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3873), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3873), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3873), [anon_sym_BQUOTE] = ACTIONS(3873), [anon_sym_LT_LPAREN] = ACTIONS(3873), [anon_sym_GT_LPAREN] = ACTIONS(3873), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3875), }, [1518] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4420), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1519] = { [sym_variable_name] = ACTIONS(3258), [anon_sym_PIPE] = ACTIONS(3260), [anon_sym_RPAREN] = ACTIONS(3260), [anon_sym_SEMI_SEMI] = ACTIONS(3260), [anon_sym_PIPE_AMP] = ACTIONS(3260), [anon_sym_AMP_AMP] = ACTIONS(3260), [anon_sym_PIPE_PIPE] = ACTIONS(3260), [sym__special_characters] = ACTIONS(3260), [anon_sym_DQUOTE] = ACTIONS(3260), [anon_sym_DOLLAR] = ACTIONS(3260), [sym_raw_string] = ACTIONS(3260), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3260), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3260), [anon_sym_BQUOTE] = ACTIONS(3260), [anon_sym_LT_LPAREN] = ACTIONS(3260), [anon_sym_GT_LPAREN] = ACTIONS(3260), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3260), [sym_word] = ACTIONS(3260), [anon_sym_SEMI] = ACTIONS(3260), [anon_sym_LF] = ACTIONS(3258), [anon_sym_AMP] = ACTIONS(3260), }, [1520] = { [sym__concat] = ACTIONS(3740), [sym_variable_name] = ACTIONS(3740), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_RPAREN] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [anon_sym_LT_LPAREN] = ACTIONS(3742), [anon_sym_GT_LPAREN] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3742), [sym_word] = ACTIONS(3742), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [1521] = { [sym__concat] = ACTIONS(3746), [sym_variable_name] = ACTIONS(3746), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_RPAREN] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [anon_sym_LT_LPAREN] = ACTIONS(3748), [anon_sym_GT_LPAREN] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3748), [sym_word] = ACTIONS(3748), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [1522] = { [sym__concat] = ACTIONS(3831), [sym_variable_name] = ACTIONS(3831), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_RPAREN] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [anon_sym_LT_LPAREN] = ACTIONS(3833), [anon_sym_GT_LPAREN] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3833), [sym_word] = ACTIONS(3833), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [1523] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4422), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1524] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4424), [sym_comment] = ACTIONS(54), }, [1525] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4426), [sym_comment] = ACTIONS(54), }, [1526] = { [anon_sym_RBRACE] = ACTIONS(4426), [sym_comment] = ACTIONS(54), }, [1527] = { [sym_concatenation] = STATE(1874), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1874), [anon_sym_RBRACE] = ACTIONS(4428), [anon_sym_EQ] = ACTIONS(4430), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4432), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4430), [anon_sym_COLON_QMARK] = ACTIONS(4430), [anon_sym_COLON_DASH] = ACTIONS(4430), [anon_sym_PERCENT] = ACTIONS(4430), [anon_sym_DASH] = ACTIONS(4430), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1528] = { [sym__concat] = ACTIONS(3847), [sym_variable_name] = ACTIONS(3847), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_RPAREN] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [anon_sym_LT_LPAREN] = ACTIONS(3849), [anon_sym_GT_LPAREN] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3849), [sym_word] = ACTIONS(3849), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [1529] = { [sym_concatenation] = STATE(1876), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1876), [anon_sym_RBRACE] = ACTIONS(4434), [anon_sym_EQ] = ACTIONS(4436), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4438), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4436), [anon_sym_COLON_QMARK] = ACTIONS(4436), [anon_sym_COLON_DASH] = ACTIONS(4436), [anon_sym_PERCENT] = ACTIONS(4436), [anon_sym_DASH] = ACTIONS(4436), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1530] = { [sym__concat] = ACTIONS(3857), [sym_variable_name] = ACTIONS(3857), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_RPAREN] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [anon_sym_LT_LPAREN] = ACTIONS(3859), [anon_sym_GT_LPAREN] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3859), [sym_word] = ACTIONS(3859), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [1531] = { [sym_concatenation] = STATE(1878), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1878), [anon_sym_RBRACE] = ACTIONS(4440), [anon_sym_EQ] = ACTIONS(4442), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4444), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4442), [anon_sym_COLON_QMARK] = ACTIONS(4442), [anon_sym_COLON_DASH] = ACTIONS(4442), [anon_sym_PERCENT] = ACTIONS(4442), [anon_sym_DASH] = ACTIONS(4442), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1532] = { [sym__concat] = ACTIONS(3867), [sym_variable_name] = ACTIONS(3867), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_RPAREN] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [anon_sym_LT_LPAREN] = ACTIONS(3869), [anon_sym_GT_LPAREN] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3869), [sym_word] = ACTIONS(3869), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [1533] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4446), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1534] = { [sym__concat] = ACTIONS(3873), [sym_variable_name] = ACTIONS(3873), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_RPAREN] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [anon_sym_LT_LPAREN] = ACTIONS(3875), [anon_sym_GT_LPAREN] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3875), [sym_word] = ACTIONS(3875), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [1535] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4448), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1536] = { [sym__concat] = ACTIONS(3740), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_RPAREN] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [anon_sym_LT_LPAREN] = ACTIONS(3742), [anon_sym_GT_LPAREN] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3742), [sym_word] = ACTIONS(3742), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [1537] = { [sym__concat] = ACTIONS(3746), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_RPAREN] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [anon_sym_LT_LPAREN] = ACTIONS(3748), [anon_sym_GT_LPAREN] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3748), [sym_word] = ACTIONS(3748), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [1538] = { [sym__concat] = ACTIONS(3831), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_RPAREN] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [anon_sym_LT_LPAREN] = ACTIONS(3833), [anon_sym_GT_LPAREN] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3833), [sym_word] = ACTIONS(3833), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [1539] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4450), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1540] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4452), [sym_comment] = ACTIONS(54), }, [1541] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4454), [sym_comment] = ACTIONS(54), }, [1542] = { [anon_sym_RBRACE] = ACTIONS(4454), [sym_comment] = ACTIONS(54), }, [1543] = { [sym_concatenation] = STATE(1885), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1885), [anon_sym_RBRACE] = ACTIONS(4456), [anon_sym_EQ] = ACTIONS(4458), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4460), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4458), [anon_sym_COLON_QMARK] = ACTIONS(4458), [anon_sym_COLON_DASH] = ACTIONS(4458), [anon_sym_PERCENT] = ACTIONS(4458), [anon_sym_DASH] = ACTIONS(4458), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1544] = { [sym__concat] = ACTIONS(3847), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_RPAREN] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [anon_sym_LT_LPAREN] = ACTIONS(3849), [anon_sym_GT_LPAREN] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3849), [sym_word] = ACTIONS(3849), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [1545] = { [sym_concatenation] = STATE(1887), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1887), [anon_sym_RBRACE] = ACTIONS(4462), [anon_sym_EQ] = ACTIONS(4464), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4466), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4464), [anon_sym_COLON_QMARK] = ACTIONS(4464), [anon_sym_COLON_DASH] = ACTIONS(4464), [anon_sym_PERCENT] = ACTIONS(4464), [anon_sym_DASH] = ACTIONS(4464), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1546] = { [sym__concat] = ACTIONS(3857), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_RPAREN] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [anon_sym_LT_LPAREN] = ACTIONS(3859), [anon_sym_GT_LPAREN] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3859), [sym_word] = ACTIONS(3859), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [1547] = { [sym_concatenation] = STATE(1889), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1889), [anon_sym_RBRACE] = ACTIONS(4468), [anon_sym_EQ] = ACTIONS(4470), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4472), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4470), [anon_sym_COLON_QMARK] = ACTIONS(4470), [anon_sym_COLON_DASH] = ACTIONS(4470), [anon_sym_PERCENT] = ACTIONS(4470), [anon_sym_DASH] = ACTIONS(4470), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1548] = { [sym__concat] = ACTIONS(3867), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_RPAREN] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [anon_sym_LT_LPAREN] = ACTIONS(3869), [anon_sym_GT_LPAREN] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3869), [sym_word] = ACTIONS(3869), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [1549] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4474), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1550] = { [sym__concat] = ACTIONS(3873), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_RPAREN] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [anon_sym_LT_LPAREN] = ACTIONS(3875), [anon_sym_GT_LPAREN] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3875), [sym_word] = ACTIONS(3875), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [1551] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4476), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1552] = { [sym_file_descriptor] = ACTIONS(3740), [sym__concat] = ACTIONS(3740), [sym_variable_name] = ACTIONS(3740), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_RPAREN] = ACTIONS(3740), [anon_sym_PIPE_AMP] = ACTIONS(3740), [anon_sym_AMP_AMP] = ACTIONS(3740), [anon_sym_PIPE_PIPE] = ACTIONS(3740), [anon_sym_LT] = ACTIONS(3742), [anon_sym_GT] = ACTIONS(3742), [anon_sym_GT_GT] = ACTIONS(3740), [anon_sym_AMP_GT] = ACTIONS(3742), [anon_sym_AMP_GT_GT] = ACTIONS(3740), [anon_sym_LT_AMP] = ACTIONS(3740), [anon_sym_GT_AMP] = ACTIONS(3740), [sym__special_characters] = ACTIONS(3740), [anon_sym_DQUOTE] = ACTIONS(3740), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3740), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3740), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3740), [anon_sym_BQUOTE] = ACTIONS(3740), [anon_sym_LT_LPAREN] = ACTIONS(3740), [anon_sym_GT_LPAREN] = ACTIONS(3740), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3740), }, [1553] = { [sym_file_descriptor] = ACTIONS(3746), [sym__concat] = ACTIONS(3746), [sym_variable_name] = ACTIONS(3746), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_RPAREN] = ACTIONS(3746), [anon_sym_PIPE_AMP] = ACTIONS(3746), [anon_sym_AMP_AMP] = ACTIONS(3746), [anon_sym_PIPE_PIPE] = ACTIONS(3746), [anon_sym_LT] = ACTIONS(3748), [anon_sym_GT] = ACTIONS(3748), [anon_sym_GT_GT] = ACTIONS(3746), [anon_sym_AMP_GT] = ACTIONS(3748), [anon_sym_AMP_GT_GT] = ACTIONS(3746), [anon_sym_LT_AMP] = ACTIONS(3746), [anon_sym_GT_AMP] = ACTIONS(3746), [sym__special_characters] = ACTIONS(3746), [anon_sym_DQUOTE] = ACTIONS(3746), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3746), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3746), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3746), [anon_sym_BQUOTE] = ACTIONS(3746), [anon_sym_LT_LPAREN] = ACTIONS(3746), [anon_sym_GT_LPAREN] = ACTIONS(3746), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3746), }, [1554] = { [sym_file_descriptor] = ACTIONS(3831), [sym__concat] = ACTIONS(3831), [sym_variable_name] = ACTIONS(3831), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_RPAREN] = ACTIONS(3831), [anon_sym_PIPE_AMP] = ACTIONS(3831), [anon_sym_AMP_AMP] = ACTIONS(3831), [anon_sym_PIPE_PIPE] = ACTIONS(3831), [anon_sym_LT] = ACTIONS(3833), [anon_sym_GT] = ACTIONS(3833), [anon_sym_GT_GT] = ACTIONS(3831), [anon_sym_AMP_GT] = ACTIONS(3833), [anon_sym_AMP_GT_GT] = ACTIONS(3831), [anon_sym_LT_AMP] = ACTIONS(3831), [anon_sym_GT_AMP] = ACTIONS(3831), [sym__special_characters] = ACTIONS(3831), [anon_sym_DQUOTE] = ACTIONS(3831), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3831), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3831), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3831), [anon_sym_BQUOTE] = ACTIONS(3831), [anon_sym_LT_LPAREN] = ACTIONS(3831), [anon_sym_GT_LPAREN] = ACTIONS(3831), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3831), }, [1555] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4478), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1556] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4480), [sym_comment] = ACTIONS(54), }, [1557] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4482), [sym_comment] = ACTIONS(54), }, [1558] = { [anon_sym_RBRACE] = ACTIONS(4482), [sym_comment] = ACTIONS(54), }, [1559] = { [sym_concatenation] = STATE(1896), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1896), [anon_sym_RBRACE] = ACTIONS(4484), [anon_sym_EQ] = ACTIONS(4486), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4488), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4486), [anon_sym_COLON_QMARK] = ACTIONS(4486), [anon_sym_COLON_DASH] = ACTIONS(4486), [anon_sym_PERCENT] = ACTIONS(4486), [anon_sym_DASH] = ACTIONS(4486), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1560] = { [sym_file_descriptor] = ACTIONS(3847), [sym__concat] = ACTIONS(3847), [sym_variable_name] = ACTIONS(3847), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_RPAREN] = ACTIONS(3847), [anon_sym_PIPE_AMP] = ACTIONS(3847), [anon_sym_AMP_AMP] = ACTIONS(3847), [anon_sym_PIPE_PIPE] = ACTIONS(3847), [anon_sym_LT] = ACTIONS(3849), [anon_sym_GT] = ACTIONS(3849), [anon_sym_GT_GT] = ACTIONS(3847), [anon_sym_AMP_GT] = ACTIONS(3849), [anon_sym_AMP_GT_GT] = ACTIONS(3847), [anon_sym_LT_AMP] = ACTIONS(3847), [anon_sym_GT_AMP] = ACTIONS(3847), [sym__special_characters] = ACTIONS(3847), [anon_sym_DQUOTE] = ACTIONS(3847), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3847), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3847), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3847), [anon_sym_BQUOTE] = ACTIONS(3847), [anon_sym_LT_LPAREN] = ACTIONS(3847), [anon_sym_GT_LPAREN] = ACTIONS(3847), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3847), }, [1561] = { [sym_concatenation] = STATE(1898), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1898), [anon_sym_RBRACE] = ACTIONS(4490), [anon_sym_EQ] = ACTIONS(4492), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4494), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4492), [anon_sym_COLON_QMARK] = ACTIONS(4492), [anon_sym_COLON_DASH] = ACTIONS(4492), [anon_sym_PERCENT] = ACTIONS(4492), [anon_sym_DASH] = ACTIONS(4492), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1562] = { [sym_file_descriptor] = ACTIONS(3857), [sym__concat] = ACTIONS(3857), [sym_variable_name] = ACTIONS(3857), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_RPAREN] = ACTIONS(3857), [anon_sym_PIPE_AMP] = ACTIONS(3857), [anon_sym_AMP_AMP] = ACTIONS(3857), [anon_sym_PIPE_PIPE] = ACTIONS(3857), [anon_sym_LT] = ACTIONS(3859), [anon_sym_GT] = ACTIONS(3859), [anon_sym_GT_GT] = ACTIONS(3857), [anon_sym_AMP_GT] = ACTIONS(3859), [anon_sym_AMP_GT_GT] = ACTIONS(3857), [anon_sym_LT_AMP] = ACTIONS(3857), [anon_sym_GT_AMP] = ACTIONS(3857), [sym__special_characters] = ACTIONS(3857), [anon_sym_DQUOTE] = ACTIONS(3857), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3857), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3857), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3857), [anon_sym_BQUOTE] = ACTIONS(3857), [anon_sym_LT_LPAREN] = ACTIONS(3857), [anon_sym_GT_LPAREN] = ACTIONS(3857), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3857), }, [1563] = { [sym_concatenation] = STATE(1900), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1900), [anon_sym_RBRACE] = ACTIONS(4496), [anon_sym_EQ] = ACTIONS(4498), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4500), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4498), [anon_sym_COLON_QMARK] = ACTIONS(4498), [anon_sym_COLON_DASH] = ACTIONS(4498), [anon_sym_PERCENT] = ACTIONS(4498), [anon_sym_DASH] = ACTIONS(4498), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1564] = { [sym_file_descriptor] = ACTIONS(3867), [sym__concat] = ACTIONS(3867), [sym_variable_name] = ACTIONS(3867), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_RPAREN] = ACTIONS(3867), [anon_sym_PIPE_AMP] = ACTIONS(3867), [anon_sym_AMP_AMP] = ACTIONS(3867), [anon_sym_PIPE_PIPE] = ACTIONS(3867), [anon_sym_LT] = ACTIONS(3869), [anon_sym_GT] = ACTIONS(3869), [anon_sym_GT_GT] = ACTIONS(3867), [anon_sym_AMP_GT] = ACTIONS(3869), [anon_sym_AMP_GT_GT] = ACTIONS(3867), [anon_sym_LT_AMP] = ACTIONS(3867), [anon_sym_GT_AMP] = ACTIONS(3867), [sym__special_characters] = ACTIONS(3867), [anon_sym_DQUOTE] = ACTIONS(3867), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3867), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3867), [anon_sym_BQUOTE] = ACTIONS(3867), [anon_sym_LT_LPAREN] = ACTIONS(3867), [anon_sym_GT_LPAREN] = ACTIONS(3867), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3867), }, [1565] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4502), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1566] = { [sym_file_descriptor] = ACTIONS(3873), [sym__concat] = ACTIONS(3873), [sym_variable_name] = ACTIONS(3873), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_RPAREN] = ACTIONS(3873), [anon_sym_PIPE_AMP] = ACTIONS(3873), [anon_sym_AMP_AMP] = ACTIONS(3873), [anon_sym_PIPE_PIPE] = ACTIONS(3873), [anon_sym_LT] = ACTIONS(3875), [anon_sym_GT] = ACTIONS(3875), [anon_sym_GT_GT] = ACTIONS(3873), [anon_sym_AMP_GT] = ACTIONS(3875), [anon_sym_AMP_GT_GT] = ACTIONS(3873), [anon_sym_LT_AMP] = ACTIONS(3873), [anon_sym_GT_AMP] = ACTIONS(3873), [sym__special_characters] = ACTIONS(3873), [anon_sym_DQUOTE] = ACTIONS(3873), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3873), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3873), [anon_sym_BQUOTE] = ACTIONS(3873), [anon_sym_LT_LPAREN] = ACTIONS(3873), [anon_sym_GT_LPAREN] = ACTIONS(3873), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3873), }, [1567] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4504), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1568] = { [sym__concat] = ACTIONS(3740), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym__string_content] = ACTIONS(3740), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [sym_comment] = ACTIONS(166), }, [1569] = { [sym__concat] = ACTIONS(3746), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym__string_content] = ACTIONS(3746), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [sym_comment] = ACTIONS(166), }, [1570] = { [sym__concat] = ACTIONS(3831), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym__string_content] = ACTIONS(3831), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [sym_comment] = ACTIONS(166), }, [1571] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4506), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1572] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4508), [sym_comment] = ACTIONS(54), }, [1573] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4510), [sym_comment] = ACTIONS(54), }, [1574] = { [anon_sym_RBRACE] = ACTIONS(4510), [sym_comment] = ACTIONS(54), }, [1575] = { [sym_concatenation] = STATE(1907), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1907), [anon_sym_RBRACE] = ACTIONS(4512), [anon_sym_EQ] = ACTIONS(4514), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4516), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4514), [anon_sym_COLON_QMARK] = ACTIONS(4514), [anon_sym_COLON_DASH] = ACTIONS(4514), [anon_sym_PERCENT] = ACTIONS(4514), [anon_sym_DASH] = ACTIONS(4514), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1576] = { [sym__concat] = ACTIONS(3847), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym__string_content] = ACTIONS(3847), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [sym_comment] = ACTIONS(166), }, [1577] = { [sym_concatenation] = STATE(1909), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1909), [anon_sym_RBRACE] = ACTIONS(4518), [anon_sym_EQ] = ACTIONS(4520), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4522), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4520), [anon_sym_COLON_QMARK] = ACTIONS(4520), [anon_sym_COLON_DASH] = ACTIONS(4520), [anon_sym_PERCENT] = ACTIONS(4520), [anon_sym_DASH] = ACTIONS(4520), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1578] = { [sym__concat] = ACTIONS(3857), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym__string_content] = ACTIONS(3857), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [sym_comment] = ACTIONS(166), }, [1579] = { [sym_concatenation] = STATE(1911), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1911), [anon_sym_RBRACE] = ACTIONS(4524), [anon_sym_EQ] = ACTIONS(4526), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4528), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4526), [anon_sym_COLON_QMARK] = ACTIONS(4526), [anon_sym_COLON_DASH] = ACTIONS(4526), [anon_sym_PERCENT] = ACTIONS(4526), [anon_sym_DASH] = ACTIONS(4526), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1580] = { [sym__concat] = ACTIONS(3867), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym__string_content] = ACTIONS(3867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [sym_comment] = ACTIONS(166), }, [1581] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4530), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1582] = { [sym__concat] = ACTIONS(3873), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym__string_content] = ACTIONS(3873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [sym_comment] = ACTIONS(166), }, [1583] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4532), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1584] = { [sym__concat] = ACTIONS(4534), [anon_sym_RBRACE] = ACTIONS(3210), [anon_sym_EQ] = ACTIONS(4536), [sym__special_characters] = ACTIONS(4536), [anon_sym_DQUOTE] = ACTIONS(3210), [anon_sym_DOLLAR] = ACTIONS(4536), [sym_raw_string] = ACTIONS(3210), [anon_sym_POUND] = ACTIONS(3210), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3210), [aux_sym_SLASH] = ACTIONS(3210), [anon_sym_COLON] = ACTIONS(4536), [anon_sym_COLON_QMARK] = ACTIONS(4536), [anon_sym_COLON_DASH] = ACTIONS(4536), [anon_sym_PERCENT] = ACTIONS(4536), [anon_sym_DASH] = ACTIONS(4536), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3210), [anon_sym_BQUOTE] = ACTIONS(3210), [anon_sym_LT_LPAREN] = ACTIONS(3210), [anon_sym_GT_LPAREN] = ACTIONS(3210), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4536), }, [1585] = { [anon_sym_RBRACE] = ACTIONS(3210), [anon_sym_EQ] = ACTIONS(4536), [sym__special_characters] = ACTIONS(4536), [anon_sym_DQUOTE] = ACTIONS(3210), [anon_sym_DOLLAR] = ACTIONS(4536), [sym_raw_string] = ACTIONS(3210), [anon_sym_POUND] = ACTIONS(3210), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3210), [aux_sym_SLASH] = ACTIONS(3210), [anon_sym_COLON] = ACTIONS(4536), [anon_sym_COLON_QMARK] = ACTIONS(4536), [anon_sym_COLON_DASH] = ACTIONS(4536), [anon_sym_PERCENT] = ACTIONS(4536), [anon_sym_DASH] = ACTIONS(4536), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3210), [anon_sym_BQUOTE] = ACTIONS(3210), [anon_sym_LT_LPAREN] = ACTIONS(3210), [anon_sym_GT_LPAREN] = ACTIONS(3210), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4536), }, [1586] = { [sym__concat] = ACTIONS(4538), [anon_sym_RBRACE] = ACTIONS(3214), [anon_sym_EQ] = ACTIONS(4540), [sym__special_characters] = ACTIONS(4540), [anon_sym_DQUOTE] = ACTIONS(3214), [anon_sym_DOLLAR] = ACTIONS(4540), [sym_raw_string] = ACTIONS(3214), [anon_sym_POUND] = ACTIONS(3214), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3214), [aux_sym_SLASH] = ACTIONS(3214), [anon_sym_COLON] = ACTIONS(4540), [anon_sym_COLON_QMARK] = ACTIONS(4540), [anon_sym_COLON_DASH] = ACTIONS(4540), [anon_sym_PERCENT] = ACTIONS(4540), [anon_sym_DASH] = ACTIONS(4540), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3214), [anon_sym_BQUOTE] = ACTIONS(3214), [anon_sym_LT_LPAREN] = ACTIONS(3214), [anon_sym_GT_LPAREN] = ACTIONS(3214), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4540), }, [1587] = { [anon_sym_RBRACE] = ACTIONS(3214), [anon_sym_EQ] = ACTIONS(4540), [sym__special_characters] = ACTIONS(4540), [anon_sym_DQUOTE] = ACTIONS(3214), [anon_sym_DOLLAR] = ACTIONS(4540), [sym_raw_string] = ACTIONS(3214), [anon_sym_POUND] = ACTIONS(3214), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3214), [aux_sym_SLASH] = ACTIONS(3214), [anon_sym_COLON] = ACTIONS(4540), [anon_sym_COLON_QMARK] = ACTIONS(4540), [anon_sym_COLON_DASH] = ACTIONS(4540), [anon_sym_PERCENT] = ACTIONS(4540), [anon_sym_DASH] = ACTIONS(4540), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3214), [anon_sym_BQUOTE] = ACTIONS(3214), [anon_sym_LT_LPAREN] = ACTIONS(3214), [anon_sym_GT_LPAREN] = ACTIONS(3214), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4540), }, [1588] = { [sym__concat] = ACTIONS(1634), [anon_sym_RBRACE] = ACTIONS(1634), [sym_comment] = ACTIONS(54), }, [1589] = { [aux_sym_concatenation_repeat1] = STATE(1589), [sym__concat] = ACTIONS(4542), [anon_sym_RBRACE] = ACTIONS(1634), [sym_comment] = ACTIONS(54), }, [1590] = { [sym__concat] = ACTIONS(1683), [anon_sym_RBRACE] = ACTIONS(1683), [sym_comment] = ACTIONS(54), }, [1591] = { [sym_concatenation] = STATE(1919), [sym_string] = STATE(1918), [sym_simple_expansion] = STATE(1918), [sym_string_expansion] = STATE(1918), [sym_expansion] = STATE(1918), [sym_command_substitution] = STATE(1918), [sym_process_substitution] = STATE(1918), [anon_sym_RBRACE] = ACTIONS(4545), [sym__special_characters] = ACTIONS(4547), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4549), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4549), }, [1592] = { [sym__concat] = ACTIONS(1724), [anon_sym_RBRACE] = ACTIONS(1724), [sym_comment] = ACTIONS(54), }, [1593] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4551), }, [1594] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4553), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1595] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(4555), [sym_comment] = ACTIONS(54), }, [1596] = { [sym_concatenation] = STATE(1925), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1925), [anon_sym_RBRACE] = ACTIONS(4557), [anon_sym_EQ] = ACTIONS(4559), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4561), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4563), [anon_sym_COLON] = ACTIONS(4559), [anon_sym_COLON_QMARK] = ACTIONS(4559), [anon_sym_COLON_DASH] = ACTIONS(4559), [anon_sym_PERCENT] = ACTIONS(4559), [anon_sym_DASH] = ACTIONS(4559), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1597] = { [sym_concatenation] = STATE(1928), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1928), [anon_sym_RBRACE] = ACTIONS(4565), [anon_sym_EQ] = ACTIONS(4567), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4569), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4571), [anon_sym_COLON] = ACTIONS(4567), [anon_sym_COLON_QMARK] = ACTIONS(4567), [anon_sym_COLON_DASH] = ACTIONS(4567), [anon_sym_PERCENT] = ACTIONS(4567), [anon_sym_DASH] = ACTIONS(4567), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1598] = { [sym_concatenation] = STATE(1930), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1930), [anon_sym_RBRACE] = ACTIONS(4545), [anon_sym_EQ] = ACTIONS(4573), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4575), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4577), [anon_sym_COLON] = ACTIONS(4573), [anon_sym_COLON_QMARK] = ACTIONS(4573), [anon_sym_COLON_DASH] = ACTIONS(4573), [anon_sym_PERCENT] = ACTIONS(4573), [anon_sym_DASH] = ACTIONS(4573), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1599] = { [sym__concat] = ACTIONS(1790), [anon_sym_RBRACE] = ACTIONS(1790), [sym_comment] = ACTIONS(54), }, [1600] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4579), }, [1601] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4581), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1602] = { [sym__concat] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [sym_comment] = ACTIONS(54), }, [1603] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4583), }, [1604] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4545), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1605] = { [sym__concat] = ACTIONS(1936), [anon_sym_RBRACE] = ACTIONS(1936), [sym_comment] = ACTIONS(54), }, [1606] = { [sym__concat] = ACTIONS(2000), [anon_sym_RBRACE] = ACTIONS(2000), [sym_comment] = ACTIONS(54), }, [1607] = { [sym__concat] = ACTIONS(2672), [anon_sym_RBRACE] = ACTIONS(2672), [anon_sym_EQ] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2672), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2672), [anon_sym_POUND] = ACTIONS(2672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2672), [anon_sym_COLON] = ACTIONS(2674), [anon_sym_COLON_QMARK] = ACTIONS(2674), [anon_sym_COLON_DASH] = ACTIONS(2674), [anon_sym_PERCENT] = ACTIONS(2674), [anon_sym_DASH] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2672), [anon_sym_BQUOTE] = ACTIONS(2672), [anon_sym_LT_LPAREN] = ACTIONS(2672), [anon_sym_GT_LPAREN] = ACTIONS(2672), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2674), }, [1608] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4585), [sym_comment] = ACTIONS(54), }, [1609] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4587), [sym_comment] = ACTIONS(54), }, [1610] = { [anon_sym_RBRACE] = ACTIONS(4587), [sym_comment] = ACTIONS(54), }, [1611] = { [sym_concatenation] = STATE(1937), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1937), [anon_sym_RBRACE] = ACTIONS(4589), [anon_sym_EQ] = ACTIONS(4591), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4593), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4591), [anon_sym_COLON_QMARK] = ACTIONS(4591), [anon_sym_COLON_DASH] = ACTIONS(4591), [anon_sym_PERCENT] = ACTIONS(4591), [anon_sym_DASH] = ACTIONS(4591), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1612] = { [sym__concat] = ACTIONS(2750), [anon_sym_RBRACE] = ACTIONS(2750), [anon_sym_EQ] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2750), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2750), [anon_sym_POUND] = ACTIONS(2750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2750), [anon_sym_COLON] = ACTIONS(2752), [anon_sym_COLON_QMARK] = ACTIONS(2752), [anon_sym_COLON_DASH] = ACTIONS(2752), [anon_sym_PERCENT] = ACTIONS(2752), [anon_sym_DASH] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2750), [anon_sym_BQUOTE] = ACTIONS(2750), [anon_sym_LT_LPAREN] = ACTIONS(2750), [anon_sym_GT_LPAREN] = ACTIONS(2750), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2752), }, [1613] = { [sym_concatenation] = STATE(1940), [sym_string] = STATE(1939), [sym_simple_expansion] = STATE(1939), [sym_string_expansion] = STATE(1939), [sym_expansion] = STATE(1939), [sym_command_substitution] = STATE(1939), [sym_process_substitution] = STATE(1939), [anon_sym_RBRACE] = ACTIONS(4587), [sym__special_characters] = ACTIONS(4595), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4597), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4597), }, [1614] = { [sym__concat] = ACTIONS(2793), [anon_sym_RBRACE] = ACTIONS(2793), [anon_sym_EQ] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2793), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2793), [anon_sym_POUND] = ACTIONS(2793), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2793), [anon_sym_COLON] = ACTIONS(2795), [anon_sym_COLON_QMARK] = ACTIONS(2795), [anon_sym_COLON_DASH] = ACTIONS(2795), [anon_sym_PERCENT] = ACTIONS(2795), [anon_sym_DASH] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2793), [anon_sym_BQUOTE] = ACTIONS(2793), [anon_sym_LT_LPAREN] = ACTIONS(2793), [anon_sym_GT_LPAREN] = ACTIONS(2793), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2795), }, [1615] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4599), }, [1616] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4601), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1617] = { [sym__concat] = ACTIONS(2801), [anon_sym_RBRACE] = ACTIONS(2801), [anon_sym_EQ] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2801), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2801), [anon_sym_POUND] = ACTIONS(2801), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2801), [anon_sym_COLON] = ACTIONS(2803), [anon_sym_COLON_QMARK] = ACTIONS(2803), [anon_sym_COLON_DASH] = ACTIONS(2803), [anon_sym_PERCENT] = ACTIONS(2803), [anon_sym_DASH] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2801), [anon_sym_BQUOTE] = ACTIONS(2801), [anon_sym_LT_LPAREN] = ACTIONS(2801), [anon_sym_GT_LPAREN] = ACTIONS(2801), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2803), }, [1618] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4603), }, [1619] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4605), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1620] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4607), }, [1621] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4587), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1622] = { [sym_concatenation] = STATE(1947), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1947), [anon_sym_RBRACE] = ACTIONS(4609), [anon_sym_EQ] = ACTIONS(4611), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4613), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4611), [anon_sym_COLON_QMARK] = ACTIONS(4611), [anon_sym_COLON_DASH] = ACTIONS(4611), [anon_sym_PERCENT] = ACTIONS(4611), [anon_sym_DASH] = ACTIONS(4611), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1623] = { [sym__concat] = ACTIONS(2817), [anon_sym_RBRACE] = ACTIONS(2817), [anon_sym_EQ] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2817), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2817), [anon_sym_POUND] = ACTIONS(2817), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2817), [anon_sym_COLON] = ACTIONS(2819), [anon_sym_COLON_QMARK] = ACTIONS(2819), [anon_sym_COLON_DASH] = ACTIONS(2819), [anon_sym_PERCENT] = ACTIONS(2819), [anon_sym_DASH] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2817), [anon_sym_BQUOTE] = ACTIONS(2817), [anon_sym_LT_LPAREN] = ACTIONS(2817), [anon_sym_GT_LPAREN] = ACTIONS(2817), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2819), }, [1624] = { [sym_concatenation] = STATE(1949), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1949), [anon_sym_RBRACE] = ACTIONS(4615), [anon_sym_EQ] = ACTIONS(4617), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4619), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4617), [anon_sym_COLON_QMARK] = ACTIONS(4617), [anon_sym_COLON_DASH] = ACTIONS(4617), [anon_sym_PERCENT] = ACTIONS(4617), [anon_sym_DASH] = ACTIONS(4617), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1625] = { [sym_file_descriptor] = ACTIONS(4621), [sym__concat] = ACTIONS(4621), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_RPAREN] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [anon_sym_EQ_TILDE] = ACTIONS(4623), [anon_sym_EQ_EQ] = ACTIONS(4623), [anon_sym_LT] = ACTIONS(4623), [anon_sym_GT] = ACTIONS(4623), [anon_sym_GT_GT] = ACTIONS(4623), [anon_sym_AMP_GT] = ACTIONS(4623), [anon_sym_AMP_GT_GT] = ACTIONS(4623), [anon_sym_LT_AMP] = ACTIONS(4623), [anon_sym_GT_AMP] = ACTIONS(4623), [anon_sym_LT_LT] = ACTIONS(4623), [anon_sym_LT_LT_DASH] = ACTIONS(4623), [anon_sym_LT_LT_LT] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [anon_sym_LT_LPAREN] = ACTIONS(4623), [anon_sym_GT_LPAREN] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4623), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [1626] = { [sym_file_descriptor] = ACTIONS(4625), [sym__concat] = ACTIONS(4625), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_RPAREN] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [anon_sym_EQ_TILDE] = ACTIONS(4627), [anon_sym_EQ_EQ] = ACTIONS(4627), [anon_sym_LT] = ACTIONS(4627), [anon_sym_GT] = ACTIONS(4627), [anon_sym_GT_GT] = ACTIONS(4627), [anon_sym_AMP_GT] = ACTIONS(4627), [anon_sym_AMP_GT_GT] = ACTIONS(4627), [anon_sym_LT_AMP] = ACTIONS(4627), [anon_sym_GT_AMP] = ACTIONS(4627), [anon_sym_LT_LT] = ACTIONS(4627), [anon_sym_LT_LT_DASH] = ACTIONS(4627), [anon_sym_LT_LT_LT] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [anon_sym_LT_LPAREN] = ACTIONS(4627), [anon_sym_GT_LPAREN] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4627), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [1627] = { [sym_file_descriptor] = ACTIONS(4629), [sym__concat] = ACTIONS(4629), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_RPAREN] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [anon_sym_EQ_TILDE] = ACTIONS(4631), [anon_sym_EQ_EQ] = ACTIONS(4631), [anon_sym_LT] = ACTIONS(4631), [anon_sym_GT] = ACTIONS(4631), [anon_sym_GT_GT] = ACTIONS(4631), [anon_sym_AMP_GT] = ACTIONS(4631), [anon_sym_AMP_GT_GT] = ACTIONS(4631), [anon_sym_LT_AMP] = ACTIONS(4631), [anon_sym_GT_AMP] = ACTIONS(4631), [anon_sym_LT_LT] = ACTIONS(4631), [anon_sym_LT_LT_DASH] = ACTIONS(4631), [anon_sym_LT_LT_LT] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [anon_sym_LT_LPAREN] = ACTIONS(4631), [anon_sym_GT_LPAREN] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4631), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [1628] = { [sym_file_descriptor] = ACTIONS(4633), [sym__concat] = ACTIONS(4633), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_RPAREN] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [anon_sym_EQ_TILDE] = ACTIONS(4635), [anon_sym_EQ_EQ] = ACTIONS(4635), [anon_sym_LT] = ACTIONS(4635), [anon_sym_GT] = ACTIONS(4635), [anon_sym_GT_GT] = ACTIONS(4635), [anon_sym_AMP_GT] = ACTIONS(4635), [anon_sym_AMP_GT_GT] = ACTIONS(4635), [anon_sym_LT_AMP] = ACTIONS(4635), [anon_sym_GT_AMP] = ACTIONS(4635), [anon_sym_LT_LT] = ACTIONS(4635), [anon_sym_LT_LT_DASH] = ACTIONS(4635), [anon_sym_LT_LT_LT] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [anon_sym_LT_LPAREN] = ACTIONS(4635), [anon_sym_GT_LPAREN] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4635), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [1629] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4637), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1630] = { [sym_file_descriptor] = ACTIONS(4639), [sym__concat] = ACTIONS(4639), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_RPAREN] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [anon_sym_EQ_TILDE] = ACTIONS(4641), [anon_sym_EQ_EQ] = ACTIONS(4641), [anon_sym_LT] = ACTIONS(4641), [anon_sym_GT] = ACTIONS(4641), [anon_sym_GT_GT] = ACTIONS(4641), [anon_sym_AMP_GT] = ACTIONS(4641), [anon_sym_AMP_GT_GT] = ACTIONS(4641), [anon_sym_LT_AMP] = ACTIONS(4641), [anon_sym_GT_AMP] = ACTIONS(4641), [anon_sym_LT_LT] = ACTIONS(4641), [anon_sym_LT_LT_DASH] = ACTIONS(4641), [anon_sym_LT_LT_LT] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [anon_sym_LT_LPAREN] = ACTIONS(4641), [anon_sym_GT_LPAREN] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4641), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [1631] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4643), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1632] = { [sym_file_descriptor] = ACTIONS(4645), [sym__concat] = ACTIONS(4645), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_RPAREN] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [anon_sym_EQ_TILDE] = ACTIONS(4647), [anon_sym_EQ_EQ] = ACTIONS(4647), [anon_sym_LT] = ACTIONS(4647), [anon_sym_GT] = ACTIONS(4647), [anon_sym_GT_GT] = ACTIONS(4647), [anon_sym_AMP_GT] = ACTIONS(4647), [anon_sym_AMP_GT_GT] = ACTIONS(4647), [anon_sym_LT_AMP] = ACTIONS(4647), [anon_sym_GT_AMP] = ACTIONS(4647), [anon_sym_LT_LT] = ACTIONS(4647), [anon_sym_LT_LT_DASH] = ACTIONS(4647), [anon_sym_LT_LT_LT] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [anon_sym_LT_LPAREN] = ACTIONS(4647), [anon_sym_GT_LPAREN] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4647), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [1633] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4649), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1634] = { [sym_file_descriptor] = ACTIONS(4651), [sym__concat] = ACTIONS(4651), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_RPAREN] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [anon_sym_EQ_TILDE] = ACTIONS(4653), [anon_sym_EQ_EQ] = ACTIONS(4653), [anon_sym_LT] = ACTIONS(4653), [anon_sym_GT] = ACTIONS(4653), [anon_sym_GT_GT] = ACTIONS(4653), [anon_sym_AMP_GT] = ACTIONS(4653), [anon_sym_AMP_GT_GT] = ACTIONS(4653), [anon_sym_LT_AMP] = ACTIONS(4653), [anon_sym_GT_AMP] = ACTIONS(4653), [anon_sym_LT_LT] = ACTIONS(4653), [anon_sym_LT_LT_DASH] = ACTIONS(4653), [anon_sym_LT_LT_LT] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [anon_sym_LT_LPAREN] = ACTIONS(4653), [anon_sym_GT_LPAREN] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4653), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [1635] = { [sym_file_descriptor] = ACTIONS(4655), [sym__concat] = ACTIONS(4655), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_RPAREN] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [anon_sym_EQ_TILDE] = ACTIONS(4657), [anon_sym_EQ_EQ] = ACTIONS(4657), [anon_sym_LT] = ACTIONS(4657), [anon_sym_GT] = ACTIONS(4657), [anon_sym_GT_GT] = ACTIONS(4657), [anon_sym_AMP_GT] = ACTIONS(4657), [anon_sym_AMP_GT_GT] = ACTIONS(4657), [anon_sym_LT_AMP] = ACTIONS(4657), [anon_sym_GT_AMP] = ACTIONS(4657), [anon_sym_LT_LT] = ACTIONS(4657), [anon_sym_LT_LT_DASH] = ACTIONS(4657), [anon_sym_LT_LT_LT] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [anon_sym_LT_LPAREN] = ACTIONS(4657), [anon_sym_GT_LPAREN] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4657), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [1636] = { [sym_file_descriptor] = ACTIONS(3258), [sym_variable_name] = ACTIONS(3258), [anon_sym_PIPE] = ACTIONS(3260), [anon_sym_RPAREN] = ACTIONS(3258), [anon_sym_PIPE_AMP] = ACTIONS(3258), [anon_sym_AMP_AMP] = ACTIONS(3258), [anon_sym_PIPE_PIPE] = ACTIONS(3258), [anon_sym_LT] = ACTIONS(3260), [anon_sym_GT] = ACTIONS(3260), [anon_sym_GT_GT] = ACTIONS(3258), [anon_sym_AMP_GT] = ACTIONS(3260), [anon_sym_AMP_GT_GT] = ACTIONS(3258), [anon_sym_LT_AMP] = ACTIONS(3258), [anon_sym_GT_AMP] = ACTIONS(3258), [sym__special_characters] = ACTIONS(3258), [anon_sym_DQUOTE] = ACTIONS(3258), [anon_sym_DOLLAR] = ACTIONS(3260), [sym_raw_string] = ACTIONS(3258), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3258), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3258), [anon_sym_BQUOTE] = ACTIONS(3258), [anon_sym_LT_LPAREN] = ACTIONS(3258), [anon_sym_GT_LPAREN] = ACTIONS(3258), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3258), }, [1637] = { [aux_sym_concatenation_repeat1] = STATE(1637), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(2575), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1634), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1634), [anon_sym_LT_AMP] = ACTIONS(1634), [anon_sym_GT_AMP] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1634), }, [1638] = { [sym_do_group] = STATE(1953), [anon_sym_do] = ACTIONS(2829), [sym_comment] = ACTIONS(54), }, [1639] = { [anon_sym_PIPE] = ACTIONS(2231), [anon_sym_RPAREN] = ACTIONS(2229), [anon_sym_PIPE_AMP] = ACTIONS(2229), [anon_sym_AMP_AMP] = ACTIONS(2229), [anon_sym_PIPE_PIPE] = ACTIONS(2229), [anon_sym_BQUOTE] = ACTIONS(2229), [sym_comment] = ACTIONS(54), }, [1640] = { [sym__terminated_statement] = STATE(1028), [sym_for_statement] = STATE(585), [sym_while_statement] = STATE(585), [sym_if_statement] = STATE(585), [sym_case_statement] = STATE(585), [sym_function_definition] = STATE(585), [sym_subshell] = STATE(585), [sym_pipeline] = STATE(585), [sym_list] = STATE(585), [sym_command] = STATE(585), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(585), [sym_variable_assignment] = STATE(586), [sym_declaration_command] = STATE(585), [sym_unset_command] = STATE(585), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1028), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_done] = ACTIONS(4659), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1641] = { [sym_file_descriptor] = ACTIONS(3401), [anon_sym_PIPE] = ACTIONS(3403), [anon_sym_RPAREN] = ACTIONS(3401), [anon_sym_PIPE_AMP] = ACTIONS(3401), [anon_sym_AMP_AMP] = ACTIONS(3401), [anon_sym_PIPE_PIPE] = ACTIONS(3401), [anon_sym_LT] = ACTIONS(3403), [anon_sym_GT] = ACTIONS(3403), [anon_sym_GT_GT] = ACTIONS(3401), [anon_sym_AMP_GT] = ACTIONS(3403), [anon_sym_AMP_GT_GT] = ACTIONS(3401), [anon_sym_LT_AMP] = ACTIONS(3401), [anon_sym_GT_AMP] = ACTIONS(3401), [anon_sym_LT_LT] = ACTIONS(3403), [anon_sym_LT_LT_DASH] = ACTIONS(3401), [anon_sym_LT_LT_LT] = ACTIONS(3401), [anon_sym_BQUOTE] = ACTIONS(3401), [sym_comment] = ACTIONS(54), }, [1642] = { [anon_sym_PIPE] = ACTIONS(3415), [anon_sym_RPAREN] = ACTIONS(3417), [anon_sym_PIPE_AMP] = ACTIONS(3417), [anon_sym_AMP_AMP] = ACTIONS(3417), [anon_sym_PIPE_PIPE] = ACTIONS(3417), [anon_sym_BQUOTE] = ACTIONS(3417), [sym_comment] = ACTIONS(54), }, [1643] = { [anon_sym_fi] = ACTIONS(4661), [sym_comment] = ACTIONS(54), }, [1644] = { [sym_elif_clause] = STATE(1038), [sym_else_clause] = STATE(1956), [aux_sym_if_statement_repeat1] = STATE(1038), [anon_sym_fi] = ACTIONS(4661), [anon_sym_elif] = ACTIONS(2257), [anon_sym_else] = ACTIONS(2259), [sym_comment] = ACTIONS(54), }, [1645] = { [anon_sym_PIPE] = ACTIONS(3426), [anon_sym_RPAREN] = ACTIONS(3428), [anon_sym_PIPE_AMP] = ACTIONS(3428), [anon_sym_AMP_AMP] = ACTIONS(3428), [anon_sym_PIPE_PIPE] = ACTIONS(3428), [anon_sym_BQUOTE] = ACTIONS(3428), [sym_comment] = ACTIONS(54), }, [1646] = { [anon_sym_esac] = ACTIONS(4663), [sym_comment] = ACTIONS(54), }, [1647] = { [sym_case_item] = STATE(1453), [sym_last_case_item] = STATE(1958), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1453), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2265), }, [1648] = { [sym_case_item] = STATE(1960), [sym_last_case_item] = STATE(1958), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1960), [anon_sym_esac] = ACTIONS(4665), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2267), }, [1649] = { [anon_sym_PIPE] = ACTIONS(3440), [anon_sym_RPAREN] = ACTIONS(3442), [anon_sym_PIPE_AMP] = ACTIONS(3442), [anon_sym_AMP_AMP] = ACTIONS(3442), [anon_sym_PIPE_PIPE] = ACTIONS(3442), [anon_sym_BQUOTE] = ACTIONS(3442), [sym_comment] = ACTIONS(54), }, [1650] = { [anon_sym_esac] = ACTIONS(4667), [sym_comment] = ACTIONS(54), }, [1651] = { [sym_case_item] = STATE(1453), [sym_last_case_item] = STATE(1962), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1453), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2265), }, [1652] = { [sym_case_item] = STATE(1964), [sym_last_case_item] = STATE(1962), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1964), [anon_sym_esac] = ACTIONS(4669), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2267), }, [1653] = { [sym_file_redirect] = STATE(1965), [sym_file_descriptor] = ACTIONS(2851), [anon_sym_PIPE] = ACTIONS(3484), [anon_sym_RPAREN] = ACTIONS(3486), [anon_sym_PIPE_AMP] = ACTIONS(3486), [anon_sym_AMP_AMP] = ACTIONS(3486), [anon_sym_PIPE_PIPE] = ACTIONS(3486), [anon_sym_LT] = ACTIONS(2853), [anon_sym_GT] = ACTIONS(2853), [anon_sym_GT_GT] = ACTIONS(2855), [anon_sym_AMP_GT] = ACTIONS(2853), [anon_sym_AMP_GT_GT] = ACTIONS(2855), [anon_sym_LT_AMP] = ACTIONS(2855), [anon_sym_GT_AMP] = ACTIONS(2855), [sym_comment] = ACTIONS(54), }, [1654] = { [sym_file_descriptor] = ACTIONS(3488), [anon_sym_PIPE] = ACTIONS(3490), [anon_sym_RPAREN] = ACTIONS(3488), [anon_sym_PIPE_AMP] = ACTIONS(3488), [anon_sym_AMP_AMP] = ACTIONS(3488), [anon_sym_PIPE_PIPE] = ACTIONS(3488), [anon_sym_LT] = ACTIONS(3490), [anon_sym_GT] = ACTIONS(3490), [anon_sym_GT_GT] = ACTIONS(3488), [anon_sym_AMP_GT] = ACTIONS(3490), [anon_sym_AMP_GT_GT] = ACTIONS(3488), [anon_sym_LT_AMP] = ACTIONS(3488), [anon_sym_GT_AMP] = ACTIONS(3488), [anon_sym_BQUOTE] = ACTIONS(3488), [sym_comment] = ACTIONS(54), }, [1655] = { [sym_concatenation] = STATE(1968), [sym_string] = STATE(1967), [sym_simple_expansion] = STATE(1967), [sym_string_expansion] = STATE(1967), [sym_expansion] = STATE(1967), [sym_command_substitution] = STATE(1967), [sym_process_substitution] = STATE(1967), [sym__special_characters] = ACTIONS(4671), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(824), [sym_raw_string] = ACTIONS(4673), [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), [anon_sym_BQUOTE] = ACTIONS(832), [anon_sym_LT_LPAREN] = ACTIONS(834), [anon_sym_GT_LPAREN] = ACTIONS(834), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4673), }, [1656] = { [aux_sym_concatenation_repeat1] = STATE(1969), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_RPAREN] = ACTIONS(656), [anon_sym_PIPE_AMP] = ACTIONS(656), [anon_sym_AMP_AMP] = ACTIONS(656), [anon_sym_PIPE_PIPE] = ACTIONS(656), [sym_comment] = ACTIONS(54), }, [1657] = { [aux_sym_concatenation_repeat1] = STATE(1969), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_RPAREN] = ACTIONS(672), [anon_sym_PIPE_AMP] = ACTIONS(672), [anon_sym_AMP_AMP] = ACTIONS(672), [anon_sym_PIPE_PIPE] = ACTIONS(672), [sym_comment] = ACTIONS(54), }, [1658] = { [anon_sym_PIPE] = ACTIONS(674), [anon_sym_RPAREN] = ACTIONS(672), [anon_sym_PIPE_AMP] = ACTIONS(672), [anon_sym_AMP_AMP] = ACTIONS(672), [anon_sym_PIPE_PIPE] = ACTIONS(672), [anon_sym_BQUOTE] = ACTIONS(672), [sym_comment] = ACTIONS(54), }, [1659] = { [anon_sym_PIPE] = ACTIONS(3504), [anon_sym_RPAREN] = ACTIONS(3506), [anon_sym_PIPE_AMP] = ACTIONS(3506), [anon_sym_AMP_AMP] = ACTIONS(3506), [anon_sym_PIPE_PIPE] = ACTIONS(3506), [anon_sym_BQUOTE] = ACTIONS(3506), [sym_comment] = ACTIONS(54), }, [1660] = { [sym_variable_name] = ACTIONS(2105), [anon_sym_PIPE] = ACTIONS(2107), [anon_sym_RPAREN] = ACTIONS(2105), [anon_sym_PIPE_AMP] = ACTIONS(2105), [anon_sym_AMP_AMP] = ACTIONS(2105), [anon_sym_PIPE_PIPE] = ACTIONS(2105), [sym__special_characters] = ACTIONS(2105), [anon_sym_DQUOTE] = ACTIONS(2105), [anon_sym_DOLLAR] = ACTIONS(2107), [sym_raw_string] = ACTIONS(2105), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2105), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2105), [anon_sym_BQUOTE] = ACTIONS(2105), [anon_sym_LT_LPAREN] = ACTIONS(2105), [anon_sym_GT_LPAREN] = ACTIONS(2105), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2107), [sym_word] = ACTIONS(2107), }, [1661] = { [sym_concatenation] = STATE(984), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(984), [anon_sym_RPAREN] = ACTIONS(4675), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [1662] = { [sym__concat] = ACTIONS(2672), [sym_variable_name] = ACTIONS(2672), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_RPAREN] = ACTIONS(2672), [anon_sym_PIPE_AMP] = ACTIONS(2672), [anon_sym_AMP_AMP] = ACTIONS(2672), [anon_sym_PIPE_PIPE] = ACTIONS(2672), [sym__special_characters] = ACTIONS(2672), [anon_sym_DQUOTE] = ACTIONS(2672), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2672), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2672), [anon_sym_BQUOTE] = ACTIONS(2672), [anon_sym_LT_LPAREN] = ACTIONS(2672), [anon_sym_GT_LPAREN] = ACTIONS(2672), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2674), [sym_word] = ACTIONS(2674), }, [1663] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4677), [sym_comment] = ACTIONS(54), }, [1664] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4679), [sym_comment] = ACTIONS(54), }, [1665] = { [anon_sym_RBRACE] = ACTIONS(4679), [sym_comment] = ACTIONS(54), }, [1666] = { [sym_concatenation] = STATE(1974), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1974), [anon_sym_RBRACE] = ACTIONS(4681), [anon_sym_EQ] = ACTIONS(4683), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4683), [anon_sym_COLON_QMARK] = ACTIONS(4683), [anon_sym_COLON_DASH] = ACTIONS(4683), [anon_sym_PERCENT] = ACTIONS(4683), [anon_sym_DASH] = ACTIONS(4683), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1667] = { [sym__concat] = ACTIONS(2750), [sym_variable_name] = ACTIONS(2750), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_RPAREN] = ACTIONS(2750), [anon_sym_PIPE_AMP] = ACTIONS(2750), [anon_sym_AMP_AMP] = ACTIONS(2750), [anon_sym_PIPE_PIPE] = ACTIONS(2750), [sym__special_characters] = ACTIONS(2750), [anon_sym_DQUOTE] = ACTIONS(2750), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2750), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2750), [anon_sym_BQUOTE] = ACTIONS(2750), [anon_sym_LT_LPAREN] = ACTIONS(2750), [anon_sym_GT_LPAREN] = ACTIONS(2750), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2752), [sym_word] = ACTIONS(2752), }, [1668] = { [sym_concatenation] = STATE(1977), [sym_string] = STATE(1976), [sym_simple_expansion] = STATE(1976), [sym_string_expansion] = STATE(1976), [sym_expansion] = STATE(1976), [sym_command_substitution] = STATE(1976), [sym_process_substitution] = STATE(1976), [anon_sym_RBRACE] = ACTIONS(4679), [sym__special_characters] = ACTIONS(4687), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4689), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4689), }, [1669] = { [sym__concat] = ACTIONS(2793), [sym_variable_name] = ACTIONS(2793), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_RPAREN] = ACTIONS(2793), [anon_sym_PIPE_AMP] = ACTIONS(2793), [anon_sym_AMP_AMP] = ACTIONS(2793), [anon_sym_PIPE_PIPE] = ACTIONS(2793), [sym__special_characters] = ACTIONS(2793), [anon_sym_DQUOTE] = ACTIONS(2793), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2793), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2793), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2793), [anon_sym_BQUOTE] = ACTIONS(2793), [anon_sym_LT_LPAREN] = ACTIONS(2793), [anon_sym_GT_LPAREN] = ACTIONS(2793), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2795), [sym_word] = ACTIONS(2795), }, [1670] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4691), }, [1671] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4693), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1672] = { [sym__concat] = ACTIONS(2801), [sym_variable_name] = ACTIONS(2801), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_RPAREN] = ACTIONS(2801), [anon_sym_PIPE_AMP] = ACTIONS(2801), [anon_sym_AMP_AMP] = ACTIONS(2801), [anon_sym_PIPE_PIPE] = ACTIONS(2801), [sym__special_characters] = ACTIONS(2801), [anon_sym_DQUOTE] = ACTIONS(2801), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2801), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2801), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2801), [anon_sym_BQUOTE] = ACTIONS(2801), [anon_sym_LT_LPAREN] = ACTIONS(2801), [anon_sym_GT_LPAREN] = ACTIONS(2801), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2803), [sym_word] = ACTIONS(2803), }, [1673] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4695), }, [1674] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4697), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1675] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4699), }, [1676] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4679), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1677] = { [sym_concatenation] = STATE(1984), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1984), [anon_sym_RBRACE] = ACTIONS(4701), [anon_sym_EQ] = ACTIONS(4703), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4705), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4703), [anon_sym_COLON_QMARK] = ACTIONS(4703), [anon_sym_COLON_DASH] = ACTIONS(4703), [anon_sym_PERCENT] = ACTIONS(4703), [anon_sym_DASH] = ACTIONS(4703), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1678] = { [sym__concat] = ACTIONS(2817), [sym_variable_name] = ACTIONS(2817), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_RPAREN] = ACTIONS(2817), [anon_sym_PIPE_AMP] = ACTIONS(2817), [anon_sym_AMP_AMP] = ACTIONS(2817), [anon_sym_PIPE_PIPE] = ACTIONS(2817), [sym__special_characters] = ACTIONS(2817), [anon_sym_DQUOTE] = ACTIONS(2817), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2817), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2817), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2817), [anon_sym_BQUOTE] = ACTIONS(2817), [anon_sym_LT_LPAREN] = ACTIONS(2817), [anon_sym_GT_LPAREN] = ACTIONS(2817), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2819), [sym_word] = ACTIONS(2819), }, [1679] = { [sym_concatenation] = STATE(1986), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1986), [anon_sym_RBRACE] = ACTIONS(4707), [anon_sym_EQ] = ACTIONS(4709), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4711), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4709), [anon_sym_COLON_QMARK] = ACTIONS(4709), [anon_sym_COLON_DASH] = ACTIONS(4709), [anon_sym_PERCENT] = ACTIONS(4709), [anon_sym_DASH] = ACTIONS(4709), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1680] = { [sym__concat] = ACTIONS(2672), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_RPAREN] = ACTIONS(2672), [anon_sym_PIPE_AMP] = ACTIONS(2672), [anon_sym_AMP_AMP] = ACTIONS(2672), [anon_sym_PIPE_PIPE] = ACTIONS(2672), [sym__special_characters] = ACTIONS(2672), [anon_sym_DQUOTE] = ACTIONS(2672), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2672), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2672), [anon_sym_BQUOTE] = ACTIONS(2672), [anon_sym_LT_LPAREN] = ACTIONS(2672), [anon_sym_GT_LPAREN] = ACTIONS(2672), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2674), [sym_word] = ACTIONS(2674), }, [1681] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4713), [sym_comment] = ACTIONS(54), }, [1682] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4715), [sym_comment] = ACTIONS(54), }, [1683] = { [anon_sym_RBRACE] = ACTIONS(4715), [sym_comment] = ACTIONS(54), }, [1684] = { [sym_concatenation] = STATE(1990), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(1990), [anon_sym_RBRACE] = ACTIONS(4717), [anon_sym_EQ] = ACTIONS(4719), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4721), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4719), [anon_sym_COLON_QMARK] = ACTIONS(4719), [anon_sym_COLON_DASH] = ACTIONS(4719), [anon_sym_PERCENT] = ACTIONS(4719), [anon_sym_DASH] = ACTIONS(4719), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1685] = { [sym__concat] = ACTIONS(2750), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_RPAREN] = ACTIONS(2750), [anon_sym_PIPE_AMP] = ACTIONS(2750), [anon_sym_AMP_AMP] = ACTIONS(2750), [anon_sym_PIPE_PIPE] = ACTIONS(2750), [sym__special_characters] = ACTIONS(2750), [anon_sym_DQUOTE] = ACTIONS(2750), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2750), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2750), [anon_sym_BQUOTE] = ACTIONS(2750), [anon_sym_LT_LPAREN] = ACTIONS(2750), [anon_sym_GT_LPAREN] = ACTIONS(2750), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2752), [sym_word] = ACTIONS(2752), }, [1686] = { [sym_concatenation] = STATE(1993), [sym_string] = STATE(1992), [sym_simple_expansion] = STATE(1992), [sym_string_expansion] = STATE(1992), [sym_expansion] = STATE(1992), [sym_command_substitution] = STATE(1992), [sym_process_substitution] = STATE(1992), [anon_sym_RBRACE] = ACTIONS(4715), [sym__special_characters] = ACTIONS(4723), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4725), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4725), }, [1687] = { [sym__concat] = ACTIONS(2793), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_RPAREN] = ACTIONS(2793), [anon_sym_PIPE_AMP] = ACTIONS(2793), [anon_sym_AMP_AMP] = ACTIONS(2793), [anon_sym_PIPE_PIPE] = ACTIONS(2793), [sym__special_characters] = ACTIONS(2793), [anon_sym_DQUOTE] = ACTIONS(2793), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2793), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2793), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2793), [anon_sym_BQUOTE] = ACTIONS(2793), [anon_sym_LT_LPAREN] = ACTIONS(2793), [anon_sym_GT_LPAREN] = ACTIONS(2793), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2795), [sym_word] = ACTIONS(2795), }, [1688] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4727), }, [1689] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4729), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1690] = { [sym__concat] = ACTIONS(2801), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_RPAREN] = ACTIONS(2801), [anon_sym_PIPE_AMP] = ACTIONS(2801), [anon_sym_AMP_AMP] = ACTIONS(2801), [anon_sym_PIPE_PIPE] = ACTIONS(2801), [sym__special_characters] = ACTIONS(2801), [anon_sym_DQUOTE] = ACTIONS(2801), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2801), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2801), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2801), [anon_sym_BQUOTE] = ACTIONS(2801), [anon_sym_LT_LPAREN] = ACTIONS(2801), [anon_sym_GT_LPAREN] = ACTIONS(2801), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2803), [sym_word] = ACTIONS(2803), }, [1691] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4731), }, [1692] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4733), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1693] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4735), }, [1694] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4715), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1695] = { [sym_concatenation] = STATE(2000), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2000), [anon_sym_RBRACE] = ACTIONS(4737), [anon_sym_EQ] = ACTIONS(4739), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4741), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4739), [anon_sym_COLON_QMARK] = ACTIONS(4739), [anon_sym_COLON_DASH] = ACTIONS(4739), [anon_sym_PERCENT] = ACTIONS(4739), [anon_sym_DASH] = ACTIONS(4739), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1696] = { [sym__concat] = ACTIONS(2817), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_RPAREN] = ACTIONS(2817), [anon_sym_PIPE_AMP] = ACTIONS(2817), [anon_sym_AMP_AMP] = ACTIONS(2817), [anon_sym_PIPE_PIPE] = ACTIONS(2817), [sym__special_characters] = ACTIONS(2817), [anon_sym_DQUOTE] = ACTIONS(2817), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2817), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2817), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2817), [anon_sym_BQUOTE] = ACTIONS(2817), [anon_sym_LT_LPAREN] = ACTIONS(2817), [anon_sym_GT_LPAREN] = ACTIONS(2817), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2819), [sym_word] = ACTIONS(2819), }, [1697] = { [sym_concatenation] = STATE(2002), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2002), [anon_sym_RBRACE] = ACTIONS(4743), [anon_sym_EQ] = ACTIONS(4745), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4747), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4745), [anon_sym_COLON_QMARK] = ACTIONS(4745), [anon_sym_COLON_DASH] = ACTIONS(4745), [anon_sym_PERCENT] = ACTIONS(4745), [anon_sym_DASH] = ACTIONS(4745), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1698] = { [sym_file_descriptor] = ACTIONS(3740), [sym__concat] = ACTIONS(3740), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_RPAREN] = ACTIONS(3740), [anon_sym_PIPE_AMP] = ACTIONS(3740), [anon_sym_AMP_AMP] = ACTIONS(3740), [anon_sym_PIPE_PIPE] = ACTIONS(3740), [anon_sym_EQ_TILDE] = ACTIONS(3742), [anon_sym_EQ_EQ] = ACTIONS(3742), [anon_sym_LT] = ACTIONS(3742), [anon_sym_GT] = ACTIONS(3742), [anon_sym_GT_GT] = ACTIONS(3740), [anon_sym_AMP_GT] = ACTIONS(3742), [anon_sym_AMP_GT_GT] = ACTIONS(3740), [anon_sym_LT_AMP] = ACTIONS(3740), [anon_sym_GT_AMP] = ACTIONS(3740), [anon_sym_LT_LT] = ACTIONS(3742), [anon_sym_LT_LT_DASH] = ACTIONS(3740), [anon_sym_LT_LT_LT] = ACTIONS(3740), [sym__special_characters] = ACTIONS(3740), [anon_sym_DQUOTE] = ACTIONS(3740), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3740), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3740), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3740), [anon_sym_BQUOTE] = ACTIONS(3740), [anon_sym_LT_LPAREN] = ACTIONS(3740), [anon_sym_GT_LPAREN] = ACTIONS(3740), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3742), }, [1699] = { [sym_file_descriptor] = ACTIONS(3746), [sym__concat] = ACTIONS(3746), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_RPAREN] = ACTIONS(3746), [anon_sym_PIPE_AMP] = ACTIONS(3746), [anon_sym_AMP_AMP] = ACTIONS(3746), [anon_sym_PIPE_PIPE] = ACTIONS(3746), [anon_sym_EQ_TILDE] = ACTIONS(3748), [anon_sym_EQ_EQ] = ACTIONS(3748), [anon_sym_LT] = ACTIONS(3748), [anon_sym_GT] = ACTIONS(3748), [anon_sym_GT_GT] = ACTIONS(3746), [anon_sym_AMP_GT] = ACTIONS(3748), [anon_sym_AMP_GT_GT] = ACTIONS(3746), [anon_sym_LT_AMP] = ACTIONS(3746), [anon_sym_GT_AMP] = ACTIONS(3746), [anon_sym_LT_LT] = ACTIONS(3748), [anon_sym_LT_LT_DASH] = ACTIONS(3746), [anon_sym_LT_LT_LT] = ACTIONS(3746), [sym__special_characters] = ACTIONS(3746), [anon_sym_DQUOTE] = ACTIONS(3746), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3746), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3746), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3746), [anon_sym_BQUOTE] = ACTIONS(3746), [anon_sym_LT_LPAREN] = ACTIONS(3746), [anon_sym_GT_LPAREN] = ACTIONS(3746), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3748), }, [1700] = { [sym_file_descriptor] = ACTIONS(3831), [sym__concat] = ACTIONS(3831), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_RPAREN] = ACTIONS(3831), [anon_sym_PIPE_AMP] = ACTIONS(3831), [anon_sym_AMP_AMP] = ACTIONS(3831), [anon_sym_PIPE_PIPE] = ACTIONS(3831), [anon_sym_EQ_TILDE] = ACTIONS(3833), [anon_sym_EQ_EQ] = ACTIONS(3833), [anon_sym_LT] = ACTIONS(3833), [anon_sym_GT] = ACTIONS(3833), [anon_sym_GT_GT] = ACTIONS(3831), [anon_sym_AMP_GT] = ACTIONS(3833), [anon_sym_AMP_GT_GT] = ACTIONS(3831), [anon_sym_LT_AMP] = ACTIONS(3831), [anon_sym_GT_AMP] = ACTIONS(3831), [anon_sym_LT_LT] = ACTIONS(3833), [anon_sym_LT_LT_DASH] = ACTIONS(3831), [anon_sym_LT_LT_LT] = ACTIONS(3831), [sym__special_characters] = ACTIONS(3831), [anon_sym_DQUOTE] = ACTIONS(3831), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3831), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3831), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3831), [anon_sym_BQUOTE] = ACTIONS(3831), [anon_sym_LT_LPAREN] = ACTIONS(3831), [anon_sym_GT_LPAREN] = ACTIONS(3831), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3833), }, [1701] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4749), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1702] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4751), [sym_comment] = ACTIONS(54), }, [1703] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4753), [sym_comment] = ACTIONS(54), }, [1704] = { [anon_sym_RBRACE] = ACTIONS(4753), [sym_comment] = ACTIONS(54), }, [1705] = { [sym_concatenation] = STATE(2007), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2007), [anon_sym_RBRACE] = ACTIONS(4755), [anon_sym_EQ] = ACTIONS(4757), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4759), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4757), [anon_sym_COLON_QMARK] = ACTIONS(4757), [anon_sym_COLON_DASH] = ACTIONS(4757), [anon_sym_PERCENT] = ACTIONS(4757), [anon_sym_DASH] = ACTIONS(4757), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1706] = { [sym_file_descriptor] = ACTIONS(3847), [sym__concat] = ACTIONS(3847), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_RPAREN] = ACTIONS(3847), [anon_sym_PIPE_AMP] = ACTIONS(3847), [anon_sym_AMP_AMP] = ACTIONS(3847), [anon_sym_PIPE_PIPE] = ACTIONS(3847), [anon_sym_EQ_TILDE] = ACTIONS(3849), [anon_sym_EQ_EQ] = ACTIONS(3849), [anon_sym_LT] = ACTIONS(3849), [anon_sym_GT] = ACTIONS(3849), [anon_sym_GT_GT] = ACTIONS(3847), [anon_sym_AMP_GT] = ACTIONS(3849), [anon_sym_AMP_GT_GT] = ACTIONS(3847), [anon_sym_LT_AMP] = ACTIONS(3847), [anon_sym_GT_AMP] = ACTIONS(3847), [anon_sym_LT_LT] = ACTIONS(3849), [anon_sym_LT_LT_DASH] = ACTIONS(3847), [anon_sym_LT_LT_LT] = ACTIONS(3847), [sym__special_characters] = ACTIONS(3847), [anon_sym_DQUOTE] = ACTIONS(3847), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3847), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3847), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3847), [anon_sym_BQUOTE] = ACTIONS(3847), [anon_sym_LT_LPAREN] = ACTIONS(3847), [anon_sym_GT_LPAREN] = ACTIONS(3847), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3849), }, [1707] = { [sym_concatenation] = STATE(2009), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2009), [anon_sym_RBRACE] = ACTIONS(4761), [anon_sym_EQ] = ACTIONS(4763), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4765), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4763), [anon_sym_COLON_QMARK] = ACTIONS(4763), [anon_sym_COLON_DASH] = ACTIONS(4763), [anon_sym_PERCENT] = ACTIONS(4763), [anon_sym_DASH] = ACTIONS(4763), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1708] = { [sym_file_descriptor] = ACTIONS(3857), [sym__concat] = ACTIONS(3857), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_RPAREN] = ACTIONS(3857), [anon_sym_PIPE_AMP] = ACTIONS(3857), [anon_sym_AMP_AMP] = ACTIONS(3857), [anon_sym_PIPE_PIPE] = ACTIONS(3857), [anon_sym_EQ_TILDE] = ACTIONS(3859), [anon_sym_EQ_EQ] = ACTIONS(3859), [anon_sym_LT] = ACTIONS(3859), [anon_sym_GT] = ACTIONS(3859), [anon_sym_GT_GT] = ACTIONS(3857), [anon_sym_AMP_GT] = ACTIONS(3859), [anon_sym_AMP_GT_GT] = ACTIONS(3857), [anon_sym_LT_AMP] = ACTIONS(3857), [anon_sym_GT_AMP] = ACTIONS(3857), [anon_sym_LT_LT] = ACTIONS(3859), [anon_sym_LT_LT_DASH] = ACTIONS(3857), [anon_sym_LT_LT_LT] = ACTIONS(3857), [sym__special_characters] = ACTIONS(3857), [anon_sym_DQUOTE] = ACTIONS(3857), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3857), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3857), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3857), [anon_sym_BQUOTE] = ACTIONS(3857), [anon_sym_LT_LPAREN] = ACTIONS(3857), [anon_sym_GT_LPAREN] = ACTIONS(3857), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3859), }, [1709] = { [sym_concatenation] = STATE(2011), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2011), [anon_sym_RBRACE] = ACTIONS(4767), [anon_sym_EQ] = ACTIONS(4769), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4771), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4769), [anon_sym_COLON_QMARK] = ACTIONS(4769), [anon_sym_COLON_DASH] = ACTIONS(4769), [anon_sym_PERCENT] = ACTIONS(4769), [anon_sym_DASH] = ACTIONS(4769), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1710] = { [sym_file_descriptor] = ACTIONS(3867), [sym__concat] = ACTIONS(3867), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_RPAREN] = ACTIONS(3867), [anon_sym_PIPE_AMP] = ACTIONS(3867), [anon_sym_AMP_AMP] = ACTIONS(3867), [anon_sym_PIPE_PIPE] = ACTIONS(3867), [anon_sym_EQ_TILDE] = ACTIONS(3869), [anon_sym_EQ_EQ] = ACTIONS(3869), [anon_sym_LT] = ACTIONS(3869), [anon_sym_GT] = ACTIONS(3869), [anon_sym_GT_GT] = ACTIONS(3867), [anon_sym_AMP_GT] = ACTIONS(3869), [anon_sym_AMP_GT_GT] = ACTIONS(3867), [anon_sym_LT_AMP] = ACTIONS(3867), [anon_sym_GT_AMP] = ACTIONS(3867), [anon_sym_LT_LT] = ACTIONS(3869), [anon_sym_LT_LT_DASH] = ACTIONS(3867), [anon_sym_LT_LT_LT] = ACTIONS(3867), [sym__special_characters] = ACTIONS(3867), [anon_sym_DQUOTE] = ACTIONS(3867), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3867), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3867), [anon_sym_BQUOTE] = ACTIONS(3867), [anon_sym_LT_LPAREN] = ACTIONS(3867), [anon_sym_GT_LPAREN] = ACTIONS(3867), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3869), }, [1711] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4773), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1712] = { [sym_file_descriptor] = ACTIONS(3873), [sym__concat] = ACTIONS(3873), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_RPAREN] = ACTIONS(3873), [anon_sym_PIPE_AMP] = ACTIONS(3873), [anon_sym_AMP_AMP] = ACTIONS(3873), [anon_sym_PIPE_PIPE] = ACTIONS(3873), [anon_sym_EQ_TILDE] = ACTIONS(3875), [anon_sym_EQ_EQ] = ACTIONS(3875), [anon_sym_LT] = ACTIONS(3875), [anon_sym_GT] = ACTIONS(3875), [anon_sym_GT_GT] = ACTIONS(3873), [anon_sym_AMP_GT] = ACTIONS(3875), [anon_sym_AMP_GT_GT] = ACTIONS(3873), [anon_sym_LT_AMP] = ACTIONS(3873), [anon_sym_GT_AMP] = ACTIONS(3873), [anon_sym_LT_LT] = ACTIONS(3875), [anon_sym_LT_LT_DASH] = ACTIONS(3873), [anon_sym_LT_LT_LT] = ACTIONS(3873), [sym__special_characters] = ACTIONS(3873), [anon_sym_DQUOTE] = ACTIONS(3873), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3873), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3873), [anon_sym_BQUOTE] = ACTIONS(3873), [anon_sym_LT_LPAREN] = ACTIONS(3873), [anon_sym_GT_LPAREN] = ACTIONS(3873), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3875), }, [1713] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4775), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1714] = { [anon_sym_PIPE] = ACTIONS(3484), [anon_sym_RPAREN] = ACTIONS(3486), [anon_sym_PIPE_AMP] = ACTIONS(3486), [anon_sym_AMP_AMP] = ACTIONS(3486), [anon_sym_PIPE_PIPE] = ACTIONS(3486), [anon_sym_BQUOTE] = ACTIONS(3486), [sym_comment] = ACTIONS(54), }, [1715] = { [aux_sym_concatenation_repeat1] = STATE(1715), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(3020), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1634), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1634), [anon_sym_LT_AMP] = ACTIONS(1634), [anon_sym_GT_AMP] = ACTIONS(1634), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1634), [anon_sym_LT_LT_LT] = ACTIONS(1634), [sym_comment] = ACTIONS(54), }, [1716] = { [sym_file_descriptor] = ACTIONS(4085), [anon_sym_PIPE] = ACTIONS(4087), [anon_sym_RPAREN] = ACTIONS(4085), [anon_sym_PIPE_AMP] = ACTIONS(4085), [anon_sym_AMP_AMP] = ACTIONS(4085), [anon_sym_PIPE_PIPE] = ACTIONS(4085), [anon_sym_LT] = ACTIONS(4087), [anon_sym_GT] = ACTIONS(4087), [anon_sym_GT_GT] = ACTIONS(4085), [anon_sym_AMP_GT] = ACTIONS(4087), [anon_sym_AMP_GT_GT] = ACTIONS(4085), [anon_sym_LT_AMP] = ACTIONS(4085), [anon_sym_GT_AMP] = ACTIONS(4085), [anon_sym_LT_LT] = ACTIONS(4087), [anon_sym_LT_LT_DASH] = ACTIONS(4085), [anon_sym_LT_LT_LT] = ACTIONS(4085), [anon_sym_BQUOTE] = ACTIONS(4085), [sym_comment] = ACTIONS(54), }, [1717] = { [aux_sym_concatenation_repeat1] = STATE(1717), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(2575), [sym_variable_name] = ACTIONS(1634), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1634), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1634), [anon_sym_LT_AMP] = ACTIONS(1634), [anon_sym_GT_AMP] = ACTIONS(1634), [sym__special_characters] = ACTIONS(1634), [anon_sym_DQUOTE] = ACTIONS(1634), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [anon_sym_LT_LPAREN] = ACTIONS(1634), [anon_sym_GT_LPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1634), }, [1718] = { [sym_file_redirect] = STATE(1965), [sym_file_descriptor] = ACTIONS(3119), [anon_sym_PIPE] = ACTIONS(3484), [anon_sym_PIPE_AMP] = ACTIONS(3486), [anon_sym_AMP_AMP] = ACTIONS(3486), [anon_sym_PIPE_PIPE] = ACTIONS(3486), [anon_sym_LT] = ACTIONS(3121), [anon_sym_GT] = ACTIONS(3121), [anon_sym_GT_GT] = ACTIONS(3123), [anon_sym_AMP_GT] = ACTIONS(3121), [anon_sym_AMP_GT_GT] = ACTIONS(3123), [anon_sym_LT_AMP] = ACTIONS(3123), [anon_sym_GT_AMP] = ACTIONS(3123), [anon_sym_BQUOTE] = ACTIONS(3486), [sym_comment] = ACTIONS(54), }, [1719] = { [sym_concatenation] = STATE(1968), [sym_string] = STATE(2015), [sym_simple_expansion] = STATE(2015), [sym_string_expansion] = STATE(2015), [sym_expansion] = STATE(2015), [sym_command_substitution] = STATE(2015), [sym_process_substitution] = STATE(2015), [sym__special_characters] = ACTIONS(4777), [anon_sym_DQUOTE] = ACTIONS(822), [anon_sym_DOLLAR] = ACTIONS(824), [sym_raw_string] = ACTIONS(4779), [anon_sym_DOLLAR_LBRACE] = ACTIONS(828), [anon_sym_DOLLAR_LPAREN] = ACTIONS(830), [anon_sym_BQUOTE] = ACTIONS(832), [anon_sym_LT_LPAREN] = ACTIONS(834), [anon_sym_GT_LPAREN] = ACTIONS(834), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4779), }, [1720] = { [aux_sym_concatenation_repeat1] = STATE(2016), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_PIPE_AMP] = ACTIONS(656), [anon_sym_AMP_AMP] = ACTIONS(656), [anon_sym_PIPE_PIPE] = ACTIONS(656), [anon_sym_BQUOTE] = ACTIONS(656), [sym_comment] = ACTIONS(54), }, [1721] = { [aux_sym_concatenation_repeat1] = STATE(2016), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(672), [anon_sym_AMP_AMP] = ACTIONS(672), [anon_sym_PIPE_PIPE] = ACTIONS(672), [anon_sym_BQUOTE] = ACTIONS(672), [sym_comment] = ACTIONS(54), }, [1722] = { [aux_sym_concatenation_repeat1] = STATE(1722), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(3020), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1634), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1634), [anon_sym_LT_AMP] = ACTIONS(1634), [anon_sym_GT_AMP] = ACTIONS(1634), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1634), [anon_sym_LT_LT_LT] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [sym_comment] = ACTIONS(54), }, [1723] = { [sym_concatenation] = STATE(2020), [sym_string] = STATE(2019), [sym_simple_expansion] = STATE(2019), [sym_string_expansion] = STATE(2019), [sym_expansion] = STATE(2019), [sym_command_substitution] = STATE(2019), [sym_process_substitution] = STATE(2019), [anon_sym_RBRACE] = ACTIONS(4781), [sym__special_characters] = ACTIONS(4783), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4785), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4785), }, [1724] = { [sym__heredoc_middle] = ACTIONS(1724), [sym__heredoc_end] = ACTIONS(1724), [anon_sym_DOLLAR] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1724), [sym_comment] = ACTIONS(54), }, [1725] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4787), }, [1726] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4789), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1727] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(4791), [sym_comment] = ACTIONS(54), }, [1728] = { [sym_concatenation] = STATE(2026), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2026), [anon_sym_RBRACE] = ACTIONS(4793), [anon_sym_EQ] = ACTIONS(4795), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4797), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4799), [anon_sym_COLON] = ACTIONS(4795), [anon_sym_COLON_QMARK] = ACTIONS(4795), [anon_sym_COLON_DASH] = ACTIONS(4795), [anon_sym_PERCENT] = ACTIONS(4795), [anon_sym_DASH] = ACTIONS(4795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1729] = { [sym_concatenation] = STATE(2029), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2029), [anon_sym_RBRACE] = ACTIONS(4801), [anon_sym_EQ] = ACTIONS(4803), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4805), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4807), [anon_sym_COLON] = ACTIONS(4803), [anon_sym_COLON_QMARK] = ACTIONS(4803), [anon_sym_COLON_DASH] = ACTIONS(4803), [anon_sym_PERCENT] = ACTIONS(4803), [anon_sym_DASH] = ACTIONS(4803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1730] = { [sym_concatenation] = STATE(2031), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2031), [anon_sym_RBRACE] = ACTIONS(4781), [anon_sym_EQ] = ACTIONS(4809), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4811), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(4813), [anon_sym_COLON] = ACTIONS(4809), [anon_sym_COLON_QMARK] = ACTIONS(4809), [anon_sym_COLON_DASH] = ACTIONS(4809), [anon_sym_PERCENT] = ACTIONS(4809), [anon_sym_DASH] = ACTIONS(4809), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1731] = { [sym__heredoc_middle] = ACTIONS(1790), [sym__heredoc_end] = ACTIONS(1790), [anon_sym_DOLLAR] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1790), [sym_comment] = ACTIONS(54), }, [1732] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4815), }, [1733] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4817), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1734] = { [sym__heredoc_middle] = ACTIONS(1798), [sym__heredoc_end] = ACTIONS(1798), [anon_sym_DOLLAR] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1798), [sym_comment] = ACTIONS(54), }, [1735] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4819), }, [1736] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4781), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1737] = { [sym__concat] = ACTIONS(2672), [anon_sym_RPAREN] = ACTIONS(2672), [sym__special_characters] = ACTIONS(2672), [anon_sym_DQUOTE] = ACTIONS(2672), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2672), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2672), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2672), [anon_sym_BQUOTE] = ACTIONS(2672), [anon_sym_LT_LPAREN] = ACTIONS(2672), [anon_sym_GT_LPAREN] = ACTIONS(2672), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2672), }, [1738] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4821), [sym_comment] = ACTIONS(54), }, [1739] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4823), [sym_comment] = ACTIONS(54), }, [1740] = { [anon_sym_RBRACE] = ACTIONS(4823), [sym_comment] = ACTIONS(54), }, [1741] = { [sym_concatenation] = STATE(2038), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2038), [anon_sym_RBRACE] = ACTIONS(4825), [anon_sym_EQ] = ACTIONS(4827), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4829), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4827), [anon_sym_COLON_QMARK] = ACTIONS(4827), [anon_sym_COLON_DASH] = ACTIONS(4827), [anon_sym_PERCENT] = ACTIONS(4827), [anon_sym_DASH] = ACTIONS(4827), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1742] = { [sym__concat] = ACTIONS(2750), [anon_sym_RPAREN] = ACTIONS(2750), [sym__special_characters] = ACTIONS(2750), [anon_sym_DQUOTE] = ACTIONS(2750), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2750), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2750), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2750), [anon_sym_BQUOTE] = ACTIONS(2750), [anon_sym_LT_LPAREN] = ACTIONS(2750), [anon_sym_GT_LPAREN] = ACTIONS(2750), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2750), }, [1743] = { [sym_concatenation] = STATE(2041), [sym_string] = STATE(2040), [sym_simple_expansion] = STATE(2040), [sym_string_expansion] = STATE(2040), [sym_expansion] = STATE(2040), [sym_command_substitution] = STATE(2040), [sym_process_substitution] = STATE(2040), [anon_sym_RBRACE] = ACTIONS(4823), [sym__special_characters] = ACTIONS(4831), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4833), }, [1744] = { [sym__concat] = ACTIONS(2793), [anon_sym_RPAREN] = ACTIONS(2793), [sym__special_characters] = ACTIONS(2793), [anon_sym_DQUOTE] = ACTIONS(2793), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2793), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2793), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2793), [anon_sym_BQUOTE] = ACTIONS(2793), [anon_sym_LT_LPAREN] = ACTIONS(2793), [anon_sym_GT_LPAREN] = ACTIONS(2793), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2793), }, [1745] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4835), }, [1746] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4837), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1747] = { [sym__concat] = ACTIONS(2801), [anon_sym_RPAREN] = ACTIONS(2801), [sym__special_characters] = ACTIONS(2801), [anon_sym_DQUOTE] = ACTIONS(2801), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2801), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2801), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2801), [anon_sym_BQUOTE] = ACTIONS(2801), [anon_sym_LT_LPAREN] = ACTIONS(2801), [anon_sym_GT_LPAREN] = ACTIONS(2801), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2801), }, [1748] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4839), }, [1749] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4841), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1750] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4843), }, [1751] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4823), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1752] = { [sym_concatenation] = STATE(2048), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2048), [anon_sym_RBRACE] = ACTIONS(4845), [anon_sym_EQ] = ACTIONS(4847), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4847), [anon_sym_COLON_QMARK] = ACTIONS(4847), [anon_sym_COLON_DASH] = ACTIONS(4847), [anon_sym_PERCENT] = ACTIONS(4847), [anon_sym_DASH] = ACTIONS(4847), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1753] = { [sym__concat] = ACTIONS(2817), [anon_sym_RPAREN] = ACTIONS(2817), [sym__special_characters] = ACTIONS(2817), [anon_sym_DQUOTE] = ACTIONS(2817), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2817), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2817), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2817), [anon_sym_BQUOTE] = ACTIONS(2817), [anon_sym_LT_LPAREN] = ACTIONS(2817), [anon_sym_GT_LPAREN] = ACTIONS(2817), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2817), }, [1754] = { [sym_concatenation] = STATE(2050), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2050), [anon_sym_RBRACE] = ACTIONS(4851), [anon_sym_EQ] = ACTIONS(4853), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4855), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4853), [anon_sym_COLON_QMARK] = ACTIONS(4853), [anon_sym_COLON_DASH] = ACTIONS(4853), [anon_sym_PERCENT] = ACTIONS(4853), [anon_sym_DASH] = ACTIONS(4853), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1755] = { [sym_file_descriptor] = ACTIONS(3740), [sym__concat] = ACTIONS(3740), [sym_variable_name] = ACTIONS(3740), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_RPAREN] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [anon_sym_LT] = ACTIONS(3742), [anon_sym_GT] = ACTIONS(3742), [anon_sym_GT_GT] = ACTIONS(3742), [anon_sym_AMP_GT] = ACTIONS(3742), [anon_sym_AMP_GT_GT] = ACTIONS(3742), [anon_sym_LT_AMP] = ACTIONS(3742), [anon_sym_GT_AMP] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [anon_sym_LT_LPAREN] = ACTIONS(3742), [anon_sym_GT_LPAREN] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3742), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [1756] = { [sym_file_descriptor] = ACTIONS(3746), [sym__concat] = ACTIONS(3746), [sym_variable_name] = ACTIONS(3746), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_RPAREN] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [anon_sym_LT] = ACTIONS(3748), [anon_sym_GT] = ACTIONS(3748), [anon_sym_GT_GT] = ACTIONS(3748), [anon_sym_AMP_GT] = ACTIONS(3748), [anon_sym_AMP_GT_GT] = ACTIONS(3748), [anon_sym_LT_AMP] = ACTIONS(3748), [anon_sym_GT_AMP] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [anon_sym_LT_LPAREN] = ACTIONS(3748), [anon_sym_GT_LPAREN] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3748), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [1757] = { [sym_file_descriptor] = ACTIONS(3831), [sym__concat] = ACTIONS(3831), [sym_variable_name] = ACTIONS(3831), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_RPAREN] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [anon_sym_LT] = ACTIONS(3833), [anon_sym_GT] = ACTIONS(3833), [anon_sym_GT_GT] = ACTIONS(3833), [anon_sym_AMP_GT] = ACTIONS(3833), [anon_sym_AMP_GT_GT] = ACTIONS(3833), [anon_sym_LT_AMP] = ACTIONS(3833), [anon_sym_GT_AMP] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [anon_sym_LT_LPAREN] = ACTIONS(3833), [anon_sym_GT_LPAREN] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3833), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [1758] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4857), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1759] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4859), [sym_comment] = ACTIONS(54), }, [1760] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4861), [sym_comment] = ACTIONS(54), }, [1761] = { [anon_sym_RBRACE] = ACTIONS(4861), [sym_comment] = ACTIONS(54), }, [1762] = { [sym_concatenation] = STATE(2055), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2055), [anon_sym_RBRACE] = ACTIONS(4863), [anon_sym_EQ] = ACTIONS(4865), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4865), [anon_sym_COLON_QMARK] = ACTIONS(4865), [anon_sym_COLON_DASH] = ACTIONS(4865), [anon_sym_PERCENT] = ACTIONS(4865), [anon_sym_DASH] = ACTIONS(4865), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1763] = { [sym_file_descriptor] = ACTIONS(3847), [sym__concat] = ACTIONS(3847), [sym_variable_name] = ACTIONS(3847), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_RPAREN] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [anon_sym_LT] = ACTIONS(3849), [anon_sym_GT] = ACTIONS(3849), [anon_sym_GT_GT] = ACTIONS(3849), [anon_sym_AMP_GT] = ACTIONS(3849), [anon_sym_AMP_GT_GT] = ACTIONS(3849), [anon_sym_LT_AMP] = ACTIONS(3849), [anon_sym_GT_AMP] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [anon_sym_LT_LPAREN] = ACTIONS(3849), [anon_sym_GT_LPAREN] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3849), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [1764] = { [sym_concatenation] = STATE(2057), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2057), [anon_sym_RBRACE] = ACTIONS(4869), [anon_sym_EQ] = ACTIONS(4871), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4871), [anon_sym_COLON_QMARK] = ACTIONS(4871), [anon_sym_COLON_DASH] = ACTIONS(4871), [anon_sym_PERCENT] = ACTIONS(4871), [anon_sym_DASH] = ACTIONS(4871), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1765] = { [sym_file_descriptor] = ACTIONS(3857), [sym__concat] = ACTIONS(3857), [sym_variable_name] = ACTIONS(3857), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_RPAREN] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [anon_sym_LT] = ACTIONS(3859), [anon_sym_GT] = ACTIONS(3859), [anon_sym_GT_GT] = ACTIONS(3859), [anon_sym_AMP_GT] = ACTIONS(3859), [anon_sym_AMP_GT_GT] = ACTIONS(3859), [anon_sym_LT_AMP] = ACTIONS(3859), [anon_sym_GT_AMP] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [anon_sym_LT_LPAREN] = ACTIONS(3859), [anon_sym_GT_LPAREN] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3859), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [1766] = { [sym_concatenation] = STATE(2059), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2059), [anon_sym_RBRACE] = ACTIONS(4875), [anon_sym_EQ] = ACTIONS(4877), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4879), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4877), [anon_sym_COLON_QMARK] = ACTIONS(4877), [anon_sym_COLON_DASH] = ACTIONS(4877), [anon_sym_PERCENT] = ACTIONS(4877), [anon_sym_DASH] = ACTIONS(4877), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1767] = { [sym_file_descriptor] = ACTIONS(3867), [sym__concat] = ACTIONS(3867), [sym_variable_name] = ACTIONS(3867), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_RPAREN] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [anon_sym_LT] = ACTIONS(3869), [anon_sym_GT] = ACTIONS(3869), [anon_sym_GT_GT] = ACTIONS(3869), [anon_sym_AMP_GT] = ACTIONS(3869), [anon_sym_AMP_GT_GT] = ACTIONS(3869), [anon_sym_LT_AMP] = ACTIONS(3869), [anon_sym_GT_AMP] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [anon_sym_LT_LPAREN] = ACTIONS(3869), [anon_sym_GT_LPAREN] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3869), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [1768] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4881), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1769] = { [sym_file_descriptor] = ACTIONS(3873), [sym__concat] = ACTIONS(3873), [sym_variable_name] = ACTIONS(3873), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_RPAREN] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [anon_sym_LT] = ACTIONS(3875), [anon_sym_GT] = ACTIONS(3875), [anon_sym_GT_GT] = ACTIONS(3875), [anon_sym_AMP_GT] = ACTIONS(3875), [anon_sym_AMP_GT_GT] = ACTIONS(3875), [anon_sym_LT_AMP] = ACTIONS(3875), [anon_sym_GT_AMP] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [anon_sym_LT_LPAREN] = ACTIONS(3875), [anon_sym_GT_LPAREN] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3875), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [1770] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4883), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1771] = { [sym__concat] = ACTIONS(2672), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [anon_sym_LT_LPAREN] = ACTIONS(2674), [anon_sym_GT_LPAREN] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2674), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [1772] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4885), [sym_comment] = ACTIONS(54), }, [1773] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(4887), [sym_comment] = ACTIONS(54), }, [1774] = { [anon_sym_RBRACE] = ACTIONS(4887), [sym_comment] = ACTIONS(54), }, [1775] = { [sym_concatenation] = STATE(2065), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2065), [anon_sym_RBRACE] = ACTIONS(4889), [anon_sym_EQ] = ACTIONS(4891), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4893), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4891), [anon_sym_COLON_QMARK] = ACTIONS(4891), [anon_sym_COLON_DASH] = ACTIONS(4891), [anon_sym_PERCENT] = ACTIONS(4891), [anon_sym_DASH] = ACTIONS(4891), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1776] = { [sym__concat] = ACTIONS(2750), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [anon_sym_LT_LPAREN] = ACTIONS(2752), [anon_sym_GT_LPAREN] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2752), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [1777] = { [sym_concatenation] = STATE(2068), [sym_string] = STATE(2067), [sym_simple_expansion] = STATE(2067), [sym_string_expansion] = STATE(2067), [sym_expansion] = STATE(2067), [sym_command_substitution] = STATE(2067), [sym_process_substitution] = STATE(2067), [anon_sym_RBRACE] = ACTIONS(4887), [sym__special_characters] = ACTIONS(4895), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(4897), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4897), }, [1778] = { [sym__concat] = ACTIONS(2793), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [anon_sym_LT_LPAREN] = ACTIONS(2795), [anon_sym_GT_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2795), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [1779] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4899), }, [1780] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4901), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1781] = { [sym__concat] = ACTIONS(2801), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [anon_sym_LT_LPAREN] = ACTIONS(2803), [anon_sym_GT_LPAREN] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2803), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [1782] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4903), }, [1783] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4905), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1784] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(4907), }, [1785] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(4887), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1786] = { [sym_concatenation] = STATE(2075), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2075), [anon_sym_RBRACE] = ACTIONS(4909), [anon_sym_EQ] = ACTIONS(4911), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4913), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4911), [anon_sym_COLON_QMARK] = ACTIONS(4911), [anon_sym_COLON_DASH] = ACTIONS(4911), [anon_sym_PERCENT] = ACTIONS(4911), [anon_sym_DASH] = ACTIONS(4911), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1787] = { [sym__concat] = ACTIONS(2817), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [anon_sym_LT_LPAREN] = ACTIONS(2819), [anon_sym_GT_LPAREN] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2819), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [1788] = { [sym_concatenation] = STATE(2077), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2077), [anon_sym_RBRACE] = ACTIONS(4915), [anon_sym_EQ] = ACTIONS(4917), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(4919), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(4917), [anon_sym_COLON_QMARK] = ACTIONS(4917), [anon_sym_COLON_DASH] = ACTIONS(4917), [anon_sym_PERCENT] = ACTIONS(4917), [anon_sym_DASH] = ACTIONS(4917), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1789] = { [sym__terminated_statement] = STATE(1036), [sym_for_statement] = STATE(592), [sym_while_statement] = STATE(592), [sym_if_statement] = STATE(592), [sym_case_statement] = STATE(592), [sym_function_definition] = STATE(592), [sym_subshell] = STATE(592), [sym_pipeline] = STATE(592), [sym_list] = STATE(592), [sym_command] = STATE(592), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(592), [sym_variable_assignment] = STATE(594), [sym_declaration_command] = STATE(592), [sym_unset_command] = STATE(592), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(1036), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_fi] = ACTIONS(4921), [anon_sym_elif] = ACTIONS(4921), [anon_sym_else] = ACTIONS(4921), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1790] = { [anon_sym_esac] = ACTIONS(4923), [anon_sym_PIPE] = ACTIONS(4923), [anon_sym_RPAREN] = ACTIONS(4923), [anon_sym_SEMI_SEMI] = ACTIONS(4923), [anon_sym_PIPE_AMP] = ACTIONS(4923), [anon_sym_AMP_AMP] = ACTIONS(4923), [anon_sym_PIPE_PIPE] = ACTIONS(4923), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4923), [anon_sym_LF] = ACTIONS(4925), [anon_sym_AMP] = ACTIONS(4923), }, [1791] = { [aux_sym_concatenation_repeat1] = STATE(1448), [sym__concat] = ACTIONS(550), [anon_sym_PIPE] = ACTIONS(4927), [anon_sym_RPAREN] = ACTIONS(4927), [sym_comment] = ACTIONS(54), }, [1792] = { [aux_sym_concatenation_repeat1] = STATE(1448), [sym__concat] = ACTIONS(550), [anon_sym_PIPE] = ACTIONS(4929), [anon_sym_RPAREN] = ACTIONS(4929), [sym_comment] = ACTIONS(54), }, [1793] = { [anon_sym_PIPE] = ACTIONS(4929), [anon_sym_RPAREN] = ACTIONS(4929), [sym_comment] = ACTIONS(54), }, [1794] = { [sym__assignment] = STATE(2079), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(4931), [anon_sym_PLUS_EQ] = ACTIONS(4931), [sym_comment] = ACTIONS(54), }, [1795] = { [sym__terminated_statement] = STATE(2080), [sym_for_statement] = STATE(38), [sym_while_statement] = STATE(38), [sym_if_statement] = STATE(38), [sym_case_statement] = STATE(38), [sym_function_definition] = STATE(38), [sym_subshell] = STATE(38), [sym_pipeline] = STATE(38), [sym_list] = STATE(38), [sym_command] = STATE(38), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(38), [sym_variable_assignment] = STATE(39), [sym_declaration_command] = STATE(38), [sym_unset_command] = STATE(38), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [1796] = { [anon_sym_esac] = ACTIONS(4933), [sym__special_characters] = ACTIONS(4935), [anon_sym_DQUOTE] = ACTIONS(4935), [anon_sym_DOLLAR] = ACTIONS(4937), [sym_raw_string] = ACTIONS(4935), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4935), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4935), [anon_sym_BQUOTE] = ACTIONS(4935), [anon_sym_LT_LPAREN] = ACTIONS(4935), [anon_sym_GT_LPAREN] = ACTIONS(4935), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4937), }, [1797] = { [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4939), }, [1798] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(2082), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [sym__special_characters] = ACTIONS(108), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [1799] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(2083), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [sym__special_characters] = ACTIONS(128), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [1800] = { [sym_variable_assignment] = STATE(2095), [sym_subscript] = STATE(2094), [sym_concatenation] = STATE(2095), [sym_string] = STATE(2088), [sym_simple_expansion] = STATE(2088), [sym_string_expansion] = STATE(2088), [sym_expansion] = STATE(2088), [sym_command_substitution] = STATE(2088), [sym_process_substitution] = STATE(2088), [aux_sym_declaration_command_repeat1] = STATE(2095), [sym_variable_name] = ACTIONS(4941), [anon_sym_esac] = ACTIONS(148), [anon_sym_PIPE] = ACTIONS(148), [anon_sym_SEMI_SEMI] = ACTIONS(148), [anon_sym_PIPE_AMP] = ACTIONS(148), [anon_sym_AMP_AMP] = ACTIONS(148), [anon_sym_PIPE_PIPE] = ACTIONS(148), [sym__special_characters] = ACTIONS(4943), [anon_sym_DQUOTE] = ACTIONS(4945), [anon_sym_DOLLAR] = ACTIONS(4947), [sym_raw_string] = ACTIONS(4949), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4951), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4953), [anon_sym_BQUOTE] = ACTIONS(4955), [anon_sym_LT_LPAREN] = ACTIONS(4957), [anon_sym_GT_LPAREN] = ACTIONS(4957), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4959), [sym_word] = ACTIONS(4949), [anon_sym_SEMI] = ACTIONS(148), [anon_sym_LF] = ACTIONS(170), [anon_sym_AMP] = ACTIONS(148), }, [1801] = { [sym_concatenation] = STATE(2105), [sym_string] = STATE(2099), [sym_simple_expansion] = STATE(2099), [sym_string_expansion] = STATE(2099), [sym_expansion] = STATE(2099), [sym_command_substitution] = STATE(2099), [sym_process_substitution] = STATE(2099), [aux_sym_unset_command_repeat1] = STATE(2105), [anon_sym_esac] = ACTIONS(172), [anon_sym_PIPE] = ACTIONS(172), [anon_sym_SEMI_SEMI] = ACTIONS(172), [anon_sym_PIPE_AMP] = ACTIONS(172), [anon_sym_AMP_AMP] = ACTIONS(172), [anon_sym_PIPE_PIPE] = ACTIONS(172), [sym__special_characters] = ACTIONS(4961), [anon_sym_DQUOTE] = ACTIONS(4963), [anon_sym_DOLLAR] = ACTIONS(4965), [sym_raw_string] = ACTIONS(4967), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4969), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4971), [anon_sym_BQUOTE] = ACTIONS(4973), [anon_sym_LT_LPAREN] = ACTIONS(4975), [anon_sym_GT_LPAREN] = ACTIONS(4975), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4977), [sym_word] = ACTIONS(4967), [anon_sym_SEMI] = ACTIONS(172), [anon_sym_LF] = ACTIONS(192), [anon_sym_AMP] = ACTIONS(172), }, [1802] = { [aux_sym_concatenation_repeat1] = STATE(2107), [sym_file_descriptor] = ACTIONS(210), [sym__concat] = ACTIONS(4979), [anon_sym_esac] = ACTIONS(214), [anon_sym_PIPE] = ACTIONS(214), [anon_sym_SEMI_SEMI] = ACTIONS(214), [anon_sym_PIPE_AMP] = ACTIONS(214), [anon_sym_AMP_AMP] = ACTIONS(214), [anon_sym_PIPE_PIPE] = ACTIONS(214), [anon_sym_EQ_TILDE] = ACTIONS(214), [anon_sym_EQ_EQ] = ACTIONS(214), [anon_sym_LT] = ACTIONS(214), [anon_sym_GT] = ACTIONS(214), [anon_sym_GT_GT] = ACTIONS(214), [anon_sym_AMP_GT] = ACTIONS(214), [anon_sym_AMP_GT_GT] = ACTIONS(214), [anon_sym_LT_AMP] = ACTIONS(214), [anon_sym_GT_AMP] = ACTIONS(214), [anon_sym_LT_LT] = ACTIONS(214), [anon_sym_LT_LT_DASH] = ACTIONS(214), [anon_sym_LT_LT_LT] = ACTIONS(214), [sym__special_characters] = ACTIONS(214), [anon_sym_DQUOTE] = ACTIONS(214), [anon_sym_DOLLAR] = ACTIONS(214), [sym_raw_string] = ACTIONS(214), [anon_sym_DOLLAR_LBRACE] = ACTIONS(214), [anon_sym_DOLLAR_LPAREN] = ACTIONS(214), [anon_sym_BQUOTE] = ACTIONS(214), [anon_sym_LT_LPAREN] = ACTIONS(214), [anon_sym_GT_LPAREN] = ACTIONS(214), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(214), [anon_sym_SEMI] = ACTIONS(214), [anon_sym_LF] = ACTIONS(210), [anon_sym_AMP] = ACTIONS(214), }, [1803] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(2109), [anon_sym_DQUOTE] = ACTIONS(4981), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [1804] = { [sym_string] = STATE(2111), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4983), [sym_raw_string] = ACTIONS(4985), [anon_sym_POUND] = ACTIONS(4983), [anon_sym_DASH] = ACTIONS(4983), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4987), [anon_sym_STAR] = ACTIONS(4983), [anon_sym_AT] = ACTIONS(4983), [anon_sym_QMARK] = ACTIONS(4983), [anon_sym_0] = ACTIONS(4989), [anon_sym__] = ACTIONS(4989), }, [1805] = { [aux_sym_concatenation_repeat1] = STATE(2107), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(4979), [anon_sym_esac] = ACTIONS(238), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_SEMI_SEMI] = ACTIONS(238), [anon_sym_PIPE_AMP] = ACTIONS(238), [anon_sym_AMP_AMP] = ACTIONS(238), [anon_sym_PIPE_PIPE] = ACTIONS(238), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(238), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(238), [anon_sym_LT_AMP] = ACTIONS(238), [anon_sym_GT_AMP] = ACTIONS(238), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(238), [anon_sym_LT_LT_LT] = ACTIONS(238), [sym__special_characters] = ACTIONS(238), [anon_sym_DQUOTE] = ACTIONS(238), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(238), [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), [anon_sym_BQUOTE] = ACTIONS(238), [anon_sym_LT_LPAREN] = ACTIONS(238), [anon_sym_GT_LPAREN] = ACTIONS(238), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(238), [anon_sym_SEMI] = ACTIONS(238), [anon_sym_LF] = ACTIONS(236), [anon_sym_AMP] = ACTIONS(238), }, [1806] = { [sym_subscript] = STATE(2117), [sym_variable_name] = ACTIONS(4991), [anon_sym_DOLLAR] = ACTIONS(4993), [anon_sym_POUND] = ACTIONS(4995), [anon_sym_DASH] = ACTIONS(4993), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4997), [anon_sym_STAR] = ACTIONS(4993), [anon_sym_AT] = ACTIONS(4993), [anon_sym_QMARK] = ACTIONS(4993), [anon_sym_0] = ACTIONS(4999), [anon_sym__] = ACTIONS(4999), }, [1807] = { [sym_for_statement] = STATE(2118), [sym_while_statement] = STATE(2118), [sym_if_statement] = STATE(2118), [sym_case_statement] = STATE(2118), [sym_function_definition] = STATE(2118), [sym_subshell] = STATE(2118), [sym_pipeline] = STATE(2118), [sym_list] = STATE(2118), [sym_command] = STATE(2118), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2118), [sym_variable_assignment] = STATE(2119), [sym_declaration_command] = STATE(2118), [sym_unset_command] = STATE(2118), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [1808] = { [sym_for_statement] = STATE(2120), [sym_while_statement] = STATE(2120), [sym_if_statement] = STATE(2120), [sym_case_statement] = STATE(2120), [sym_function_definition] = STATE(2120), [sym_subshell] = STATE(2120), [sym_pipeline] = STATE(2120), [sym_list] = STATE(2120), [sym_command] = STATE(2120), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(2120), [sym_variable_assignment] = STATE(2121), [sym_declaration_command] = STATE(2120), [sym_unset_command] = STATE(2120), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [1809] = { [sym_for_statement] = STATE(2122), [sym_while_statement] = STATE(2122), [sym_if_statement] = STATE(2122), [sym_case_statement] = STATE(2122), [sym_function_definition] = STATE(2122), [sym_subshell] = STATE(2122), [sym_pipeline] = STATE(2122), [sym_list] = STATE(2122), [sym_command] = STATE(2122), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2122), [sym_variable_assignment] = STATE(2123), [sym_declaration_command] = STATE(2122), [sym_unset_command] = STATE(2122), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [1810] = { [aux_sym_concatenation_repeat1] = STATE(2107), [sym_file_descriptor] = ACTIONS(236), [sym__concat] = ACTIONS(4979), [anon_sym_esac] = ACTIONS(238), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_SEMI_SEMI] = ACTIONS(238), [anon_sym_LPAREN] = ACTIONS(5001), [anon_sym_PIPE_AMP] = ACTIONS(238), [anon_sym_AMP_AMP] = ACTIONS(238), [anon_sym_PIPE_PIPE] = ACTIONS(238), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(238), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(238), [anon_sym_LT_AMP] = ACTIONS(238), [anon_sym_GT_AMP] = ACTIONS(238), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(238), [anon_sym_LT_LT_LT] = ACTIONS(238), [sym__special_characters] = ACTIONS(238), [anon_sym_DQUOTE] = ACTIONS(238), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(238), [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), [anon_sym_BQUOTE] = ACTIONS(238), [anon_sym_LT_LPAREN] = ACTIONS(238), [anon_sym_GT_LPAREN] = ACTIONS(238), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(238), [anon_sym_SEMI] = ACTIONS(238), [anon_sym_LF] = ACTIONS(236), [anon_sym_AMP] = ACTIONS(238), }, [1811] = { [anon_sym_esac] = ACTIONS(4933), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5005), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [1812] = { [sym_file_redirect] = STATE(2136), [sym_heredoc_redirect] = STATE(2136), [sym_herestring_redirect] = STATE(2136), [sym_concatenation] = STATE(2135), [sym_string] = STATE(2134), [sym_simple_expansion] = STATE(2134), [sym_string_expansion] = STATE(2134), [sym_expansion] = STATE(2134), [sym_command_substitution] = STATE(2134), [sym_process_substitution] = STATE(2134), [aux_sym_while_statement_repeat1] = STATE(2136), [aux_sym_command_repeat2] = STATE(2137), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(324), [anon_sym_PIPE] = ACTIONS(324), [anon_sym_SEMI_SEMI] = ACTIONS(324), [anon_sym_PIPE_AMP] = ACTIONS(324), [anon_sym_AMP_AMP] = ACTIONS(324), [anon_sym_PIPE_PIPE] = ACTIONS(324), [anon_sym_EQ_TILDE] = ACTIONS(5015), [anon_sym_EQ_EQ] = ACTIONS(5015), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym__special_characters] = ACTIONS(5021), [anon_sym_DQUOTE] = ACTIONS(5023), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(5025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5027), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5029), [anon_sym_BQUOTE] = ACTIONS(5031), [anon_sym_LT_LPAREN] = ACTIONS(5033), [anon_sym_GT_LPAREN] = ACTIONS(5033), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5025), [anon_sym_SEMI] = ACTIONS(324), [anon_sym_LF] = ACTIONS(348), [anon_sym_AMP] = ACTIONS(324), }, [1813] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_esac] = ACTIONS(4933), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5005), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [1814] = { [sym__assignment] = STATE(2079), [anon_sym_EQ] = ACTIONS(4931), [anon_sym_PLUS_EQ] = ACTIONS(4931), [sym_comment] = ACTIONS(54), }, [1815] = { [sym_file_descriptor] = ACTIONS(236), [anon_sym_esac] = ACTIONS(238), [anon_sym_PIPE] = ACTIONS(238), [anon_sym_SEMI_SEMI] = ACTIONS(238), [anon_sym_PIPE_AMP] = ACTIONS(238), [anon_sym_AMP_AMP] = ACTIONS(238), [anon_sym_PIPE_PIPE] = ACTIONS(238), [anon_sym_EQ_TILDE] = ACTIONS(238), [anon_sym_EQ_EQ] = ACTIONS(238), [anon_sym_LT] = ACTIONS(238), [anon_sym_GT] = ACTIONS(238), [anon_sym_GT_GT] = ACTIONS(238), [anon_sym_AMP_GT] = ACTIONS(238), [anon_sym_AMP_GT_GT] = ACTIONS(238), [anon_sym_LT_AMP] = ACTIONS(238), [anon_sym_GT_AMP] = ACTIONS(238), [anon_sym_LT_LT] = ACTIONS(238), [anon_sym_LT_LT_DASH] = ACTIONS(238), [anon_sym_LT_LT_LT] = ACTIONS(238), [sym__special_characters] = ACTIONS(238), [anon_sym_DQUOTE] = ACTIONS(238), [anon_sym_DOLLAR] = ACTIONS(238), [sym_raw_string] = ACTIONS(238), [anon_sym_DOLLAR_LBRACE] = ACTIONS(238), [anon_sym_DOLLAR_LPAREN] = ACTIONS(238), [anon_sym_BQUOTE] = ACTIONS(238), [anon_sym_LT_LPAREN] = ACTIONS(238), [anon_sym_GT_LPAREN] = ACTIONS(238), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(238), [anon_sym_SEMI] = ACTIONS(238), [anon_sym_LF] = ACTIONS(236), [anon_sym_AMP] = ACTIONS(238), }, [1816] = { [sym__terminated_statement] = STATE(2141), [sym_for_statement] = STATE(2139), [sym_while_statement] = STATE(2139), [sym_if_statement] = STATE(2139), [sym_case_statement] = STATE(2139), [sym_function_definition] = STATE(2139), [sym_subshell] = STATE(2139), [sym_pipeline] = STATE(2139), [sym_list] = STATE(2139), [sym_command] = STATE(2139), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(2139), [sym_variable_assignment] = STATE(2140), [sym_declaration_command] = STATE(2139), [sym_unset_command] = STATE(2139), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_program_repeat1] = STATE(2141), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_esac] = ACTIONS(4933), [anon_sym_SEMI_SEMI] = ACTIONS(5035), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [1817] = { [sym_command_name] = STATE(2142), [sym_variable_assignment] = STATE(198), [sym_subscript] = STATE(197), [sym_file_redirect] = STATE(198), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_command_repeat1] = STATE(198), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(356), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(5037), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4266), }, [1818] = { [sym__terminated_statement] = STATE(2143), [sym_for_statement] = STATE(2139), [sym_while_statement] = STATE(2139), [sym_if_statement] = STATE(2139), [sym_case_statement] = STATE(2139), [sym_function_definition] = STATE(2139), [sym_subshell] = STATE(2139), [sym_pipeline] = STATE(2139), [sym_list] = STATE(2139), [sym_command] = STATE(2139), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(2139), [sym_variable_assignment] = STATE(2140), [sym_declaration_command] = STATE(2139), [sym_unset_command] = STATE(2139), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_program_repeat1] = STATE(2143), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_esac] = ACTIONS(4933), [anon_sym_SEMI_SEMI] = ACTIONS(5035), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [1819] = { [aux_sym_case_item_repeat1] = STATE(1819), [anon_sym_PIPE] = ACTIONS(5039), [anon_sym_RPAREN] = ACTIONS(4929), [sym_comment] = ACTIONS(54), }, [1820] = { [aux_sym_concatenation_repeat1] = STATE(1820), [sym__concat] = ACTIONS(2444), [anon_sym_PIPE] = ACTIONS(1634), [anon_sym_RPAREN] = ACTIONS(1634), [sym_comment] = ACTIONS(54), }, [1821] = { [anon_sym_esac] = ACTIONS(5042), [sym__special_characters] = ACTIONS(5044), [anon_sym_DQUOTE] = ACTIONS(5044), [anon_sym_DOLLAR] = ACTIONS(5046), [sym_raw_string] = ACTIONS(5044), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5044), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5044), [anon_sym_BQUOTE] = ACTIONS(5044), [anon_sym_LT_LPAREN] = ACTIONS(5044), [anon_sym_GT_LPAREN] = ACTIONS(5044), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5046), }, [1822] = { [anon_sym_esac] = ACTIONS(5042), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5048), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [1823] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_esac] = ACTIONS(5042), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5048), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [1824] = { [sym__terminated_statement] = STATE(2141), [sym_for_statement] = STATE(2146), [sym_while_statement] = STATE(2146), [sym_if_statement] = STATE(2146), [sym_case_statement] = STATE(2146), [sym_function_definition] = STATE(2146), [sym_subshell] = STATE(2146), [sym_pipeline] = STATE(2146), [sym_list] = STATE(2146), [sym_command] = STATE(2146), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(2146), [sym_variable_assignment] = STATE(2147), [sym_declaration_command] = STATE(2146), [sym_unset_command] = STATE(2146), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_program_repeat1] = STATE(2141), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_esac] = ACTIONS(5042), [anon_sym_SEMI_SEMI] = ACTIONS(5050), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [1825] = { [sym__terminated_statement] = STATE(2148), [sym_for_statement] = STATE(2146), [sym_while_statement] = STATE(2146), [sym_if_statement] = STATE(2146), [sym_case_statement] = STATE(2146), [sym_function_definition] = STATE(2146), [sym_subshell] = STATE(2146), [sym_pipeline] = STATE(2146), [sym_list] = STATE(2146), [sym_command] = STATE(2146), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(2146), [sym_variable_assignment] = STATE(2147), [sym_declaration_command] = STATE(2146), [sym_unset_command] = STATE(2146), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_program_repeat1] = STATE(2148), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_esac] = ACTIONS(5042), [anon_sym_SEMI_SEMI] = ACTIONS(5050), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [1826] = { [anon_sym_esac] = ACTIONS(5052), [anon_sym_PIPE] = ACTIONS(5052), [anon_sym_RPAREN] = ACTIONS(5052), [anon_sym_SEMI_SEMI] = ACTIONS(5052), [anon_sym_PIPE_AMP] = ACTIONS(5052), [anon_sym_AMP_AMP] = ACTIONS(5052), [anon_sym_PIPE_PIPE] = ACTIONS(5052), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5052), [anon_sym_LF] = ACTIONS(5054), [anon_sym_AMP] = ACTIONS(5052), }, [1827] = { [aux_sym_case_item_repeat1] = STATE(2150), [aux_sym_concatenation_repeat1] = STATE(1448), [sym__concat] = ACTIONS(550), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(5056), [sym_comment] = ACTIONS(54), }, [1828] = { [aux_sym_case_item_repeat1] = STATE(2152), [aux_sym_concatenation_repeat1] = STATE(1448), [sym__concat] = ACTIONS(550), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(5058), [sym_comment] = ACTIONS(54), }, [1829] = { [aux_sym_case_item_repeat1] = STATE(2152), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(5058), [sym_comment] = ACTIONS(54), }, [1830] = { [anon_sym_esac] = ACTIONS(5060), [sym_comment] = ACTIONS(54), }, [1831] = { [anon_sym_esac] = ACTIONS(5062), [anon_sym_PIPE] = ACTIONS(5062), [anon_sym_RPAREN] = ACTIONS(5062), [anon_sym_SEMI_SEMI] = ACTIONS(5062), [anon_sym_PIPE_AMP] = ACTIONS(5062), [anon_sym_AMP_AMP] = ACTIONS(5062), [anon_sym_PIPE_PIPE] = ACTIONS(5062), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5062), [anon_sym_LF] = ACTIONS(5064), [anon_sym_AMP] = ACTIONS(5062), }, [1832] = { [anon_sym_esac] = ACTIONS(5066), [sym_comment] = ACTIONS(54), }, [1833] = { [sym__concat] = ACTIONS(4621), [anon_sym_in] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [1834] = { [sym__concat] = ACTIONS(4625), [anon_sym_in] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [1835] = { [sym__concat] = ACTIONS(4629), [anon_sym_in] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [1836] = { [sym__concat] = ACTIONS(4633), [anon_sym_in] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [1837] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5068), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1838] = { [sym__concat] = ACTIONS(4639), [anon_sym_in] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [1839] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5070), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1840] = { [sym__concat] = ACTIONS(4645), [anon_sym_in] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [1841] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5072), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1842] = { [sym__concat] = ACTIONS(4651), [anon_sym_in] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [1843] = { [sym__concat] = ACTIONS(4655), [anon_sym_in] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [1844] = { [aux_sym_concatenation_repeat1] = STATE(1844), [sym__concat] = ACTIONS(2532), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [1845] = { [aux_sym_concatenation_repeat1] = STATE(1847), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_RPAREN] = ACTIONS(1063), [anon_sym_SEMI_SEMI] = ACTIONS(1063), [anon_sym_PIPE_AMP] = ACTIONS(1063), [anon_sym_AMP_AMP] = ACTIONS(1063), [anon_sym_PIPE_PIPE] = ACTIONS(1063), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1063), [anon_sym_LF] = ACTIONS(1061), [anon_sym_AMP] = ACTIONS(1063), }, [1846] = { [aux_sym_concatenation_repeat1] = STATE(1847), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_RPAREN] = ACTIONS(1067), [anon_sym_SEMI_SEMI] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1067), [anon_sym_AMP_AMP] = ACTIONS(1067), [anon_sym_PIPE_PIPE] = ACTIONS(1067), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1067), [anon_sym_LF] = ACTIONS(1065), [anon_sym_AMP] = ACTIONS(1067), }, [1847] = { [aux_sym_concatenation_repeat1] = STATE(2158), [sym__concat] = ACTIONS(616), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [1848] = { [sym__concat] = ACTIONS(4621), [anon_sym_EQ_TILDE] = ACTIONS(4623), [anon_sym_EQ_EQ] = ACTIONS(4623), [anon_sym_RBRACK] = ACTIONS(4621), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4621), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4621), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4621), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4621), [anon_sym_BQUOTE] = ACTIONS(4621), [anon_sym_LT_LPAREN] = ACTIONS(4621), [anon_sym_GT_LPAREN] = ACTIONS(4621), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4623), }, [1849] = { [sym__concat] = ACTIONS(4625), [anon_sym_EQ_TILDE] = ACTIONS(4627), [anon_sym_EQ_EQ] = ACTIONS(4627), [anon_sym_RBRACK] = ACTIONS(4625), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4625), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4625), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4625), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4625), [anon_sym_BQUOTE] = ACTIONS(4625), [anon_sym_LT_LPAREN] = ACTIONS(4625), [anon_sym_GT_LPAREN] = ACTIONS(4625), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4627), }, [1850] = { [sym__concat] = ACTIONS(4629), [anon_sym_EQ_TILDE] = ACTIONS(4631), [anon_sym_EQ_EQ] = ACTIONS(4631), [anon_sym_RBRACK] = ACTIONS(4629), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4629), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4629), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4629), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4629), [anon_sym_BQUOTE] = ACTIONS(4629), [anon_sym_LT_LPAREN] = ACTIONS(4629), [anon_sym_GT_LPAREN] = ACTIONS(4629), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4631), }, [1851] = { [sym__concat] = ACTIONS(4633), [anon_sym_EQ_TILDE] = ACTIONS(4635), [anon_sym_EQ_EQ] = ACTIONS(4635), [anon_sym_RBRACK] = ACTIONS(4633), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4633), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4633), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4633), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4633), [anon_sym_BQUOTE] = ACTIONS(4633), [anon_sym_LT_LPAREN] = ACTIONS(4633), [anon_sym_GT_LPAREN] = ACTIONS(4633), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4635), }, [1852] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5074), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1853] = { [sym__concat] = ACTIONS(4639), [anon_sym_EQ_TILDE] = ACTIONS(4641), [anon_sym_EQ_EQ] = ACTIONS(4641), [anon_sym_RBRACK] = ACTIONS(4639), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4639), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4639), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4639), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4639), [anon_sym_BQUOTE] = ACTIONS(4639), [anon_sym_LT_LPAREN] = ACTIONS(4639), [anon_sym_GT_LPAREN] = ACTIONS(4639), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4641), }, [1854] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5076), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1855] = { [sym__concat] = ACTIONS(4645), [anon_sym_EQ_TILDE] = ACTIONS(4647), [anon_sym_EQ_EQ] = ACTIONS(4647), [anon_sym_RBRACK] = ACTIONS(4645), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4645), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4645), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4645), [anon_sym_BQUOTE] = ACTIONS(4645), [anon_sym_LT_LPAREN] = ACTIONS(4645), [anon_sym_GT_LPAREN] = ACTIONS(4645), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4647), }, [1856] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5078), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1857] = { [sym__concat] = ACTIONS(4651), [anon_sym_EQ_TILDE] = ACTIONS(4653), [anon_sym_EQ_EQ] = ACTIONS(4653), [anon_sym_RBRACK] = ACTIONS(4651), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4651), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4651), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4651), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4651), [anon_sym_BQUOTE] = ACTIONS(4651), [anon_sym_LT_LPAREN] = ACTIONS(4651), [anon_sym_GT_LPAREN] = ACTIONS(4651), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4653), }, [1858] = { [sym__concat] = ACTIONS(4655), [anon_sym_EQ_TILDE] = ACTIONS(4657), [anon_sym_EQ_EQ] = ACTIONS(4657), [anon_sym_RBRACK] = ACTIONS(4655), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4655), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4655), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4655), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4655), [anon_sym_BQUOTE] = ACTIONS(4655), [anon_sym_LT_LPAREN] = ACTIONS(4655), [anon_sym_GT_LPAREN] = ACTIONS(4655), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4657), }, [1859] = { [sym__concat] = ACTIONS(4621), [anon_sym_PIPE] = ACTIONS(4621), [anon_sym_RPAREN] = ACTIONS(4621), [anon_sym_EQ_TILDE] = ACTIONS(4623), [anon_sym_EQ_EQ] = ACTIONS(4623), [anon_sym_RBRACK_RBRACK] = ACTIONS(4621), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4621), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4621), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4621), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4621), [anon_sym_BQUOTE] = ACTIONS(4621), [anon_sym_LT_LPAREN] = ACTIONS(4621), [anon_sym_GT_LPAREN] = ACTIONS(4621), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4623), }, [1860] = { [sym__concat] = ACTIONS(4625), [anon_sym_PIPE] = ACTIONS(4625), [anon_sym_RPAREN] = ACTIONS(4625), [anon_sym_EQ_TILDE] = ACTIONS(4627), [anon_sym_EQ_EQ] = ACTIONS(4627), [anon_sym_RBRACK_RBRACK] = ACTIONS(4625), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4625), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4625), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4625), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4625), [anon_sym_BQUOTE] = ACTIONS(4625), [anon_sym_LT_LPAREN] = ACTIONS(4625), [anon_sym_GT_LPAREN] = ACTIONS(4625), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4627), }, [1861] = { [sym__concat] = ACTIONS(4629), [anon_sym_PIPE] = ACTIONS(4629), [anon_sym_RPAREN] = ACTIONS(4629), [anon_sym_EQ_TILDE] = ACTIONS(4631), [anon_sym_EQ_EQ] = ACTIONS(4631), [anon_sym_RBRACK_RBRACK] = ACTIONS(4629), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4629), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4629), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4629), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4629), [anon_sym_BQUOTE] = ACTIONS(4629), [anon_sym_LT_LPAREN] = ACTIONS(4629), [anon_sym_GT_LPAREN] = ACTIONS(4629), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4631), }, [1862] = { [sym__concat] = ACTIONS(4633), [anon_sym_PIPE] = ACTIONS(4633), [anon_sym_RPAREN] = ACTIONS(4633), [anon_sym_EQ_TILDE] = ACTIONS(4635), [anon_sym_EQ_EQ] = ACTIONS(4635), [anon_sym_RBRACK_RBRACK] = ACTIONS(4633), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4633), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4633), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4633), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4633), [anon_sym_BQUOTE] = ACTIONS(4633), [anon_sym_LT_LPAREN] = ACTIONS(4633), [anon_sym_GT_LPAREN] = ACTIONS(4633), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4635), }, [1863] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5080), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1864] = { [sym__concat] = ACTIONS(4639), [anon_sym_PIPE] = ACTIONS(4639), [anon_sym_RPAREN] = ACTIONS(4639), [anon_sym_EQ_TILDE] = ACTIONS(4641), [anon_sym_EQ_EQ] = ACTIONS(4641), [anon_sym_RBRACK_RBRACK] = ACTIONS(4639), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4639), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4639), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4639), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4639), [anon_sym_BQUOTE] = ACTIONS(4639), [anon_sym_LT_LPAREN] = ACTIONS(4639), [anon_sym_GT_LPAREN] = ACTIONS(4639), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4641), }, [1865] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5082), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1866] = { [sym__concat] = ACTIONS(4645), [anon_sym_PIPE] = ACTIONS(4645), [anon_sym_RPAREN] = ACTIONS(4645), [anon_sym_EQ_TILDE] = ACTIONS(4647), [anon_sym_EQ_EQ] = ACTIONS(4647), [anon_sym_RBRACK_RBRACK] = ACTIONS(4645), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4645), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4645), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4645), [anon_sym_BQUOTE] = ACTIONS(4645), [anon_sym_LT_LPAREN] = ACTIONS(4645), [anon_sym_GT_LPAREN] = ACTIONS(4645), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4647), }, [1867] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5084), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1868] = { [sym__concat] = ACTIONS(4651), [anon_sym_PIPE] = ACTIONS(4651), [anon_sym_RPAREN] = ACTIONS(4651), [anon_sym_EQ_TILDE] = ACTIONS(4653), [anon_sym_EQ_EQ] = ACTIONS(4653), [anon_sym_RBRACK_RBRACK] = ACTIONS(4651), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4651), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4651), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4651), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4651), [anon_sym_BQUOTE] = ACTIONS(4651), [anon_sym_LT_LPAREN] = ACTIONS(4651), [anon_sym_GT_LPAREN] = ACTIONS(4651), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4653), }, [1869] = { [sym__concat] = ACTIONS(4655), [anon_sym_PIPE] = ACTIONS(4655), [anon_sym_RPAREN] = ACTIONS(4655), [anon_sym_EQ_TILDE] = ACTIONS(4657), [anon_sym_EQ_EQ] = ACTIONS(4657), [anon_sym_RBRACK_RBRACK] = ACTIONS(4655), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4655), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4655), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4655), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4655), [anon_sym_BQUOTE] = ACTIONS(4655), [anon_sym_LT_LPAREN] = ACTIONS(4655), [anon_sym_GT_LPAREN] = ACTIONS(4655), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4657), }, [1870] = { [sym__concat] = ACTIONS(4621), [sym_variable_name] = ACTIONS(4621), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_RPAREN] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [anon_sym_LT_LPAREN] = ACTIONS(4623), [anon_sym_GT_LPAREN] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4623), [sym_word] = ACTIONS(4623), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [1871] = { [sym__concat] = ACTIONS(4625), [sym_variable_name] = ACTIONS(4625), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_RPAREN] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [anon_sym_LT_LPAREN] = ACTIONS(4627), [anon_sym_GT_LPAREN] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4627), [sym_word] = ACTIONS(4627), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [1872] = { [sym__concat] = ACTIONS(4629), [sym_variable_name] = ACTIONS(4629), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_RPAREN] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [anon_sym_LT_LPAREN] = ACTIONS(4631), [anon_sym_GT_LPAREN] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4631), [sym_word] = ACTIONS(4631), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [1873] = { [sym__concat] = ACTIONS(4633), [sym_variable_name] = ACTIONS(4633), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_RPAREN] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [anon_sym_LT_LPAREN] = ACTIONS(4635), [anon_sym_GT_LPAREN] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4635), [sym_word] = ACTIONS(4635), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [1874] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5086), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1875] = { [sym__concat] = ACTIONS(4639), [sym_variable_name] = ACTIONS(4639), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_RPAREN] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [anon_sym_LT_LPAREN] = ACTIONS(4641), [anon_sym_GT_LPAREN] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4641), [sym_word] = ACTIONS(4641), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [1876] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5088), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1877] = { [sym__concat] = ACTIONS(4645), [sym_variable_name] = ACTIONS(4645), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_RPAREN] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [anon_sym_LT_LPAREN] = ACTIONS(4647), [anon_sym_GT_LPAREN] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4647), [sym_word] = ACTIONS(4647), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [1878] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5090), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1879] = { [sym__concat] = ACTIONS(4651), [sym_variable_name] = ACTIONS(4651), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_RPAREN] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [anon_sym_LT_LPAREN] = ACTIONS(4653), [anon_sym_GT_LPAREN] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4653), [sym_word] = ACTIONS(4653), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [1880] = { [sym__concat] = ACTIONS(4655), [sym_variable_name] = ACTIONS(4655), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_RPAREN] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [anon_sym_LT_LPAREN] = ACTIONS(4657), [anon_sym_GT_LPAREN] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4657), [sym_word] = ACTIONS(4657), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [1881] = { [sym__concat] = ACTIONS(4621), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_RPAREN] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [anon_sym_LT_LPAREN] = ACTIONS(4623), [anon_sym_GT_LPAREN] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4623), [sym_word] = ACTIONS(4623), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [1882] = { [sym__concat] = ACTIONS(4625), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_RPAREN] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [anon_sym_LT_LPAREN] = ACTIONS(4627), [anon_sym_GT_LPAREN] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4627), [sym_word] = ACTIONS(4627), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [1883] = { [sym__concat] = ACTIONS(4629), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_RPAREN] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [anon_sym_LT_LPAREN] = ACTIONS(4631), [anon_sym_GT_LPAREN] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4631), [sym_word] = ACTIONS(4631), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [1884] = { [sym__concat] = ACTIONS(4633), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_RPAREN] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [anon_sym_LT_LPAREN] = ACTIONS(4635), [anon_sym_GT_LPAREN] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4635), [sym_word] = ACTIONS(4635), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [1885] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5092), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1886] = { [sym__concat] = ACTIONS(4639), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_RPAREN] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [anon_sym_LT_LPAREN] = ACTIONS(4641), [anon_sym_GT_LPAREN] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4641), [sym_word] = ACTIONS(4641), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [1887] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5094), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1888] = { [sym__concat] = ACTIONS(4645), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_RPAREN] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [anon_sym_LT_LPAREN] = ACTIONS(4647), [anon_sym_GT_LPAREN] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4647), [sym_word] = ACTIONS(4647), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [1889] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5096), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1890] = { [sym__concat] = ACTIONS(4651), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_RPAREN] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [anon_sym_LT_LPAREN] = ACTIONS(4653), [anon_sym_GT_LPAREN] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4653), [sym_word] = ACTIONS(4653), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [1891] = { [sym__concat] = ACTIONS(4655), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_RPAREN] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [anon_sym_LT_LPAREN] = ACTIONS(4657), [anon_sym_GT_LPAREN] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4657), [sym_word] = ACTIONS(4657), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [1892] = { [sym_file_descriptor] = ACTIONS(4621), [sym__concat] = ACTIONS(4621), [sym_variable_name] = ACTIONS(4621), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_RPAREN] = ACTIONS(4621), [anon_sym_PIPE_AMP] = ACTIONS(4621), [anon_sym_AMP_AMP] = ACTIONS(4621), [anon_sym_PIPE_PIPE] = ACTIONS(4621), [anon_sym_LT] = ACTIONS(4623), [anon_sym_GT] = ACTIONS(4623), [anon_sym_GT_GT] = ACTIONS(4621), [anon_sym_AMP_GT] = ACTIONS(4623), [anon_sym_AMP_GT_GT] = ACTIONS(4621), [anon_sym_LT_AMP] = ACTIONS(4621), [anon_sym_GT_AMP] = ACTIONS(4621), [sym__special_characters] = ACTIONS(4621), [anon_sym_DQUOTE] = ACTIONS(4621), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4621), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4621), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4621), [anon_sym_BQUOTE] = ACTIONS(4621), [anon_sym_LT_LPAREN] = ACTIONS(4621), [anon_sym_GT_LPAREN] = ACTIONS(4621), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4621), }, [1893] = { [sym_file_descriptor] = ACTIONS(4625), [sym__concat] = ACTIONS(4625), [sym_variable_name] = ACTIONS(4625), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_RPAREN] = ACTIONS(4625), [anon_sym_PIPE_AMP] = ACTIONS(4625), [anon_sym_AMP_AMP] = ACTIONS(4625), [anon_sym_PIPE_PIPE] = ACTIONS(4625), [anon_sym_LT] = ACTIONS(4627), [anon_sym_GT] = ACTIONS(4627), [anon_sym_GT_GT] = ACTIONS(4625), [anon_sym_AMP_GT] = ACTIONS(4627), [anon_sym_AMP_GT_GT] = ACTIONS(4625), [anon_sym_LT_AMP] = ACTIONS(4625), [anon_sym_GT_AMP] = ACTIONS(4625), [sym__special_characters] = ACTIONS(4625), [anon_sym_DQUOTE] = ACTIONS(4625), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4625), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4625), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4625), [anon_sym_BQUOTE] = ACTIONS(4625), [anon_sym_LT_LPAREN] = ACTIONS(4625), [anon_sym_GT_LPAREN] = ACTIONS(4625), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4625), }, [1894] = { [sym_file_descriptor] = ACTIONS(4629), [sym__concat] = ACTIONS(4629), [sym_variable_name] = ACTIONS(4629), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_RPAREN] = ACTIONS(4629), [anon_sym_PIPE_AMP] = ACTIONS(4629), [anon_sym_AMP_AMP] = ACTIONS(4629), [anon_sym_PIPE_PIPE] = ACTIONS(4629), [anon_sym_LT] = ACTIONS(4631), [anon_sym_GT] = ACTIONS(4631), [anon_sym_GT_GT] = ACTIONS(4629), [anon_sym_AMP_GT] = ACTIONS(4631), [anon_sym_AMP_GT_GT] = ACTIONS(4629), [anon_sym_LT_AMP] = ACTIONS(4629), [anon_sym_GT_AMP] = ACTIONS(4629), [sym__special_characters] = ACTIONS(4629), [anon_sym_DQUOTE] = ACTIONS(4629), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4629), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4629), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4629), [anon_sym_BQUOTE] = ACTIONS(4629), [anon_sym_LT_LPAREN] = ACTIONS(4629), [anon_sym_GT_LPAREN] = ACTIONS(4629), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4629), }, [1895] = { [sym_file_descriptor] = ACTIONS(4633), [sym__concat] = ACTIONS(4633), [sym_variable_name] = ACTIONS(4633), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_RPAREN] = ACTIONS(4633), [anon_sym_PIPE_AMP] = ACTIONS(4633), [anon_sym_AMP_AMP] = ACTIONS(4633), [anon_sym_PIPE_PIPE] = ACTIONS(4633), [anon_sym_LT] = ACTIONS(4635), [anon_sym_GT] = ACTIONS(4635), [anon_sym_GT_GT] = ACTIONS(4633), [anon_sym_AMP_GT] = ACTIONS(4635), [anon_sym_AMP_GT_GT] = ACTIONS(4633), [anon_sym_LT_AMP] = ACTIONS(4633), [anon_sym_GT_AMP] = ACTIONS(4633), [sym__special_characters] = ACTIONS(4633), [anon_sym_DQUOTE] = ACTIONS(4633), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4633), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4633), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4633), [anon_sym_BQUOTE] = ACTIONS(4633), [anon_sym_LT_LPAREN] = ACTIONS(4633), [anon_sym_GT_LPAREN] = ACTIONS(4633), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4633), }, [1896] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5098), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1897] = { [sym_file_descriptor] = ACTIONS(4639), [sym__concat] = ACTIONS(4639), [sym_variable_name] = ACTIONS(4639), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_RPAREN] = ACTIONS(4639), [anon_sym_PIPE_AMP] = ACTIONS(4639), [anon_sym_AMP_AMP] = ACTIONS(4639), [anon_sym_PIPE_PIPE] = ACTIONS(4639), [anon_sym_LT] = ACTIONS(4641), [anon_sym_GT] = ACTIONS(4641), [anon_sym_GT_GT] = ACTIONS(4639), [anon_sym_AMP_GT] = ACTIONS(4641), [anon_sym_AMP_GT_GT] = ACTIONS(4639), [anon_sym_LT_AMP] = ACTIONS(4639), [anon_sym_GT_AMP] = ACTIONS(4639), [sym__special_characters] = ACTIONS(4639), [anon_sym_DQUOTE] = ACTIONS(4639), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4639), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4639), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4639), [anon_sym_BQUOTE] = ACTIONS(4639), [anon_sym_LT_LPAREN] = ACTIONS(4639), [anon_sym_GT_LPAREN] = ACTIONS(4639), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4639), }, [1898] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5100), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1899] = { [sym_file_descriptor] = ACTIONS(4645), [sym__concat] = ACTIONS(4645), [sym_variable_name] = ACTIONS(4645), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_RPAREN] = ACTIONS(4645), [anon_sym_PIPE_AMP] = ACTIONS(4645), [anon_sym_AMP_AMP] = ACTIONS(4645), [anon_sym_PIPE_PIPE] = ACTIONS(4645), [anon_sym_LT] = ACTIONS(4647), [anon_sym_GT] = ACTIONS(4647), [anon_sym_GT_GT] = ACTIONS(4645), [anon_sym_AMP_GT] = ACTIONS(4647), [anon_sym_AMP_GT_GT] = ACTIONS(4645), [anon_sym_LT_AMP] = ACTIONS(4645), [anon_sym_GT_AMP] = ACTIONS(4645), [sym__special_characters] = ACTIONS(4645), [anon_sym_DQUOTE] = ACTIONS(4645), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4645), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4645), [anon_sym_BQUOTE] = ACTIONS(4645), [anon_sym_LT_LPAREN] = ACTIONS(4645), [anon_sym_GT_LPAREN] = ACTIONS(4645), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4645), }, [1900] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5102), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1901] = { [sym_file_descriptor] = ACTIONS(4651), [sym__concat] = ACTIONS(4651), [sym_variable_name] = ACTIONS(4651), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_RPAREN] = ACTIONS(4651), [anon_sym_PIPE_AMP] = ACTIONS(4651), [anon_sym_AMP_AMP] = ACTIONS(4651), [anon_sym_PIPE_PIPE] = ACTIONS(4651), [anon_sym_LT] = ACTIONS(4653), [anon_sym_GT] = ACTIONS(4653), [anon_sym_GT_GT] = ACTIONS(4651), [anon_sym_AMP_GT] = ACTIONS(4653), [anon_sym_AMP_GT_GT] = ACTIONS(4651), [anon_sym_LT_AMP] = ACTIONS(4651), [anon_sym_GT_AMP] = ACTIONS(4651), [sym__special_characters] = ACTIONS(4651), [anon_sym_DQUOTE] = ACTIONS(4651), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4651), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4651), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4651), [anon_sym_BQUOTE] = ACTIONS(4651), [anon_sym_LT_LPAREN] = ACTIONS(4651), [anon_sym_GT_LPAREN] = ACTIONS(4651), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4651), }, [1902] = { [sym_file_descriptor] = ACTIONS(4655), [sym__concat] = ACTIONS(4655), [sym_variable_name] = ACTIONS(4655), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_RPAREN] = ACTIONS(4655), [anon_sym_PIPE_AMP] = ACTIONS(4655), [anon_sym_AMP_AMP] = ACTIONS(4655), [anon_sym_PIPE_PIPE] = ACTIONS(4655), [anon_sym_LT] = ACTIONS(4657), [anon_sym_GT] = ACTIONS(4657), [anon_sym_GT_GT] = ACTIONS(4655), [anon_sym_AMP_GT] = ACTIONS(4657), [anon_sym_AMP_GT_GT] = ACTIONS(4655), [anon_sym_LT_AMP] = ACTIONS(4655), [anon_sym_GT_AMP] = ACTIONS(4655), [sym__special_characters] = ACTIONS(4655), [anon_sym_DQUOTE] = ACTIONS(4655), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4655), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4655), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4655), [anon_sym_BQUOTE] = ACTIONS(4655), [anon_sym_LT_LPAREN] = ACTIONS(4655), [anon_sym_GT_LPAREN] = ACTIONS(4655), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4655), }, [1903] = { [sym__concat] = ACTIONS(4621), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym__string_content] = ACTIONS(4621), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [sym_comment] = ACTIONS(166), }, [1904] = { [sym__concat] = ACTIONS(4625), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym__string_content] = ACTIONS(4625), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [sym_comment] = ACTIONS(166), }, [1905] = { [sym__concat] = ACTIONS(4629), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym__string_content] = ACTIONS(4629), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [sym_comment] = ACTIONS(166), }, [1906] = { [sym__concat] = ACTIONS(4633), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym__string_content] = ACTIONS(4633), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [sym_comment] = ACTIONS(166), }, [1907] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5104), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1908] = { [sym__concat] = ACTIONS(4639), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym__string_content] = ACTIONS(4639), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [sym_comment] = ACTIONS(166), }, [1909] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5106), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1910] = { [sym__concat] = ACTIONS(4645), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym__string_content] = ACTIONS(4645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [sym_comment] = ACTIONS(166), }, [1911] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5108), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1912] = { [sym__concat] = ACTIONS(4651), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym__string_content] = ACTIONS(4651), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [sym_comment] = ACTIONS(166), }, [1913] = { [sym__concat] = ACTIONS(4655), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym__string_content] = ACTIONS(4655), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [sym_comment] = ACTIONS(166), }, [1914] = { [anon_sym_RBRACE] = ACTIONS(4100), [anon_sym_EQ] = ACTIONS(5110), [sym__special_characters] = ACTIONS(5110), [anon_sym_DQUOTE] = ACTIONS(4100), [anon_sym_DOLLAR] = ACTIONS(5110), [sym_raw_string] = ACTIONS(4100), [anon_sym_POUND] = ACTIONS(4100), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4100), [aux_sym_SLASH] = ACTIONS(4100), [anon_sym_COLON] = ACTIONS(5110), [anon_sym_COLON_QMARK] = ACTIONS(5110), [anon_sym_COLON_DASH] = ACTIONS(5110), [anon_sym_PERCENT] = ACTIONS(5110), [anon_sym_DASH] = ACTIONS(5110), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4100), [anon_sym_BQUOTE] = ACTIONS(4100), [anon_sym_LT_LPAREN] = ACTIONS(4100), [anon_sym_GT_LPAREN] = ACTIONS(4100), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5110), }, [1915] = { [anon_sym_RBRACE] = ACTIONS(4102), [anon_sym_EQ] = ACTIONS(5112), [sym__special_characters] = ACTIONS(5112), [anon_sym_DQUOTE] = ACTIONS(4102), [anon_sym_DOLLAR] = ACTIONS(5112), [sym_raw_string] = ACTIONS(4102), [anon_sym_POUND] = ACTIONS(4102), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4102), [aux_sym_SLASH] = ACTIONS(4102), [anon_sym_COLON] = ACTIONS(5112), [anon_sym_COLON_QMARK] = ACTIONS(5112), [anon_sym_COLON_DASH] = ACTIONS(5112), [anon_sym_PERCENT] = ACTIONS(5112), [anon_sym_DASH] = ACTIONS(5112), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4102), [anon_sym_BQUOTE] = ACTIONS(4102), [anon_sym_LT_LPAREN] = ACTIONS(4102), [anon_sym_GT_LPAREN] = ACTIONS(4102), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5112), }, [1916] = { [sym__concat] = ACTIONS(2672), [anon_sym_RBRACE] = ACTIONS(2672), [sym_comment] = ACTIONS(54), }, [1917] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5114), [sym_comment] = ACTIONS(54), }, [1918] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5116), [sym_comment] = ACTIONS(54), }, [1919] = { [anon_sym_RBRACE] = ACTIONS(5116), [sym_comment] = ACTIONS(54), }, [1920] = { [sym_concatenation] = STATE(2180), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2180), [anon_sym_RBRACE] = ACTIONS(5118), [anon_sym_EQ] = ACTIONS(5120), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5122), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5120), [anon_sym_COLON_QMARK] = ACTIONS(5120), [anon_sym_COLON_DASH] = ACTIONS(5120), [anon_sym_PERCENT] = ACTIONS(5120), [anon_sym_DASH] = ACTIONS(5120), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1921] = { [sym__concat] = ACTIONS(2750), [anon_sym_RBRACE] = ACTIONS(2750), [sym_comment] = ACTIONS(54), }, [1922] = { [sym_concatenation] = STATE(2183), [sym_string] = STATE(2182), [sym_simple_expansion] = STATE(2182), [sym_string_expansion] = STATE(2182), [sym_expansion] = STATE(2182), [sym_command_substitution] = STATE(2182), [sym_process_substitution] = STATE(2182), [anon_sym_RBRACE] = ACTIONS(5116), [sym__special_characters] = ACTIONS(5124), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(5126), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5126), }, [1923] = { [sym__concat] = ACTIONS(2793), [anon_sym_RBRACE] = ACTIONS(2793), [sym_comment] = ACTIONS(54), }, [1924] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(5128), }, [1925] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5130), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1926] = { [sym__concat] = ACTIONS(2801), [anon_sym_RBRACE] = ACTIONS(2801), [sym_comment] = ACTIONS(54), }, [1927] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(5132), }, [1928] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5134), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1929] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(5136), }, [1930] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5116), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1931] = { [sym_concatenation] = STATE(2190), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2190), [anon_sym_RBRACE] = ACTIONS(5138), [anon_sym_EQ] = ACTIONS(5140), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5142), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5140), [anon_sym_COLON_QMARK] = ACTIONS(5140), [anon_sym_COLON_DASH] = ACTIONS(5140), [anon_sym_PERCENT] = ACTIONS(5140), [anon_sym_DASH] = ACTIONS(5140), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1932] = { [sym__concat] = ACTIONS(2817), [anon_sym_RBRACE] = ACTIONS(2817), [sym_comment] = ACTIONS(54), }, [1933] = { [sym_concatenation] = STATE(2192), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2192), [anon_sym_RBRACE] = ACTIONS(5144), [anon_sym_EQ] = ACTIONS(5146), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5148), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5146), [anon_sym_COLON_QMARK] = ACTIONS(5146), [anon_sym_COLON_DASH] = ACTIONS(5146), [anon_sym_PERCENT] = ACTIONS(5146), [anon_sym_DASH] = ACTIONS(5146), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1934] = { [sym__concat] = ACTIONS(3740), [anon_sym_RBRACE] = ACTIONS(3740), [anon_sym_EQ] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3740), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3740), [anon_sym_POUND] = ACTIONS(3740), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3740), [anon_sym_COLON] = ACTIONS(3742), [anon_sym_COLON_QMARK] = ACTIONS(3742), [anon_sym_COLON_DASH] = ACTIONS(3742), [anon_sym_PERCENT] = ACTIONS(3742), [anon_sym_DASH] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3740), [anon_sym_BQUOTE] = ACTIONS(3740), [anon_sym_LT_LPAREN] = ACTIONS(3740), [anon_sym_GT_LPAREN] = ACTIONS(3740), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3742), }, [1935] = { [sym__concat] = ACTIONS(3746), [anon_sym_RBRACE] = ACTIONS(3746), [anon_sym_EQ] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3746), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3746), [anon_sym_POUND] = ACTIONS(3746), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3746), [anon_sym_COLON] = ACTIONS(3748), [anon_sym_COLON_QMARK] = ACTIONS(3748), [anon_sym_COLON_DASH] = ACTIONS(3748), [anon_sym_PERCENT] = ACTIONS(3748), [anon_sym_DASH] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3746), [anon_sym_BQUOTE] = ACTIONS(3746), [anon_sym_LT_LPAREN] = ACTIONS(3746), [anon_sym_GT_LPAREN] = ACTIONS(3746), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3748), }, [1936] = { [sym__concat] = ACTIONS(3831), [anon_sym_RBRACE] = ACTIONS(3831), [anon_sym_EQ] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3831), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3831), [anon_sym_POUND] = ACTIONS(3831), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3831), [anon_sym_COLON] = ACTIONS(3833), [anon_sym_COLON_QMARK] = ACTIONS(3833), [anon_sym_COLON_DASH] = ACTIONS(3833), [anon_sym_PERCENT] = ACTIONS(3833), [anon_sym_DASH] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3831), [anon_sym_BQUOTE] = ACTIONS(3831), [anon_sym_LT_LPAREN] = ACTIONS(3831), [anon_sym_GT_LPAREN] = ACTIONS(3831), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3833), }, [1937] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5150), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1938] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5152), [sym_comment] = ACTIONS(54), }, [1939] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5154), [sym_comment] = ACTIONS(54), }, [1940] = { [anon_sym_RBRACE] = ACTIONS(5154), [sym_comment] = ACTIONS(54), }, [1941] = { [sym_concatenation] = STATE(2197), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2197), [anon_sym_RBRACE] = ACTIONS(5156), [anon_sym_EQ] = ACTIONS(5158), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5160), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5158), [anon_sym_COLON_QMARK] = ACTIONS(5158), [anon_sym_COLON_DASH] = ACTIONS(5158), [anon_sym_PERCENT] = ACTIONS(5158), [anon_sym_DASH] = ACTIONS(5158), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1942] = { [sym__concat] = ACTIONS(3847), [anon_sym_RBRACE] = ACTIONS(3847), [anon_sym_EQ] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3847), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3847), [anon_sym_POUND] = ACTIONS(3847), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3847), [anon_sym_COLON] = ACTIONS(3849), [anon_sym_COLON_QMARK] = ACTIONS(3849), [anon_sym_COLON_DASH] = ACTIONS(3849), [anon_sym_PERCENT] = ACTIONS(3849), [anon_sym_DASH] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3847), [anon_sym_BQUOTE] = ACTIONS(3847), [anon_sym_LT_LPAREN] = ACTIONS(3847), [anon_sym_GT_LPAREN] = ACTIONS(3847), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3849), }, [1943] = { [sym_concatenation] = STATE(2199), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2199), [anon_sym_RBRACE] = ACTIONS(5162), [anon_sym_EQ] = ACTIONS(5164), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5166), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5164), [anon_sym_COLON_QMARK] = ACTIONS(5164), [anon_sym_COLON_DASH] = ACTIONS(5164), [anon_sym_PERCENT] = ACTIONS(5164), [anon_sym_DASH] = ACTIONS(5164), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1944] = { [sym__concat] = ACTIONS(3857), [anon_sym_RBRACE] = ACTIONS(3857), [anon_sym_EQ] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3857), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3857), [anon_sym_POUND] = ACTIONS(3857), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3857), [anon_sym_COLON] = ACTIONS(3859), [anon_sym_COLON_QMARK] = ACTIONS(3859), [anon_sym_COLON_DASH] = ACTIONS(3859), [anon_sym_PERCENT] = ACTIONS(3859), [anon_sym_DASH] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3857), [anon_sym_BQUOTE] = ACTIONS(3857), [anon_sym_LT_LPAREN] = ACTIONS(3857), [anon_sym_GT_LPAREN] = ACTIONS(3857), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3859), }, [1945] = { [sym_concatenation] = STATE(2201), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2201), [anon_sym_RBRACE] = ACTIONS(5168), [anon_sym_EQ] = ACTIONS(5170), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5172), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5170), [anon_sym_COLON_QMARK] = ACTIONS(5170), [anon_sym_COLON_DASH] = ACTIONS(5170), [anon_sym_PERCENT] = ACTIONS(5170), [anon_sym_DASH] = ACTIONS(5170), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1946] = { [sym__concat] = ACTIONS(3867), [anon_sym_RBRACE] = ACTIONS(3867), [anon_sym_EQ] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3867), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3867), [anon_sym_POUND] = ACTIONS(3867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3867), [anon_sym_COLON] = ACTIONS(3869), [anon_sym_COLON_QMARK] = ACTIONS(3869), [anon_sym_COLON_DASH] = ACTIONS(3869), [anon_sym_PERCENT] = ACTIONS(3869), [anon_sym_DASH] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3867), [anon_sym_BQUOTE] = ACTIONS(3867), [anon_sym_LT_LPAREN] = ACTIONS(3867), [anon_sym_GT_LPAREN] = ACTIONS(3867), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3869), }, [1947] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5174), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1948] = { [sym__concat] = ACTIONS(3873), [anon_sym_RBRACE] = ACTIONS(3873), [anon_sym_EQ] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3873), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3873), [anon_sym_POUND] = ACTIONS(3873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3873), [anon_sym_COLON] = ACTIONS(3875), [anon_sym_COLON_QMARK] = ACTIONS(3875), [anon_sym_COLON_DASH] = ACTIONS(3875), [anon_sym_PERCENT] = ACTIONS(3875), [anon_sym_DASH] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3873), [anon_sym_BQUOTE] = ACTIONS(3873), [anon_sym_LT_LPAREN] = ACTIONS(3873), [anon_sym_GT_LPAREN] = ACTIONS(3873), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3875), }, [1949] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5176), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1950] = { [sym_file_descriptor] = ACTIONS(5178), [sym__concat] = ACTIONS(5178), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_RPAREN] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [anon_sym_EQ_TILDE] = ACTIONS(5180), [anon_sym_EQ_EQ] = ACTIONS(5180), [anon_sym_LT] = ACTIONS(5180), [anon_sym_GT] = ACTIONS(5180), [anon_sym_GT_GT] = ACTIONS(5180), [anon_sym_AMP_GT] = ACTIONS(5180), [anon_sym_AMP_GT_GT] = ACTIONS(5180), [anon_sym_LT_AMP] = ACTIONS(5180), [anon_sym_GT_AMP] = ACTIONS(5180), [anon_sym_LT_LT] = ACTIONS(5180), [anon_sym_LT_LT_DASH] = ACTIONS(5180), [anon_sym_LT_LT_LT] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [anon_sym_LT_LPAREN] = ACTIONS(5180), [anon_sym_GT_LPAREN] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5180), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [1951] = { [sym_file_descriptor] = ACTIONS(5182), [sym__concat] = ACTIONS(5182), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_RPAREN] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [anon_sym_EQ_TILDE] = ACTIONS(5184), [anon_sym_EQ_EQ] = ACTIONS(5184), [anon_sym_LT] = ACTIONS(5184), [anon_sym_GT] = ACTIONS(5184), [anon_sym_GT_GT] = ACTIONS(5184), [anon_sym_AMP_GT] = ACTIONS(5184), [anon_sym_AMP_GT_GT] = ACTIONS(5184), [anon_sym_LT_AMP] = ACTIONS(5184), [anon_sym_GT_AMP] = ACTIONS(5184), [anon_sym_LT_LT] = ACTIONS(5184), [anon_sym_LT_LT_DASH] = ACTIONS(5184), [anon_sym_LT_LT_LT] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [anon_sym_LT_LPAREN] = ACTIONS(5184), [anon_sym_GT_LPAREN] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5184), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [1952] = { [sym_file_descriptor] = ACTIONS(5186), [sym__concat] = ACTIONS(5186), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_RPAREN] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [anon_sym_EQ_TILDE] = ACTIONS(5188), [anon_sym_EQ_EQ] = ACTIONS(5188), [anon_sym_LT] = ACTIONS(5188), [anon_sym_GT] = ACTIONS(5188), [anon_sym_GT_GT] = ACTIONS(5188), [anon_sym_AMP_GT] = ACTIONS(5188), [anon_sym_AMP_GT_GT] = ACTIONS(5188), [anon_sym_LT_AMP] = ACTIONS(5188), [anon_sym_GT_AMP] = ACTIONS(5188), [anon_sym_LT_LT] = ACTIONS(5188), [anon_sym_LT_LT_DASH] = ACTIONS(5188), [anon_sym_LT_LT_LT] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [anon_sym_LT_LPAREN] = ACTIONS(5188), [anon_sym_GT_LPAREN] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5188), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [1953] = { [anon_sym_PIPE] = ACTIONS(4226), [anon_sym_RPAREN] = ACTIONS(4228), [anon_sym_PIPE_AMP] = ACTIONS(4228), [anon_sym_AMP_AMP] = ACTIONS(4228), [anon_sym_PIPE_PIPE] = ACTIONS(4228), [anon_sym_BQUOTE] = ACTIONS(4228), [sym_comment] = ACTIONS(54), }, [1954] = { [anon_sym_PIPE] = ACTIONS(3403), [anon_sym_RPAREN] = ACTIONS(3401), [anon_sym_PIPE_AMP] = ACTIONS(3401), [anon_sym_AMP_AMP] = ACTIONS(3401), [anon_sym_PIPE_PIPE] = ACTIONS(3401), [anon_sym_BQUOTE] = ACTIONS(3401), [sym_comment] = ACTIONS(54), }, [1955] = { [anon_sym_PIPE] = ACTIONS(4232), [anon_sym_RPAREN] = ACTIONS(4234), [anon_sym_PIPE_AMP] = ACTIONS(4234), [anon_sym_AMP_AMP] = ACTIONS(4234), [anon_sym_PIPE_PIPE] = ACTIONS(4234), [anon_sym_BQUOTE] = ACTIONS(4234), [sym_comment] = ACTIONS(54), }, [1956] = { [anon_sym_fi] = ACTIONS(5190), [sym_comment] = ACTIONS(54), }, [1957] = { [anon_sym_PIPE] = ACTIONS(4286), [anon_sym_RPAREN] = ACTIONS(4288), [anon_sym_PIPE_AMP] = ACTIONS(4288), [anon_sym_AMP_AMP] = ACTIONS(4288), [anon_sym_PIPE_PIPE] = ACTIONS(4288), [anon_sym_BQUOTE] = ACTIONS(4288), [sym_comment] = ACTIONS(54), }, [1958] = { [anon_sym_esac] = ACTIONS(5192), [sym_comment] = ACTIONS(54), }, [1959] = { [anon_sym_PIPE] = ACTIONS(4316), [anon_sym_RPAREN] = ACTIONS(4318), [anon_sym_PIPE_AMP] = ACTIONS(4318), [anon_sym_AMP_AMP] = ACTIONS(4318), [anon_sym_PIPE_PIPE] = ACTIONS(4318), [anon_sym_BQUOTE] = ACTIONS(4318), [sym_comment] = ACTIONS(54), }, [1960] = { [sym_case_item] = STATE(1453), [sym_last_case_item] = STATE(2206), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1453), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2265), }, [1961] = { [anon_sym_PIPE] = ACTIONS(4320), [anon_sym_RPAREN] = ACTIONS(4322), [anon_sym_PIPE_AMP] = ACTIONS(4322), [anon_sym_AMP_AMP] = ACTIONS(4322), [anon_sym_PIPE_PIPE] = ACTIONS(4322), [anon_sym_BQUOTE] = ACTIONS(4322), [sym_comment] = ACTIONS(54), }, [1962] = { [anon_sym_esac] = ACTIONS(5194), [sym_comment] = ACTIONS(54), }, [1963] = { [anon_sym_PIPE] = ACTIONS(4326), [anon_sym_RPAREN] = ACTIONS(4328), [anon_sym_PIPE_AMP] = ACTIONS(4328), [anon_sym_AMP_AMP] = ACTIONS(4328), [anon_sym_PIPE_PIPE] = ACTIONS(4328), [anon_sym_BQUOTE] = ACTIONS(4328), [sym_comment] = ACTIONS(54), }, [1964] = { [sym_case_item] = STATE(1453), [sym_last_case_item] = STATE(2208), [sym_concatenation] = STATE(1043), [sym_string] = STATE(1041), [sym_simple_expansion] = STATE(1041), [sym_string_expansion] = STATE(1041), [sym_expansion] = STATE(1041), [sym_command_substitution] = STATE(1041), [sym_process_substitution] = STATE(1041), [aux_sym_case_statement_repeat1] = STATE(1453), [sym__special_characters] = ACTIONS(2263), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(2265), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(2265), }, [1965] = { [anon_sym_PIPE] = ACTIONS(4358), [anon_sym_RPAREN] = ACTIONS(4360), [anon_sym_PIPE_AMP] = ACTIONS(4360), [anon_sym_AMP_AMP] = ACTIONS(4360), [anon_sym_PIPE_PIPE] = ACTIONS(4360), [anon_sym_BQUOTE] = ACTIONS(4360), [sym_comment] = ACTIONS(54), }, [1966] = { [aux_sym_concatenation_repeat1] = STATE(1969), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_RPAREN] = ACTIONS(1061), [anon_sym_PIPE_AMP] = ACTIONS(1061), [anon_sym_AMP_AMP] = ACTIONS(1061), [anon_sym_PIPE_PIPE] = ACTIONS(1061), [sym_comment] = ACTIONS(54), }, [1967] = { [aux_sym_concatenation_repeat1] = STATE(1969), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_RPAREN] = ACTIONS(1065), [anon_sym_PIPE_AMP] = ACTIONS(1065), [anon_sym_AMP_AMP] = ACTIONS(1065), [anon_sym_PIPE_PIPE] = ACTIONS(1065), [sym_comment] = ACTIONS(54), }, [1968] = { [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_RPAREN] = ACTIONS(1065), [anon_sym_PIPE_AMP] = ACTIONS(1065), [anon_sym_AMP_AMP] = ACTIONS(1065), [anon_sym_PIPE_PIPE] = ACTIONS(1065), [anon_sym_BQUOTE] = ACTIONS(1065), [sym_comment] = ACTIONS(54), }, [1969] = { [aux_sym_concatenation_repeat1] = STATE(2209), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_RPAREN] = ACTIONS(688), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [sym_comment] = ACTIONS(54), }, [1970] = { [sym_variable_name] = ACTIONS(3258), [anon_sym_PIPE] = ACTIONS(3260), [anon_sym_RPAREN] = ACTIONS(3258), [anon_sym_PIPE_AMP] = ACTIONS(3258), [anon_sym_AMP_AMP] = ACTIONS(3258), [anon_sym_PIPE_PIPE] = ACTIONS(3258), [sym__special_characters] = ACTIONS(3258), [anon_sym_DQUOTE] = ACTIONS(3258), [anon_sym_DOLLAR] = ACTIONS(3260), [sym_raw_string] = ACTIONS(3258), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3258), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3258), [anon_sym_BQUOTE] = ACTIONS(3258), [anon_sym_LT_LPAREN] = ACTIONS(3258), [anon_sym_GT_LPAREN] = ACTIONS(3258), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3260), [sym_word] = ACTIONS(3260), }, [1971] = { [sym__concat] = ACTIONS(3740), [sym_variable_name] = ACTIONS(3740), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_RPAREN] = ACTIONS(3740), [anon_sym_PIPE_AMP] = ACTIONS(3740), [anon_sym_AMP_AMP] = ACTIONS(3740), [anon_sym_PIPE_PIPE] = ACTIONS(3740), [sym__special_characters] = ACTIONS(3740), [anon_sym_DQUOTE] = ACTIONS(3740), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3740), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3740), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3740), [anon_sym_BQUOTE] = ACTIONS(3740), [anon_sym_LT_LPAREN] = ACTIONS(3740), [anon_sym_GT_LPAREN] = ACTIONS(3740), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3742), [sym_word] = ACTIONS(3742), }, [1972] = { [sym__concat] = ACTIONS(3746), [sym_variable_name] = ACTIONS(3746), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_RPAREN] = ACTIONS(3746), [anon_sym_PIPE_AMP] = ACTIONS(3746), [anon_sym_AMP_AMP] = ACTIONS(3746), [anon_sym_PIPE_PIPE] = ACTIONS(3746), [sym__special_characters] = ACTIONS(3746), [anon_sym_DQUOTE] = ACTIONS(3746), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3746), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3746), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3746), [anon_sym_BQUOTE] = ACTIONS(3746), [anon_sym_LT_LPAREN] = ACTIONS(3746), [anon_sym_GT_LPAREN] = ACTIONS(3746), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3748), [sym_word] = ACTIONS(3748), }, [1973] = { [sym__concat] = ACTIONS(3831), [sym_variable_name] = ACTIONS(3831), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_RPAREN] = ACTIONS(3831), [anon_sym_PIPE_AMP] = ACTIONS(3831), [anon_sym_AMP_AMP] = ACTIONS(3831), [anon_sym_PIPE_PIPE] = ACTIONS(3831), [sym__special_characters] = ACTIONS(3831), [anon_sym_DQUOTE] = ACTIONS(3831), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3831), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3831), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3831), [anon_sym_BQUOTE] = ACTIONS(3831), [anon_sym_LT_LPAREN] = ACTIONS(3831), [anon_sym_GT_LPAREN] = ACTIONS(3831), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3833), [sym_word] = ACTIONS(3833), }, [1974] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5196), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1975] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5198), [sym_comment] = ACTIONS(54), }, [1976] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5200), [sym_comment] = ACTIONS(54), }, [1977] = { [anon_sym_RBRACE] = ACTIONS(5200), [sym_comment] = ACTIONS(54), }, [1978] = { [sym_concatenation] = STATE(2214), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2214), [anon_sym_RBRACE] = ACTIONS(5202), [anon_sym_EQ] = ACTIONS(5204), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5206), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5204), [anon_sym_COLON_QMARK] = ACTIONS(5204), [anon_sym_COLON_DASH] = ACTIONS(5204), [anon_sym_PERCENT] = ACTIONS(5204), [anon_sym_DASH] = ACTIONS(5204), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1979] = { [sym__concat] = ACTIONS(3847), [sym_variable_name] = ACTIONS(3847), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_RPAREN] = ACTIONS(3847), [anon_sym_PIPE_AMP] = ACTIONS(3847), [anon_sym_AMP_AMP] = ACTIONS(3847), [anon_sym_PIPE_PIPE] = ACTIONS(3847), [sym__special_characters] = ACTIONS(3847), [anon_sym_DQUOTE] = ACTIONS(3847), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3847), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3847), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3847), [anon_sym_BQUOTE] = ACTIONS(3847), [anon_sym_LT_LPAREN] = ACTIONS(3847), [anon_sym_GT_LPAREN] = ACTIONS(3847), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3849), [sym_word] = ACTIONS(3849), }, [1980] = { [sym_concatenation] = STATE(2216), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2216), [anon_sym_RBRACE] = ACTIONS(5208), [anon_sym_EQ] = ACTIONS(5210), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5212), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5210), [anon_sym_COLON_QMARK] = ACTIONS(5210), [anon_sym_COLON_DASH] = ACTIONS(5210), [anon_sym_PERCENT] = ACTIONS(5210), [anon_sym_DASH] = ACTIONS(5210), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1981] = { [sym__concat] = ACTIONS(3857), [sym_variable_name] = ACTIONS(3857), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_RPAREN] = ACTIONS(3857), [anon_sym_PIPE_AMP] = ACTIONS(3857), [anon_sym_AMP_AMP] = ACTIONS(3857), [anon_sym_PIPE_PIPE] = ACTIONS(3857), [sym__special_characters] = ACTIONS(3857), [anon_sym_DQUOTE] = ACTIONS(3857), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3857), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3857), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3857), [anon_sym_BQUOTE] = ACTIONS(3857), [anon_sym_LT_LPAREN] = ACTIONS(3857), [anon_sym_GT_LPAREN] = ACTIONS(3857), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3859), [sym_word] = ACTIONS(3859), }, [1982] = { [sym_concatenation] = STATE(2218), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2218), [anon_sym_RBRACE] = ACTIONS(5214), [anon_sym_EQ] = ACTIONS(5216), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5218), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5216), [anon_sym_COLON_QMARK] = ACTIONS(5216), [anon_sym_COLON_DASH] = ACTIONS(5216), [anon_sym_PERCENT] = ACTIONS(5216), [anon_sym_DASH] = ACTIONS(5216), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1983] = { [sym__concat] = ACTIONS(3867), [sym_variable_name] = ACTIONS(3867), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_RPAREN] = ACTIONS(3867), [anon_sym_PIPE_AMP] = ACTIONS(3867), [anon_sym_AMP_AMP] = ACTIONS(3867), [anon_sym_PIPE_PIPE] = ACTIONS(3867), [sym__special_characters] = ACTIONS(3867), [anon_sym_DQUOTE] = ACTIONS(3867), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3867), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3867), [anon_sym_BQUOTE] = ACTIONS(3867), [anon_sym_LT_LPAREN] = ACTIONS(3867), [anon_sym_GT_LPAREN] = ACTIONS(3867), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3869), [sym_word] = ACTIONS(3869), }, [1984] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5220), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1985] = { [sym__concat] = ACTIONS(3873), [sym_variable_name] = ACTIONS(3873), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_RPAREN] = ACTIONS(3873), [anon_sym_PIPE_AMP] = ACTIONS(3873), [anon_sym_AMP_AMP] = ACTIONS(3873), [anon_sym_PIPE_PIPE] = ACTIONS(3873), [sym__special_characters] = ACTIONS(3873), [anon_sym_DQUOTE] = ACTIONS(3873), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3873), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3873), [anon_sym_BQUOTE] = ACTIONS(3873), [anon_sym_LT_LPAREN] = ACTIONS(3873), [anon_sym_GT_LPAREN] = ACTIONS(3873), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3875), [sym_word] = ACTIONS(3875), }, [1986] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5222), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1987] = { [sym__concat] = ACTIONS(3740), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_RPAREN] = ACTIONS(3740), [anon_sym_PIPE_AMP] = ACTIONS(3740), [anon_sym_AMP_AMP] = ACTIONS(3740), [anon_sym_PIPE_PIPE] = ACTIONS(3740), [sym__special_characters] = ACTIONS(3740), [anon_sym_DQUOTE] = ACTIONS(3740), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3740), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3740), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3740), [anon_sym_BQUOTE] = ACTIONS(3740), [anon_sym_LT_LPAREN] = ACTIONS(3740), [anon_sym_GT_LPAREN] = ACTIONS(3740), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3742), [sym_word] = ACTIONS(3742), }, [1988] = { [sym__concat] = ACTIONS(3746), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_RPAREN] = ACTIONS(3746), [anon_sym_PIPE_AMP] = ACTIONS(3746), [anon_sym_AMP_AMP] = ACTIONS(3746), [anon_sym_PIPE_PIPE] = ACTIONS(3746), [sym__special_characters] = ACTIONS(3746), [anon_sym_DQUOTE] = ACTIONS(3746), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3746), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3746), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3746), [anon_sym_BQUOTE] = ACTIONS(3746), [anon_sym_LT_LPAREN] = ACTIONS(3746), [anon_sym_GT_LPAREN] = ACTIONS(3746), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3748), [sym_word] = ACTIONS(3748), }, [1989] = { [sym__concat] = ACTIONS(3831), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_RPAREN] = ACTIONS(3831), [anon_sym_PIPE_AMP] = ACTIONS(3831), [anon_sym_AMP_AMP] = ACTIONS(3831), [anon_sym_PIPE_PIPE] = ACTIONS(3831), [sym__special_characters] = ACTIONS(3831), [anon_sym_DQUOTE] = ACTIONS(3831), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3831), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3831), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3831), [anon_sym_BQUOTE] = ACTIONS(3831), [anon_sym_LT_LPAREN] = ACTIONS(3831), [anon_sym_GT_LPAREN] = ACTIONS(3831), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3833), [sym_word] = ACTIONS(3833), }, [1990] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5224), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1991] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5226), [sym_comment] = ACTIONS(54), }, [1992] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5228), [sym_comment] = ACTIONS(54), }, [1993] = { [anon_sym_RBRACE] = ACTIONS(5228), [sym_comment] = ACTIONS(54), }, [1994] = { [sym_concatenation] = STATE(2225), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2225), [anon_sym_RBRACE] = ACTIONS(5230), [anon_sym_EQ] = ACTIONS(5232), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5234), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5232), [anon_sym_COLON_QMARK] = ACTIONS(5232), [anon_sym_COLON_DASH] = ACTIONS(5232), [anon_sym_PERCENT] = ACTIONS(5232), [anon_sym_DASH] = ACTIONS(5232), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1995] = { [sym__concat] = ACTIONS(3847), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_RPAREN] = ACTIONS(3847), [anon_sym_PIPE_AMP] = ACTIONS(3847), [anon_sym_AMP_AMP] = ACTIONS(3847), [anon_sym_PIPE_PIPE] = ACTIONS(3847), [sym__special_characters] = ACTIONS(3847), [anon_sym_DQUOTE] = ACTIONS(3847), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3847), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3847), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3847), [anon_sym_BQUOTE] = ACTIONS(3847), [anon_sym_LT_LPAREN] = ACTIONS(3847), [anon_sym_GT_LPAREN] = ACTIONS(3847), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3849), [sym_word] = ACTIONS(3849), }, [1996] = { [sym_concatenation] = STATE(2227), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2227), [anon_sym_RBRACE] = ACTIONS(5236), [anon_sym_EQ] = ACTIONS(5238), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5240), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5238), [anon_sym_COLON_QMARK] = ACTIONS(5238), [anon_sym_COLON_DASH] = ACTIONS(5238), [anon_sym_PERCENT] = ACTIONS(5238), [anon_sym_DASH] = ACTIONS(5238), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1997] = { [sym__concat] = ACTIONS(3857), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_RPAREN] = ACTIONS(3857), [anon_sym_PIPE_AMP] = ACTIONS(3857), [anon_sym_AMP_AMP] = ACTIONS(3857), [anon_sym_PIPE_PIPE] = ACTIONS(3857), [sym__special_characters] = ACTIONS(3857), [anon_sym_DQUOTE] = ACTIONS(3857), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3857), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3857), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3857), [anon_sym_BQUOTE] = ACTIONS(3857), [anon_sym_LT_LPAREN] = ACTIONS(3857), [anon_sym_GT_LPAREN] = ACTIONS(3857), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3859), [sym_word] = ACTIONS(3859), }, [1998] = { [sym_concatenation] = STATE(2229), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2229), [anon_sym_RBRACE] = ACTIONS(5242), [anon_sym_EQ] = ACTIONS(5244), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5246), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5244), [anon_sym_COLON_QMARK] = ACTIONS(5244), [anon_sym_COLON_DASH] = ACTIONS(5244), [anon_sym_PERCENT] = ACTIONS(5244), [anon_sym_DASH] = ACTIONS(5244), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [1999] = { [sym__concat] = ACTIONS(3867), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_RPAREN] = ACTIONS(3867), [anon_sym_PIPE_AMP] = ACTIONS(3867), [anon_sym_AMP_AMP] = ACTIONS(3867), [anon_sym_PIPE_PIPE] = ACTIONS(3867), [sym__special_characters] = ACTIONS(3867), [anon_sym_DQUOTE] = ACTIONS(3867), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3867), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3867), [anon_sym_BQUOTE] = ACTIONS(3867), [anon_sym_LT_LPAREN] = ACTIONS(3867), [anon_sym_GT_LPAREN] = ACTIONS(3867), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3869), [sym_word] = ACTIONS(3869), }, [2000] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5248), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2001] = { [sym__concat] = ACTIONS(3873), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_RPAREN] = ACTIONS(3873), [anon_sym_PIPE_AMP] = ACTIONS(3873), [anon_sym_AMP_AMP] = ACTIONS(3873), [anon_sym_PIPE_PIPE] = ACTIONS(3873), [sym__special_characters] = ACTIONS(3873), [anon_sym_DQUOTE] = ACTIONS(3873), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3873), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3873), [anon_sym_BQUOTE] = ACTIONS(3873), [anon_sym_LT_LPAREN] = ACTIONS(3873), [anon_sym_GT_LPAREN] = ACTIONS(3873), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3875), [sym_word] = ACTIONS(3875), }, [2002] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5250), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2003] = { [sym_file_descriptor] = ACTIONS(4621), [sym__concat] = ACTIONS(4621), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_RPAREN] = ACTIONS(4621), [anon_sym_PIPE_AMP] = ACTIONS(4621), [anon_sym_AMP_AMP] = ACTIONS(4621), [anon_sym_PIPE_PIPE] = ACTIONS(4621), [anon_sym_EQ_TILDE] = ACTIONS(4623), [anon_sym_EQ_EQ] = ACTIONS(4623), [anon_sym_LT] = ACTIONS(4623), [anon_sym_GT] = ACTIONS(4623), [anon_sym_GT_GT] = ACTIONS(4621), [anon_sym_AMP_GT] = ACTIONS(4623), [anon_sym_AMP_GT_GT] = ACTIONS(4621), [anon_sym_LT_AMP] = ACTIONS(4621), [anon_sym_GT_AMP] = ACTIONS(4621), [anon_sym_LT_LT] = ACTIONS(4623), [anon_sym_LT_LT_DASH] = ACTIONS(4621), [anon_sym_LT_LT_LT] = ACTIONS(4621), [sym__special_characters] = ACTIONS(4621), [anon_sym_DQUOTE] = ACTIONS(4621), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4621), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4621), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4621), [anon_sym_BQUOTE] = ACTIONS(4621), [anon_sym_LT_LPAREN] = ACTIONS(4621), [anon_sym_GT_LPAREN] = ACTIONS(4621), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4623), }, [2004] = { [sym_file_descriptor] = ACTIONS(4625), [sym__concat] = ACTIONS(4625), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_RPAREN] = ACTIONS(4625), [anon_sym_PIPE_AMP] = ACTIONS(4625), [anon_sym_AMP_AMP] = ACTIONS(4625), [anon_sym_PIPE_PIPE] = ACTIONS(4625), [anon_sym_EQ_TILDE] = ACTIONS(4627), [anon_sym_EQ_EQ] = ACTIONS(4627), [anon_sym_LT] = ACTIONS(4627), [anon_sym_GT] = ACTIONS(4627), [anon_sym_GT_GT] = ACTIONS(4625), [anon_sym_AMP_GT] = ACTIONS(4627), [anon_sym_AMP_GT_GT] = ACTIONS(4625), [anon_sym_LT_AMP] = ACTIONS(4625), [anon_sym_GT_AMP] = ACTIONS(4625), [anon_sym_LT_LT] = ACTIONS(4627), [anon_sym_LT_LT_DASH] = ACTIONS(4625), [anon_sym_LT_LT_LT] = ACTIONS(4625), [sym__special_characters] = ACTIONS(4625), [anon_sym_DQUOTE] = ACTIONS(4625), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4625), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4625), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4625), [anon_sym_BQUOTE] = ACTIONS(4625), [anon_sym_LT_LPAREN] = ACTIONS(4625), [anon_sym_GT_LPAREN] = ACTIONS(4625), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4627), }, [2005] = { [sym_file_descriptor] = ACTIONS(4629), [sym__concat] = ACTIONS(4629), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_RPAREN] = ACTIONS(4629), [anon_sym_PIPE_AMP] = ACTIONS(4629), [anon_sym_AMP_AMP] = ACTIONS(4629), [anon_sym_PIPE_PIPE] = ACTIONS(4629), [anon_sym_EQ_TILDE] = ACTIONS(4631), [anon_sym_EQ_EQ] = ACTIONS(4631), [anon_sym_LT] = ACTIONS(4631), [anon_sym_GT] = ACTIONS(4631), [anon_sym_GT_GT] = ACTIONS(4629), [anon_sym_AMP_GT] = ACTIONS(4631), [anon_sym_AMP_GT_GT] = ACTIONS(4629), [anon_sym_LT_AMP] = ACTIONS(4629), [anon_sym_GT_AMP] = ACTIONS(4629), [anon_sym_LT_LT] = ACTIONS(4631), [anon_sym_LT_LT_DASH] = ACTIONS(4629), [anon_sym_LT_LT_LT] = ACTIONS(4629), [sym__special_characters] = ACTIONS(4629), [anon_sym_DQUOTE] = ACTIONS(4629), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4629), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4629), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4629), [anon_sym_BQUOTE] = ACTIONS(4629), [anon_sym_LT_LPAREN] = ACTIONS(4629), [anon_sym_GT_LPAREN] = ACTIONS(4629), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4631), }, [2006] = { [sym_file_descriptor] = ACTIONS(4633), [sym__concat] = ACTIONS(4633), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_RPAREN] = ACTIONS(4633), [anon_sym_PIPE_AMP] = ACTIONS(4633), [anon_sym_AMP_AMP] = ACTIONS(4633), [anon_sym_PIPE_PIPE] = ACTIONS(4633), [anon_sym_EQ_TILDE] = ACTIONS(4635), [anon_sym_EQ_EQ] = ACTIONS(4635), [anon_sym_LT] = ACTIONS(4635), [anon_sym_GT] = ACTIONS(4635), [anon_sym_GT_GT] = ACTIONS(4633), [anon_sym_AMP_GT] = ACTIONS(4635), [anon_sym_AMP_GT_GT] = ACTIONS(4633), [anon_sym_LT_AMP] = ACTIONS(4633), [anon_sym_GT_AMP] = ACTIONS(4633), [anon_sym_LT_LT] = ACTIONS(4635), [anon_sym_LT_LT_DASH] = ACTIONS(4633), [anon_sym_LT_LT_LT] = ACTIONS(4633), [sym__special_characters] = ACTIONS(4633), [anon_sym_DQUOTE] = ACTIONS(4633), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4633), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4633), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4633), [anon_sym_BQUOTE] = ACTIONS(4633), [anon_sym_LT_LPAREN] = ACTIONS(4633), [anon_sym_GT_LPAREN] = ACTIONS(4633), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4635), }, [2007] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5252), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2008] = { [sym_file_descriptor] = ACTIONS(4639), [sym__concat] = ACTIONS(4639), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_RPAREN] = ACTIONS(4639), [anon_sym_PIPE_AMP] = ACTIONS(4639), [anon_sym_AMP_AMP] = ACTIONS(4639), [anon_sym_PIPE_PIPE] = ACTIONS(4639), [anon_sym_EQ_TILDE] = ACTIONS(4641), [anon_sym_EQ_EQ] = ACTIONS(4641), [anon_sym_LT] = ACTIONS(4641), [anon_sym_GT] = ACTIONS(4641), [anon_sym_GT_GT] = ACTIONS(4639), [anon_sym_AMP_GT] = ACTIONS(4641), [anon_sym_AMP_GT_GT] = ACTIONS(4639), [anon_sym_LT_AMP] = ACTIONS(4639), [anon_sym_GT_AMP] = ACTIONS(4639), [anon_sym_LT_LT] = ACTIONS(4641), [anon_sym_LT_LT_DASH] = ACTIONS(4639), [anon_sym_LT_LT_LT] = ACTIONS(4639), [sym__special_characters] = ACTIONS(4639), [anon_sym_DQUOTE] = ACTIONS(4639), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4639), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4639), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4639), [anon_sym_BQUOTE] = ACTIONS(4639), [anon_sym_LT_LPAREN] = ACTIONS(4639), [anon_sym_GT_LPAREN] = ACTIONS(4639), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4641), }, [2009] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5254), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2010] = { [sym_file_descriptor] = ACTIONS(4645), [sym__concat] = ACTIONS(4645), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_RPAREN] = ACTIONS(4645), [anon_sym_PIPE_AMP] = ACTIONS(4645), [anon_sym_AMP_AMP] = ACTIONS(4645), [anon_sym_PIPE_PIPE] = ACTIONS(4645), [anon_sym_EQ_TILDE] = ACTIONS(4647), [anon_sym_EQ_EQ] = ACTIONS(4647), [anon_sym_LT] = ACTIONS(4647), [anon_sym_GT] = ACTIONS(4647), [anon_sym_GT_GT] = ACTIONS(4645), [anon_sym_AMP_GT] = ACTIONS(4647), [anon_sym_AMP_GT_GT] = ACTIONS(4645), [anon_sym_LT_AMP] = ACTIONS(4645), [anon_sym_GT_AMP] = ACTIONS(4645), [anon_sym_LT_LT] = ACTIONS(4647), [anon_sym_LT_LT_DASH] = ACTIONS(4645), [anon_sym_LT_LT_LT] = ACTIONS(4645), [sym__special_characters] = ACTIONS(4645), [anon_sym_DQUOTE] = ACTIONS(4645), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4645), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4645), [anon_sym_BQUOTE] = ACTIONS(4645), [anon_sym_LT_LPAREN] = ACTIONS(4645), [anon_sym_GT_LPAREN] = ACTIONS(4645), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4647), }, [2011] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5256), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2012] = { [sym_file_descriptor] = ACTIONS(4651), [sym__concat] = ACTIONS(4651), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_RPAREN] = ACTIONS(4651), [anon_sym_PIPE_AMP] = ACTIONS(4651), [anon_sym_AMP_AMP] = ACTIONS(4651), [anon_sym_PIPE_PIPE] = ACTIONS(4651), [anon_sym_EQ_TILDE] = ACTIONS(4653), [anon_sym_EQ_EQ] = ACTIONS(4653), [anon_sym_LT] = ACTIONS(4653), [anon_sym_GT] = ACTIONS(4653), [anon_sym_GT_GT] = ACTIONS(4651), [anon_sym_AMP_GT] = ACTIONS(4653), [anon_sym_AMP_GT_GT] = ACTIONS(4651), [anon_sym_LT_AMP] = ACTIONS(4651), [anon_sym_GT_AMP] = ACTIONS(4651), [anon_sym_LT_LT] = ACTIONS(4653), [anon_sym_LT_LT_DASH] = ACTIONS(4651), [anon_sym_LT_LT_LT] = ACTIONS(4651), [sym__special_characters] = ACTIONS(4651), [anon_sym_DQUOTE] = ACTIONS(4651), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4651), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4651), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4651), [anon_sym_BQUOTE] = ACTIONS(4651), [anon_sym_LT_LPAREN] = ACTIONS(4651), [anon_sym_GT_LPAREN] = ACTIONS(4651), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4653), }, [2013] = { [sym_file_descriptor] = ACTIONS(4655), [sym__concat] = ACTIONS(4655), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_RPAREN] = ACTIONS(4655), [anon_sym_PIPE_AMP] = ACTIONS(4655), [anon_sym_AMP_AMP] = ACTIONS(4655), [anon_sym_PIPE_PIPE] = ACTIONS(4655), [anon_sym_EQ_TILDE] = ACTIONS(4657), [anon_sym_EQ_EQ] = ACTIONS(4657), [anon_sym_LT] = ACTIONS(4657), [anon_sym_GT] = ACTIONS(4657), [anon_sym_GT_GT] = ACTIONS(4655), [anon_sym_AMP_GT] = ACTIONS(4657), [anon_sym_AMP_GT_GT] = ACTIONS(4655), [anon_sym_LT_AMP] = ACTIONS(4655), [anon_sym_GT_AMP] = ACTIONS(4655), [anon_sym_LT_LT] = ACTIONS(4657), [anon_sym_LT_LT_DASH] = ACTIONS(4655), [anon_sym_LT_LT_LT] = ACTIONS(4655), [sym__special_characters] = ACTIONS(4655), [anon_sym_DQUOTE] = ACTIONS(4655), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4655), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4655), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4655), [anon_sym_BQUOTE] = ACTIONS(4655), [anon_sym_LT_LPAREN] = ACTIONS(4655), [anon_sym_GT_LPAREN] = ACTIONS(4655), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4657), }, [2014] = { [aux_sym_concatenation_repeat1] = STATE(2016), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_PIPE_AMP] = ACTIONS(1061), [anon_sym_AMP_AMP] = ACTIONS(1061), [anon_sym_PIPE_PIPE] = ACTIONS(1061), [anon_sym_BQUOTE] = ACTIONS(1061), [sym_comment] = ACTIONS(54), }, [2015] = { [aux_sym_concatenation_repeat1] = STATE(2016), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1065), [anon_sym_AMP_AMP] = ACTIONS(1065), [anon_sym_PIPE_PIPE] = ACTIONS(1065), [anon_sym_BQUOTE] = ACTIONS(1065), [sym_comment] = ACTIONS(54), }, [2016] = { [aux_sym_concatenation_repeat1] = STATE(2235), [sym__concat] = ACTIONS(1870), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(688), [anon_sym_AMP_AMP] = ACTIONS(688), [anon_sym_PIPE_PIPE] = ACTIONS(688), [anon_sym_BQUOTE] = ACTIONS(688), [sym_comment] = ACTIONS(54), }, [2017] = { [sym__heredoc_middle] = ACTIONS(2672), [sym__heredoc_end] = ACTIONS(2672), [anon_sym_DOLLAR] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2672), [sym_comment] = ACTIONS(54), }, [2018] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5258), [sym_comment] = ACTIONS(54), }, [2019] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5260), [sym_comment] = ACTIONS(54), }, [2020] = { [anon_sym_RBRACE] = ACTIONS(5260), [sym_comment] = ACTIONS(54), }, [2021] = { [sym_concatenation] = STATE(2239), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2239), [anon_sym_RBRACE] = ACTIONS(5262), [anon_sym_EQ] = ACTIONS(5264), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5264), [anon_sym_COLON_QMARK] = ACTIONS(5264), [anon_sym_COLON_DASH] = ACTIONS(5264), [anon_sym_PERCENT] = ACTIONS(5264), [anon_sym_DASH] = ACTIONS(5264), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2022] = { [sym__heredoc_middle] = ACTIONS(2750), [sym__heredoc_end] = ACTIONS(2750), [anon_sym_DOLLAR] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2750), [sym_comment] = ACTIONS(54), }, [2023] = { [sym_concatenation] = STATE(2242), [sym_string] = STATE(2241), [sym_simple_expansion] = STATE(2241), [sym_string_expansion] = STATE(2241), [sym_expansion] = STATE(2241), [sym_command_substitution] = STATE(2241), [sym_process_substitution] = STATE(2241), [anon_sym_RBRACE] = ACTIONS(5260), [sym__special_characters] = ACTIONS(5268), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(5270), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5270), }, [2024] = { [sym__heredoc_middle] = ACTIONS(2793), [sym__heredoc_end] = ACTIONS(2793), [anon_sym_DOLLAR] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2793), [sym_comment] = ACTIONS(54), }, [2025] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(5272), }, [2026] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5274), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2027] = { [sym__heredoc_middle] = ACTIONS(2801), [sym__heredoc_end] = ACTIONS(2801), [anon_sym_DOLLAR] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2801), [sym_comment] = ACTIONS(54), }, [2028] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(5276), }, [2029] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5278), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2030] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(5280), }, [2031] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5260), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2032] = { [sym_concatenation] = STATE(2249), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2249), [anon_sym_RBRACE] = ACTIONS(5282), [anon_sym_EQ] = ACTIONS(5284), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5286), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5284), [anon_sym_COLON_QMARK] = ACTIONS(5284), [anon_sym_COLON_DASH] = ACTIONS(5284), [anon_sym_PERCENT] = ACTIONS(5284), [anon_sym_DASH] = ACTIONS(5284), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2033] = { [sym__heredoc_middle] = ACTIONS(2817), [sym__heredoc_end] = ACTIONS(2817), [anon_sym_DOLLAR] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2817), [sym_comment] = ACTIONS(54), }, [2034] = { [sym_concatenation] = STATE(2251), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2251), [anon_sym_RBRACE] = ACTIONS(5288), [anon_sym_EQ] = ACTIONS(5290), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5292), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5290), [anon_sym_COLON_QMARK] = ACTIONS(5290), [anon_sym_COLON_DASH] = ACTIONS(5290), [anon_sym_PERCENT] = ACTIONS(5290), [anon_sym_DASH] = ACTIONS(5290), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2035] = { [sym__concat] = ACTIONS(3740), [anon_sym_RPAREN] = ACTIONS(3740), [sym__special_characters] = ACTIONS(3740), [anon_sym_DQUOTE] = ACTIONS(3740), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3740), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3740), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3740), [anon_sym_BQUOTE] = ACTIONS(3740), [anon_sym_LT_LPAREN] = ACTIONS(3740), [anon_sym_GT_LPAREN] = ACTIONS(3740), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3740), }, [2036] = { [sym__concat] = ACTIONS(3746), [anon_sym_RPAREN] = ACTIONS(3746), [sym__special_characters] = ACTIONS(3746), [anon_sym_DQUOTE] = ACTIONS(3746), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3746), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3746), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3746), [anon_sym_BQUOTE] = ACTIONS(3746), [anon_sym_LT_LPAREN] = ACTIONS(3746), [anon_sym_GT_LPAREN] = ACTIONS(3746), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3746), }, [2037] = { [sym__concat] = ACTIONS(3831), [anon_sym_RPAREN] = ACTIONS(3831), [sym__special_characters] = ACTIONS(3831), [anon_sym_DQUOTE] = ACTIONS(3831), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3831), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3831), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3831), [anon_sym_BQUOTE] = ACTIONS(3831), [anon_sym_LT_LPAREN] = ACTIONS(3831), [anon_sym_GT_LPAREN] = ACTIONS(3831), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3831), }, [2038] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5294), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2039] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5296), [sym_comment] = ACTIONS(54), }, [2040] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5298), [sym_comment] = ACTIONS(54), }, [2041] = { [anon_sym_RBRACE] = ACTIONS(5298), [sym_comment] = ACTIONS(54), }, [2042] = { [sym_concatenation] = STATE(2256), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2256), [anon_sym_RBRACE] = ACTIONS(5300), [anon_sym_EQ] = ACTIONS(5302), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5304), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5302), [anon_sym_COLON_QMARK] = ACTIONS(5302), [anon_sym_COLON_DASH] = ACTIONS(5302), [anon_sym_PERCENT] = ACTIONS(5302), [anon_sym_DASH] = ACTIONS(5302), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2043] = { [sym__concat] = ACTIONS(3847), [anon_sym_RPAREN] = ACTIONS(3847), [sym__special_characters] = ACTIONS(3847), [anon_sym_DQUOTE] = ACTIONS(3847), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3847), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3847), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3847), [anon_sym_BQUOTE] = ACTIONS(3847), [anon_sym_LT_LPAREN] = ACTIONS(3847), [anon_sym_GT_LPAREN] = ACTIONS(3847), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3847), }, [2044] = { [sym_concatenation] = STATE(2258), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2258), [anon_sym_RBRACE] = ACTIONS(5306), [anon_sym_EQ] = ACTIONS(5308), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5310), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5308), [anon_sym_COLON_QMARK] = ACTIONS(5308), [anon_sym_COLON_DASH] = ACTIONS(5308), [anon_sym_PERCENT] = ACTIONS(5308), [anon_sym_DASH] = ACTIONS(5308), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2045] = { [sym__concat] = ACTIONS(3857), [anon_sym_RPAREN] = ACTIONS(3857), [sym__special_characters] = ACTIONS(3857), [anon_sym_DQUOTE] = ACTIONS(3857), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3857), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3857), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3857), [anon_sym_BQUOTE] = ACTIONS(3857), [anon_sym_LT_LPAREN] = ACTIONS(3857), [anon_sym_GT_LPAREN] = ACTIONS(3857), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3857), }, [2046] = { [sym_concatenation] = STATE(2260), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2260), [anon_sym_RBRACE] = ACTIONS(5312), [anon_sym_EQ] = ACTIONS(5314), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5316), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5314), [anon_sym_COLON_QMARK] = ACTIONS(5314), [anon_sym_COLON_DASH] = ACTIONS(5314), [anon_sym_PERCENT] = ACTIONS(5314), [anon_sym_DASH] = ACTIONS(5314), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2047] = { [sym__concat] = ACTIONS(3867), [anon_sym_RPAREN] = ACTIONS(3867), [sym__special_characters] = ACTIONS(3867), [anon_sym_DQUOTE] = ACTIONS(3867), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3867), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3867), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3867), [anon_sym_BQUOTE] = ACTIONS(3867), [anon_sym_LT_LPAREN] = ACTIONS(3867), [anon_sym_GT_LPAREN] = ACTIONS(3867), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3867), }, [2048] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5318), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2049] = { [sym__concat] = ACTIONS(3873), [anon_sym_RPAREN] = ACTIONS(3873), [sym__special_characters] = ACTIONS(3873), [anon_sym_DQUOTE] = ACTIONS(3873), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3873), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3873), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3873), [anon_sym_BQUOTE] = ACTIONS(3873), [anon_sym_LT_LPAREN] = ACTIONS(3873), [anon_sym_GT_LPAREN] = ACTIONS(3873), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(3873), }, [2050] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5320), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2051] = { [sym_file_descriptor] = ACTIONS(4621), [sym__concat] = ACTIONS(4621), [sym_variable_name] = ACTIONS(4621), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_RPAREN] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [anon_sym_LT] = ACTIONS(4623), [anon_sym_GT] = ACTIONS(4623), [anon_sym_GT_GT] = ACTIONS(4623), [anon_sym_AMP_GT] = ACTIONS(4623), [anon_sym_AMP_GT_GT] = ACTIONS(4623), [anon_sym_LT_AMP] = ACTIONS(4623), [anon_sym_GT_AMP] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [anon_sym_LT_LPAREN] = ACTIONS(4623), [anon_sym_GT_LPAREN] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4623), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [2052] = { [sym_file_descriptor] = ACTIONS(4625), [sym__concat] = ACTIONS(4625), [sym_variable_name] = ACTIONS(4625), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_RPAREN] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [anon_sym_LT] = ACTIONS(4627), [anon_sym_GT] = ACTIONS(4627), [anon_sym_GT_GT] = ACTIONS(4627), [anon_sym_AMP_GT] = ACTIONS(4627), [anon_sym_AMP_GT_GT] = ACTIONS(4627), [anon_sym_LT_AMP] = ACTIONS(4627), [anon_sym_GT_AMP] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [anon_sym_LT_LPAREN] = ACTIONS(4627), [anon_sym_GT_LPAREN] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4627), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [2053] = { [sym_file_descriptor] = ACTIONS(4629), [sym__concat] = ACTIONS(4629), [sym_variable_name] = ACTIONS(4629), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_RPAREN] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [anon_sym_LT] = ACTIONS(4631), [anon_sym_GT] = ACTIONS(4631), [anon_sym_GT_GT] = ACTIONS(4631), [anon_sym_AMP_GT] = ACTIONS(4631), [anon_sym_AMP_GT_GT] = ACTIONS(4631), [anon_sym_LT_AMP] = ACTIONS(4631), [anon_sym_GT_AMP] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [anon_sym_LT_LPAREN] = ACTIONS(4631), [anon_sym_GT_LPAREN] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4631), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [2054] = { [sym_file_descriptor] = ACTIONS(4633), [sym__concat] = ACTIONS(4633), [sym_variable_name] = ACTIONS(4633), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_RPAREN] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [anon_sym_LT] = ACTIONS(4635), [anon_sym_GT] = ACTIONS(4635), [anon_sym_GT_GT] = ACTIONS(4635), [anon_sym_AMP_GT] = ACTIONS(4635), [anon_sym_AMP_GT_GT] = ACTIONS(4635), [anon_sym_LT_AMP] = ACTIONS(4635), [anon_sym_GT_AMP] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [anon_sym_LT_LPAREN] = ACTIONS(4635), [anon_sym_GT_LPAREN] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4635), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [2055] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5322), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2056] = { [sym_file_descriptor] = ACTIONS(4639), [sym__concat] = ACTIONS(4639), [sym_variable_name] = ACTIONS(4639), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_RPAREN] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [anon_sym_LT] = ACTIONS(4641), [anon_sym_GT] = ACTIONS(4641), [anon_sym_GT_GT] = ACTIONS(4641), [anon_sym_AMP_GT] = ACTIONS(4641), [anon_sym_AMP_GT_GT] = ACTIONS(4641), [anon_sym_LT_AMP] = ACTIONS(4641), [anon_sym_GT_AMP] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [anon_sym_LT_LPAREN] = ACTIONS(4641), [anon_sym_GT_LPAREN] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4641), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [2057] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5324), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2058] = { [sym_file_descriptor] = ACTIONS(4645), [sym__concat] = ACTIONS(4645), [sym_variable_name] = ACTIONS(4645), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_RPAREN] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [anon_sym_LT] = ACTIONS(4647), [anon_sym_GT] = ACTIONS(4647), [anon_sym_GT_GT] = ACTIONS(4647), [anon_sym_AMP_GT] = ACTIONS(4647), [anon_sym_AMP_GT_GT] = ACTIONS(4647), [anon_sym_LT_AMP] = ACTIONS(4647), [anon_sym_GT_AMP] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [anon_sym_LT_LPAREN] = ACTIONS(4647), [anon_sym_GT_LPAREN] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4647), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [2059] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5326), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2060] = { [sym_file_descriptor] = ACTIONS(4651), [sym__concat] = ACTIONS(4651), [sym_variable_name] = ACTIONS(4651), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_RPAREN] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [anon_sym_LT] = ACTIONS(4653), [anon_sym_GT] = ACTIONS(4653), [anon_sym_GT_GT] = ACTIONS(4653), [anon_sym_AMP_GT] = ACTIONS(4653), [anon_sym_AMP_GT_GT] = ACTIONS(4653), [anon_sym_LT_AMP] = ACTIONS(4653), [anon_sym_GT_AMP] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [anon_sym_LT_LPAREN] = ACTIONS(4653), [anon_sym_GT_LPAREN] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4653), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [2061] = { [sym_file_descriptor] = ACTIONS(4655), [sym__concat] = ACTIONS(4655), [sym_variable_name] = ACTIONS(4655), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_RPAREN] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [anon_sym_LT] = ACTIONS(4657), [anon_sym_GT] = ACTIONS(4657), [anon_sym_GT_GT] = ACTIONS(4657), [anon_sym_AMP_GT] = ACTIONS(4657), [anon_sym_AMP_GT_GT] = ACTIONS(4657), [anon_sym_LT_AMP] = ACTIONS(4657), [anon_sym_GT_AMP] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [anon_sym_LT_LPAREN] = ACTIONS(4657), [anon_sym_GT_LPAREN] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4657), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [2062] = { [sym__concat] = ACTIONS(3740), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [anon_sym_LT_LPAREN] = ACTIONS(3742), [anon_sym_GT_LPAREN] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3742), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [2063] = { [sym__concat] = ACTIONS(3746), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [anon_sym_LT_LPAREN] = ACTIONS(3748), [anon_sym_GT_LPAREN] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3748), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [2064] = { [sym__concat] = ACTIONS(3831), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [anon_sym_LT_LPAREN] = ACTIONS(3833), [anon_sym_GT_LPAREN] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3833), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [2065] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5328), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2066] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5330), [sym_comment] = ACTIONS(54), }, [2067] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5332), [sym_comment] = ACTIONS(54), }, [2068] = { [anon_sym_RBRACE] = ACTIONS(5332), [sym_comment] = ACTIONS(54), }, [2069] = { [sym_concatenation] = STATE(2270), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2270), [anon_sym_RBRACE] = ACTIONS(5334), [anon_sym_EQ] = ACTIONS(5336), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5338), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5336), [anon_sym_COLON_QMARK] = ACTIONS(5336), [anon_sym_COLON_DASH] = ACTIONS(5336), [anon_sym_PERCENT] = ACTIONS(5336), [anon_sym_DASH] = ACTIONS(5336), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2070] = { [sym__concat] = ACTIONS(3847), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [anon_sym_LT_LPAREN] = ACTIONS(3849), [anon_sym_GT_LPAREN] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3849), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [2071] = { [sym_concatenation] = STATE(2272), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2272), [anon_sym_RBRACE] = ACTIONS(5340), [anon_sym_EQ] = ACTIONS(5342), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5344), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5342), [anon_sym_COLON_QMARK] = ACTIONS(5342), [anon_sym_COLON_DASH] = ACTIONS(5342), [anon_sym_PERCENT] = ACTIONS(5342), [anon_sym_DASH] = ACTIONS(5342), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2072] = { [sym__concat] = ACTIONS(3857), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [anon_sym_LT_LPAREN] = ACTIONS(3859), [anon_sym_GT_LPAREN] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3859), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [2073] = { [sym_concatenation] = STATE(2274), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2274), [anon_sym_RBRACE] = ACTIONS(5346), [anon_sym_EQ] = ACTIONS(5348), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5348), [anon_sym_COLON_QMARK] = ACTIONS(5348), [anon_sym_COLON_DASH] = ACTIONS(5348), [anon_sym_PERCENT] = ACTIONS(5348), [anon_sym_DASH] = ACTIONS(5348), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2074] = { [sym__concat] = ACTIONS(3867), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [anon_sym_LT_LPAREN] = ACTIONS(3869), [anon_sym_GT_LPAREN] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3869), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [2075] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5352), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2076] = { [sym__concat] = ACTIONS(3873), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [anon_sym_LT_LPAREN] = ACTIONS(3875), [anon_sym_GT_LPAREN] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3875), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [2077] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5354), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2078] = { [sym_concatenation] = STATE(2277), [sym_string] = STATE(2282), [sym_array] = STATE(2277), [sym_simple_expansion] = STATE(2282), [sym_string_expansion] = STATE(2282), [sym_expansion] = STATE(2282), [sym_command_substitution] = STATE(2282), [sym_process_substitution] = STATE(2282), [sym__empty_value] = ACTIONS(5356), [anon_sym_LPAREN] = ACTIONS(5358), [sym__special_characters] = ACTIONS(5360), [anon_sym_DQUOTE] = ACTIONS(5362), [anon_sym_DOLLAR] = ACTIONS(5364), [sym_raw_string] = ACTIONS(5366), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5368), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5370), [anon_sym_BQUOTE] = ACTIONS(5372), [anon_sym_LT_LPAREN] = ACTIONS(5374), [anon_sym_GT_LPAREN] = ACTIONS(5374), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5366), }, [2079] = { [sym_file_descriptor] = ACTIONS(388), [sym_variable_name] = ACTIONS(388), [anon_sym_esac] = ACTIONS(390), [anon_sym_PIPE] = ACTIONS(390), [anon_sym_SEMI_SEMI] = ACTIONS(390), [anon_sym_PIPE_AMP] = ACTIONS(390), [anon_sym_AMP_AMP] = ACTIONS(390), [anon_sym_PIPE_PIPE] = ACTIONS(390), [anon_sym_LT] = ACTIONS(390), [anon_sym_GT] = ACTIONS(390), [anon_sym_GT_GT] = ACTIONS(390), [anon_sym_AMP_GT] = ACTIONS(390), [anon_sym_AMP_GT_GT] = ACTIONS(390), [anon_sym_LT_AMP] = ACTIONS(390), [anon_sym_GT_AMP] = ACTIONS(390), [sym__special_characters] = ACTIONS(390), [anon_sym_DQUOTE] = ACTIONS(390), [anon_sym_DOLLAR] = ACTIONS(390), [sym_raw_string] = ACTIONS(390), [anon_sym_DOLLAR_LBRACE] = ACTIONS(390), [anon_sym_DOLLAR_LPAREN] = ACTIONS(390), [anon_sym_BQUOTE] = ACTIONS(390), [anon_sym_LT_LPAREN] = ACTIONS(390), [anon_sym_GT_LPAREN] = ACTIONS(390), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(390), [anon_sym_SEMI] = ACTIONS(390), [anon_sym_LF] = ACTIONS(388), [anon_sym_AMP] = ACTIONS(390), }, [2080] = { [sym_do_group] = STATE(2287), [anon_sym_do] = ACTIONS(398), [sym_comment] = ACTIONS(54), }, [2081] = { [sym_compound_statement] = STATE(2289), [anon_sym_LPAREN] = ACTIONS(5376), [anon_sym_LBRACE] = ACTIONS(442), [sym_comment] = ACTIONS(54), }, [2082] = { [sym_concatenation] = STATE(76), [sym_string] = STATE(71), [sym_simple_expansion] = STATE(71), [sym_string_expansion] = STATE(71), [sym_expansion] = STATE(71), [sym_command_substitution] = STATE(71), [sym_process_substitution] = STATE(71), [aux_sym_command_repeat2] = STATE(299), [anon_sym_EQ_TILDE] = ACTIONS(106), [anon_sym_EQ_EQ] = ACTIONS(106), [anon_sym_RBRACK] = ACTIONS(5378), [sym__special_characters] = ACTIONS(532), [anon_sym_DQUOTE] = ACTIONS(110), [anon_sym_DOLLAR] = ACTIONS(112), [sym_raw_string] = ACTIONS(114), [anon_sym_DOLLAR_LBRACE] = ACTIONS(116), [anon_sym_DOLLAR_LPAREN] = ACTIONS(118), [anon_sym_BQUOTE] = ACTIONS(120), [anon_sym_LT_LPAREN] = ACTIONS(122), [anon_sym_GT_LPAREN] = ACTIONS(122), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(124), }, [2083] = { [sym_concatenation] = STATE(87), [sym_string] = STATE(82), [sym_simple_expansion] = STATE(82), [sym_string_expansion] = STATE(82), [sym_expansion] = STATE(82), [sym_command_substitution] = STATE(82), [sym_process_substitution] = STATE(82), [aux_sym_command_repeat2] = STATE(321), [anon_sym_EQ_TILDE] = ACTIONS(126), [anon_sym_EQ_EQ] = ACTIONS(126), [anon_sym_RBRACK_RBRACK] = ACTIONS(5378), [sym__special_characters] = ACTIONS(572), [anon_sym_DQUOTE] = ACTIONS(130), [anon_sym_DOLLAR] = ACTIONS(132), [sym_raw_string] = ACTIONS(134), [anon_sym_DOLLAR_LBRACE] = ACTIONS(136), [anon_sym_DOLLAR_LPAREN] = ACTIONS(138), [anon_sym_BQUOTE] = ACTIONS(140), [anon_sym_LT_LPAREN] = ACTIONS(142), [anon_sym_GT_LPAREN] = ACTIONS(142), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(144), }, [2084] = { [sym__assignment] = STATE(2292), [anon_sym_LBRACK] = ACTIONS(62), [anon_sym_EQ] = ACTIONS(5380), [anon_sym_PLUS_EQ] = ACTIONS(5380), [sym_comment] = ACTIONS(54), }, [2085] = { [aux_sym_concatenation_repeat1] = STATE(2294), [sym__concat] = ACTIONS(5382), [sym_variable_name] = ACTIONS(578), [anon_sym_esac] = ACTIONS(580), [anon_sym_PIPE] = ACTIONS(580), [anon_sym_SEMI_SEMI] = ACTIONS(580), [anon_sym_PIPE_AMP] = ACTIONS(580), [anon_sym_AMP_AMP] = ACTIONS(580), [anon_sym_PIPE_PIPE] = ACTIONS(580), [sym__special_characters] = ACTIONS(580), [anon_sym_DQUOTE] = ACTIONS(580), [anon_sym_DOLLAR] = ACTIONS(580), [sym_raw_string] = ACTIONS(580), [anon_sym_DOLLAR_LBRACE] = ACTIONS(580), [anon_sym_DOLLAR_LPAREN] = ACTIONS(580), [anon_sym_BQUOTE] = ACTIONS(580), [anon_sym_LT_LPAREN] = ACTIONS(580), [anon_sym_GT_LPAREN] = ACTIONS(580), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(580), [sym_word] = ACTIONS(580), [anon_sym_SEMI] = ACTIONS(580), [anon_sym_LF] = ACTIONS(578), [anon_sym_AMP] = ACTIONS(580), }, [2086] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(2296), [anon_sym_DQUOTE] = ACTIONS(5384), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2087] = { [sym_string] = STATE(2298), [anon_sym_DQUOTE] = ACTIONS(5386), [anon_sym_DOLLAR] = ACTIONS(5388), [sym_raw_string] = ACTIONS(5390), [anon_sym_POUND] = ACTIONS(5388), [anon_sym_DASH] = ACTIONS(5388), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5392), [anon_sym_STAR] = ACTIONS(5388), [anon_sym_AT] = ACTIONS(5388), [anon_sym_QMARK] = ACTIONS(5388), [anon_sym_0] = ACTIONS(5394), [anon_sym__] = ACTIONS(5394), }, [2088] = { [aux_sym_concatenation_repeat1] = STATE(2294), [sym__concat] = ACTIONS(5382), [sym_variable_name] = ACTIONS(594), [anon_sym_esac] = ACTIONS(596), [anon_sym_PIPE] = ACTIONS(596), [anon_sym_SEMI_SEMI] = ACTIONS(596), [anon_sym_PIPE_AMP] = ACTIONS(596), [anon_sym_AMP_AMP] = ACTIONS(596), [anon_sym_PIPE_PIPE] = ACTIONS(596), [sym__special_characters] = ACTIONS(596), [anon_sym_DQUOTE] = ACTIONS(596), [anon_sym_DOLLAR] = ACTIONS(596), [sym_raw_string] = ACTIONS(596), [anon_sym_DOLLAR_LBRACE] = ACTIONS(596), [anon_sym_DOLLAR_LPAREN] = ACTIONS(596), [anon_sym_BQUOTE] = ACTIONS(596), [anon_sym_LT_LPAREN] = ACTIONS(596), [anon_sym_GT_LPAREN] = ACTIONS(596), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(596), [sym_word] = ACTIONS(596), [anon_sym_SEMI] = ACTIONS(596), [anon_sym_LF] = ACTIONS(594), [anon_sym_AMP] = ACTIONS(596), }, [2089] = { [sym_subscript] = STATE(2304), [sym_variable_name] = ACTIONS(5396), [anon_sym_DOLLAR] = ACTIONS(5398), [anon_sym_POUND] = ACTIONS(5400), [anon_sym_DASH] = ACTIONS(5398), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5402), [anon_sym_STAR] = ACTIONS(5398), [anon_sym_AT] = ACTIONS(5398), [anon_sym_QMARK] = ACTIONS(5398), [anon_sym_0] = ACTIONS(5404), [anon_sym__] = ACTIONS(5404), }, [2090] = { [sym_for_statement] = STATE(2305), [sym_while_statement] = STATE(2305), [sym_if_statement] = STATE(2305), [sym_case_statement] = STATE(2305), [sym_function_definition] = STATE(2305), [sym_subshell] = STATE(2305), [sym_pipeline] = STATE(2305), [sym_list] = STATE(2305), [sym_command] = STATE(2305), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2305), [sym_variable_assignment] = STATE(2306), [sym_declaration_command] = STATE(2305), [sym_unset_command] = STATE(2305), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2091] = { [sym_for_statement] = STATE(2307), [sym_while_statement] = STATE(2307), [sym_if_statement] = STATE(2307), [sym_case_statement] = STATE(2307), [sym_function_definition] = STATE(2307), [sym_subshell] = STATE(2307), [sym_pipeline] = STATE(2307), [sym_list] = STATE(2307), [sym_command] = STATE(2307), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(2307), [sym_variable_assignment] = STATE(2308), [sym_declaration_command] = STATE(2307), [sym_unset_command] = STATE(2307), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [2092] = { [sym_for_statement] = STATE(2309), [sym_while_statement] = STATE(2309), [sym_if_statement] = STATE(2309), [sym_case_statement] = STATE(2309), [sym_function_definition] = STATE(2309), [sym_subshell] = STATE(2309), [sym_pipeline] = STATE(2309), [sym_list] = STATE(2309), [sym_command] = STATE(2309), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2309), [sym_variable_assignment] = STATE(2310), [sym_declaration_command] = STATE(2309), [sym_unset_command] = STATE(2309), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2093] = { [sym_variable_name] = ACTIONS(608), [anon_sym_esac] = ACTIONS(610), [anon_sym_PIPE] = ACTIONS(610), [anon_sym_SEMI_SEMI] = ACTIONS(610), [anon_sym_PIPE_AMP] = ACTIONS(610), [anon_sym_AMP_AMP] = ACTIONS(610), [anon_sym_PIPE_PIPE] = ACTIONS(610), [sym__special_characters] = ACTIONS(610), [anon_sym_DQUOTE] = ACTIONS(610), [anon_sym_DOLLAR] = ACTIONS(610), [sym_raw_string] = ACTIONS(610), [anon_sym_DOLLAR_LBRACE] = ACTIONS(610), [anon_sym_DOLLAR_LPAREN] = ACTIONS(610), [anon_sym_BQUOTE] = ACTIONS(610), [anon_sym_LT_LPAREN] = ACTIONS(610), [anon_sym_GT_LPAREN] = ACTIONS(610), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(610), [sym_word] = ACTIONS(610), [anon_sym_SEMI] = ACTIONS(610), [anon_sym_LF] = ACTIONS(608), [anon_sym_AMP] = ACTIONS(610), }, [2094] = { [sym__assignment] = STATE(2292), [anon_sym_EQ] = ACTIONS(5380), [anon_sym_PLUS_EQ] = ACTIONS(5380), [sym_comment] = ACTIONS(54), }, [2095] = { [sym_variable_assignment] = STATE(2311), [sym_subscript] = STATE(2094), [sym_concatenation] = STATE(2311), [sym_string] = STATE(2088), [sym_simple_expansion] = STATE(2088), [sym_string_expansion] = STATE(2088), [sym_expansion] = STATE(2088), [sym_command_substitution] = STATE(2088), [sym_process_substitution] = STATE(2088), [aux_sym_declaration_command_repeat1] = STATE(2311), [sym_variable_name] = ACTIONS(4941), [anon_sym_esac] = ACTIONS(612), [anon_sym_PIPE] = ACTIONS(612), [anon_sym_SEMI_SEMI] = ACTIONS(612), [anon_sym_PIPE_AMP] = ACTIONS(612), [anon_sym_AMP_AMP] = ACTIONS(612), [anon_sym_PIPE_PIPE] = ACTIONS(612), [sym__special_characters] = ACTIONS(4943), [anon_sym_DQUOTE] = ACTIONS(4945), [anon_sym_DOLLAR] = ACTIONS(4947), [sym_raw_string] = ACTIONS(4949), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4951), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4953), [anon_sym_BQUOTE] = ACTIONS(4955), [anon_sym_LT_LPAREN] = ACTIONS(4957), [anon_sym_GT_LPAREN] = ACTIONS(4957), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4959), [sym_word] = ACTIONS(4949), [anon_sym_SEMI] = ACTIONS(612), [anon_sym_LF] = ACTIONS(614), [anon_sym_AMP] = ACTIONS(612), }, [2096] = { [aux_sym_concatenation_repeat1] = STATE(2313), [sym__concat] = ACTIONS(5406), [anon_sym_esac] = ACTIONS(618), [anon_sym_PIPE] = ACTIONS(618), [anon_sym_SEMI_SEMI] = ACTIONS(618), [anon_sym_PIPE_AMP] = ACTIONS(618), [anon_sym_AMP_AMP] = ACTIONS(618), [anon_sym_PIPE_PIPE] = ACTIONS(618), [sym__special_characters] = ACTIONS(618), [anon_sym_DQUOTE] = ACTIONS(618), [anon_sym_DOLLAR] = ACTIONS(618), [sym_raw_string] = ACTIONS(618), [anon_sym_DOLLAR_LBRACE] = ACTIONS(618), [anon_sym_DOLLAR_LPAREN] = ACTIONS(618), [anon_sym_BQUOTE] = ACTIONS(618), [anon_sym_LT_LPAREN] = ACTIONS(618), [anon_sym_GT_LPAREN] = ACTIONS(618), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(618), [sym_word] = ACTIONS(618), [anon_sym_SEMI] = ACTIONS(618), [anon_sym_LF] = ACTIONS(620), [anon_sym_AMP] = ACTIONS(618), }, [2097] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(2315), [anon_sym_DQUOTE] = ACTIONS(5408), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2098] = { [sym_string] = STATE(2317), [anon_sym_DQUOTE] = ACTIONS(5410), [anon_sym_DOLLAR] = ACTIONS(5412), [sym_raw_string] = ACTIONS(5414), [anon_sym_POUND] = ACTIONS(5412), [anon_sym_DASH] = ACTIONS(5412), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5416), [anon_sym_STAR] = ACTIONS(5412), [anon_sym_AT] = ACTIONS(5412), [anon_sym_QMARK] = ACTIONS(5412), [anon_sym_0] = ACTIONS(5418), [anon_sym__] = ACTIONS(5418), }, [2099] = { [aux_sym_concatenation_repeat1] = STATE(2313), [sym__concat] = ACTIONS(5406), [anon_sym_esac] = ACTIONS(634), [anon_sym_PIPE] = ACTIONS(634), [anon_sym_SEMI_SEMI] = ACTIONS(634), [anon_sym_PIPE_AMP] = ACTIONS(634), [anon_sym_AMP_AMP] = ACTIONS(634), [anon_sym_PIPE_PIPE] = ACTIONS(634), [sym__special_characters] = ACTIONS(634), [anon_sym_DQUOTE] = ACTIONS(634), [anon_sym_DOLLAR] = ACTIONS(634), [sym_raw_string] = ACTIONS(634), [anon_sym_DOLLAR_LBRACE] = ACTIONS(634), [anon_sym_DOLLAR_LPAREN] = ACTIONS(634), [anon_sym_BQUOTE] = ACTIONS(634), [anon_sym_LT_LPAREN] = ACTIONS(634), [anon_sym_GT_LPAREN] = ACTIONS(634), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(634), [sym_word] = ACTIONS(634), [anon_sym_SEMI] = ACTIONS(634), [anon_sym_LF] = ACTIONS(636), [anon_sym_AMP] = ACTIONS(634), }, [2100] = { [sym_subscript] = STATE(2323), [sym_variable_name] = ACTIONS(5420), [anon_sym_DOLLAR] = ACTIONS(5422), [anon_sym_POUND] = ACTIONS(5424), [anon_sym_DASH] = ACTIONS(5422), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5426), [anon_sym_STAR] = ACTIONS(5422), [anon_sym_AT] = ACTIONS(5422), [anon_sym_QMARK] = ACTIONS(5422), [anon_sym_0] = ACTIONS(5428), [anon_sym__] = ACTIONS(5428), }, [2101] = { [sym_for_statement] = STATE(2324), [sym_while_statement] = STATE(2324), [sym_if_statement] = STATE(2324), [sym_case_statement] = STATE(2324), [sym_function_definition] = STATE(2324), [sym_subshell] = STATE(2324), [sym_pipeline] = STATE(2324), [sym_list] = STATE(2324), [sym_command] = STATE(2324), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2324), [sym_variable_assignment] = STATE(2325), [sym_declaration_command] = STATE(2324), [sym_unset_command] = STATE(2324), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2102] = { [sym_for_statement] = STATE(2326), [sym_while_statement] = STATE(2326), [sym_if_statement] = STATE(2326), [sym_case_statement] = STATE(2326), [sym_function_definition] = STATE(2326), [sym_subshell] = STATE(2326), [sym_pipeline] = STATE(2326), [sym_list] = STATE(2326), [sym_command] = STATE(2326), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(2326), [sym_variable_assignment] = STATE(2327), [sym_declaration_command] = STATE(2326), [sym_unset_command] = STATE(2326), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [2103] = { [sym_for_statement] = STATE(2328), [sym_while_statement] = STATE(2328), [sym_if_statement] = STATE(2328), [sym_case_statement] = STATE(2328), [sym_function_definition] = STATE(2328), [sym_subshell] = STATE(2328), [sym_pipeline] = STATE(2328), [sym_list] = STATE(2328), [sym_command] = STATE(2328), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2328), [sym_variable_assignment] = STATE(2329), [sym_declaration_command] = STATE(2328), [sym_unset_command] = STATE(2328), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2104] = { [anon_sym_esac] = ACTIONS(648), [anon_sym_PIPE] = ACTIONS(648), [anon_sym_SEMI_SEMI] = ACTIONS(648), [anon_sym_PIPE_AMP] = ACTIONS(648), [anon_sym_AMP_AMP] = ACTIONS(648), [anon_sym_PIPE_PIPE] = ACTIONS(648), [sym__special_characters] = ACTIONS(648), [anon_sym_DQUOTE] = ACTIONS(648), [anon_sym_DOLLAR] = ACTIONS(648), [sym_raw_string] = ACTIONS(648), [anon_sym_DOLLAR_LBRACE] = ACTIONS(648), [anon_sym_DOLLAR_LPAREN] = ACTIONS(648), [anon_sym_BQUOTE] = ACTIONS(648), [anon_sym_LT_LPAREN] = ACTIONS(648), [anon_sym_GT_LPAREN] = ACTIONS(648), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(648), [sym_word] = ACTIONS(648), [anon_sym_SEMI] = ACTIONS(648), [anon_sym_LF] = ACTIONS(650), [anon_sym_AMP] = ACTIONS(648), }, [2105] = { [sym_concatenation] = STATE(2330), [sym_string] = STATE(2099), [sym_simple_expansion] = STATE(2099), [sym_string_expansion] = STATE(2099), [sym_expansion] = STATE(2099), [sym_command_substitution] = STATE(2099), [sym_process_substitution] = STATE(2099), [aux_sym_unset_command_repeat1] = STATE(2330), [anon_sym_esac] = ACTIONS(652), [anon_sym_PIPE] = ACTIONS(652), [anon_sym_SEMI_SEMI] = ACTIONS(652), [anon_sym_PIPE_AMP] = ACTIONS(652), [anon_sym_AMP_AMP] = ACTIONS(652), [anon_sym_PIPE_PIPE] = ACTIONS(652), [sym__special_characters] = ACTIONS(4961), [anon_sym_DQUOTE] = ACTIONS(4963), [anon_sym_DOLLAR] = ACTIONS(4965), [sym_raw_string] = ACTIONS(4967), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4969), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4971), [anon_sym_BQUOTE] = ACTIONS(4973), [anon_sym_LT_LPAREN] = ACTIONS(4975), [anon_sym_GT_LPAREN] = ACTIONS(4975), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4977), [sym_word] = ACTIONS(4967), [anon_sym_SEMI] = ACTIONS(652), [anon_sym_LF] = ACTIONS(654), [anon_sym_AMP] = ACTIONS(652), }, [2106] = { [sym_string] = STATE(2331), [sym_simple_expansion] = STATE(2331), [sym_string_expansion] = STATE(2331), [sym_expansion] = STATE(2331), [sym_command_substitution] = STATE(2331), [sym_process_substitution] = STATE(2331), [sym__special_characters] = ACTIONS(5430), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(5430), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5430), }, [2107] = { [aux_sym_concatenation_repeat1] = STATE(2332), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(4979), [anon_sym_esac] = ACTIONS(690), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [anon_sym_EQ_TILDE] = ACTIONS(690), [anon_sym_EQ_EQ] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(690), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(690), [anon_sym_LT_AMP] = ACTIONS(690), [anon_sym_GT_AMP] = ACTIONS(690), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(690), [anon_sym_LT_LT_LT] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [2108] = { [sym_file_descriptor] = ACTIONS(692), [sym__concat] = ACTIONS(692), [anon_sym_esac] = ACTIONS(694), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [anon_sym_EQ_TILDE] = ACTIONS(694), [anon_sym_EQ_EQ] = ACTIONS(694), [anon_sym_LT] = ACTIONS(694), [anon_sym_GT] = ACTIONS(694), [anon_sym_GT_GT] = ACTIONS(694), [anon_sym_AMP_GT] = ACTIONS(694), [anon_sym_AMP_GT_GT] = ACTIONS(694), [anon_sym_LT_AMP] = ACTIONS(694), [anon_sym_GT_AMP] = ACTIONS(694), [anon_sym_LT_LT] = ACTIONS(694), [anon_sym_LT_LT_DASH] = ACTIONS(694), [anon_sym_LT_LT_LT] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(694), [anon_sym_DOLLAR_LBRACE] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), [anon_sym_LT_LPAREN] = ACTIONS(694), [anon_sym_GT_LPAREN] = ACTIONS(694), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [2109] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(5432), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2110] = { [sym_file_descriptor] = ACTIONS(722), [sym__concat] = ACTIONS(722), [anon_sym_esac] = ACTIONS(724), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [anon_sym_EQ_TILDE] = ACTIONS(724), [anon_sym_EQ_EQ] = ACTIONS(724), [anon_sym_LT] = ACTIONS(724), [anon_sym_GT] = ACTIONS(724), [anon_sym_GT_GT] = ACTIONS(724), [anon_sym_AMP_GT] = ACTIONS(724), [anon_sym_AMP_GT_GT] = ACTIONS(724), [anon_sym_LT_AMP] = ACTIONS(724), [anon_sym_GT_AMP] = ACTIONS(724), [anon_sym_LT_LT] = ACTIONS(724), [anon_sym_LT_LT_DASH] = ACTIONS(724), [anon_sym_LT_LT_LT] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [anon_sym_LT_LPAREN] = ACTIONS(724), [anon_sym_GT_LPAREN] = ACTIONS(724), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(724), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [2111] = { [sym_file_descriptor] = ACTIONS(726), [sym__concat] = ACTIONS(726), [anon_sym_esac] = ACTIONS(728), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [anon_sym_EQ_TILDE] = ACTIONS(728), [anon_sym_EQ_EQ] = ACTIONS(728), [anon_sym_LT] = ACTIONS(728), [anon_sym_GT] = ACTIONS(728), [anon_sym_GT_GT] = ACTIONS(728), [anon_sym_AMP_GT] = ACTIONS(728), [anon_sym_AMP_GT_GT] = ACTIONS(728), [anon_sym_LT_AMP] = ACTIONS(728), [anon_sym_GT_AMP] = ACTIONS(728), [anon_sym_LT_LT] = ACTIONS(728), [anon_sym_LT_LT_DASH] = ACTIONS(728), [anon_sym_LT_LT_LT] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(728), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(728), [anon_sym_BQUOTE] = ACTIONS(728), [anon_sym_LT_LPAREN] = ACTIONS(728), [anon_sym_GT_LPAREN] = ACTIONS(728), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(728), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [2112] = { [sym_file_descriptor] = ACTIONS(730), [sym__concat] = ACTIONS(730), [anon_sym_esac] = ACTIONS(732), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [anon_sym_EQ_TILDE] = ACTIONS(732), [anon_sym_EQ_EQ] = ACTIONS(732), [anon_sym_LT] = ACTIONS(732), [anon_sym_GT] = ACTIONS(732), [anon_sym_GT_GT] = ACTIONS(732), [anon_sym_AMP_GT] = ACTIONS(732), [anon_sym_AMP_GT_GT] = ACTIONS(732), [anon_sym_LT_AMP] = ACTIONS(732), [anon_sym_GT_AMP] = ACTIONS(732), [anon_sym_LT_LT] = ACTIONS(732), [anon_sym_LT_LT_DASH] = ACTIONS(732), [anon_sym_LT_LT_LT] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [anon_sym_LT_LPAREN] = ACTIONS(732), [anon_sym_GT_LPAREN] = ACTIONS(732), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(732), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [2113] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(5434), [sym_comment] = ACTIONS(54), }, [2114] = { [sym_concatenation] = STATE(2337), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2337), [anon_sym_RBRACE] = ACTIONS(5436), [anon_sym_EQ] = ACTIONS(5438), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5440), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5442), [anon_sym_COLON] = ACTIONS(5438), [anon_sym_COLON_QMARK] = ACTIONS(5438), [anon_sym_COLON_DASH] = ACTIONS(5438), [anon_sym_PERCENT] = ACTIONS(5438), [anon_sym_DASH] = ACTIONS(5438), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2115] = { [sym_subscript] = STATE(2341), [sym_variable_name] = ACTIONS(5444), [anon_sym_DOLLAR] = ACTIONS(5446), [anon_sym_DASH] = ACTIONS(5446), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5448), [anon_sym_STAR] = ACTIONS(5446), [anon_sym_AT] = ACTIONS(5446), [anon_sym_QMARK] = ACTIONS(5446), [anon_sym_0] = ACTIONS(5450), [anon_sym__] = ACTIONS(5450), }, [2116] = { [sym_concatenation] = STATE(2344), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2344), [anon_sym_RBRACE] = ACTIONS(5452), [anon_sym_EQ] = ACTIONS(5454), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5456), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5458), [anon_sym_COLON] = ACTIONS(5454), [anon_sym_COLON_QMARK] = ACTIONS(5454), [anon_sym_COLON_DASH] = ACTIONS(5454), [anon_sym_PERCENT] = ACTIONS(5454), [anon_sym_DASH] = ACTIONS(5454), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2117] = { [sym_concatenation] = STATE(2347), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2347), [anon_sym_RBRACE] = ACTIONS(5460), [anon_sym_EQ] = ACTIONS(5462), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5464), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5466), [anon_sym_COLON] = ACTIONS(5462), [anon_sym_COLON_QMARK] = ACTIONS(5462), [anon_sym_COLON_DASH] = ACTIONS(5462), [anon_sym_PERCENT] = ACTIONS(5462), [anon_sym_DASH] = ACTIONS(5462), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2118] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5468), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2119] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5468), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2120] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(5468), [sym_comment] = ACTIONS(54), }, [2121] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(5468), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2122] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5470), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2123] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5470), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2124] = { [anon_sym_RPAREN] = ACTIONS(5472), [sym_comment] = ACTIONS(54), }, [2125] = { [sym_for_statement] = STATE(517), [sym_while_statement] = STATE(517), [sym_if_statement] = STATE(517), [sym_case_statement] = STATE(517), [sym_function_definition] = STATE(517), [sym_subshell] = STATE(517), [sym_pipeline] = STATE(517), [sym_list] = STATE(517), [sym_command] = STATE(517), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(517), [sym_variable_assignment] = STATE(2351), [sym_declaration_command] = STATE(517), [sym_unset_command] = STATE(517), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [2126] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_esac] = ACTIONS(5474), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(5476), [anon_sym_DQUOTE] = ACTIONS(5478), [anon_sym_DOLLAR] = ACTIONS(5476), [sym_raw_string] = ACTIONS(5478), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5478), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5478), [anon_sym_BQUOTE] = ACTIONS(5478), [anon_sym_LT_LPAREN] = ACTIONS(5478), [anon_sym_GT_LPAREN] = ACTIONS(5478), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5476), }, [2127] = { [sym_for_statement] = STATE(2352), [sym_while_statement] = STATE(2352), [sym_if_statement] = STATE(2352), [sym_case_statement] = STATE(2352), [sym_function_definition] = STATE(2352), [sym_subshell] = STATE(2352), [sym_pipeline] = STATE(2352), [sym_list] = STATE(2352), [sym_command] = STATE(2352), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(2352), [sym_variable_assignment] = STATE(2353), [sym_declaration_command] = STATE(2352), [sym_unset_command] = STATE(2352), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [2128] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_esac] = ACTIONS(944), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(944), [anon_sym_DQUOTE] = ACTIONS(942), [anon_sym_DOLLAR] = ACTIONS(944), [sym_raw_string] = ACTIONS(942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(942), [anon_sym_BQUOTE] = ACTIONS(942), [anon_sym_LT_LPAREN] = ACTIONS(942), [anon_sym_GT_LPAREN] = ACTIONS(942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(944), }, [2129] = { [anon_sym_LT] = ACTIONS(5480), [anon_sym_GT] = ACTIONS(5480), [anon_sym_GT_GT] = ACTIONS(5482), [anon_sym_AMP_GT] = ACTIONS(5480), [anon_sym_AMP_GT_GT] = ACTIONS(5482), [anon_sym_LT_AMP] = ACTIONS(5482), [anon_sym_GT_AMP] = ACTIONS(5482), [sym_comment] = ACTIONS(54), }, [2130] = { [sym_concatenation] = STATE(2357), [sym_string] = STATE(2356), [sym_simple_expansion] = STATE(2356), [sym_string_expansion] = STATE(2356), [sym_expansion] = STATE(2356), [sym_command_substitution] = STATE(2356), [sym_process_substitution] = STATE(2356), [sym__special_characters] = ACTIONS(5484), [anon_sym_DQUOTE] = ACTIONS(5023), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(5486), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5027), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5029), [anon_sym_BQUOTE] = ACTIONS(5031), [anon_sym_LT_LPAREN] = ACTIONS(5033), [anon_sym_GT_LPAREN] = ACTIONS(5033), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5486), [sym_regex] = ACTIONS(5488), }, [2131] = { [sym_concatenation] = STATE(527), [sym_string] = STATE(2361), [sym_simple_expansion] = STATE(2361), [sym_string_expansion] = STATE(2361), [sym_expansion] = STATE(2361), [sym_command_substitution] = STATE(2361), [sym_process_substitution] = STATE(2361), [sym__special_characters] = ACTIONS(5490), [anon_sym_DQUOTE] = ACTIONS(5492), [anon_sym_DOLLAR] = ACTIONS(5494), [sym_raw_string] = ACTIONS(5496), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5498), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5500), [anon_sym_BQUOTE] = ACTIONS(5502), [anon_sym_LT_LPAREN] = ACTIONS(5504), [anon_sym_GT_LPAREN] = ACTIONS(5504), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5496), }, [2132] = { [sym_concatenation] = STATE(533), [sym_string] = STATE(2367), [sym_simple_expansion] = STATE(2367), [sym_string_expansion] = STATE(2367), [sym_expansion] = STATE(2367), [sym_command_substitution] = STATE(2367), [sym_process_substitution] = STATE(2367), [sym__special_characters] = ACTIONS(5506), [anon_sym_DQUOTE] = ACTIONS(5492), [anon_sym_DOLLAR] = ACTIONS(5494), [sym_raw_string] = ACTIONS(5508), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5498), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5500), [anon_sym_BQUOTE] = ACTIONS(5502), [anon_sym_LT_LPAREN] = ACTIONS(5504), [anon_sym_GT_LPAREN] = ACTIONS(5504), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5508), }, [2133] = { [aux_sym_concatenation_repeat1] = STATE(2107), [sym_file_descriptor] = ACTIONS(504), [sym__concat] = ACTIONS(4979), [anon_sym_esac] = ACTIONS(502), [anon_sym_PIPE] = ACTIONS(502), [anon_sym_SEMI_SEMI] = ACTIONS(502), [anon_sym_PIPE_AMP] = ACTIONS(502), [anon_sym_AMP_AMP] = ACTIONS(502), [anon_sym_PIPE_PIPE] = ACTIONS(502), [anon_sym_EQ_TILDE] = ACTIONS(502), [anon_sym_EQ_EQ] = ACTIONS(502), [anon_sym_LT] = ACTIONS(502), [anon_sym_GT] = ACTIONS(502), [anon_sym_GT_GT] = ACTIONS(502), [anon_sym_AMP_GT] = ACTIONS(502), [anon_sym_AMP_GT_GT] = ACTIONS(502), [anon_sym_LT_AMP] = ACTIONS(502), [anon_sym_GT_AMP] = ACTIONS(502), [anon_sym_LT_LT] = ACTIONS(502), [anon_sym_LT_LT_DASH] = ACTIONS(502), [anon_sym_LT_LT_LT] = ACTIONS(502), [sym__special_characters] = ACTIONS(502), [anon_sym_DQUOTE] = ACTIONS(502), [anon_sym_DOLLAR] = ACTIONS(502), [sym_raw_string] = ACTIONS(502), [anon_sym_DOLLAR_LBRACE] = ACTIONS(502), [anon_sym_DOLLAR_LPAREN] = ACTIONS(502), [anon_sym_BQUOTE] = ACTIONS(502), [anon_sym_LT_LPAREN] = ACTIONS(502), [anon_sym_GT_LPAREN] = ACTIONS(502), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(502), [anon_sym_SEMI] = ACTIONS(502), [anon_sym_LF] = ACTIONS(504), [anon_sym_AMP] = ACTIONS(502), }, [2134] = { [aux_sym_concatenation_repeat1] = STATE(2107), [sym_file_descriptor] = ACTIONS(518), [sym__concat] = ACTIONS(4979), [anon_sym_esac] = ACTIONS(516), [anon_sym_PIPE] = ACTIONS(516), [anon_sym_SEMI_SEMI] = ACTIONS(516), [anon_sym_PIPE_AMP] = ACTIONS(516), [anon_sym_AMP_AMP] = ACTIONS(516), [anon_sym_PIPE_PIPE] = ACTIONS(516), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_LT] = ACTIONS(516), [anon_sym_GT] = ACTIONS(516), [anon_sym_GT_GT] = ACTIONS(516), [anon_sym_AMP_GT] = ACTIONS(516), [anon_sym_AMP_GT_GT] = ACTIONS(516), [anon_sym_LT_AMP] = ACTIONS(516), [anon_sym_GT_AMP] = ACTIONS(516), [anon_sym_LT_LT] = ACTIONS(516), [anon_sym_LT_LT_DASH] = ACTIONS(516), [anon_sym_LT_LT_LT] = ACTIONS(516), [sym__special_characters] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(516), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(516), [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), [anon_sym_BQUOTE] = ACTIONS(516), [anon_sym_LT_LPAREN] = ACTIONS(516), [anon_sym_GT_LPAREN] = ACTIONS(516), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(516), [anon_sym_SEMI] = ACTIONS(516), [anon_sym_LF] = ACTIONS(518), [anon_sym_AMP] = ACTIONS(516), }, [2135] = { [sym_file_descriptor] = ACTIONS(518), [anon_sym_esac] = ACTIONS(516), [anon_sym_PIPE] = ACTIONS(516), [anon_sym_SEMI_SEMI] = ACTIONS(516), [anon_sym_PIPE_AMP] = ACTIONS(516), [anon_sym_AMP_AMP] = ACTIONS(516), [anon_sym_PIPE_PIPE] = ACTIONS(516), [anon_sym_EQ_TILDE] = ACTIONS(516), [anon_sym_EQ_EQ] = ACTIONS(516), [anon_sym_LT] = ACTIONS(516), [anon_sym_GT] = ACTIONS(516), [anon_sym_GT_GT] = ACTIONS(516), [anon_sym_AMP_GT] = ACTIONS(516), [anon_sym_AMP_GT_GT] = ACTIONS(516), [anon_sym_LT_AMP] = ACTIONS(516), [anon_sym_GT_AMP] = ACTIONS(516), [anon_sym_LT_LT] = ACTIONS(516), [anon_sym_LT_LT_DASH] = ACTIONS(516), [anon_sym_LT_LT_LT] = ACTIONS(516), [sym__special_characters] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(516), [anon_sym_DOLLAR] = ACTIONS(516), [sym_raw_string] = ACTIONS(516), [anon_sym_DOLLAR_LBRACE] = ACTIONS(516), [anon_sym_DOLLAR_LPAREN] = ACTIONS(516), [anon_sym_BQUOTE] = ACTIONS(516), [anon_sym_LT_LPAREN] = ACTIONS(516), [anon_sym_GT_LPAREN] = ACTIONS(516), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(516), [anon_sym_SEMI] = ACTIONS(516), [anon_sym_LF] = ACTIONS(518), [anon_sym_AMP] = ACTIONS(516), }, [2136] = { [sym_file_redirect] = STATE(2368), [sym_heredoc_redirect] = STATE(2368), [sym_herestring_redirect] = STATE(2368), [aux_sym_while_statement_repeat1] = STATE(2368), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(968), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_SEMI_SEMI] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(968), [anon_sym_AMP_AMP] = ACTIONS(968), [anon_sym_PIPE_PIPE] = ACTIONS(968), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(968), [anon_sym_LF] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(968), }, [2137] = { [sym_file_redirect] = STATE(2369), [sym_heredoc_redirect] = STATE(2369), [sym_herestring_redirect] = STATE(2369), [sym_concatenation] = STATE(2135), [sym_string] = STATE(2134), [sym_simple_expansion] = STATE(2134), [sym_string_expansion] = STATE(2134), [sym_expansion] = STATE(2134), [sym_command_substitution] = STATE(2134), [sym_process_substitution] = STATE(2134), [aux_sym_while_statement_repeat1] = STATE(2369), [aux_sym_command_repeat2] = STATE(2370), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(968), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_SEMI_SEMI] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(968), [anon_sym_AMP_AMP] = ACTIONS(968), [anon_sym_PIPE_PIPE] = ACTIONS(968), [anon_sym_EQ_TILDE] = ACTIONS(5015), [anon_sym_EQ_EQ] = ACTIONS(5015), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym__special_characters] = ACTIONS(5021), [anon_sym_DQUOTE] = ACTIONS(5023), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(5025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5027), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5029), [anon_sym_BQUOTE] = ACTIONS(5031), [anon_sym_LT_LPAREN] = ACTIONS(5033), [anon_sym_GT_LPAREN] = ACTIONS(5033), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5025), [anon_sym_SEMI] = ACTIONS(968), [anon_sym_LF] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(968), }, [2138] = { [anon_sym_esac] = ACTIONS(5474), [sym__special_characters] = ACTIONS(5478), [anon_sym_DQUOTE] = ACTIONS(5478), [anon_sym_DOLLAR] = ACTIONS(5476), [sym_raw_string] = ACTIONS(5478), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5478), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5478), [anon_sym_BQUOTE] = ACTIONS(5478), [anon_sym_LT_LPAREN] = ACTIONS(5478), [anon_sym_GT_LPAREN] = ACTIONS(5478), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5476), }, [2139] = { [anon_sym_esac] = ACTIONS(5474), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5510), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2140] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_esac] = ACTIONS(5474), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5510), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2141] = { [sym__terminated_statement] = STATE(2141), [sym_for_statement] = STATE(2372), [sym_while_statement] = STATE(2372), [sym_if_statement] = STATE(2372), [sym_case_statement] = STATE(2372), [sym_function_definition] = STATE(2372), [sym_subshell] = STATE(2372), [sym_pipeline] = STATE(2372), [sym_list] = STATE(2372), [sym_command] = STATE(2372), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(2372), [sym_variable_assignment] = STATE(2373), [sym_declaration_command] = STATE(2372), [sym_unset_command] = STATE(2372), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2141), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(972), [sym_variable_name] = ACTIONS(975), [anon_sym_for] = ACTIONS(980), [anon_sym_while] = ACTIONS(983), [anon_sym_if] = ACTIONS(986), [anon_sym_case] = ACTIONS(989), [anon_sym_esac] = ACTIONS(3405), [anon_sym_SEMI_SEMI] = ACTIONS(978), [anon_sym_function] = ACTIONS(992), [anon_sym_LPAREN] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(998), [anon_sym_LBRACK_LBRACK] = ACTIONS(1001), [anon_sym_declare] = ACTIONS(1004), [anon_sym_typeset] = ACTIONS(1004), [anon_sym_export] = ACTIONS(1004), [anon_sym_readonly] = ACTIONS(1004), [anon_sym_local] = ACTIONS(1004), [anon_sym_unset] = ACTIONS(1007), [anon_sym_unsetenv] = ACTIONS(1007), [anon_sym_LT] = ACTIONS(1010), [anon_sym_GT] = ACTIONS(1010), [anon_sym_GT_GT] = ACTIONS(1013), [anon_sym_AMP_GT] = ACTIONS(1010), [anon_sym_AMP_GT_GT] = ACTIONS(1013), [anon_sym_LT_AMP] = ACTIONS(1013), [anon_sym_GT_AMP] = ACTIONS(1013), [sym__special_characters] = ACTIONS(1016), [anon_sym_DQUOTE] = ACTIONS(1019), [anon_sym_DOLLAR] = ACTIONS(1022), [sym_raw_string] = ACTIONS(1025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1028), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1031), [anon_sym_BQUOTE] = ACTIONS(1034), [anon_sym_LT_LPAREN] = ACTIONS(1037), [anon_sym_GT_LPAREN] = ACTIONS(1037), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1040), }, [2142] = { [sym_file_redirect] = STATE(2369), [sym_heredoc_redirect] = STATE(2369), [sym_herestring_redirect] = STATE(2369), [sym_concatenation] = STATE(2135), [sym_string] = STATE(2134), [sym_simple_expansion] = STATE(2134), [sym_string_expansion] = STATE(2134), [sym_expansion] = STATE(2134), [sym_command_substitution] = STATE(2134), [sym_process_substitution] = STATE(2134), [aux_sym_while_statement_repeat1] = STATE(2369), [aux_sym_command_repeat2] = STATE(2374), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(968), [anon_sym_PIPE] = ACTIONS(968), [anon_sym_SEMI_SEMI] = ACTIONS(968), [anon_sym_PIPE_AMP] = ACTIONS(968), [anon_sym_AMP_AMP] = ACTIONS(968), [anon_sym_PIPE_PIPE] = ACTIONS(968), [anon_sym_EQ_TILDE] = ACTIONS(5015), [anon_sym_EQ_EQ] = ACTIONS(5015), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym__special_characters] = ACTIONS(5021), [anon_sym_DQUOTE] = ACTIONS(5023), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(5025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5027), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5029), [anon_sym_BQUOTE] = ACTIONS(5031), [anon_sym_LT_LPAREN] = ACTIONS(5033), [anon_sym_GT_LPAREN] = ACTIONS(5033), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5025), [anon_sym_SEMI] = ACTIONS(968), [anon_sym_LF] = ACTIONS(970), [anon_sym_AMP] = ACTIONS(968), }, [2143] = { [sym__terminated_statement] = STATE(2141), [sym_for_statement] = STATE(2376), [sym_while_statement] = STATE(2376), [sym_if_statement] = STATE(2376), [sym_case_statement] = STATE(2376), [sym_function_definition] = STATE(2376), [sym_subshell] = STATE(2376), [sym_pipeline] = STATE(2376), [sym_list] = STATE(2376), [sym_command] = STATE(2376), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(2376), [sym_variable_assignment] = STATE(2377), [sym_declaration_command] = STATE(2376), [sym_unset_command] = STATE(2376), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_program_repeat1] = STATE(2141), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_esac] = ACTIONS(5474), [anon_sym_SEMI_SEMI] = ACTIONS(5512), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [2144] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_esac] = ACTIONS(5514), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(5516), [anon_sym_DQUOTE] = ACTIONS(5518), [anon_sym_DOLLAR] = ACTIONS(5516), [sym_raw_string] = ACTIONS(5518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5518), [anon_sym_BQUOTE] = ACTIONS(5518), [anon_sym_LT_LPAREN] = ACTIONS(5518), [anon_sym_GT_LPAREN] = ACTIONS(5518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5516), }, [2145] = { [anon_sym_esac] = ACTIONS(5514), [sym__special_characters] = ACTIONS(5518), [anon_sym_DQUOTE] = ACTIONS(5518), [anon_sym_DOLLAR] = ACTIONS(5516), [sym_raw_string] = ACTIONS(5518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5518), [anon_sym_BQUOTE] = ACTIONS(5518), [anon_sym_LT_LPAREN] = ACTIONS(5518), [anon_sym_GT_LPAREN] = ACTIONS(5518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5516), }, [2146] = { [anon_sym_esac] = ACTIONS(5514), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5520), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2147] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_esac] = ACTIONS(5514), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5520), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2148] = { [sym__terminated_statement] = STATE(2141), [sym_for_statement] = STATE(2380), [sym_while_statement] = STATE(2380), [sym_if_statement] = STATE(2380), [sym_case_statement] = STATE(2380), [sym_function_definition] = STATE(2380), [sym_subshell] = STATE(2380), [sym_pipeline] = STATE(2380), [sym_list] = STATE(2380), [sym_command] = STATE(2380), [sym_command_name] = STATE(1812), [sym_bracket_command] = STATE(2380), [sym_variable_assignment] = STATE(2381), [sym_declaration_command] = STATE(2380), [sym_unset_command] = STATE(2380), [sym_subscript] = STATE(1814), [sym_file_redirect] = STATE(1817), [sym_concatenation] = STATE(1815), [sym_string] = STATE(1805), [sym_simple_expansion] = STATE(1805), [sym_string_expansion] = STATE(1805), [sym_expansion] = STATE(1805), [sym_command_substitution] = STATE(1805), [sym_process_substitution] = STATE(1805), [aux_sym_program_repeat1] = STATE(2141), [aux_sym_command_repeat1] = STATE(1817), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(4242), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(4244), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_esac] = ACTIONS(5514), [anon_sym_SEMI_SEMI] = ACTIONS(5522), [anon_sym_function] = ACTIONS(4250), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(4252), [anon_sym_LBRACK_LBRACK] = ACTIONS(4254), [anon_sym_declare] = ACTIONS(4256), [anon_sym_typeset] = ACTIONS(4256), [anon_sym_export] = ACTIONS(4256), [anon_sym_readonly] = ACTIONS(4256), [anon_sym_local] = ACTIONS(4256), [anon_sym_unset] = ACTIONS(4258), [anon_sym_unsetenv] = ACTIONS(4258), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(4260), [anon_sym_DQUOTE] = ACTIONS(4262), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(4266), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4268), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4270), [anon_sym_BQUOTE] = ACTIONS(4272), [anon_sym_LT_LPAREN] = ACTIONS(4274), [anon_sym_GT_LPAREN] = ACTIONS(4274), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4276), }, [2149] = { [sym__terminated_statement] = STATE(2385), [sym_for_statement] = STATE(2383), [sym_while_statement] = STATE(2383), [sym_if_statement] = STATE(2383), [sym_case_statement] = STATE(2383), [sym_function_definition] = STATE(2383), [sym_subshell] = STATE(2383), [sym_pipeline] = STATE(2383), [sym_list] = STATE(2383), [sym_command] = STATE(2383), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(2383), [sym_variable_assignment] = STATE(2384), [sym_declaration_command] = STATE(2383), [sym_unset_command] = STATE(2383), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2385), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_SEMI_SEMI] = ACTIONS(5524), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [2150] = { [aux_sym_case_item_repeat1] = STATE(1819), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(5526), [sym_comment] = ACTIONS(54), }, [2151] = { [sym__terminated_statement] = STATE(2390), [sym_for_statement] = STATE(2388), [sym_while_statement] = STATE(2388), [sym_if_statement] = STATE(2388), [sym_case_statement] = STATE(2388), [sym_function_definition] = STATE(2388), [sym_subshell] = STATE(2388), [sym_pipeline] = STATE(2388), [sym_list] = STATE(2388), [sym_command] = STATE(2388), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(2388), [sym_variable_assignment] = STATE(2389), [sym_declaration_command] = STATE(2388), [sym_unset_command] = STATE(2388), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2390), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_SEMI_SEMI] = ACTIONS(5528), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [2152] = { [aux_sym_case_item_repeat1] = STATE(1819), [anon_sym_PIPE] = ACTIONS(3430), [anon_sym_RPAREN] = ACTIONS(5530), [sym_comment] = ACTIONS(54), }, [2153] = { [anon_sym_esac] = ACTIONS(5532), [anon_sym_PIPE] = ACTIONS(5532), [anon_sym_RPAREN] = ACTIONS(5532), [anon_sym_SEMI_SEMI] = ACTIONS(5532), [anon_sym_PIPE_AMP] = ACTIONS(5532), [anon_sym_AMP_AMP] = ACTIONS(5532), [anon_sym_PIPE_PIPE] = ACTIONS(5532), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5532), [anon_sym_LF] = ACTIONS(5534), [anon_sym_AMP] = ACTIONS(5532), }, [2154] = { [anon_sym_esac] = ACTIONS(5536), [anon_sym_PIPE] = ACTIONS(5536), [anon_sym_RPAREN] = ACTIONS(5536), [anon_sym_SEMI_SEMI] = ACTIONS(5536), [anon_sym_PIPE_AMP] = ACTIONS(5536), [anon_sym_AMP_AMP] = ACTIONS(5536), [anon_sym_PIPE_PIPE] = ACTIONS(5536), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5536), [anon_sym_LF] = ACTIONS(5538), [anon_sym_AMP] = ACTIONS(5536), }, [2155] = { [sym__concat] = ACTIONS(5178), [anon_sym_in] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2156] = { [sym__concat] = ACTIONS(5182), [anon_sym_in] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2157] = { [sym__concat] = ACTIONS(5186), [anon_sym_in] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2158] = { [aux_sym_concatenation_repeat1] = STATE(2158), [sym__concat] = ACTIONS(2532), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2159] = { [sym__concat] = ACTIONS(5178), [anon_sym_EQ_TILDE] = ACTIONS(5180), [anon_sym_EQ_EQ] = ACTIONS(5180), [anon_sym_RBRACK] = ACTIONS(5178), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5178), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5178), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5178), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5178), [anon_sym_BQUOTE] = ACTIONS(5178), [anon_sym_LT_LPAREN] = ACTIONS(5178), [anon_sym_GT_LPAREN] = ACTIONS(5178), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5180), }, [2160] = { [sym__concat] = ACTIONS(5182), [anon_sym_EQ_TILDE] = ACTIONS(5184), [anon_sym_EQ_EQ] = ACTIONS(5184), [anon_sym_RBRACK] = ACTIONS(5182), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5182), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5182), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5182), [anon_sym_BQUOTE] = ACTIONS(5182), [anon_sym_LT_LPAREN] = ACTIONS(5182), [anon_sym_GT_LPAREN] = ACTIONS(5182), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5184), }, [2161] = { [sym__concat] = ACTIONS(5186), [anon_sym_EQ_TILDE] = ACTIONS(5188), [anon_sym_EQ_EQ] = ACTIONS(5188), [anon_sym_RBRACK] = ACTIONS(5186), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5186), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5186), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5186), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5186), [anon_sym_BQUOTE] = ACTIONS(5186), [anon_sym_LT_LPAREN] = ACTIONS(5186), [anon_sym_GT_LPAREN] = ACTIONS(5186), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5188), }, [2162] = { [sym__concat] = ACTIONS(5178), [anon_sym_PIPE] = ACTIONS(5178), [anon_sym_RPAREN] = ACTIONS(5178), [anon_sym_EQ_TILDE] = ACTIONS(5180), [anon_sym_EQ_EQ] = ACTIONS(5180), [anon_sym_RBRACK_RBRACK] = ACTIONS(5178), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5178), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5178), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5178), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5178), [anon_sym_BQUOTE] = ACTIONS(5178), [anon_sym_LT_LPAREN] = ACTIONS(5178), [anon_sym_GT_LPAREN] = ACTIONS(5178), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5180), }, [2163] = { [sym__concat] = ACTIONS(5182), [anon_sym_PIPE] = ACTIONS(5182), [anon_sym_RPAREN] = ACTIONS(5182), [anon_sym_EQ_TILDE] = ACTIONS(5184), [anon_sym_EQ_EQ] = ACTIONS(5184), [anon_sym_RBRACK_RBRACK] = ACTIONS(5182), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5182), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5182), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5182), [anon_sym_BQUOTE] = ACTIONS(5182), [anon_sym_LT_LPAREN] = ACTIONS(5182), [anon_sym_GT_LPAREN] = ACTIONS(5182), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5184), }, [2164] = { [sym__concat] = ACTIONS(5186), [anon_sym_PIPE] = ACTIONS(5186), [anon_sym_RPAREN] = ACTIONS(5186), [anon_sym_EQ_TILDE] = ACTIONS(5188), [anon_sym_EQ_EQ] = ACTIONS(5188), [anon_sym_RBRACK_RBRACK] = ACTIONS(5186), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5186), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5186), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5186), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5186), [anon_sym_BQUOTE] = ACTIONS(5186), [anon_sym_LT_LPAREN] = ACTIONS(5186), [anon_sym_GT_LPAREN] = ACTIONS(5186), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5188), }, [2165] = { [sym__concat] = ACTIONS(5178), [sym_variable_name] = ACTIONS(5178), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_RPAREN] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [anon_sym_LT_LPAREN] = ACTIONS(5180), [anon_sym_GT_LPAREN] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5180), [sym_word] = ACTIONS(5180), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2166] = { [sym__concat] = ACTIONS(5182), [sym_variable_name] = ACTIONS(5182), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_RPAREN] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [anon_sym_LT_LPAREN] = ACTIONS(5184), [anon_sym_GT_LPAREN] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5184), [sym_word] = ACTIONS(5184), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2167] = { [sym__concat] = ACTIONS(5186), [sym_variable_name] = ACTIONS(5186), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_RPAREN] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [anon_sym_LT_LPAREN] = ACTIONS(5188), [anon_sym_GT_LPAREN] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5188), [sym_word] = ACTIONS(5188), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2168] = { [sym__concat] = ACTIONS(5178), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_RPAREN] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [anon_sym_LT_LPAREN] = ACTIONS(5180), [anon_sym_GT_LPAREN] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5180), [sym_word] = ACTIONS(5180), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2169] = { [sym__concat] = ACTIONS(5182), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_RPAREN] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [anon_sym_LT_LPAREN] = ACTIONS(5184), [anon_sym_GT_LPAREN] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5184), [sym_word] = ACTIONS(5184), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2170] = { [sym__concat] = ACTIONS(5186), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_RPAREN] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [anon_sym_LT_LPAREN] = ACTIONS(5188), [anon_sym_GT_LPAREN] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5188), [sym_word] = ACTIONS(5188), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2171] = { [sym_file_descriptor] = ACTIONS(5178), [sym__concat] = ACTIONS(5178), [sym_variable_name] = ACTIONS(5178), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_RPAREN] = ACTIONS(5178), [anon_sym_PIPE_AMP] = ACTIONS(5178), [anon_sym_AMP_AMP] = ACTIONS(5178), [anon_sym_PIPE_PIPE] = ACTIONS(5178), [anon_sym_LT] = ACTIONS(5180), [anon_sym_GT] = ACTIONS(5180), [anon_sym_GT_GT] = ACTIONS(5178), [anon_sym_AMP_GT] = ACTIONS(5180), [anon_sym_AMP_GT_GT] = ACTIONS(5178), [anon_sym_LT_AMP] = ACTIONS(5178), [anon_sym_GT_AMP] = ACTIONS(5178), [sym__special_characters] = ACTIONS(5178), [anon_sym_DQUOTE] = ACTIONS(5178), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5178), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5178), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5178), [anon_sym_BQUOTE] = ACTIONS(5178), [anon_sym_LT_LPAREN] = ACTIONS(5178), [anon_sym_GT_LPAREN] = ACTIONS(5178), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5178), }, [2172] = { [sym_file_descriptor] = ACTIONS(5182), [sym__concat] = ACTIONS(5182), [sym_variable_name] = ACTIONS(5182), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_RPAREN] = ACTIONS(5182), [anon_sym_PIPE_AMP] = ACTIONS(5182), [anon_sym_AMP_AMP] = ACTIONS(5182), [anon_sym_PIPE_PIPE] = ACTIONS(5182), [anon_sym_LT] = ACTIONS(5184), [anon_sym_GT] = ACTIONS(5184), [anon_sym_GT_GT] = ACTIONS(5182), [anon_sym_AMP_GT] = ACTIONS(5184), [anon_sym_AMP_GT_GT] = ACTIONS(5182), [anon_sym_LT_AMP] = ACTIONS(5182), [anon_sym_GT_AMP] = ACTIONS(5182), [sym__special_characters] = ACTIONS(5182), [anon_sym_DQUOTE] = ACTIONS(5182), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5182), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5182), [anon_sym_BQUOTE] = ACTIONS(5182), [anon_sym_LT_LPAREN] = ACTIONS(5182), [anon_sym_GT_LPAREN] = ACTIONS(5182), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5182), }, [2173] = { [sym_file_descriptor] = ACTIONS(5186), [sym__concat] = ACTIONS(5186), [sym_variable_name] = ACTIONS(5186), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_RPAREN] = ACTIONS(5186), [anon_sym_PIPE_AMP] = ACTIONS(5186), [anon_sym_AMP_AMP] = ACTIONS(5186), [anon_sym_PIPE_PIPE] = ACTIONS(5186), [anon_sym_LT] = ACTIONS(5188), [anon_sym_GT] = ACTIONS(5188), [anon_sym_GT_GT] = ACTIONS(5186), [anon_sym_AMP_GT] = ACTIONS(5188), [anon_sym_AMP_GT_GT] = ACTIONS(5186), [anon_sym_LT_AMP] = ACTIONS(5186), [anon_sym_GT_AMP] = ACTIONS(5186), [sym__special_characters] = ACTIONS(5186), [anon_sym_DQUOTE] = ACTIONS(5186), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5186), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5186), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5186), [anon_sym_BQUOTE] = ACTIONS(5186), [anon_sym_LT_LPAREN] = ACTIONS(5186), [anon_sym_GT_LPAREN] = ACTIONS(5186), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5186), }, [2174] = { [sym__concat] = ACTIONS(5178), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym__string_content] = ACTIONS(5178), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [sym_comment] = ACTIONS(166), }, [2175] = { [sym__concat] = ACTIONS(5182), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym__string_content] = ACTIONS(5182), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [sym_comment] = ACTIONS(166), }, [2176] = { [sym__concat] = ACTIONS(5186), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym__string_content] = ACTIONS(5186), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [sym_comment] = ACTIONS(166), }, [2177] = { [sym__concat] = ACTIONS(3740), [anon_sym_RBRACE] = ACTIONS(3740), [sym_comment] = ACTIONS(54), }, [2178] = { [sym__concat] = ACTIONS(3746), [anon_sym_RBRACE] = ACTIONS(3746), [sym_comment] = ACTIONS(54), }, [2179] = { [sym__concat] = ACTIONS(3831), [anon_sym_RBRACE] = ACTIONS(3831), [sym_comment] = ACTIONS(54), }, [2180] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5540), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2181] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5542), [sym_comment] = ACTIONS(54), }, [2182] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5544), [sym_comment] = ACTIONS(54), }, [2183] = { [anon_sym_RBRACE] = ACTIONS(5544), [sym_comment] = ACTIONS(54), }, [2184] = { [sym_concatenation] = STATE(2396), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2396), [anon_sym_RBRACE] = ACTIONS(5546), [anon_sym_EQ] = ACTIONS(5548), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5550), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5548), [anon_sym_COLON_QMARK] = ACTIONS(5548), [anon_sym_COLON_DASH] = ACTIONS(5548), [anon_sym_PERCENT] = ACTIONS(5548), [anon_sym_DASH] = ACTIONS(5548), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2185] = { [sym__concat] = ACTIONS(3847), [anon_sym_RBRACE] = ACTIONS(3847), [sym_comment] = ACTIONS(54), }, [2186] = { [sym_concatenation] = STATE(2398), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2398), [anon_sym_RBRACE] = ACTIONS(5552), [anon_sym_EQ] = ACTIONS(5554), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5556), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5554), [anon_sym_COLON_QMARK] = ACTIONS(5554), [anon_sym_COLON_DASH] = ACTIONS(5554), [anon_sym_PERCENT] = ACTIONS(5554), [anon_sym_DASH] = ACTIONS(5554), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2187] = { [sym__concat] = ACTIONS(3857), [anon_sym_RBRACE] = ACTIONS(3857), [sym_comment] = ACTIONS(54), }, [2188] = { [sym_concatenation] = STATE(2400), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2400), [anon_sym_RBRACE] = ACTIONS(5558), [anon_sym_EQ] = ACTIONS(5560), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5562), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5560), [anon_sym_COLON_QMARK] = ACTIONS(5560), [anon_sym_COLON_DASH] = ACTIONS(5560), [anon_sym_PERCENT] = ACTIONS(5560), [anon_sym_DASH] = ACTIONS(5560), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2189] = { [sym__concat] = ACTIONS(3867), [anon_sym_RBRACE] = ACTIONS(3867), [sym_comment] = ACTIONS(54), }, [2190] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5564), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2191] = { [sym__concat] = ACTIONS(3873), [anon_sym_RBRACE] = ACTIONS(3873), [sym_comment] = ACTIONS(54), }, [2192] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5566), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2193] = { [sym__concat] = ACTIONS(4621), [anon_sym_RBRACE] = ACTIONS(4621), [anon_sym_EQ] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4621), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4621), [anon_sym_POUND] = ACTIONS(4621), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4621), [anon_sym_COLON] = ACTIONS(4623), [anon_sym_COLON_QMARK] = ACTIONS(4623), [anon_sym_COLON_DASH] = ACTIONS(4623), [anon_sym_PERCENT] = ACTIONS(4623), [anon_sym_DASH] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4621), [anon_sym_BQUOTE] = ACTIONS(4621), [anon_sym_LT_LPAREN] = ACTIONS(4621), [anon_sym_GT_LPAREN] = ACTIONS(4621), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4623), }, [2194] = { [sym__concat] = ACTIONS(4625), [anon_sym_RBRACE] = ACTIONS(4625), [anon_sym_EQ] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4625), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4625), [anon_sym_POUND] = ACTIONS(4625), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4625), [anon_sym_COLON] = ACTIONS(4627), [anon_sym_COLON_QMARK] = ACTIONS(4627), [anon_sym_COLON_DASH] = ACTIONS(4627), [anon_sym_PERCENT] = ACTIONS(4627), [anon_sym_DASH] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4625), [anon_sym_BQUOTE] = ACTIONS(4625), [anon_sym_LT_LPAREN] = ACTIONS(4625), [anon_sym_GT_LPAREN] = ACTIONS(4625), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4627), }, [2195] = { [sym__concat] = ACTIONS(4629), [anon_sym_RBRACE] = ACTIONS(4629), [anon_sym_EQ] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4629), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4629), [anon_sym_POUND] = ACTIONS(4629), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4629), [anon_sym_COLON] = ACTIONS(4631), [anon_sym_COLON_QMARK] = ACTIONS(4631), [anon_sym_COLON_DASH] = ACTIONS(4631), [anon_sym_PERCENT] = ACTIONS(4631), [anon_sym_DASH] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4629), [anon_sym_BQUOTE] = ACTIONS(4629), [anon_sym_LT_LPAREN] = ACTIONS(4629), [anon_sym_GT_LPAREN] = ACTIONS(4629), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4631), }, [2196] = { [sym__concat] = ACTIONS(4633), [anon_sym_RBRACE] = ACTIONS(4633), [anon_sym_EQ] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4633), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4633), [anon_sym_POUND] = ACTIONS(4633), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4633), [anon_sym_COLON] = ACTIONS(4635), [anon_sym_COLON_QMARK] = ACTIONS(4635), [anon_sym_COLON_DASH] = ACTIONS(4635), [anon_sym_PERCENT] = ACTIONS(4635), [anon_sym_DASH] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4633), [anon_sym_BQUOTE] = ACTIONS(4633), [anon_sym_LT_LPAREN] = ACTIONS(4633), [anon_sym_GT_LPAREN] = ACTIONS(4633), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4635), }, [2197] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5568), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2198] = { [sym__concat] = ACTIONS(4639), [anon_sym_RBRACE] = ACTIONS(4639), [anon_sym_EQ] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4639), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4639), [anon_sym_POUND] = ACTIONS(4639), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4639), [anon_sym_COLON] = ACTIONS(4641), [anon_sym_COLON_QMARK] = ACTIONS(4641), [anon_sym_COLON_DASH] = ACTIONS(4641), [anon_sym_PERCENT] = ACTIONS(4641), [anon_sym_DASH] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4639), [anon_sym_BQUOTE] = ACTIONS(4639), [anon_sym_LT_LPAREN] = ACTIONS(4639), [anon_sym_GT_LPAREN] = ACTIONS(4639), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4641), }, [2199] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5570), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2200] = { [sym__concat] = ACTIONS(4645), [anon_sym_RBRACE] = ACTIONS(4645), [anon_sym_EQ] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4645), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4645), [anon_sym_POUND] = ACTIONS(4645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4645), [anon_sym_COLON] = ACTIONS(4647), [anon_sym_COLON_QMARK] = ACTIONS(4647), [anon_sym_COLON_DASH] = ACTIONS(4647), [anon_sym_PERCENT] = ACTIONS(4647), [anon_sym_DASH] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4645), [anon_sym_BQUOTE] = ACTIONS(4645), [anon_sym_LT_LPAREN] = ACTIONS(4645), [anon_sym_GT_LPAREN] = ACTIONS(4645), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4647), }, [2201] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5572), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2202] = { [sym__concat] = ACTIONS(4651), [anon_sym_RBRACE] = ACTIONS(4651), [anon_sym_EQ] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4651), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4651), [anon_sym_POUND] = ACTIONS(4651), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4651), [anon_sym_COLON] = ACTIONS(4653), [anon_sym_COLON_QMARK] = ACTIONS(4653), [anon_sym_COLON_DASH] = ACTIONS(4653), [anon_sym_PERCENT] = ACTIONS(4653), [anon_sym_DASH] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4651), [anon_sym_BQUOTE] = ACTIONS(4651), [anon_sym_LT_LPAREN] = ACTIONS(4651), [anon_sym_GT_LPAREN] = ACTIONS(4651), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4653), }, [2203] = { [sym__concat] = ACTIONS(4655), [anon_sym_RBRACE] = ACTIONS(4655), [anon_sym_EQ] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4655), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4655), [anon_sym_POUND] = ACTIONS(4655), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4655), [anon_sym_COLON] = ACTIONS(4657), [anon_sym_COLON_QMARK] = ACTIONS(4657), [anon_sym_COLON_DASH] = ACTIONS(4657), [anon_sym_PERCENT] = ACTIONS(4657), [anon_sym_DASH] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4655), [anon_sym_BQUOTE] = ACTIONS(4655), [anon_sym_LT_LPAREN] = ACTIONS(4655), [anon_sym_GT_LPAREN] = ACTIONS(4655), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4657), }, [2204] = { [anon_sym_PIPE] = ACTIONS(4923), [anon_sym_RPAREN] = ACTIONS(4925), [anon_sym_PIPE_AMP] = ACTIONS(4925), [anon_sym_AMP_AMP] = ACTIONS(4925), [anon_sym_PIPE_PIPE] = ACTIONS(4925), [anon_sym_BQUOTE] = ACTIONS(4925), [sym_comment] = ACTIONS(54), }, [2205] = { [anon_sym_PIPE] = ACTIONS(5052), [anon_sym_RPAREN] = ACTIONS(5054), [anon_sym_PIPE_AMP] = ACTIONS(5054), [anon_sym_AMP_AMP] = ACTIONS(5054), [anon_sym_PIPE_PIPE] = ACTIONS(5054), [anon_sym_BQUOTE] = ACTIONS(5054), [sym_comment] = ACTIONS(54), }, [2206] = { [anon_sym_esac] = ACTIONS(5574), [sym_comment] = ACTIONS(54), }, [2207] = { [anon_sym_PIPE] = ACTIONS(5062), [anon_sym_RPAREN] = ACTIONS(5064), [anon_sym_PIPE_AMP] = ACTIONS(5064), [anon_sym_AMP_AMP] = ACTIONS(5064), [anon_sym_PIPE_PIPE] = ACTIONS(5064), [anon_sym_BQUOTE] = ACTIONS(5064), [sym_comment] = ACTIONS(54), }, [2208] = { [anon_sym_esac] = ACTIONS(5576), [sym_comment] = ACTIONS(54), }, [2209] = { [aux_sym_concatenation_repeat1] = STATE(2209), [sym__concat] = ACTIONS(3962), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_RPAREN] = ACTIONS(1634), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [sym_comment] = ACTIONS(54), }, [2210] = { [sym__concat] = ACTIONS(4621), [sym_variable_name] = ACTIONS(4621), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_RPAREN] = ACTIONS(4621), [anon_sym_PIPE_AMP] = ACTIONS(4621), [anon_sym_AMP_AMP] = ACTIONS(4621), [anon_sym_PIPE_PIPE] = ACTIONS(4621), [sym__special_characters] = ACTIONS(4621), [anon_sym_DQUOTE] = ACTIONS(4621), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4621), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4621), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4621), [anon_sym_BQUOTE] = ACTIONS(4621), [anon_sym_LT_LPAREN] = ACTIONS(4621), [anon_sym_GT_LPAREN] = ACTIONS(4621), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4623), [sym_word] = ACTIONS(4623), }, [2211] = { [sym__concat] = ACTIONS(4625), [sym_variable_name] = ACTIONS(4625), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_RPAREN] = ACTIONS(4625), [anon_sym_PIPE_AMP] = ACTIONS(4625), [anon_sym_AMP_AMP] = ACTIONS(4625), [anon_sym_PIPE_PIPE] = ACTIONS(4625), [sym__special_characters] = ACTIONS(4625), [anon_sym_DQUOTE] = ACTIONS(4625), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4625), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4625), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4625), [anon_sym_BQUOTE] = ACTIONS(4625), [anon_sym_LT_LPAREN] = ACTIONS(4625), [anon_sym_GT_LPAREN] = ACTIONS(4625), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4627), [sym_word] = ACTIONS(4627), }, [2212] = { [sym__concat] = ACTIONS(4629), [sym_variable_name] = ACTIONS(4629), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_RPAREN] = ACTIONS(4629), [anon_sym_PIPE_AMP] = ACTIONS(4629), [anon_sym_AMP_AMP] = ACTIONS(4629), [anon_sym_PIPE_PIPE] = ACTIONS(4629), [sym__special_characters] = ACTIONS(4629), [anon_sym_DQUOTE] = ACTIONS(4629), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4629), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4629), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4629), [anon_sym_BQUOTE] = ACTIONS(4629), [anon_sym_LT_LPAREN] = ACTIONS(4629), [anon_sym_GT_LPAREN] = ACTIONS(4629), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4631), [sym_word] = ACTIONS(4631), }, [2213] = { [sym__concat] = ACTIONS(4633), [sym_variable_name] = ACTIONS(4633), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_RPAREN] = ACTIONS(4633), [anon_sym_PIPE_AMP] = ACTIONS(4633), [anon_sym_AMP_AMP] = ACTIONS(4633), [anon_sym_PIPE_PIPE] = ACTIONS(4633), [sym__special_characters] = ACTIONS(4633), [anon_sym_DQUOTE] = ACTIONS(4633), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4633), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4633), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4633), [anon_sym_BQUOTE] = ACTIONS(4633), [anon_sym_LT_LPAREN] = ACTIONS(4633), [anon_sym_GT_LPAREN] = ACTIONS(4633), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4635), [sym_word] = ACTIONS(4635), }, [2214] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5578), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2215] = { [sym__concat] = ACTIONS(4639), [sym_variable_name] = ACTIONS(4639), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_RPAREN] = ACTIONS(4639), [anon_sym_PIPE_AMP] = ACTIONS(4639), [anon_sym_AMP_AMP] = ACTIONS(4639), [anon_sym_PIPE_PIPE] = ACTIONS(4639), [sym__special_characters] = ACTIONS(4639), [anon_sym_DQUOTE] = ACTIONS(4639), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4639), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4639), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4639), [anon_sym_BQUOTE] = ACTIONS(4639), [anon_sym_LT_LPAREN] = ACTIONS(4639), [anon_sym_GT_LPAREN] = ACTIONS(4639), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4641), [sym_word] = ACTIONS(4641), }, [2216] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5580), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2217] = { [sym__concat] = ACTIONS(4645), [sym_variable_name] = ACTIONS(4645), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_RPAREN] = ACTIONS(4645), [anon_sym_PIPE_AMP] = ACTIONS(4645), [anon_sym_AMP_AMP] = ACTIONS(4645), [anon_sym_PIPE_PIPE] = ACTIONS(4645), [sym__special_characters] = ACTIONS(4645), [anon_sym_DQUOTE] = ACTIONS(4645), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4645), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4645), [anon_sym_BQUOTE] = ACTIONS(4645), [anon_sym_LT_LPAREN] = ACTIONS(4645), [anon_sym_GT_LPAREN] = ACTIONS(4645), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4647), [sym_word] = ACTIONS(4647), }, [2218] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5582), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2219] = { [sym__concat] = ACTIONS(4651), [sym_variable_name] = ACTIONS(4651), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_RPAREN] = ACTIONS(4651), [anon_sym_PIPE_AMP] = ACTIONS(4651), [anon_sym_AMP_AMP] = ACTIONS(4651), [anon_sym_PIPE_PIPE] = ACTIONS(4651), [sym__special_characters] = ACTIONS(4651), [anon_sym_DQUOTE] = ACTIONS(4651), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4651), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4651), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4651), [anon_sym_BQUOTE] = ACTIONS(4651), [anon_sym_LT_LPAREN] = ACTIONS(4651), [anon_sym_GT_LPAREN] = ACTIONS(4651), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4653), [sym_word] = ACTIONS(4653), }, [2220] = { [sym__concat] = ACTIONS(4655), [sym_variable_name] = ACTIONS(4655), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_RPAREN] = ACTIONS(4655), [anon_sym_PIPE_AMP] = ACTIONS(4655), [anon_sym_AMP_AMP] = ACTIONS(4655), [anon_sym_PIPE_PIPE] = ACTIONS(4655), [sym__special_characters] = ACTIONS(4655), [anon_sym_DQUOTE] = ACTIONS(4655), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4655), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4655), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4655), [anon_sym_BQUOTE] = ACTIONS(4655), [anon_sym_LT_LPAREN] = ACTIONS(4655), [anon_sym_GT_LPAREN] = ACTIONS(4655), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4657), [sym_word] = ACTIONS(4657), }, [2221] = { [sym__concat] = ACTIONS(4621), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_RPAREN] = ACTIONS(4621), [anon_sym_PIPE_AMP] = ACTIONS(4621), [anon_sym_AMP_AMP] = ACTIONS(4621), [anon_sym_PIPE_PIPE] = ACTIONS(4621), [sym__special_characters] = ACTIONS(4621), [anon_sym_DQUOTE] = ACTIONS(4621), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4621), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4621), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4621), [anon_sym_BQUOTE] = ACTIONS(4621), [anon_sym_LT_LPAREN] = ACTIONS(4621), [anon_sym_GT_LPAREN] = ACTIONS(4621), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4623), [sym_word] = ACTIONS(4623), }, [2222] = { [sym__concat] = ACTIONS(4625), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_RPAREN] = ACTIONS(4625), [anon_sym_PIPE_AMP] = ACTIONS(4625), [anon_sym_AMP_AMP] = ACTIONS(4625), [anon_sym_PIPE_PIPE] = ACTIONS(4625), [sym__special_characters] = ACTIONS(4625), [anon_sym_DQUOTE] = ACTIONS(4625), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4625), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4625), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4625), [anon_sym_BQUOTE] = ACTIONS(4625), [anon_sym_LT_LPAREN] = ACTIONS(4625), [anon_sym_GT_LPAREN] = ACTIONS(4625), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4627), [sym_word] = ACTIONS(4627), }, [2223] = { [sym__concat] = ACTIONS(4629), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_RPAREN] = ACTIONS(4629), [anon_sym_PIPE_AMP] = ACTIONS(4629), [anon_sym_AMP_AMP] = ACTIONS(4629), [anon_sym_PIPE_PIPE] = ACTIONS(4629), [sym__special_characters] = ACTIONS(4629), [anon_sym_DQUOTE] = ACTIONS(4629), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4629), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4629), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4629), [anon_sym_BQUOTE] = ACTIONS(4629), [anon_sym_LT_LPAREN] = ACTIONS(4629), [anon_sym_GT_LPAREN] = ACTIONS(4629), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4631), [sym_word] = ACTIONS(4631), }, [2224] = { [sym__concat] = ACTIONS(4633), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_RPAREN] = ACTIONS(4633), [anon_sym_PIPE_AMP] = ACTIONS(4633), [anon_sym_AMP_AMP] = ACTIONS(4633), [anon_sym_PIPE_PIPE] = ACTIONS(4633), [sym__special_characters] = ACTIONS(4633), [anon_sym_DQUOTE] = ACTIONS(4633), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4633), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4633), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4633), [anon_sym_BQUOTE] = ACTIONS(4633), [anon_sym_LT_LPAREN] = ACTIONS(4633), [anon_sym_GT_LPAREN] = ACTIONS(4633), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4635), [sym_word] = ACTIONS(4635), }, [2225] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5584), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2226] = { [sym__concat] = ACTIONS(4639), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_RPAREN] = ACTIONS(4639), [anon_sym_PIPE_AMP] = ACTIONS(4639), [anon_sym_AMP_AMP] = ACTIONS(4639), [anon_sym_PIPE_PIPE] = ACTIONS(4639), [sym__special_characters] = ACTIONS(4639), [anon_sym_DQUOTE] = ACTIONS(4639), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4639), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4639), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4639), [anon_sym_BQUOTE] = ACTIONS(4639), [anon_sym_LT_LPAREN] = ACTIONS(4639), [anon_sym_GT_LPAREN] = ACTIONS(4639), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4641), [sym_word] = ACTIONS(4641), }, [2227] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5586), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2228] = { [sym__concat] = ACTIONS(4645), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_RPAREN] = ACTIONS(4645), [anon_sym_PIPE_AMP] = ACTIONS(4645), [anon_sym_AMP_AMP] = ACTIONS(4645), [anon_sym_PIPE_PIPE] = ACTIONS(4645), [sym__special_characters] = ACTIONS(4645), [anon_sym_DQUOTE] = ACTIONS(4645), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4645), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4645), [anon_sym_BQUOTE] = ACTIONS(4645), [anon_sym_LT_LPAREN] = ACTIONS(4645), [anon_sym_GT_LPAREN] = ACTIONS(4645), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4647), [sym_word] = ACTIONS(4647), }, [2229] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5588), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2230] = { [sym__concat] = ACTIONS(4651), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_RPAREN] = ACTIONS(4651), [anon_sym_PIPE_AMP] = ACTIONS(4651), [anon_sym_AMP_AMP] = ACTIONS(4651), [anon_sym_PIPE_PIPE] = ACTIONS(4651), [sym__special_characters] = ACTIONS(4651), [anon_sym_DQUOTE] = ACTIONS(4651), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4651), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4651), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4651), [anon_sym_BQUOTE] = ACTIONS(4651), [anon_sym_LT_LPAREN] = ACTIONS(4651), [anon_sym_GT_LPAREN] = ACTIONS(4651), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4653), [sym_word] = ACTIONS(4653), }, [2231] = { [sym__concat] = ACTIONS(4655), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_RPAREN] = ACTIONS(4655), [anon_sym_PIPE_AMP] = ACTIONS(4655), [anon_sym_AMP_AMP] = ACTIONS(4655), [anon_sym_PIPE_PIPE] = ACTIONS(4655), [sym__special_characters] = ACTIONS(4655), [anon_sym_DQUOTE] = ACTIONS(4655), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4655), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4655), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4655), [anon_sym_BQUOTE] = ACTIONS(4655), [anon_sym_LT_LPAREN] = ACTIONS(4655), [anon_sym_GT_LPAREN] = ACTIONS(4655), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4657), [sym_word] = ACTIONS(4657), }, [2232] = { [sym_file_descriptor] = ACTIONS(5178), [sym__concat] = ACTIONS(5178), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_RPAREN] = ACTIONS(5178), [anon_sym_PIPE_AMP] = ACTIONS(5178), [anon_sym_AMP_AMP] = ACTIONS(5178), [anon_sym_PIPE_PIPE] = ACTIONS(5178), [anon_sym_EQ_TILDE] = ACTIONS(5180), [anon_sym_EQ_EQ] = ACTIONS(5180), [anon_sym_LT] = ACTIONS(5180), [anon_sym_GT] = ACTIONS(5180), [anon_sym_GT_GT] = ACTIONS(5178), [anon_sym_AMP_GT] = ACTIONS(5180), [anon_sym_AMP_GT_GT] = ACTIONS(5178), [anon_sym_LT_AMP] = ACTIONS(5178), [anon_sym_GT_AMP] = ACTIONS(5178), [anon_sym_LT_LT] = ACTIONS(5180), [anon_sym_LT_LT_DASH] = ACTIONS(5178), [anon_sym_LT_LT_LT] = ACTIONS(5178), [sym__special_characters] = ACTIONS(5178), [anon_sym_DQUOTE] = ACTIONS(5178), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5178), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5178), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5178), [anon_sym_BQUOTE] = ACTIONS(5178), [anon_sym_LT_LPAREN] = ACTIONS(5178), [anon_sym_GT_LPAREN] = ACTIONS(5178), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5180), }, [2233] = { [sym_file_descriptor] = ACTIONS(5182), [sym__concat] = ACTIONS(5182), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_RPAREN] = ACTIONS(5182), [anon_sym_PIPE_AMP] = ACTIONS(5182), [anon_sym_AMP_AMP] = ACTIONS(5182), [anon_sym_PIPE_PIPE] = ACTIONS(5182), [anon_sym_EQ_TILDE] = ACTIONS(5184), [anon_sym_EQ_EQ] = ACTIONS(5184), [anon_sym_LT] = ACTIONS(5184), [anon_sym_GT] = ACTIONS(5184), [anon_sym_GT_GT] = ACTIONS(5182), [anon_sym_AMP_GT] = ACTIONS(5184), [anon_sym_AMP_GT_GT] = ACTIONS(5182), [anon_sym_LT_AMP] = ACTIONS(5182), [anon_sym_GT_AMP] = ACTIONS(5182), [anon_sym_LT_LT] = ACTIONS(5184), [anon_sym_LT_LT_DASH] = ACTIONS(5182), [anon_sym_LT_LT_LT] = ACTIONS(5182), [sym__special_characters] = ACTIONS(5182), [anon_sym_DQUOTE] = ACTIONS(5182), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5182), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5182), [anon_sym_BQUOTE] = ACTIONS(5182), [anon_sym_LT_LPAREN] = ACTIONS(5182), [anon_sym_GT_LPAREN] = ACTIONS(5182), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5184), }, [2234] = { [sym_file_descriptor] = ACTIONS(5186), [sym__concat] = ACTIONS(5186), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_RPAREN] = ACTIONS(5186), [anon_sym_PIPE_AMP] = ACTIONS(5186), [anon_sym_AMP_AMP] = ACTIONS(5186), [anon_sym_PIPE_PIPE] = ACTIONS(5186), [anon_sym_EQ_TILDE] = ACTIONS(5188), [anon_sym_EQ_EQ] = ACTIONS(5188), [anon_sym_LT] = ACTIONS(5188), [anon_sym_GT] = ACTIONS(5188), [anon_sym_GT_GT] = ACTIONS(5186), [anon_sym_AMP_GT] = ACTIONS(5188), [anon_sym_AMP_GT_GT] = ACTIONS(5186), [anon_sym_LT_AMP] = ACTIONS(5186), [anon_sym_GT_AMP] = ACTIONS(5186), [anon_sym_LT_LT] = ACTIONS(5188), [anon_sym_LT_LT_DASH] = ACTIONS(5186), [anon_sym_LT_LT_LT] = ACTIONS(5186), [sym__special_characters] = ACTIONS(5186), [anon_sym_DQUOTE] = ACTIONS(5186), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5186), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5186), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5186), [anon_sym_BQUOTE] = ACTIONS(5186), [anon_sym_LT_LPAREN] = ACTIONS(5186), [anon_sym_GT_LPAREN] = ACTIONS(5186), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5188), }, [2235] = { [aux_sym_concatenation_repeat1] = STATE(2235), [sym__concat] = ACTIONS(3962), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1634), [anon_sym_AMP_AMP] = ACTIONS(1634), [anon_sym_PIPE_PIPE] = ACTIONS(1634), [anon_sym_BQUOTE] = ACTIONS(1634), [sym_comment] = ACTIONS(54), }, [2236] = { [sym__heredoc_middle] = ACTIONS(3740), [sym__heredoc_end] = ACTIONS(3740), [anon_sym_DOLLAR] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3740), [sym_comment] = ACTIONS(54), }, [2237] = { [sym__heredoc_middle] = ACTIONS(3746), [sym__heredoc_end] = ACTIONS(3746), [anon_sym_DOLLAR] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3746), [sym_comment] = ACTIONS(54), }, [2238] = { [sym__heredoc_middle] = ACTIONS(3831), [sym__heredoc_end] = ACTIONS(3831), [anon_sym_DOLLAR] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3831), [sym_comment] = ACTIONS(54), }, [2239] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5590), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2240] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5592), [sym_comment] = ACTIONS(54), }, [2241] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(5594), [sym_comment] = ACTIONS(54), }, [2242] = { [anon_sym_RBRACE] = ACTIONS(5594), [sym_comment] = ACTIONS(54), }, [2243] = { [sym_concatenation] = STATE(2418), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2418), [anon_sym_RBRACE] = ACTIONS(5596), [anon_sym_EQ] = ACTIONS(5598), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5600), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5598), [anon_sym_COLON_QMARK] = ACTIONS(5598), [anon_sym_COLON_DASH] = ACTIONS(5598), [anon_sym_PERCENT] = ACTIONS(5598), [anon_sym_DASH] = ACTIONS(5598), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2244] = { [sym__heredoc_middle] = ACTIONS(3847), [sym__heredoc_end] = ACTIONS(3847), [anon_sym_DOLLAR] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3847), [sym_comment] = ACTIONS(54), }, [2245] = { [sym_concatenation] = STATE(2420), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2420), [anon_sym_RBRACE] = ACTIONS(5602), [anon_sym_EQ] = ACTIONS(5604), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5606), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5604), [anon_sym_COLON_QMARK] = ACTIONS(5604), [anon_sym_COLON_DASH] = ACTIONS(5604), [anon_sym_PERCENT] = ACTIONS(5604), [anon_sym_DASH] = ACTIONS(5604), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2246] = { [sym__heredoc_middle] = ACTIONS(3857), [sym__heredoc_end] = ACTIONS(3857), [anon_sym_DOLLAR] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3857), [sym_comment] = ACTIONS(54), }, [2247] = { [sym_concatenation] = STATE(2422), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2422), [anon_sym_RBRACE] = ACTIONS(5608), [anon_sym_EQ] = ACTIONS(5610), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5612), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(5610), [anon_sym_COLON_QMARK] = ACTIONS(5610), [anon_sym_COLON_DASH] = ACTIONS(5610), [anon_sym_PERCENT] = ACTIONS(5610), [anon_sym_DASH] = ACTIONS(5610), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2248] = { [sym__heredoc_middle] = ACTIONS(3867), [sym__heredoc_end] = ACTIONS(3867), [anon_sym_DOLLAR] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3867), [sym_comment] = ACTIONS(54), }, [2249] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5614), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2250] = { [sym__heredoc_middle] = ACTIONS(3873), [sym__heredoc_end] = ACTIONS(3873), [anon_sym_DOLLAR] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3873), [sym_comment] = ACTIONS(54), }, [2251] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5616), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2252] = { [sym__concat] = ACTIONS(4621), [anon_sym_RPAREN] = ACTIONS(4621), [sym__special_characters] = ACTIONS(4621), [anon_sym_DQUOTE] = ACTIONS(4621), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4621), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4621), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4621), [anon_sym_BQUOTE] = ACTIONS(4621), [anon_sym_LT_LPAREN] = ACTIONS(4621), [anon_sym_GT_LPAREN] = ACTIONS(4621), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4621), }, [2253] = { [sym__concat] = ACTIONS(4625), [anon_sym_RPAREN] = ACTIONS(4625), [sym__special_characters] = ACTIONS(4625), [anon_sym_DQUOTE] = ACTIONS(4625), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4625), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4625), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4625), [anon_sym_BQUOTE] = ACTIONS(4625), [anon_sym_LT_LPAREN] = ACTIONS(4625), [anon_sym_GT_LPAREN] = ACTIONS(4625), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4625), }, [2254] = { [sym__concat] = ACTIONS(4629), [anon_sym_RPAREN] = ACTIONS(4629), [sym__special_characters] = ACTIONS(4629), [anon_sym_DQUOTE] = ACTIONS(4629), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4629), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4629), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4629), [anon_sym_BQUOTE] = ACTIONS(4629), [anon_sym_LT_LPAREN] = ACTIONS(4629), [anon_sym_GT_LPAREN] = ACTIONS(4629), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4629), }, [2255] = { [sym__concat] = ACTIONS(4633), [anon_sym_RPAREN] = ACTIONS(4633), [sym__special_characters] = ACTIONS(4633), [anon_sym_DQUOTE] = ACTIONS(4633), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4633), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4633), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4633), [anon_sym_BQUOTE] = ACTIONS(4633), [anon_sym_LT_LPAREN] = ACTIONS(4633), [anon_sym_GT_LPAREN] = ACTIONS(4633), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4633), }, [2256] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5618), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2257] = { [sym__concat] = ACTIONS(4639), [anon_sym_RPAREN] = ACTIONS(4639), [sym__special_characters] = ACTIONS(4639), [anon_sym_DQUOTE] = ACTIONS(4639), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4639), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4639), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4639), [anon_sym_BQUOTE] = ACTIONS(4639), [anon_sym_LT_LPAREN] = ACTIONS(4639), [anon_sym_GT_LPAREN] = ACTIONS(4639), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4639), }, [2258] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5620), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2259] = { [sym__concat] = ACTIONS(4645), [anon_sym_RPAREN] = ACTIONS(4645), [sym__special_characters] = ACTIONS(4645), [anon_sym_DQUOTE] = ACTIONS(4645), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4645), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4645), [anon_sym_BQUOTE] = ACTIONS(4645), [anon_sym_LT_LPAREN] = ACTIONS(4645), [anon_sym_GT_LPAREN] = ACTIONS(4645), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4645), }, [2260] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5622), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2261] = { [sym__concat] = ACTIONS(4651), [anon_sym_RPAREN] = ACTIONS(4651), [sym__special_characters] = ACTIONS(4651), [anon_sym_DQUOTE] = ACTIONS(4651), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4651), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4651), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4651), [anon_sym_BQUOTE] = ACTIONS(4651), [anon_sym_LT_LPAREN] = ACTIONS(4651), [anon_sym_GT_LPAREN] = ACTIONS(4651), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4651), }, [2262] = { [sym__concat] = ACTIONS(4655), [anon_sym_RPAREN] = ACTIONS(4655), [sym__special_characters] = ACTIONS(4655), [anon_sym_DQUOTE] = ACTIONS(4655), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4655), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4655), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4655), [anon_sym_BQUOTE] = ACTIONS(4655), [anon_sym_LT_LPAREN] = ACTIONS(4655), [anon_sym_GT_LPAREN] = ACTIONS(4655), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4655), }, [2263] = { [sym_file_descriptor] = ACTIONS(5178), [sym__concat] = ACTIONS(5178), [sym_variable_name] = ACTIONS(5178), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_RPAREN] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [anon_sym_LT] = ACTIONS(5180), [anon_sym_GT] = ACTIONS(5180), [anon_sym_GT_GT] = ACTIONS(5180), [anon_sym_AMP_GT] = ACTIONS(5180), [anon_sym_AMP_GT_GT] = ACTIONS(5180), [anon_sym_LT_AMP] = ACTIONS(5180), [anon_sym_GT_AMP] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [anon_sym_LT_LPAREN] = ACTIONS(5180), [anon_sym_GT_LPAREN] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5180), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2264] = { [sym_file_descriptor] = ACTIONS(5182), [sym__concat] = ACTIONS(5182), [sym_variable_name] = ACTIONS(5182), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_RPAREN] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [anon_sym_LT] = ACTIONS(5184), [anon_sym_GT] = ACTIONS(5184), [anon_sym_GT_GT] = ACTIONS(5184), [anon_sym_AMP_GT] = ACTIONS(5184), [anon_sym_AMP_GT_GT] = ACTIONS(5184), [anon_sym_LT_AMP] = ACTIONS(5184), [anon_sym_GT_AMP] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [anon_sym_LT_LPAREN] = ACTIONS(5184), [anon_sym_GT_LPAREN] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5184), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2265] = { [sym_file_descriptor] = ACTIONS(5186), [sym__concat] = ACTIONS(5186), [sym_variable_name] = ACTIONS(5186), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_RPAREN] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [anon_sym_LT] = ACTIONS(5188), [anon_sym_GT] = ACTIONS(5188), [anon_sym_GT_GT] = ACTIONS(5188), [anon_sym_AMP_GT] = ACTIONS(5188), [anon_sym_AMP_GT_GT] = ACTIONS(5188), [anon_sym_LT_AMP] = ACTIONS(5188), [anon_sym_GT_AMP] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [anon_sym_LT_LPAREN] = ACTIONS(5188), [anon_sym_GT_LPAREN] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5188), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2266] = { [sym__concat] = ACTIONS(4621), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [anon_sym_LT_LPAREN] = ACTIONS(4623), [anon_sym_GT_LPAREN] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4623), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [2267] = { [sym__concat] = ACTIONS(4625), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [anon_sym_LT_LPAREN] = ACTIONS(4627), [anon_sym_GT_LPAREN] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4627), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [2268] = { [sym__concat] = ACTIONS(4629), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [anon_sym_LT_LPAREN] = ACTIONS(4631), [anon_sym_GT_LPAREN] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4631), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [2269] = { [sym__concat] = ACTIONS(4633), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [anon_sym_LT_LPAREN] = ACTIONS(4635), [anon_sym_GT_LPAREN] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4635), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [2270] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5624), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2271] = { [sym__concat] = ACTIONS(4639), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [anon_sym_LT_LPAREN] = ACTIONS(4641), [anon_sym_GT_LPAREN] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4641), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [2272] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5626), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2273] = { [sym__concat] = ACTIONS(4645), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [anon_sym_LT_LPAREN] = ACTIONS(4647), [anon_sym_GT_LPAREN] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4647), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [2274] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5628), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2275] = { [sym__concat] = ACTIONS(4651), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [anon_sym_LT_LPAREN] = ACTIONS(4653), [anon_sym_GT_LPAREN] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4653), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [2276] = { [sym__concat] = ACTIONS(4655), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [anon_sym_LT_LPAREN] = ACTIONS(4657), [anon_sym_GT_LPAREN] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4657), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [2277] = { [sym_file_descriptor] = ACTIONS(1079), [sym_variable_name] = ACTIONS(1079), [anon_sym_esac] = ACTIONS(1081), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [anon_sym_LT] = ACTIONS(1081), [anon_sym_GT] = ACTIONS(1081), [anon_sym_GT_GT] = 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), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [2278] = { [sym_concatenation] = STATE(2432), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(2432), [anon_sym_RPAREN] = ACTIONS(5630), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [2279] = { [aux_sym_concatenation_repeat1] = STATE(2434), [sym_file_descriptor] = ACTIONS(1101), [sym__concat] = ACTIONS(5632), [sym_variable_name] = ACTIONS(1101), [anon_sym_esac] = ACTIONS(1105), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_SEMI_SEMI] = ACTIONS(1105), [anon_sym_PIPE_AMP] = ACTIONS(1105), [anon_sym_AMP_AMP] = ACTIONS(1105), [anon_sym_PIPE_PIPE] = ACTIONS(1105), [anon_sym_LT] = ACTIONS(1105), [anon_sym_GT] = ACTIONS(1105), [anon_sym_GT_GT] = ACTIONS(1105), [anon_sym_AMP_GT] = ACTIONS(1105), [anon_sym_AMP_GT_GT] = ACTIONS(1105), [anon_sym_LT_AMP] = ACTIONS(1105), [anon_sym_GT_AMP] = ACTIONS(1105), [sym__special_characters] = ACTIONS(1105), [anon_sym_DQUOTE] = ACTIONS(1105), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1105), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1105), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), [anon_sym_BQUOTE] = ACTIONS(1105), [anon_sym_LT_LPAREN] = ACTIONS(1105), [anon_sym_GT_LPAREN] = ACTIONS(1105), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1105), [anon_sym_SEMI] = ACTIONS(1105), [anon_sym_LF] = ACTIONS(1101), [anon_sym_AMP] = ACTIONS(1105), }, [2280] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(2436), [anon_sym_DQUOTE] = ACTIONS(5634), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2281] = { [sym_string] = STATE(2438), [anon_sym_DQUOTE] = ACTIONS(5362), [anon_sym_DOLLAR] = ACTIONS(5636), [sym_raw_string] = ACTIONS(5638), [anon_sym_POUND] = ACTIONS(5636), [anon_sym_DASH] = ACTIONS(5636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5640), [anon_sym_STAR] = ACTIONS(5636), [anon_sym_AT] = ACTIONS(5636), [anon_sym_QMARK] = ACTIONS(5636), [anon_sym_0] = ACTIONS(5642), [anon_sym__] = ACTIONS(5642), }, [2282] = { [aux_sym_concatenation_repeat1] = STATE(2434), [sym_file_descriptor] = ACTIONS(1079), [sym__concat] = ACTIONS(5632), [sym_variable_name] = ACTIONS(1079), [anon_sym_esac] = ACTIONS(1081), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [anon_sym_LT] = ACTIONS(1081), [anon_sym_GT] = ACTIONS(1081), [anon_sym_GT_GT] = 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), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [2283] = { [sym_subscript] = STATE(2444), [sym_variable_name] = ACTIONS(5644), [anon_sym_DOLLAR] = ACTIONS(5646), [anon_sym_POUND] = ACTIONS(5648), [anon_sym_DASH] = ACTIONS(5646), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5650), [anon_sym_STAR] = ACTIONS(5646), [anon_sym_AT] = ACTIONS(5646), [anon_sym_QMARK] = ACTIONS(5646), [anon_sym_0] = ACTIONS(5652), [anon_sym__] = ACTIONS(5652), }, [2284] = { [sym_for_statement] = STATE(2445), [sym_while_statement] = STATE(2445), [sym_if_statement] = STATE(2445), [sym_case_statement] = STATE(2445), [sym_function_definition] = STATE(2445), [sym_subshell] = STATE(2445), [sym_pipeline] = STATE(2445), [sym_list] = STATE(2445), [sym_command] = STATE(2445), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2445), [sym_variable_assignment] = STATE(2446), [sym_declaration_command] = STATE(2445), [sym_unset_command] = STATE(2445), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2285] = { [sym_for_statement] = STATE(2447), [sym_while_statement] = STATE(2447), [sym_if_statement] = STATE(2447), [sym_case_statement] = STATE(2447), [sym_function_definition] = STATE(2447), [sym_subshell] = STATE(2447), [sym_pipeline] = STATE(2447), [sym_list] = STATE(2447), [sym_command] = STATE(2447), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(2447), [sym_variable_assignment] = STATE(2448), [sym_declaration_command] = STATE(2447), [sym_unset_command] = STATE(2447), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [2286] = { [sym_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_subshell] = STATE(2449), [sym_pipeline] = STATE(2449), [sym_list] = STATE(2449), [sym_command] = STATE(2449), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2449), [sym_variable_assignment] = STATE(2450), [sym_declaration_command] = STATE(2449), [sym_unset_command] = STATE(2449), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2287] = { [sym_file_redirect] = STATE(2451), [sym_heredoc_redirect] = STATE(2451), [sym_herestring_redirect] = STATE(2451), [aux_sym_while_statement_repeat1] = STATE(2451), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(1147), [anon_sym_PIPE] = ACTIONS(1147), [anon_sym_SEMI_SEMI] = ACTIONS(1147), [anon_sym_PIPE_AMP] = ACTIONS(1147), [anon_sym_AMP_AMP] = ACTIONS(1147), [anon_sym_PIPE_PIPE] = ACTIONS(1147), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1147), [anon_sym_LF] = ACTIONS(1149), [anon_sym_AMP] = ACTIONS(1147), }, [2288] = { [anon_sym_RPAREN] = ACTIONS(5654), [sym_comment] = ACTIONS(54), }, [2289] = { [sym_file_redirect] = STATE(627), [sym_file_descriptor] = ACTIONS(5656), [anon_sym_esac] = ACTIONS(1217), [anon_sym_PIPE] = ACTIONS(1217), [anon_sym_SEMI_SEMI] = ACTIONS(1217), [anon_sym_PIPE_AMP] = ACTIONS(1217), [anon_sym_AMP_AMP] = ACTIONS(1217), [anon_sym_PIPE_PIPE] = ACTIONS(1217), [anon_sym_LT] = ACTIONS(5658), [anon_sym_GT] = ACTIONS(5658), [anon_sym_GT_GT] = ACTIONS(5658), [anon_sym_AMP_GT] = ACTIONS(5658), [anon_sym_AMP_GT_GT] = ACTIONS(5658), [anon_sym_LT_AMP] = ACTIONS(5658), [anon_sym_GT_AMP] = ACTIONS(5658), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1217), [anon_sym_LF] = ACTIONS(1221), [anon_sym_AMP] = ACTIONS(1217), }, [2290] = { [sym_file_redirect] = STATE(2455), [sym_heredoc_redirect] = STATE(2455), [sym_herestring_redirect] = STATE(2455), [aux_sym_while_statement_repeat1] = STATE(2455), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(1313), [anon_sym_PIPE] = ACTIONS(1313), [anon_sym_SEMI_SEMI] = ACTIONS(1313), [anon_sym_PIPE_AMP] = ACTIONS(1313), [anon_sym_AMP_AMP] = ACTIONS(1313), [anon_sym_PIPE_PIPE] = ACTIONS(1313), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1313), [anon_sym_LF] = ACTIONS(1315), [anon_sym_AMP] = ACTIONS(1313), }, [2291] = { [sym_concatenation] = STATE(2456), [sym_string] = STATE(2459), [sym_array] = STATE(2456), [sym_simple_expansion] = STATE(2459), [sym_string_expansion] = STATE(2459), [sym_expansion] = STATE(2459), [sym_command_substitution] = STATE(2459), [sym_process_substitution] = STATE(2459), [sym__empty_value] = ACTIONS(5660), [anon_sym_LPAREN] = ACTIONS(5662), [sym__special_characters] = ACTIONS(5664), [anon_sym_DQUOTE] = ACTIONS(5386), [anon_sym_DOLLAR] = ACTIONS(4947), [sym_raw_string] = ACTIONS(5666), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5668), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5670), [anon_sym_BQUOTE] = ACTIONS(5672), [anon_sym_LT_LPAREN] = ACTIONS(5674), [anon_sym_GT_LPAREN] = ACTIONS(5674), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5666), }, [2292] = { [sym_variable_name] = ACTIONS(388), [anon_sym_esac] = ACTIONS(390), [anon_sym_PIPE] = ACTIONS(390), [anon_sym_SEMI_SEMI] = ACTIONS(390), [anon_sym_PIPE_AMP] = ACTIONS(390), [anon_sym_AMP_AMP] = ACTIONS(390), [anon_sym_PIPE_PIPE] = ACTIONS(390), [sym__special_characters] = ACTIONS(390), [anon_sym_DQUOTE] = ACTIONS(390), [anon_sym_DOLLAR] = ACTIONS(390), [sym_raw_string] = ACTIONS(390), [anon_sym_DOLLAR_LBRACE] = ACTIONS(390), [anon_sym_DOLLAR_LPAREN] = ACTIONS(390), [anon_sym_BQUOTE] = ACTIONS(390), [anon_sym_LT_LPAREN] = ACTIONS(390), [anon_sym_GT_LPAREN] = ACTIONS(390), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(390), [sym_word] = ACTIONS(390), [anon_sym_SEMI] = ACTIONS(390), [anon_sym_LF] = ACTIONS(388), [anon_sym_AMP] = ACTIONS(390), }, [2293] = { [sym_string] = STATE(2460), [sym_simple_expansion] = STATE(2460), [sym_string_expansion] = STATE(2460), [sym_expansion] = STATE(2460), [sym_command_substitution] = STATE(2460), [sym_process_substitution] = STATE(2460), [sym__special_characters] = ACTIONS(5676), [anon_sym_DQUOTE] = ACTIONS(5386), [anon_sym_DOLLAR] = ACTIONS(4947), [sym_raw_string] = ACTIONS(5676), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5668), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5670), [anon_sym_BQUOTE] = ACTIONS(5672), [anon_sym_LT_LPAREN] = ACTIONS(5674), [anon_sym_GT_LPAREN] = ACTIONS(5674), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5676), }, [2294] = { [aux_sym_concatenation_repeat1] = STATE(2461), [sym__concat] = ACTIONS(5382), [sym_variable_name] = ACTIONS(688), [anon_sym_esac] = ACTIONS(690), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [2295] = { [sym__concat] = ACTIONS(692), [sym_variable_name] = ACTIONS(692), [anon_sym_esac] = ACTIONS(694), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(694), [anon_sym_DOLLAR_LBRACE] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), [anon_sym_LT_LPAREN] = ACTIONS(694), [anon_sym_GT_LPAREN] = ACTIONS(694), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(694), [sym_word] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [2296] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(5678), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2297] = { [sym__concat] = ACTIONS(722), [sym_variable_name] = ACTIONS(722), [anon_sym_esac] = ACTIONS(724), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [anon_sym_LT_LPAREN] = ACTIONS(724), [anon_sym_GT_LPAREN] = ACTIONS(724), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(724), [sym_word] = ACTIONS(724), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [2298] = { [sym__concat] = ACTIONS(726), [sym_variable_name] = ACTIONS(726), [anon_sym_esac] = ACTIONS(728), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(728), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(728), [anon_sym_BQUOTE] = ACTIONS(728), [anon_sym_LT_LPAREN] = ACTIONS(728), [anon_sym_GT_LPAREN] = ACTIONS(728), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(728), [sym_word] = ACTIONS(728), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [2299] = { [sym__concat] = ACTIONS(730), [sym_variable_name] = ACTIONS(730), [anon_sym_esac] = ACTIONS(732), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [anon_sym_LT_LPAREN] = ACTIONS(732), [anon_sym_GT_LPAREN] = ACTIONS(732), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(732), [sym_word] = ACTIONS(732), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [2300] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(5680), [sym_comment] = ACTIONS(54), }, [2301] = { [sym_concatenation] = STATE(2466), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2466), [anon_sym_RBRACE] = ACTIONS(5682), [anon_sym_EQ] = ACTIONS(5684), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5686), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5688), [anon_sym_COLON] = ACTIONS(5684), [anon_sym_COLON_QMARK] = ACTIONS(5684), [anon_sym_COLON_DASH] = ACTIONS(5684), [anon_sym_PERCENT] = ACTIONS(5684), [anon_sym_DASH] = ACTIONS(5684), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2302] = { [sym_subscript] = STATE(2470), [sym_variable_name] = ACTIONS(5690), [anon_sym_DOLLAR] = ACTIONS(5692), [anon_sym_DASH] = ACTIONS(5692), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5694), [anon_sym_STAR] = ACTIONS(5692), [anon_sym_AT] = ACTIONS(5692), [anon_sym_QMARK] = ACTIONS(5692), [anon_sym_0] = ACTIONS(5696), [anon_sym__] = ACTIONS(5696), }, [2303] = { [sym_concatenation] = STATE(2473), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2473), [anon_sym_RBRACE] = ACTIONS(5698), [anon_sym_EQ] = ACTIONS(5700), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5702), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5704), [anon_sym_COLON] = ACTIONS(5700), [anon_sym_COLON_QMARK] = ACTIONS(5700), [anon_sym_COLON_DASH] = ACTIONS(5700), [anon_sym_PERCENT] = ACTIONS(5700), [anon_sym_DASH] = ACTIONS(5700), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2304] = { [sym_concatenation] = STATE(2476), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2476), [anon_sym_RBRACE] = ACTIONS(5706), [anon_sym_EQ] = ACTIONS(5708), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5710), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5712), [anon_sym_COLON] = ACTIONS(5708), [anon_sym_COLON_QMARK] = ACTIONS(5708), [anon_sym_COLON_DASH] = ACTIONS(5708), [anon_sym_PERCENT] = ACTIONS(5708), [anon_sym_DASH] = ACTIONS(5708), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2305] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5714), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2306] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5714), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2307] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(5714), [sym_comment] = ACTIONS(54), }, [2308] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(5714), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2309] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5716), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2310] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5716), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2311] = { [sym_variable_assignment] = STATE(2311), [sym_subscript] = STATE(2094), [sym_concatenation] = STATE(2311), [sym_string] = STATE(2088), [sym_simple_expansion] = STATE(2088), [sym_string_expansion] = STATE(2088), [sym_expansion] = STATE(2088), [sym_command_substitution] = STATE(2088), [sym_process_substitution] = STATE(2088), [aux_sym_declaration_command_repeat1] = STATE(2311), [sym_variable_name] = ACTIONS(5718), [anon_sym_esac] = ACTIONS(1480), [anon_sym_PIPE] = ACTIONS(1480), [anon_sym_SEMI_SEMI] = ACTIONS(1480), [anon_sym_PIPE_AMP] = ACTIONS(1480), [anon_sym_AMP_AMP] = ACTIONS(1480), [anon_sym_PIPE_PIPE] = ACTIONS(1480), [sym__special_characters] = ACTIONS(5721), [anon_sym_DQUOTE] = ACTIONS(5724), [anon_sym_DOLLAR] = ACTIONS(5727), [sym_raw_string] = ACTIONS(5730), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5733), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5736), [anon_sym_BQUOTE] = ACTIONS(5739), [anon_sym_LT_LPAREN] = ACTIONS(5742), [anon_sym_GT_LPAREN] = ACTIONS(5742), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5745), [sym_word] = ACTIONS(5730), [anon_sym_SEMI] = ACTIONS(1480), [anon_sym_LF] = ACTIONS(1509), [anon_sym_AMP] = ACTIONS(1480), }, [2312] = { [sym_string] = STATE(2479), [sym_simple_expansion] = STATE(2479), [sym_string_expansion] = STATE(2479), [sym_expansion] = STATE(2479), [sym_command_substitution] = STATE(2479), [sym_process_substitution] = STATE(2479), [sym__special_characters] = ACTIONS(5748), [anon_sym_DQUOTE] = ACTIONS(5410), [anon_sym_DOLLAR] = ACTIONS(4965), [sym_raw_string] = ACTIONS(5748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5750), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5752), [anon_sym_BQUOTE] = ACTIONS(5754), [anon_sym_LT_LPAREN] = ACTIONS(5756), [anon_sym_GT_LPAREN] = ACTIONS(5756), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5748), }, [2313] = { [aux_sym_concatenation_repeat1] = STATE(2480), [sym__concat] = ACTIONS(5406), [anon_sym_esac] = ACTIONS(690), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(690), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [2314] = { [sym__concat] = ACTIONS(692), [anon_sym_esac] = ACTIONS(694), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(694), [anon_sym_DOLLAR_LBRACE] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), [anon_sym_LT_LPAREN] = ACTIONS(694), [anon_sym_GT_LPAREN] = ACTIONS(694), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(694), [sym_word] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [2315] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(5758), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2316] = { [sym__concat] = ACTIONS(722), [anon_sym_esac] = ACTIONS(724), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [anon_sym_LT_LPAREN] = ACTIONS(724), [anon_sym_GT_LPAREN] = ACTIONS(724), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(724), [sym_word] = ACTIONS(724), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [2317] = { [sym__concat] = ACTIONS(726), [anon_sym_esac] = ACTIONS(728), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(728), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(728), [anon_sym_BQUOTE] = ACTIONS(728), [anon_sym_LT_LPAREN] = ACTIONS(728), [anon_sym_GT_LPAREN] = ACTIONS(728), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(728), [sym_word] = ACTIONS(728), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [2318] = { [sym__concat] = ACTIONS(730), [anon_sym_esac] = ACTIONS(732), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [anon_sym_LT_LPAREN] = ACTIONS(732), [anon_sym_GT_LPAREN] = ACTIONS(732), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(732), [sym_word] = ACTIONS(732), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [2319] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(5760), [sym_comment] = ACTIONS(54), }, [2320] = { [sym_concatenation] = STATE(2485), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2485), [anon_sym_RBRACE] = ACTIONS(5762), [anon_sym_EQ] = ACTIONS(5764), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5766), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5768), [anon_sym_COLON] = ACTIONS(5764), [anon_sym_COLON_QMARK] = ACTIONS(5764), [anon_sym_COLON_DASH] = ACTIONS(5764), [anon_sym_PERCENT] = ACTIONS(5764), [anon_sym_DASH] = ACTIONS(5764), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2321] = { [sym_subscript] = STATE(2489), [sym_variable_name] = ACTIONS(5770), [anon_sym_DOLLAR] = ACTIONS(5772), [anon_sym_DASH] = ACTIONS(5772), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5774), [anon_sym_STAR] = ACTIONS(5772), [anon_sym_AT] = ACTIONS(5772), [anon_sym_QMARK] = ACTIONS(5772), [anon_sym_0] = ACTIONS(5776), [anon_sym__] = ACTIONS(5776), }, [2322] = { [sym_concatenation] = STATE(2492), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2492), [anon_sym_RBRACE] = ACTIONS(5778), [anon_sym_EQ] = ACTIONS(5780), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5782), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5784), [anon_sym_COLON] = ACTIONS(5780), [anon_sym_COLON_QMARK] = ACTIONS(5780), [anon_sym_COLON_DASH] = ACTIONS(5780), [anon_sym_PERCENT] = ACTIONS(5780), [anon_sym_DASH] = ACTIONS(5780), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2323] = { [sym_concatenation] = STATE(2495), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2495), [anon_sym_RBRACE] = ACTIONS(5786), [anon_sym_EQ] = ACTIONS(5788), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5790), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5792), [anon_sym_COLON] = ACTIONS(5788), [anon_sym_COLON_QMARK] = ACTIONS(5788), [anon_sym_COLON_DASH] = ACTIONS(5788), [anon_sym_PERCENT] = ACTIONS(5788), [anon_sym_DASH] = ACTIONS(5788), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2324] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5794), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2325] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5794), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2326] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(5794), [sym_comment] = ACTIONS(54), }, [2327] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(5794), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2328] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5796), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2329] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(5796), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2330] = { [sym_concatenation] = STATE(2330), [sym_string] = STATE(2099), [sym_simple_expansion] = STATE(2099), [sym_string_expansion] = STATE(2099), [sym_expansion] = STATE(2099), [sym_command_substitution] = STATE(2099), [sym_process_substitution] = STATE(2099), [aux_sym_unset_command_repeat1] = STATE(2330), [anon_sym_esac] = ACTIONS(1561), [anon_sym_PIPE] = ACTIONS(1561), [anon_sym_SEMI_SEMI] = ACTIONS(1561), [anon_sym_PIPE_AMP] = ACTIONS(1561), [anon_sym_AMP_AMP] = ACTIONS(1561), [anon_sym_PIPE_PIPE] = ACTIONS(1561), [sym__special_characters] = ACTIONS(5798), [anon_sym_DQUOTE] = ACTIONS(5801), [anon_sym_DOLLAR] = ACTIONS(5804), [sym_raw_string] = ACTIONS(5807), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5810), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5813), [anon_sym_BQUOTE] = ACTIONS(5816), [anon_sym_LT_LPAREN] = ACTIONS(5819), [anon_sym_GT_LPAREN] = ACTIONS(5819), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5822), [sym_word] = ACTIONS(5807), [anon_sym_SEMI] = ACTIONS(1561), [anon_sym_LF] = ACTIONS(1590), [anon_sym_AMP] = ACTIONS(1561), }, [2331] = { [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1634), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1636), [anon_sym_LT_LT_LT] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2332] = { [aux_sym_concatenation_repeat1] = STATE(2332), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(5825), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_EQ_TILDE] = ACTIONS(1636), [anon_sym_EQ_EQ] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1636), [anon_sym_LT_LT_LT] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2333] = { [sym_file_descriptor] = ACTIONS(1683), [sym__concat] = ACTIONS(1683), [anon_sym_esac] = ACTIONS(1685), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [anon_sym_EQ_TILDE] = ACTIONS(1685), [anon_sym_EQ_EQ] = ACTIONS(1685), [anon_sym_LT] = ACTIONS(1685), [anon_sym_GT] = ACTIONS(1685), [anon_sym_GT_GT] = ACTIONS(1685), [anon_sym_AMP_GT] = ACTIONS(1685), [anon_sym_AMP_GT_GT] = ACTIONS(1685), [anon_sym_LT_AMP] = ACTIONS(1685), [anon_sym_GT_AMP] = ACTIONS(1685), [anon_sym_LT_LT] = ACTIONS(1685), [anon_sym_LT_LT_DASH] = ACTIONS(1685), [anon_sym_LT_LT_LT] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1685), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1685), [anon_sym_BQUOTE] = ACTIONS(1685), [anon_sym_LT_LPAREN] = ACTIONS(1685), [anon_sym_GT_LPAREN] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1685), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [2334] = { [sym_concatenation] = STATE(2501), [sym_string] = STATE(2500), [sym_simple_expansion] = STATE(2500), [sym_string_expansion] = STATE(2500), [sym_expansion] = STATE(2500), [sym_command_substitution] = STATE(2500), [sym_process_substitution] = STATE(2500), [anon_sym_RBRACE] = ACTIONS(5828), [sym__special_characters] = ACTIONS(5830), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(5832), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5832), }, [2335] = { [sym_file_descriptor] = ACTIONS(1724), [sym__concat] = ACTIONS(1724), [anon_sym_esac] = ACTIONS(1726), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [anon_sym_EQ_TILDE] = ACTIONS(1726), [anon_sym_EQ_EQ] = ACTIONS(1726), [anon_sym_LT] = ACTIONS(1726), [anon_sym_GT] = ACTIONS(1726), [anon_sym_GT_GT] = ACTIONS(1726), [anon_sym_AMP_GT] = ACTIONS(1726), [anon_sym_AMP_GT_GT] = ACTIONS(1726), [anon_sym_LT_AMP] = ACTIONS(1726), [anon_sym_GT_AMP] = ACTIONS(1726), [anon_sym_LT_LT] = ACTIONS(1726), [anon_sym_LT_LT_DASH] = ACTIONS(1726), [anon_sym_LT_LT_LT] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [anon_sym_LT_LPAREN] = ACTIONS(1726), [anon_sym_GT_LPAREN] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1726), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [2336] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(5834), }, [2337] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5836), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2338] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(5838), [sym_comment] = ACTIONS(54), }, [2339] = { [sym_concatenation] = STATE(2507), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2507), [anon_sym_RBRACE] = ACTIONS(5840), [anon_sym_EQ] = ACTIONS(5842), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5844), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5846), [anon_sym_COLON] = ACTIONS(5842), [anon_sym_COLON_QMARK] = ACTIONS(5842), [anon_sym_COLON_DASH] = ACTIONS(5842), [anon_sym_PERCENT] = ACTIONS(5842), [anon_sym_DASH] = ACTIONS(5842), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2340] = { [sym_concatenation] = STATE(2510), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2510), [anon_sym_RBRACE] = ACTIONS(5848), [anon_sym_EQ] = ACTIONS(5850), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5852), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5854), [anon_sym_COLON] = ACTIONS(5850), [anon_sym_COLON_QMARK] = ACTIONS(5850), [anon_sym_COLON_DASH] = ACTIONS(5850), [anon_sym_PERCENT] = ACTIONS(5850), [anon_sym_DASH] = ACTIONS(5850), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2341] = { [sym_concatenation] = STATE(2512), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2512), [anon_sym_RBRACE] = ACTIONS(5828), [anon_sym_EQ] = ACTIONS(5856), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5858), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5860), [anon_sym_COLON] = ACTIONS(5856), [anon_sym_COLON_QMARK] = ACTIONS(5856), [anon_sym_COLON_DASH] = ACTIONS(5856), [anon_sym_PERCENT] = ACTIONS(5856), [anon_sym_DASH] = ACTIONS(5856), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2342] = { [sym_file_descriptor] = ACTIONS(1790), [sym__concat] = ACTIONS(1790), [anon_sym_esac] = ACTIONS(1792), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [anon_sym_EQ_TILDE] = ACTIONS(1792), [anon_sym_EQ_EQ] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1792), [anon_sym_GT] = ACTIONS(1792), [anon_sym_GT_GT] = ACTIONS(1792), [anon_sym_AMP_GT] = ACTIONS(1792), [anon_sym_AMP_GT_GT] = ACTIONS(1792), [anon_sym_LT_AMP] = ACTIONS(1792), [anon_sym_GT_AMP] = ACTIONS(1792), [anon_sym_LT_LT] = ACTIONS(1792), [anon_sym_LT_LT_DASH] = ACTIONS(1792), [anon_sym_LT_LT_LT] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [anon_sym_LT_LPAREN] = ACTIONS(1792), [anon_sym_GT_LPAREN] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1792), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [2343] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(5862), }, [2344] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5864), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2345] = { [sym_file_descriptor] = ACTIONS(1798), [sym__concat] = ACTIONS(1798), [anon_sym_esac] = ACTIONS(1800), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [anon_sym_EQ_TILDE] = ACTIONS(1800), [anon_sym_EQ_EQ] = ACTIONS(1800), [anon_sym_LT] = ACTIONS(1800), [anon_sym_GT] = ACTIONS(1800), [anon_sym_GT_GT] = ACTIONS(1800), [anon_sym_AMP_GT] = ACTIONS(1800), [anon_sym_AMP_GT_GT] = ACTIONS(1800), [anon_sym_LT_AMP] = ACTIONS(1800), [anon_sym_GT_AMP] = ACTIONS(1800), [anon_sym_LT_LT] = ACTIONS(1800), [anon_sym_LT_LT_DASH] = ACTIONS(1800), [anon_sym_LT_LT_LT] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [anon_sym_LT_LPAREN] = ACTIONS(1800), [anon_sym_GT_LPAREN] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1800), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [2346] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(5866), }, [2347] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5828), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2348] = { [sym_file_descriptor] = ACTIONS(1936), [sym__concat] = ACTIONS(1936), [anon_sym_esac] = ACTIONS(1938), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [anon_sym_EQ_TILDE] = ACTIONS(1938), [anon_sym_EQ_EQ] = ACTIONS(1938), [anon_sym_LT] = ACTIONS(1938), [anon_sym_GT] = ACTIONS(1938), [anon_sym_GT_GT] = ACTIONS(1938), [anon_sym_AMP_GT] = ACTIONS(1938), [anon_sym_AMP_GT_GT] = ACTIONS(1938), [anon_sym_LT_AMP] = ACTIONS(1938), [anon_sym_GT_AMP] = ACTIONS(1938), [anon_sym_LT_LT] = ACTIONS(1938), [anon_sym_LT_LT_DASH] = ACTIONS(1938), [anon_sym_LT_LT_LT] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [anon_sym_LT_LPAREN] = ACTIONS(1938), [anon_sym_GT_LPAREN] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1938), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [2349] = { [sym_file_descriptor] = ACTIONS(2000), [sym__concat] = ACTIONS(2000), [anon_sym_esac] = ACTIONS(2002), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [anon_sym_EQ_TILDE] = ACTIONS(2002), [anon_sym_EQ_EQ] = ACTIONS(2002), [anon_sym_LT] = ACTIONS(2002), [anon_sym_GT] = ACTIONS(2002), [anon_sym_GT_GT] = ACTIONS(2002), [anon_sym_AMP_GT] = ACTIONS(2002), [anon_sym_AMP_GT_GT] = ACTIONS(2002), [anon_sym_LT_AMP] = ACTIONS(2002), [anon_sym_GT_AMP] = ACTIONS(2002), [anon_sym_LT_LT] = ACTIONS(2002), [anon_sym_LT_LT_DASH] = ACTIONS(2002), [anon_sym_LT_LT_LT] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2002), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2002), [anon_sym_BQUOTE] = ACTIONS(2002), [anon_sym_LT_LPAREN] = ACTIONS(2002), [anon_sym_GT_LPAREN] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2002), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [2350] = { [sym_compound_statement] = STATE(2516), [anon_sym_LBRACE] = ACTIONS(442), [sym_comment] = ACTIONS(54), }, [2351] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_esac] = ACTIONS(2004), [anon_sym_PIPE] = ACTIONS(2004), [anon_sym_SEMI_SEMI] = ACTIONS(2004), [anon_sym_PIPE_AMP] = ACTIONS(2004), [anon_sym_AMP_AMP] = ACTIONS(2004), [anon_sym_PIPE_PIPE] = ACTIONS(2004), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(2004), [anon_sym_LF] = ACTIONS(2006), [anon_sym_AMP] = ACTIONS(2004), }, [2352] = { [anon_sym_esac] = ACTIONS(2008), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(2008), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(2008), [anon_sym_PIPE_PIPE] = ACTIONS(2008), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2008), [anon_sym_LF] = ACTIONS(2010), [anon_sym_AMP] = ACTIONS(2008), }, [2353] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_esac] = ACTIONS(2008), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(2008), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(2008), [anon_sym_PIPE_PIPE] = ACTIONS(2008), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(2008), [anon_sym_LF] = ACTIONS(2010), [anon_sym_AMP] = ACTIONS(2008), }, [2354] = { [sym_concatenation] = STATE(950), [sym_string] = STATE(2518), [sym_simple_expansion] = STATE(2518), [sym_string_expansion] = STATE(2518), [sym_expansion] = STATE(2518), [sym_command_substitution] = STATE(2518), [sym_process_substitution] = STATE(2518), [sym__special_characters] = ACTIONS(5868), [anon_sym_DQUOTE] = ACTIONS(5492), [anon_sym_DOLLAR] = ACTIONS(5494), [sym_raw_string] = ACTIONS(5870), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5498), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5500), [anon_sym_BQUOTE] = ACTIONS(5502), [anon_sym_LT_LPAREN] = ACTIONS(5504), [anon_sym_GT_LPAREN] = ACTIONS(5504), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5870), }, [2355] = { [aux_sym_concatenation_repeat1] = STATE(2107), [sym_file_descriptor] = ACTIONS(1265), [sym__concat] = ACTIONS(4979), [anon_sym_esac] = ACTIONS(1263), [anon_sym_PIPE] = ACTIONS(1263), [anon_sym_SEMI_SEMI] = ACTIONS(1263), [anon_sym_PIPE_AMP] = ACTIONS(1263), [anon_sym_AMP_AMP] = ACTIONS(1263), [anon_sym_PIPE_PIPE] = ACTIONS(1263), [anon_sym_EQ_TILDE] = ACTIONS(1263), [anon_sym_EQ_EQ] = ACTIONS(1263), [anon_sym_LT] = ACTIONS(1263), [anon_sym_GT] = ACTIONS(1263), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1263), [anon_sym_LT_LT_DASH] = ACTIONS(1263), [anon_sym_LT_LT_LT] = ACTIONS(1263), [sym__special_characters] = ACTIONS(1263), [anon_sym_DQUOTE] = ACTIONS(1263), [anon_sym_DOLLAR] = ACTIONS(1263), [sym_raw_string] = ACTIONS(1263), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1263), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), [anon_sym_BQUOTE] = ACTIONS(1263), [anon_sym_LT_LPAREN] = ACTIONS(1263), [anon_sym_GT_LPAREN] = ACTIONS(1263), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1263), [anon_sym_SEMI] = ACTIONS(1263), [anon_sym_LF] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1263), }, [2356] = { [aux_sym_concatenation_repeat1] = STATE(2107), [sym_file_descriptor] = ACTIONS(1269), [sym__concat] = ACTIONS(4979), [anon_sym_esac] = ACTIONS(1267), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_SEMI_SEMI] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1267), [anon_sym_AMP_AMP] = ACTIONS(1267), [anon_sym_PIPE_PIPE] = ACTIONS(1267), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1267), [anon_sym_LT_LT_LT] = ACTIONS(1267), [sym__special_characters] = ACTIONS(1267), [anon_sym_DQUOTE] = ACTIONS(1267), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1267), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), [anon_sym_BQUOTE] = ACTIONS(1267), [anon_sym_LT_LPAREN] = ACTIONS(1267), [anon_sym_GT_LPAREN] = ACTIONS(1267), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1267), [anon_sym_SEMI] = ACTIONS(1267), [anon_sym_LF] = ACTIONS(1269), [anon_sym_AMP] = ACTIONS(1267), }, [2357] = { [sym_file_descriptor] = ACTIONS(1269), [anon_sym_esac] = ACTIONS(1267), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_SEMI_SEMI] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1267), [anon_sym_AMP_AMP] = ACTIONS(1267), [anon_sym_PIPE_PIPE] = ACTIONS(1267), [anon_sym_EQ_TILDE] = ACTIONS(1267), [anon_sym_EQ_EQ] = ACTIONS(1267), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1267), [anon_sym_LT_LT_LT] = ACTIONS(1267), [sym__special_characters] = ACTIONS(1267), [anon_sym_DQUOTE] = ACTIONS(1267), [anon_sym_DOLLAR] = ACTIONS(1267), [sym_raw_string] = ACTIONS(1267), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1267), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1267), [anon_sym_BQUOTE] = ACTIONS(1267), [anon_sym_LT_LPAREN] = ACTIONS(1267), [anon_sym_GT_LPAREN] = ACTIONS(1267), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1267), [anon_sym_SEMI] = ACTIONS(1267), [anon_sym_LF] = ACTIONS(1269), [anon_sym_AMP] = ACTIONS(1267), }, [2358] = { [aux_sym_concatenation_repeat1] = STATE(2520), [sym_file_descriptor] = ACTIONS(656), [sym__concat] = ACTIONS(5872), [anon_sym_esac] = ACTIONS(660), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_SEMI_SEMI] = ACTIONS(660), [anon_sym_PIPE_AMP] = ACTIONS(660), [anon_sym_AMP_AMP] = ACTIONS(660), [anon_sym_PIPE_PIPE] = ACTIONS(660), [anon_sym_LT] = ACTIONS(660), [anon_sym_GT] = ACTIONS(660), [anon_sym_GT_GT] = ACTIONS(660), [anon_sym_AMP_GT] = ACTIONS(660), [anon_sym_AMP_GT_GT] = ACTIONS(660), [anon_sym_LT_AMP] = ACTIONS(660), [anon_sym_GT_AMP] = ACTIONS(660), [anon_sym_LT_LT] = ACTIONS(660), [anon_sym_LT_LT_DASH] = ACTIONS(660), [anon_sym_LT_LT_LT] = ACTIONS(660), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(660), [anon_sym_LF] = ACTIONS(656), [anon_sym_AMP] = ACTIONS(660), }, [2359] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(2522), [anon_sym_DQUOTE] = ACTIONS(5874), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2360] = { [sym_string] = STATE(2524), [anon_sym_DQUOTE] = ACTIONS(5492), [anon_sym_DOLLAR] = ACTIONS(5876), [sym_raw_string] = ACTIONS(5878), [anon_sym_POUND] = ACTIONS(5876), [anon_sym_DASH] = ACTIONS(5876), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5880), [anon_sym_STAR] = ACTIONS(5876), [anon_sym_AT] = ACTIONS(5876), [anon_sym_QMARK] = ACTIONS(5876), [anon_sym_0] = ACTIONS(5882), [anon_sym__] = ACTIONS(5882), }, [2361] = { [aux_sym_concatenation_repeat1] = STATE(2520), [sym_file_descriptor] = ACTIONS(672), [sym__concat] = ACTIONS(5872), [anon_sym_esac] = ACTIONS(674), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_SEMI_SEMI] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(674), [anon_sym_AMP_AMP] = ACTIONS(674), [anon_sym_PIPE_PIPE] = ACTIONS(674), [anon_sym_LT] = ACTIONS(674), [anon_sym_GT] = ACTIONS(674), [anon_sym_GT_GT] = ACTIONS(674), [anon_sym_AMP_GT] = ACTIONS(674), [anon_sym_AMP_GT_GT] = ACTIONS(674), [anon_sym_LT_AMP] = ACTIONS(674), [anon_sym_GT_AMP] = ACTIONS(674), [anon_sym_LT_LT] = ACTIONS(674), [anon_sym_LT_LT_DASH] = ACTIONS(674), [anon_sym_LT_LT_LT] = ACTIONS(674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(674), [anon_sym_LF] = ACTIONS(672), [anon_sym_AMP] = ACTIONS(674), }, [2362] = { [sym_subscript] = STATE(2530), [sym_variable_name] = ACTIONS(5884), [anon_sym_DOLLAR] = ACTIONS(5886), [anon_sym_POUND] = ACTIONS(5888), [anon_sym_DASH] = ACTIONS(5886), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5890), [anon_sym_STAR] = ACTIONS(5886), [anon_sym_AT] = ACTIONS(5886), [anon_sym_QMARK] = ACTIONS(5886), [anon_sym_0] = ACTIONS(5892), [anon_sym__] = ACTIONS(5892), }, [2363] = { [sym_for_statement] = STATE(2531), [sym_while_statement] = STATE(2531), [sym_if_statement] = STATE(2531), [sym_case_statement] = STATE(2531), [sym_function_definition] = STATE(2531), [sym_subshell] = STATE(2531), [sym_pipeline] = STATE(2531), [sym_list] = STATE(2531), [sym_command] = STATE(2531), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2531), [sym_variable_assignment] = STATE(2532), [sym_declaration_command] = STATE(2531), [sym_unset_command] = STATE(2531), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2364] = { [sym_for_statement] = STATE(2533), [sym_while_statement] = STATE(2533), [sym_if_statement] = STATE(2533), [sym_case_statement] = STATE(2533), [sym_function_definition] = STATE(2533), [sym_subshell] = STATE(2533), [sym_pipeline] = STATE(2533), [sym_list] = STATE(2533), [sym_command] = STATE(2533), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(2533), [sym_variable_assignment] = STATE(2534), [sym_declaration_command] = STATE(2533), [sym_unset_command] = STATE(2533), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [2365] = { [sym_for_statement] = STATE(2535), [sym_while_statement] = STATE(2535), [sym_if_statement] = STATE(2535), [sym_case_statement] = STATE(2535), [sym_function_definition] = STATE(2535), [sym_subshell] = STATE(2535), [sym_pipeline] = STATE(2535), [sym_list] = STATE(2535), [sym_command] = STATE(2535), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2535), [sym_variable_assignment] = STATE(2536), [sym_declaration_command] = STATE(2535), [sym_unset_command] = STATE(2535), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2366] = { [aux_sym_concatenation_repeat1] = STATE(2520), [sym_file_descriptor] = ACTIONS(2032), [sym__concat] = ACTIONS(5872), [anon_sym_esac] = ACTIONS(2034), [anon_sym_PIPE] = ACTIONS(2034), [anon_sym_SEMI_SEMI] = ACTIONS(2034), [anon_sym_PIPE_AMP] = ACTIONS(2034), [anon_sym_AMP_AMP] = ACTIONS(2034), [anon_sym_PIPE_PIPE] = ACTIONS(2034), [anon_sym_LT] = ACTIONS(2034), [anon_sym_GT] = ACTIONS(2034), [anon_sym_GT_GT] = ACTIONS(2034), [anon_sym_AMP_GT] = ACTIONS(2034), [anon_sym_AMP_GT_GT] = ACTIONS(2034), [anon_sym_LT_AMP] = ACTIONS(2034), [anon_sym_GT_AMP] = ACTIONS(2034), [anon_sym_LT_LT] = ACTIONS(2034), [anon_sym_LT_LT_DASH] = ACTIONS(2034), [anon_sym_LT_LT_LT] = ACTIONS(2034), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2034), [anon_sym_LF] = ACTIONS(2032), [anon_sym_AMP] = ACTIONS(2034), }, [2367] = { [aux_sym_concatenation_repeat1] = STATE(2520), [sym_file_descriptor] = ACTIONS(2036), [sym__concat] = ACTIONS(5872), [anon_sym_esac] = ACTIONS(2038), [anon_sym_PIPE] = ACTIONS(2038), [anon_sym_SEMI_SEMI] = ACTIONS(2038), [anon_sym_PIPE_AMP] = ACTIONS(2038), [anon_sym_AMP_AMP] = ACTIONS(2038), [anon_sym_PIPE_PIPE] = ACTIONS(2038), [anon_sym_LT] = ACTIONS(2038), [anon_sym_GT] = ACTIONS(2038), [anon_sym_GT_GT] = ACTIONS(2038), [anon_sym_AMP_GT] = ACTIONS(2038), [anon_sym_AMP_GT_GT] = ACTIONS(2038), [anon_sym_LT_AMP] = ACTIONS(2038), [anon_sym_GT_AMP] = ACTIONS(2038), [anon_sym_LT_LT] = ACTIONS(2038), [anon_sym_LT_LT_DASH] = ACTIONS(2038), [anon_sym_LT_LT_LT] = ACTIONS(2038), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2038), [anon_sym_LF] = ACTIONS(2036), [anon_sym_AMP] = ACTIONS(2038), }, [2368] = { [sym_file_redirect] = STATE(2368), [sym_heredoc_redirect] = STATE(2368), [sym_herestring_redirect] = STATE(2368), [aux_sym_while_statement_repeat1] = STATE(2368), [sym_file_descriptor] = ACTIONS(5894), [anon_sym_esac] = ACTIONS(2043), [anon_sym_PIPE] = ACTIONS(2043), [anon_sym_SEMI_SEMI] = ACTIONS(2043), [anon_sym_PIPE_AMP] = ACTIONS(2043), [anon_sym_AMP_AMP] = ACTIONS(2043), [anon_sym_PIPE_PIPE] = ACTIONS(2043), [anon_sym_LT] = ACTIONS(5897), [anon_sym_GT] = ACTIONS(5897), [anon_sym_GT_GT] = ACTIONS(5897), [anon_sym_AMP_GT] = ACTIONS(5897), [anon_sym_AMP_GT_GT] = ACTIONS(5897), [anon_sym_LT_AMP] = ACTIONS(5897), [anon_sym_GT_AMP] = ACTIONS(5897), [anon_sym_LT_LT] = ACTIONS(2048), [anon_sym_LT_LT_DASH] = ACTIONS(2048), [anon_sym_LT_LT_LT] = ACTIONS(5900), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2043), [anon_sym_LF] = ACTIONS(2054), [anon_sym_AMP] = ACTIONS(2043), }, [2369] = { [sym_file_redirect] = STATE(2368), [sym_heredoc_redirect] = STATE(2368), [sym_herestring_redirect] = STATE(2368), [aux_sym_while_statement_repeat1] = STATE(2368), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(2056), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_SEMI_SEMI] = ACTIONS(2056), [anon_sym_PIPE_AMP] = ACTIONS(2056), [anon_sym_AMP_AMP] = ACTIONS(2056), [anon_sym_PIPE_PIPE] = ACTIONS(2056), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2056), [anon_sym_LF] = ACTIONS(2058), [anon_sym_AMP] = ACTIONS(2056), }, [2370] = { [sym_concatenation] = STATE(2135), [sym_string] = STATE(2134), [sym_simple_expansion] = STATE(2134), [sym_string_expansion] = STATE(2134), [sym_expansion] = STATE(2134), [sym_command_substitution] = STATE(2134), [sym_process_substitution] = STATE(2134), [aux_sym_command_repeat2] = STATE(2370), [sym_file_descriptor] = ACTIONS(1269), [anon_sym_esac] = ACTIONS(1267), [anon_sym_PIPE] = ACTIONS(1267), [anon_sym_SEMI_SEMI] = ACTIONS(1267), [anon_sym_PIPE_AMP] = ACTIONS(1267), [anon_sym_AMP_AMP] = ACTIONS(1267), [anon_sym_PIPE_PIPE] = ACTIONS(1267), [anon_sym_EQ_TILDE] = ACTIONS(5903), [anon_sym_EQ_EQ] = ACTIONS(5903), [anon_sym_LT] = ACTIONS(1267), [anon_sym_GT] = ACTIONS(1267), [anon_sym_GT_GT] = 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_LT_LT] = ACTIONS(1267), [anon_sym_LT_LT_DASH] = ACTIONS(1267), [anon_sym_LT_LT_LT] = ACTIONS(1267), [sym__special_characters] = ACTIONS(5906), [anon_sym_DQUOTE] = ACTIONS(5909), [anon_sym_DOLLAR] = ACTIONS(5912), [sym_raw_string] = ACTIONS(5915), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5918), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5921), [anon_sym_BQUOTE] = ACTIONS(5924), [anon_sym_LT_LPAREN] = ACTIONS(5927), [anon_sym_GT_LPAREN] = ACTIONS(5927), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5915), [anon_sym_SEMI] = ACTIONS(1267), [anon_sym_LF] = ACTIONS(1269), [anon_sym_AMP] = ACTIONS(1267), }, [2371] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_esac] = ACTIONS(5930), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(5932), [anon_sym_DQUOTE] = ACTIONS(5934), [anon_sym_DOLLAR] = ACTIONS(5932), [sym_raw_string] = ACTIONS(5934), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5934), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5934), [anon_sym_BQUOTE] = ACTIONS(5934), [anon_sym_LT_LPAREN] = ACTIONS(5934), [anon_sym_GT_LPAREN] = ACTIONS(5934), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5932), }, [2372] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(5009), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2373] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(5009), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2374] = { [sym_file_redirect] = STATE(2537), [sym_heredoc_redirect] = STATE(2537), [sym_herestring_redirect] = STATE(2537), [sym_concatenation] = STATE(2135), [sym_string] = STATE(2134), [sym_simple_expansion] = STATE(2134), [sym_string_expansion] = STATE(2134), [sym_expansion] = STATE(2134), [sym_command_substitution] = STATE(2134), [sym_process_substitution] = STATE(2134), [aux_sym_while_statement_repeat1] = STATE(2537), [aux_sym_command_repeat2] = STATE(2370), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(2056), [anon_sym_PIPE] = ACTIONS(2056), [anon_sym_SEMI_SEMI] = ACTIONS(2056), [anon_sym_PIPE_AMP] = ACTIONS(2056), [anon_sym_AMP_AMP] = ACTIONS(2056), [anon_sym_PIPE_PIPE] = ACTIONS(2056), [anon_sym_EQ_TILDE] = ACTIONS(5015), [anon_sym_EQ_EQ] = ACTIONS(5015), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym__special_characters] = ACTIONS(5021), [anon_sym_DQUOTE] = ACTIONS(5023), [anon_sym_DOLLAR] = ACTIONS(4264), [sym_raw_string] = ACTIONS(5025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5027), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5029), [anon_sym_BQUOTE] = ACTIONS(5031), [anon_sym_LT_LPAREN] = ACTIONS(5033), [anon_sym_GT_LPAREN] = ACTIONS(5033), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5025), [anon_sym_SEMI] = ACTIONS(2056), [anon_sym_LF] = ACTIONS(2058), [anon_sym_AMP] = ACTIONS(2056), }, [2375] = { [anon_sym_esac] = ACTIONS(5930), [sym__special_characters] = ACTIONS(5934), [anon_sym_DQUOTE] = ACTIONS(5934), [anon_sym_DOLLAR] = ACTIONS(5932), [sym_raw_string] = ACTIONS(5934), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5934), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5934), [anon_sym_BQUOTE] = ACTIONS(5934), [anon_sym_LT_LPAREN] = ACTIONS(5934), [anon_sym_GT_LPAREN] = ACTIONS(5934), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5932), }, [2376] = { [anon_sym_esac] = ACTIONS(5930), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5936), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2377] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_esac] = ACTIONS(5930), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5936), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2378] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_esac] = ACTIONS(5938), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(5940), [anon_sym_DQUOTE] = ACTIONS(5942), [anon_sym_DOLLAR] = ACTIONS(5940), [sym_raw_string] = ACTIONS(5942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5942), [anon_sym_BQUOTE] = ACTIONS(5942), [anon_sym_LT_LPAREN] = ACTIONS(5942), [anon_sym_GT_LPAREN] = ACTIONS(5942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5940), }, [2379] = { [anon_sym_esac] = ACTIONS(5938), [sym__special_characters] = ACTIONS(5942), [anon_sym_DQUOTE] = ACTIONS(5942), [anon_sym_DOLLAR] = ACTIONS(5940), [sym_raw_string] = ACTIONS(5942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5942), [anon_sym_BQUOTE] = ACTIONS(5942), [anon_sym_LT_LPAREN] = ACTIONS(5942), [anon_sym_GT_LPAREN] = ACTIONS(5942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5940), }, [2380] = { [anon_sym_esac] = ACTIONS(5938), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5944), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2381] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_esac] = ACTIONS(5938), [anon_sym_PIPE] = ACTIONS(5003), [anon_sym_SEMI_SEMI] = ACTIONS(5944), [anon_sym_PIPE_AMP] = ACTIONS(5003), [anon_sym_AMP_AMP] = ACTIONS(5007), [anon_sym_PIPE_PIPE] = ACTIONS(5007), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(5009), [anon_sym_LF] = ACTIONS(5011), [anon_sym_AMP] = ACTIONS(5009), }, [2382] = { [sym__special_characters] = ACTIONS(4935), [anon_sym_DQUOTE] = ACTIONS(4935), [anon_sym_DOLLAR] = ACTIONS(4937), [sym_raw_string] = ACTIONS(4935), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4935), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4935), [anon_sym_BQUOTE] = ACTIONS(4935), [anon_sym_LT_LPAREN] = ACTIONS(4935), [anon_sym_GT_LPAREN] = ACTIONS(4935), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(4935), }, [2383] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(5946), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2384] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(5946), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2385] = { [sym__terminated_statement] = STATE(2544), [sym_for_statement] = STATE(2542), [sym_while_statement] = STATE(2542), [sym_if_statement] = STATE(2542), [sym_case_statement] = STATE(2542), [sym_function_definition] = STATE(2542), [sym_subshell] = STATE(2542), [sym_pipeline] = STATE(2542), [sym_list] = STATE(2542), [sym_command] = STATE(2542), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(2542), [sym_variable_assignment] = STATE(2543), [sym_declaration_command] = STATE(2542), [sym_unset_command] = STATE(2542), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2544), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_SEMI_SEMI] = ACTIONS(5948), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [2386] = { [sym__terminated_statement] = STATE(2545), [sym_for_statement] = STATE(2542), [sym_while_statement] = STATE(2542), [sym_if_statement] = STATE(2542), [sym_case_statement] = STATE(2542), [sym_function_definition] = STATE(2542), [sym_subshell] = STATE(2542), [sym_pipeline] = STATE(2542), [sym_list] = STATE(2542), [sym_command] = STATE(2542), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(2542), [sym_variable_assignment] = STATE(2543), [sym_declaration_command] = STATE(2542), [sym_unset_command] = STATE(2542), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2545), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_SEMI_SEMI] = ACTIONS(5948), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [2387] = { [sym__special_characters] = ACTIONS(5044), [anon_sym_DQUOTE] = ACTIONS(5044), [anon_sym_DOLLAR] = ACTIONS(5046), [sym_raw_string] = ACTIONS(5044), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5044), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5044), [anon_sym_BQUOTE] = ACTIONS(5044), [anon_sym_LT_LPAREN] = ACTIONS(5044), [anon_sym_GT_LPAREN] = ACTIONS(5044), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5044), }, [2388] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(5950), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2389] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(5950), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2390] = { [sym__terminated_statement] = STATE(2544), [sym_for_statement] = STATE(2548), [sym_while_statement] = STATE(2548), [sym_if_statement] = STATE(2548), [sym_case_statement] = STATE(2548), [sym_function_definition] = STATE(2548), [sym_subshell] = STATE(2548), [sym_pipeline] = STATE(2548), [sym_list] = STATE(2548), [sym_command] = STATE(2548), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(2548), [sym_variable_assignment] = STATE(2549), [sym_declaration_command] = STATE(2548), [sym_unset_command] = STATE(2548), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2544), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_SEMI_SEMI] = ACTIONS(5952), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [2391] = { [sym__terminated_statement] = STATE(2550), [sym_for_statement] = STATE(2548), [sym_while_statement] = STATE(2548), [sym_if_statement] = STATE(2548), [sym_case_statement] = STATE(2548), [sym_function_definition] = STATE(2548), [sym_subshell] = STATE(2548), [sym_pipeline] = STATE(2548), [sym_list] = STATE(2548), [sym_command] = STATE(2548), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(2548), [sym_variable_assignment] = STATE(2549), [sym_declaration_command] = STATE(2548), [sym_unset_command] = STATE(2548), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2550), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_SEMI_SEMI] = ACTIONS(5952), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [2392] = { [sym__concat] = ACTIONS(4621), [anon_sym_RBRACE] = ACTIONS(4621), [sym_comment] = ACTIONS(54), }, [2393] = { [sym__concat] = ACTIONS(4625), [anon_sym_RBRACE] = ACTIONS(4625), [sym_comment] = ACTIONS(54), }, [2394] = { [sym__concat] = ACTIONS(4629), [anon_sym_RBRACE] = ACTIONS(4629), [sym_comment] = ACTIONS(54), }, [2395] = { [sym__concat] = ACTIONS(4633), [anon_sym_RBRACE] = ACTIONS(4633), [sym_comment] = ACTIONS(54), }, [2396] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5954), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2397] = { [sym__concat] = ACTIONS(4639), [anon_sym_RBRACE] = ACTIONS(4639), [sym_comment] = ACTIONS(54), }, [2398] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5956), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2399] = { [sym__concat] = ACTIONS(4645), [anon_sym_RBRACE] = ACTIONS(4645), [sym_comment] = ACTIONS(54), }, [2400] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5958), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2401] = { [sym__concat] = ACTIONS(4651), [anon_sym_RBRACE] = ACTIONS(4651), [sym_comment] = ACTIONS(54), }, [2402] = { [sym__concat] = ACTIONS(4655), [anon_sym_RBRACE] = ACTIONS(4655), [sym_comment] = ACTIONS(54), }, [2403] = { [sym__concat] = ACTIONS(5178), [anon_sym_RBRACE] = ACTIONS(5178), [anon_sym_EQ] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5178), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5178), [anon_sym_POUND] = ACTIONS(5178), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5178), [anon_sym_COLON] = ACTIONS(5180), [anon_sym_COLON_QMARK] = ACTIONS(5180), [anon_sym_COLON_DASH] = ACTIONS(5180), [anon_sym_PERCENT] = ACTIONS(5180), [anon_sym_DASH] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5178), [anon_sym_BQUOTE] = ACTIONS(5178), [anon_sym_LT_LPAREN] = ACTIONS(5178), [anon_sym_GT_LPAREN] = ACTIONS(5178), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5180), }, [2404] = { [sym__concat] = ACTIONS(5182), [anon_sym_RBRACE] = ACTIONS(5182), [anon_sym_EQ] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5182), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5182), [anon_sym_POUND] = ACTIONS(5182), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5182), [anon_sym_COLON] = ACTIONS(5184), [anon_sym_COLON_QMARK] = ACTIONS(5184), [anon_sym_COLON_DASH] = ACTIONS(5184), [anon_sym_PERCENT] = ACTIONS(5184), [anon_sym_DASH] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5182), [anon_sym_BQUOTE] = ACTIONS(5182), [anon_sym_LT_LPAREN] = ACTIONS(5182), [anon_sym_GT_LPAREN] = ACTIONS(5182), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5184), }, [2405] = { [sym__concat] = ACTIONS(5186), [anon_sym_RBRACE] = ACTIONS(5186), [anon_sym_EQ] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5186), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5186), [anon_sym_POUND] = ACTIONS(5186), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5186), [anon_sym_COLON] = ACTIONS(5188), [anon_sym_COLON_QMARK] = ACTIONS(5188), [anon_sym_COLON_DASH] = ACTIONS(5188), [anon_sym_PERCENT] = ACTIONS(5188), [anon_sym_DASH] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5186), [anon_sym_BQUOTE] = ACTIONS(5186), [anon_sym_LT_LPAREN] = ACTIONS(5186), [anon_sym_GT_LPAREN] = ACTIONS(5186), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5188), }, [2406] = { [anon_sym_PIPE] = ACTIONS(5532), [anon_sym_RPAREN] = ACTIONS(5534), [anon_sym_PIPE_AMP] = ACTIONS(5534), [anon_sym_AMP_AMP] = ACTIONS(5534), [anon_sym_PIPE_PIPE] = ACTIONS(5534), [anon_sym_BQUOTE] = ACTIONS(5534), [sym_comment] = ACTIONS(54), }, [2407] = { [anon_sym_PIPE] = ACTIONS(5536), [anon_sym_RPAREN] = ACTIONS(5538), [anon_sym_PIPE_AMP] = ACTIONS(5538), [anon_sym_AMP_AMP] = ACTIONS(5538), [anon_sym_PIPE_PIPE] = ACTIONS(5538), [anon_sym_BQUOTE] = ACTIONS(5538), [sym_comment] = ACTIONS(54), }, [2408] = { [sym__concat] = ACTIONS(5178), [sym_variable_name] = ACTIONS(5178), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_RPAREN] = ACTIONS(5178), [anon_sym_PIPE_AMP] = ACTIONS(5178), [anon_sym_AMP_AMP] = ACTIONS(5178), [anon_sym_PIPE_PIPE] = ACTIONS(5178), [sym__special_characters] = ACTIONS(5178), [anon_sym_DQUOTE] = ACTIONS(5178), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5178), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5178), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5178), [anon_sym_BQUOTE] = ACTIONS(5178), [anon_sym_LT_LPAREN] = ACTIONS(5178), [anon_sym_GT_LPAREN] = ACTIONS(5178), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5180), [sym_word] = ACTIONS(5180), }, [2409] = { [sym__concat] = ACTIONS(5182), [sym_variable_name] = ACTIONS(5182), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_RPAREN] = ACTIONS(5182), [anon_sym_PIPE_AMP] = ACTIONS(5182), [anon_sym_AMP_AMP] = ACTIONS(5182), [anon_sym_PIPE_PIPE] = ACTIONS(5182), [sym__special_characters] = ACTIONS(5182), [anon_sym_DQUOTE] = ACTIONS(5182), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5182), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5182), [anon_sym_BQUOTE] = ACTIONS(5182), [anon_sym_LT_LPAREN] = ACTIONS(5182), [anon_sym_GT_LPAREN] = ACTIONS(5182), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5184), [sym_word] = ACTIONS(5184), }, [2410] = { [sym__concat] = ACTIONS(5186), [sym_variable_name] = ACTIONS(5186), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_RPAREN] = ACTIONS(5186), [anon_sym_PIPE_AMP] = ACTIONS(5186), [anon_sym_AMP_AMP] = ACTIONS(5186), [anon_sym_PIPE_PIPE] = ACTIONS(5186), [sym__special_characters] = ACTIONS(5186), [anon_sym_DQUOTE] = ACTIONS(5186), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5186), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5186), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5186), [anon_sym_BQUOTE] = ACTIONS(5186), [anon_sym_LT_LPAREN] = ACTIONS(5186), [anon_sym_GT_LPAREN] = ACTIONS(5186), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5188), [sym_word] = ACTIONS(5188), }, [2411] = { [sym__concat] = ACTIONS(5178), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_RPAREN] = ACTIONS(5178), [anon_sym_PIPE_AMP] = ACTIONS(5178), [anon_sym_AMP_AMP] = ACTIONS(5178), [anon_sym_PIPE_PIPE] = ACTIONS(5178), [sym__special_characters] = ACTIONS(5178), [anon_sym_DQUOTE] = ACTIONS(5178), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5178), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5178), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5178), [anon_sym_BQUOTE] = ACTIONS(5178), [anon_sym_LT_LPAREN] = ACTIONS(5178), [anon_sym_GT_LPAREN] = ACTIONS(5178), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5180), [sym_word] = ACTIONS(5180), }, [2412] = { [sym__concat] = ACTIONS(5182), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_RPAREN] = ACTIONS(5182), [anon_sym_PIPE_AMP] = ACTIONS(5182), [anon_sym_AMP_AMP] = ACTIONS(5182), [anon_sym_PIPE_PIPE] = ACTIONS(5182), [sym__special_characters] = ACTIONS(5182), [anon_sym_DQUOTE] = ACTIONS(5182), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5182), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5182), [anon_sym_BQUOTE] = ACTIONS(5182), [anon_sym_LT_LPAREN] = ACTIONS(5182), [anon_sym_GT_LPAREN] = ACTIONS(5182), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5184), [sym_word] = ACTIONS(5184), }, [2413] = { [sym__concat] = ACTIONS(5186), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_RPAREN] = ACTIONS(5186), [anon_sym_PIPE_AMP] = ACTIONS(5186), [anon_sym_AMP_AMP] = ACTIONS(5186), [anon_sym_PIPE_PIPE] = ACTIONS(5186), [sym__special_characters] = ACTIONS(5186), [anon_sym_DQUOTE] = ACTIONS(5186), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5186), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5186), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5186), [anon_sym_BQUOTE] = ACTIONS(5186), [anon_sym_LT_LPAREN] = ACTIONS(5186), [anon_sym_GT_LPAREN] = ACTIONS(5186), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5188), [sym_word] = ACTIONS(5188), }, [2414] = { [sym__heredoc_middle] = ACTIONS(4621), [sym__heredoc_end] = ACTIONS(4621), [anon_sym_DOLLAR] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4621), [sym_comment] = ACTIONS(54), }, [2415] = { [sym__heredoc_middle] = ACTIONS(4625), [sym__heredoc_end] = ACTIONS(4625), [anon_sym_DOLLAR] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4625), [sym_comment] = ACTIONS(54), }, [2416] = { [sym__heredoc_middle] = ACTIONS(4629), [sym__heredoc_end] = ACTIONS(4629), [anon_sym_DOLLAR] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4629), [sym_comment] = ACTIONS(54), }, [2417] = { [sym__heredoc_middle] = ACTIONS(4633), [sym__heredoc_end] = ACTIONS(4633), [anon_sym_DOLLAR] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4633), [sym_comment] = ACTIONS(54), }, [2418] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5960), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2419] = { [sym__heredoc_middle] = ACTIONS(4639), [sym__heredoc_end] = ACTIONS(4639), [anon_sym_DOLLAR] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4639), [sym_comment] = ACTIONS(54), }, [2420] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5962), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2421] = { [sym__heredoc_middle] = ACTIONS(4645), [sym__heredoc_end] = ACTIONS(4645), [anon_sym_DOLLAR] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4645), [sym_comment] = ACTIONS(54), }, [2422] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(5964), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2423] = { [sym__heredoc_middle] = ACTIONS(4651), [sym__heredoc_end] = ACTIONS(4651), [anon_sym_DOLLAR] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4651), [sym_comment] = ACTIONS(54), }, [2424] = { [sym__heredoc_middle] = ACTIONS(4655), [sym__heredoc_end] = ACTIONS(4655), [anon_sym_DOLLAR] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4655), [sym_comment] = ACTIONS(54), }, [2425] = { [sym__concat] = ACTIONS(5178), [anon_sym_RPAREN] = ACTIONS(5178), [sym__special_characters] = ACTIONS(5178), [anon_sym_DQUOTE] = ACTIONS(5178), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5178), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5178), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5178), [anon_sym_BQUOTE] = ACTIONS(5178), [anon_sym_LT_LPAREN] = ACTIONS(5178), [anon_sym_GT_LPAREN] = ACTIONS(5178), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5178), }, [2426] = { [sym__concat] = ACTIONS(5182), [anon_sym_RPAREN] = ACTIONS(5182), [sym__special_characters] = ACTIONS(5182), [anon_sym_DQUOTE] = ACTIONS(5182), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5182), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5182), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5182), [anon_sym_BQUOTE] = ACTIONS(5182), [anon_sym_LT_LPAREN] = ACTIONS(5182), [anon_sym_GT_LPAREN] = ACTIONS(5182), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5182), }, [2427] = { [sym__concat] = ACTIONS(5186), [anon_sym_RPAREN] = ACTIONS(5186), [sym__special_characters] = ACTIONS(5186), [anon_sym_DQUOTE] = ACTIONS(5186), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5186), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5186), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5186), [anon_sym_BQUOTE] = ACTIONS(5186), [anon_sym_LT_LPAREN] = ACTIONS(5186), [anon_sym_GT_LPAREN] = ACTIONS(5186), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5186), }, [2428] = { [sym__concat] = ACTIONS(5178), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [anon_sym_LT_LPAREN] = ACTIONS(5180), [anon_sym_GT_LPAREN] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5180), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2429] = { [sym__concat] = ACTIONS(5182), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [anon_sym_LT_LPAREN] = ACTIONS(5184), [anon_sym_GT_LPAREN] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5184), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2430] = { [sym__concat] = ACTIONS(5186), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [anon_sym_LT_LPAREN] = ACTIONS(5188), [anon_sym_GT_LPAREN] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5188), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2431] = { [sym_file_descriptor] = ACTIONS(2105), [sym_variable_name] = ACTIONS(2105), [anon_sym_esac] = ACTIONS(2107), [anon_sym_PIPE] = ACTIONS(2107), [anon_sym_SEMI_SEMI] = ACTIONS(2107), [anon_sym_PIPE_AMP] = ACTIONS(2107), [anon_sym_AMP_AMP] = ACTIONS(2107), [anon_sym_PIPE_PIPE] = ACTIONS(2107), [anon_sym_LT] = ACTIONS(2107), [anon_sym_GT] = ACTIONS(2107), [anon_sym_GT_GT] = ACTIONS(2107), [anon_sym_AMP_GT] = ACTIONS(2107), [anon_sym_AMP_GT_GT] = ACTIONS(2107), [anon_sym_LT_AMP] = ACTIONS(2107), [anon_sym_GT_AMP] = ACTIONS(2107), [sym__special_characters] = ACTIONS(2107), [anon_sym_DQUOTE] = ACTIONS(2107), [anon_sym_DOLLAR] = ACTIONS(2107), [sym_raw_string] = ACTIONS(2107), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2107), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2107), [anon_sym_BQUOTE] = ACTIONS(2107), [anon_sym_LT_LPAREN] = ACTIONS(2107), [anon_sym_GT_LPAREN] = ACTIONS(2107), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2107), [anon_sym_SEMI] = ACTIONS(2107), [anon_sym_LF] = ACTIONS(2105), [anon_sym_AMP] = ACTIONS(2107), }, [2432] = { [sym_concatenation] = STATE(984), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(984), [anon_sym_RPAREN] = ACTIONS(5966), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [2433] = { [sym_string] = STATE(2558), [sym_simple_expansion] = STATE(2558), [sym_string_expansion] = STATE(2558), [sym_expansion] = STATE(2558), [sym_command_substitution] = STATE(2558), [sym_process_substitution] = STATE(2558), [sym__special_characters] = ACTIONS(5968), [anon_sym_DQUOTE] = ACTIONS(5362), [anon_sym_DOLLAR] = ACTIONS(5364), [sym_raw_string] = ACTIONS(5968), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5368), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5370), [anon_sym_BQUOTE] = ACTIONS(5372), [anon_sym_LT_LPAREN] = ACTIONS(5374), [anon_sym_GT_LPAREN] = ACTIONS(5374), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5968), }, [2434] = { [aux_sym_concatenation_repeat1] = STATE(2559), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(5632), [sym_variable_name] = ACTIONS(688), [anon_sym_esac] = ACTIONS(690), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(690), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(690), [anon_sym_LT_AMP] = ACTIONS(690), [anon_sym_GT_AMP] = ACTIONS(690), [sym__special_characters] = ACTIONS(690), [anon_sym_DQUOTE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [sym_raw_string] = ACTIONS(690), [anon_sym_DOLLAR_LBRACE] = ACTIONS(690), [anon_sym_DOLLAR_LPAREN] = ACTIONS(690), [anon_sym_BQUOTE] = ACTIONS(690), [anon_sym_LT_LPAREN] = ACTIONS(690), [anon_sym_GT_LPAREN] = ACTIONS(690), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(690), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [2435] = { [sym_file_descriptor] = ACTIONS(692), [sym__concat] = ACTIONS(692), [sym_variable_name] = ACTIONS(692), [anon_sym_esac] = ACTIONS(694), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [anon_sym_LT] = ACTIONS(694), [anon_sym_GT] = ACTIONS(694), [anon_sym_GT_GT] = ACTIONS(694), [anon_sym_AMP_GT] = ACTIONS(694), [anon_sym_AMP_GT_GT] = ACTIONS(694), [anon_sym_LT_AMP] = ACTIONS(694), [anon_sym_GT_AMP] = ACTIONS(694), [sym__special_characters] = ACTIONS(694), [anon_sym_DQUOTE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [sym_raw_string] = ACTIONS(694), [anon_sym_DOLLAR_LBRACE] = ACTIONS(694), [anon_sym_DOLLAR_LPAREN] = ACTIONS(694), [anon_sym_BQUOTE] = ACTIONS(694), [anon_sym_LT_LPAREN] = ACTIONS(694), [anon_sym_GT_LPAREN] = ACTIONS(694), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(694), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [2436] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(5970), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2437] = { [sym_file_descriptor] = ACTIONS(722), [sym__concat] = ACTIONS(722), [sym_variable_name] = ACTIONS(722), [anon_sym_esac] = ACTIONS(724), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [anon_sym_LT] = ACTIONS(724), [anon_sym_GT] = ACTIONS(724), [anon_sym_GT_GT] = ACTIONS(724), [anon_sym_AMP_GT] = ACTIONS(724), [anon_sym_AMP_GT_GT] = ACTIONS(724), [anon_sym_LT_AMP] = ACTIONS(724), [anon_sym_GT_AMP] = ACTIONS(724), [sym__special_characters] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(724), [anon_sym_DOLLAR] = ACTIONS(724), [sym_raw_string] = ACTIONS(724), [anon_sym_DOLLAR_LBRACE] = ACTIONS(724), [anon_sym_DOLLAR_LPAREN] = ACTIONS(724), [anon_sym_BQUOTE] = ACTIONS(724), [anon_sym_LT_LPAREN] = ACTIONS(724), [anon_sym_GT_LPAREN] = ACTIONS(724), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(724), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [2438] = { [sym_file_descriptor] = ACTIONS(726), [sym__concat] = ACTIONS(726), [sym_variable_name] = ACTIONS(726), [anon_sym_esac] = ACTIONS(728), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [anon_sym_LT] = ACTIONS(728), [anon_sym_GT] = ACTIONS(728), [anon_sym_GT_GT] = ACTIONS(728), [anon_sym_AMP_GT] = ACTIONS(728), [anon_sym_AMP_GT_GT] = ACTIONS(728), [anon_sym_LT_AMP] = ACTIONS(728), [anon_sym_GT_AMP] = ACTIONS(728), [sym__special_characters] = ACTIONS(728), [anon_sym_DQUOTE] = ACTIONS(728), [anon_sym_DOLLAR] = ACTIONS(728), [sym_raw_string] = ACTIONS(728), [anon_sym_DOLLAR_LBRACE] = ACTIONS(728), [anon_sym_DOLLAR_LPAREN] = ACTIONS(728), [anon_sym_BQUOTE] = ACTIONS(728), [anon_sym_LT_LPAREN] = ACTIONS(728), [anon_sym_GT_LPAREN] = ACTIONS(728), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(728), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [2439] = { [sym_file_descriptor] = ACTIONS(730), [sym__concat] = ACTIONS(730), [sym_variable_name] = ACTIONS(730), [anon_sym_esac] = ACTIONS(732), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [anon_sym_LT] = ACTIONS(732), [anon_sym_GT] = ACTIONS(732), [anon_sym_GT_GT] = ACTIONS(732), [anon_sym_AMP_GT] = ACTIONS(732), [anon_sym_AMP_GT_GT] = ACTIONS(732), [anon_sym_LT_AMP] = ACTIONS(732), [anon_sym_GT_AMP] = ACTIONS(732), [sym__special_characters] = ACTIONS(732), [anon_sym_DQUOTE] = ACTIONS(732), [anon_sym_DOLLAR] = ACTIONS(732), [sym_raw_string] = ACTIONS(732), [anon_sym_DOLLAR_LBRACE] = ACTIONS(732), [anon_sym_DOLLAR_LPAREN] = ACTIONS(732), [anon_sym_BQUOTE] = ACTIONS(732), [anon_sym_LT_LPAREN] = ACTIONS(732), [anon_sym_GT_LPAREN] = ACTIONS(732), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(732), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [2440] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(5972), [sym_comment] = ACTIONS(54), }, [2441] = { [sym_concatenation] = STATE(2564), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2564), [anon_sym_RBRACE] = ACTIONS(5974), [anon_sym_EQ] = ACTIONS(5976), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5978), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5980), [anon_sym_COLON] = ACTIONS(5976), [anon_sym_COLON_QMARK] = ACTIONS(5976), [anon_sym_COLON_DASH] = ACTIONS(5976), [anon_sym_PERCENT] = ACTIONS(5976), [anon_sym_DASH] = ACTIONS(5976), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2442] = { [sym_subscript] = STATE(2568), [sym_variable_name] = ACTIONS(5982), [anon_sym_DOLLAR] = ACTIONS(5984), [anon_sym_DASH] = ACTIONS(5984), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5986), [anon_sym_STAR] = ACTIONS(5984), [anon_sym_AT] = ACTIONS(5984), [anon_sym_QMARK] = ACTIONS(5984), [anon_sym_0] = ACTIONS(5988), [anon_sym__] = ACTIONS(5988), }, [2443] = { [sym_concatenation] = STATE(2571), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2571), [anon_sym_RBRACE] = ACTIONS(5990), [anon_sym_EQ] = ACTIONS(5992), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(5994), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(5996), [anon_sym_COLON] = ACTIONS(5992), [anon_sym_COLON_QMARK] = ACTIONS(5992), [anon_sym_COLON_DASH] = ACTIONS(5992), [anon_sym_PERCENT] = ACTIONS(5992), [anon_sym_DASH] = ACTIONS(5992), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2444] = { [sym_concatenation] = STATE(2574), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2574), [anon_sym_RBRACE] = ACTIONS(5998), [anon_sym_EQ] = ACTIONS(6000), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6004), [anon_sym_COLON] = ACTIONS(6000), [anon_sym_COLON_QMARK] = ACTIONS(6000), [anon_sym_COLON_DASH] = ACTIONS(6000), [anon_sym_PERCENT] = ACTIONS(6000), [anon_sym_DASH] = ACTIONS(6000), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2445] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6006), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2446] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6006), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2447] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(6006), [sym_comment] = ACTIONS(54), }, [2448] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(6006), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2449] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6008), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2450] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6008), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2451] = { [sym_file_redirect] = STATE(2368), [sym_heredoc_redirect] = STATE(2368), [sym_herestring_redirect] = STATE(2368), [aux_sym_while_statement_repeat1] = STATE(2368), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(2239), [anon_sym_PIPE] = ACTIONS(2239), [anon_sym_SEMI_SEMI] = ACTIONS(2239), [anon_sym_PIPE_AMP] = ACTIONS(2239), [anon_sym_AMP_AMP] = ACTIONS(2239), [anon_sym_PIPE_PIPE] = ACTIONS(2239), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2239), [anon_sym_LF] = ACTIONS(2241), [anon_sym_AMP] = ACTIONS(2239), }, [2452] = { [sym_compound_statement] = STATE(2577), [anon_sym_LBRACE] = ACTIONS(442), [sym_comment] = ACTIONS(54), }, [2453] = { [anon_sym_LT] = ACTIONS(6010), [anon_sym_GT] = ACTIONS(6010), [anon_sym_GT_GT] = ACTIONS(6012), [anon_sym_AMP_GT] = ACTIONS(6010), [anon_sym_AMP_GT_GT] = ACTIONS(6012), [anon_sym_LT_AMP] = ACTIONS(6012), [anon_sym_GT_AMP] = ACTIONS(6012), [sym_comment] = ACTIONS(54), }, [2454] = { [sym_concatenation] = STATE(1075), [sym_string] = STATE(2582), [sym_simple_expansion] = STATE(2582), [sym_string_expansion] = STATE(2582), [sym_expansion] = STATE(2582), [sym_command_substitution] = STATE(2582), [sym_process_substitution] = STATE(2582), [sym__special_characters] = ACTIONS(6014), [anon_sym_DQUOTE] = ACTIONS(6016), [anon_sym_DOLLAR] = ACTIONS(6018), [sym_raw_string] = ACTIONS(6020), [anon_sym_DOLLAR_LBRACE] = ACTIONS(6022), [anon_sym_DOLLAR_LPAREN] = ACTIONS(6024), [anon_sym_BQUOTE] = ACTIONS(6026), [anon_sym_LT_LPAREN] = ACTIONS(6028), [anon_sym_GT_LPAREN] = ACTIONS(6028), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6020), }, [2455] = { [sym_file_redirect] = STATE(2368), [sym_heredoc_redirect] = STATE(2368), [sym_herestring_redirect] = STATE(2368), [aux_sym_while_statement_repeat1] = STATE(2368), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(2440), [anon_sym_PIPE] = ACTIONS(2440), [anon_sym_SEMI_SEMI] = ACTIONS(2440), [anon_sym_PIPE_AMP] = ACTIONS(2440), [anon_sym_AMP_AMP] = ACTIONS(2440), [anon_sym_PIPE_PIPE] = ACTIONS(2440), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2440), [anon_sym_LF] = ACTIONS(2442), [anon_sym_AMP] = ACTIONS(2440), }, [2456] = { [sym_variable_name] = ACTIONS(1079), [anon_sym_esac] = ACTIONS(1081), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1081), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [2457] = { [sym_concatenation] = STATE(2588), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(2588), [anon_sym_RPAREN] = ACTIONS(6030), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [2458] = { [aux_sym_concatenation_repeat1] = STATE(2294), [sym__concat] = ACTIONS(5382), [sym_variable_name] = ACTIONS(1101), [anon_sym_esac] = ACTIONS(1105), [anon_sym_PIPE] = ACTIONS(1105), [anon_sym_SEMI_SEMI] = ACTIONS(1105), [anon_sym_PIPE_AMP] = ACTIONS(1105), [anon_sym_AMP_AMP] = ACTIONS(1105), [anon_sym_PIPE_PIPE] = ACTIONS(1105), [sym__special_characters] = ACTIONS(1105), [anon_sym_DQUOTE] = ACTIONS(1105), [anon_sym_DOLLAR] = ACTIONS(1105), [sym_raw_string] = ACTIONS(1105), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1105), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1105), [anon_sym_BQUOTE] = ACTIONS(1105), [anon_sym_LT_LPAREN] = ACTIONS(1105), [anon_sym_GT_LPAREN] = ACTIONS(1105), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1105), [sym_word] = ACTIONS(1105), [anon_sym_SEMI] = ACTIONS(1105), [anon_sym_LF] = ACTIONS(1101), [anon_sym_AMP] = ACTIONS(1105), }, [2459] = { [aux_sym_concatenation_repeat1] = STATE(2294), [sym__concat] = ACTIONS(5382), [sym_variable_name] = ACTIONS(1079), [anon_sym_esac] = ACTIONS(1081), [anon_sym_PIPE] = ACTIONS(1081), [anon_sym_SEMI_SEMI] = ACTIONS(1081), [anon_sym_PIPE_AMP] = ACTIONS(1081), [anon_sym_AMP_AMP] = ACTIONS(1081), [anon_sym_PIPE_PIPE] = ACTIONS(1081), [sym__special_characters] = ACTIONS(1081), [anon_sym_DQUOTE] = ACTIONS(1081), [anon_sym_DOLLAR] = ACTIONS(1081), [sym_raw_string] = ACTIONS(1081), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), [anon_sym_BQUOTE] = ACTIONS(1081), [anon_sym_LT_LPAREN] = ACTIONS(1081), [anon_sym_GT_LPAREN] = ACTIONS(1081), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1081), [sym_word] = ACTIONS(1081), [anon_sym_SEMI] = ACTIONS(1081), [anon_sym_LF] = ACTIONS(1079), [anon_sym_AMP] = ACTIONS(1081), }, [2460] = { [sym__concat] = ACTIONS(1634), [sym_variable_name] = ACTIONS(1634), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2461] = { [aux_sym_concatenation_repeat1] = STATE(2461), [sym__concat] = ACTIONS(6032), [sym_variable_name] = ACTIONS(1634), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2462] = { [sym__concat] = ACTIONS(1683), [sym_variable_name] = ACTIONS(1683), [anon_sym_esac] = ACTIONS(1685), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1685), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1685), [anon_sym_BQUOTE] = ACTIONS(1685), [anon_sym_LT_LPAREN] = ACTIONS(1685), [anon_sym_GT_LPAREN] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1685), [sym_word] = ACTIONS(1685), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [2463] = { [sym_concatenation] = STATE(2592), [sym_string] = STATE(2591), [sym_simple_expansion] = STATE(2591), [sym_string_expansion] = STATE(2591), [sym_expansion] = STATE(2591), [sym_command_substitution] = STATE(2591), [sym_process_substitution] = STATE(2591), [anon_sym_RBRACE] = ACTIONS(6035), [sym__special_characters] = ACTIONS(6037), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6039), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6039), }, [2464] = { [sym__concat] = ACTIONS(1724), [sym_variable_name] = ACTIONS(1724), [anon_sym_esac] = ACTIONS(1726), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [anon_sym_LT_LPAREN] = ACTIONS(1726), [anon_sym_GT_LPAREN] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1726), [sym_word] = ACTIONS(1726), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [2465] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6041), }, [2466] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6043), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2467] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(6045), [sym_comment] = ACTIONS(54), }, [2468] = { [sym_concatenation] = STATE(2598), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2598), [anon_sym_RBRACE] = ACTIONS(6047), [anon_sym_EQ] = ACTIONS(6049), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6051), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6053), [anon_sym_COLON] = ACTIONS(6049), [anon_sym_COLON_QMARK] = ACTIONS(6049), [anon_sym_COLON_DASH] = ACTIONS(6049), [anon_sym_PERCENT] = ACTIONS(6049), [anon_sym_DASH] = ACTIONS(6049), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2469] = { [sym_concatenation] = STATE(2601), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2601), [anon_sym_RBRACE] = ACTIONS(6055), [anon_sym_EQ] = ACTIONS(6057), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6059), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6061), [anon_sym_COLON] = ACTIONS(6057), [anon_sym_COLON_QMARK] = ACTIONS(6057), [anon_sym_COLON_DASH] = ACTIONS(6057), [anon_sym_PERCENT] = ACTIONS(6057), [anon_sym_DASH] = ACTIONS(6057), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2470] = { [sym_concatenation] = STATE(2603), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2603), [anon_sym_RBRACE] = ACTIONS(6035), [anon_sym_EQ] = ACTIONS(6063), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6065), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6067), [anon_sym_COLON] = ACTIONS(6063), [anon_sym_COLON_QMARK] = ACTIONS(6063), [anon_sym_COLON_DASH] = ACTIONS(6063), [anon_sym_PERCENT] = ACTIONS(6063), [anon_sym_DASH] = ACTIONS(6063), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2471] = { [sym__concat] = ACTIONS(1790), [sym_variable_name] = ACTIONS(1790), [anon_sym_esac] = ACTIONS(1792), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [anon_sym_LT_LPAREN] = ACTIONS(1792), [anon_sym_GT_LPAREN] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1792), [sym_word] = ACTIONS(1792), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [2472] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6069), }, [2473] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6071), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2474] = { [sym__concat] = ACTIONS(1798), [sym_variable_name] = ACTIONS(1798), [anon_sym_esac] = ACTIONS(1800), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [anon_sym_LT_LPAREN] = ACTIONS(1800), [anon_sym_GT_LPAREN] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1800), [sym_word] = ACTIONS(1800), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [2475] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6073), }, [2476] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6035), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2477] = { [sym__concat] = ACTIONS(1936), [sym_variable_name] = ACTIONS(1936), [anon_sym_esac] = ACTIONS(1938), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [anon_sym_LT_LPAREN] = ACTIONS(1938), [anon_sym_GT_LPAREN] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1938), [sym_word] = ACTIONS(1938), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [2478] = { [sym__concat] = ACTIONS(2000), [sym_variable_name] = ACTIONS(2000), [anon_sym_esac] = ACTIONS(2002), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2002), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2002), [anon_sym_BQUOTE] = ACTIONS(2002), [anon_sym_LT_LPAREN] = ACTIONS(2002), [anon_sym_GT_LPAREN] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2002), [sym_word] = ACTIONS(2002), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [2479] = { [sym__concat] = ACTIONS(1634), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2480] = { [aux_sym_concatenation_repeat1] = STATE(2480), [sym__concat] = ACTIONS(6075), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1636), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2481] = { [sym__concat] = ACTIONS(1683), [anon_sym_esac] = ACTIONS(1685), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1685), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1685), [anon_sym_BQUOTE] = ACTIONS(1685), [anon_sym_LT_LPAREN] = ACTIONS(1685), [anon_sym_GT_LPAREN] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1685), [sym_word] = ACTIONS(1685), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [2482] = { [sym_concatenation] = STATE(2610), [sym_string] = STATE(2609), [sym_simple_expansion] = STATE(2609), [sym_string_expansion] = STATE(2609), [sym_expansion] = STATE(2609), [sym_command_substitution] = STATE(2609), [sym_process_substitution] = STATE(2609), [anon_sym_RBRACE] = ACTIONS(6078), [sym__special_characters] = ACTIONS(6080), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6082), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6082), }, [2483] = { [sym__concat] = ACTIONS(1724), [anon_sym_esac] = ACTIONS(1726), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [anon_sym_LT_LPAREN] = ACTIONS(1726), [anon_sym_GT_LPAREN] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1726), [sym_word] = ACTIONS(1726), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [2484] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6084), }, [2485] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6086), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2486] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(6088), [sym_comment] = ACTIONS(54), }, [2487] = { [sym_concatenation] = STATE(2616), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2616), [anon_sym_RBRACE] = ACTIONS(6090), [anon_sym_EQ] = ACTIONS(6092), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6094), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6096), [anon_sym_COLON] = ACTIONS(6092), [anon_sym_COLON_QMARK] = ACTIONS(6092), [anon_sym_COLON_DASH] = ACTIONS(6092), [anon_sym_PERCENT] = ACTIONS(6092), [anon_sym_DASH] = ACTIONS(6092), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2488] = { [sym_concatenation] = STATE(2619), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2619), [anon_sym_RBRACE] = ACTIONS(6098), [anon_sym_EQ] = ACTIONS(6100), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6102), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6104), [anon_sym_COLON] = ACTIONS(6100), [anon_sym_COLON_QMARK] = ACTIONS(6100), [anon_sym_COLON_DASH] = ACTIONS(6100), [anon_sym_PERCENT] = ACTIONS(6100), [anon_sym_DASH] = ACTIONS(6100), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2489] = { [sym_concatenation] = STATE(2621), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2621), [anon_sym_RBRACE] = ACTIONS(6078), [anon_sym_EQ] = ACTIONS(6106), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6108), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6110), [anon_sym_COLON] = ACTIONS(6106), [anon_sym_COLON_QMARK] = ACTIONS(6106), [anon_sym_COLON_DASH] = ACTIONS(6106), [anon_sym_PERCENT] = ACTIONS(6106), [anon_sym_DASH] = ACTIONS(6106), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2490] = { [sym__concat] = ACTIONS(1790), [anon_sym_esac] = ACTIONS(1792), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [anon_sym_LT_LPAREN] = ACTIONS(1792), [anon_sym_GT_LPAREN] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1792), [sym_word] = ACTIONS(1792), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [2491] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6112), }, [2492] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6114), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2493] = { [sym__concat] = ACTIONS(1798), [anon_sym_esac] = ACTIONS(1800), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [anon_sym_LT_LPAREN] = ACTIONS(1800), [anon_sym_GT_LPAREN] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1800), [sym_word] = ACTIONS(1800), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [2494] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6116), }, [2495] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6078), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2496] = { [sym__concat] = ACTIONS(1936), [anon_sym_esac] = ACTIONS(1938), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [anon_sym_LT_LPAREN] = ACTIONS(1938), [anon_sym_GT_LPAREN] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(1938), [sym_word] = ACTIONS(1938), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [2497] = { [sym__concat] = ACTIONS(2000), [anon_sym_esac] = ACTIONS(2002), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2002), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2002), [anon_sym_BQUOTE] = ACTIONS(2002), [anon_sym_LT_LPAREN] = ACTIONS(2002), [anon_sym_GT_LPAREN] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2002), [sym_word] = ACTIONS(2002), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [2498] = { [sym_file_descriptor] = ACTIONS(2672), [sym__concat] = ACTIONS(2672), [anon_sym_esac] = ACTIONS(2674), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [anon_sym_EQ_TILDE] = ACTIONS(2674), [anon_sym_EQ_EQ] = ACTIONS(2674), [anon_sym_LT] = ACTIONS(2674), [anon_sym_GT] = ACTIONS(2674), [anon_sym_GT_GT] = ACTIONS(2674), [anon_sym_AMP_GT] = ACTIONS(2674), [anon_sym_AMP_GT_GT] = ACTIONS(2674), [anon_sym_LT_AMP] = ACTIONS(2674), [anon_sym_GT_AMP] = ACTIONS(2674), [anon_sym_LT_LT] = ACTIONS(2674), [anon_sym_LT_LT_DASH] = ACTIONS(2674), [anon_sym_LT_LT_LT] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [anon_sym_LT_LPAREN] = ACTIONS(2674), [anon_sym_GT_LPAREN] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2674), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [2499] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6118), [sym_comment] = ACTIONS(54), }, [2500] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6120), [sym_comment] = ACTIONS(54), }, [2501] = { [anon_sym_RBRACE] = ACTIONS(6120), [sym_comment] = ACTIONS(54), }, [2502] = { [sym_concatenation] = STATE(2628), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2628), [anon_sym_RBRACE] = ACTIONS(6122), [anon_sym_EQ] = ACTIONS(6124), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6126), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6124), [anon_sym_COLON_QMARK] = ACTIONS(6124), [anon_sym_COLON_DASH] = ACTIONS(6124), [anon_sym_PERCENT] = ACTIONS(6124), [anon_sym_DASH] = ACTIONS(6124), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2503] = { [sym_file_descriptor] = ACTIONS(2750), [sym__concat] = ACTIONS(2750), [anon_sym_esac] = ACTIONS(2752), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [anon_sym_EQ_TILDE] = ACTIONS(2752), [anon_sym_EQ_EQ] = ACTIONS(2752), [anon_sym_LT] = ACTIONS(2752), [anon_sym_GT] = ACTIONS(2752), [anon_sym_GT_GT] = ACTIONS(2752), [anon_sym_AMP_GT] = ACTIONS(2752), [anon_sym_AMP_GT_GT] = ACTIONS(2752), [anon_sym_LT_AMP] = ACTIONS(2752), [anon_sym_GT_AMP] = ACTIONS(2752), [anon_sym_LT_LT] = ACTIONS(2752), [anon_sym_LT_LT_DASH] = ACTIONS(2752), [anon_sym_LT_LT_LT] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [anon_sym_LT_LPAREN] = ACTIONS(2752), [anon_sym_GT_LPAREN] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2752), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [2504] = { [sym_concatenation] = STATE(2631), [sym_string] = STATE(2630), [sym_simple_expansion] = STATE(2630), [sym_string_expansion] = STATE(2630), [sym_expansion] = STATE(2630), [sym_command_substitution] = STATE(2630), [sym_process_substitution] = STATE(2630), [anon_sym_RBRACE] = ACTIONS(6120), [sym__special_characters] = ACTIONS(6128), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6130), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6130), }, [2505] = { [sym_file_descriptor] = ACTIONS(2793), [sym__concat] = ACTIONS(2793), [anon_sym_esac] = ACTIONS(2795), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [anon_sym_EQ_TILDE] = ACTIONS(2795), [anon_sym_EQ_EQ] = ACTIONS(2795), [anon_sym_LT] = ACTIONS(2795), [anon_sym_GT] = ACTIONS(2795), [anon_sym_GT_GT] = ACTIONS(2795), [anon_sym_AMP_GT] = ACTIONS(2795), [anon_sym_AMP_GT_GT] = ACTIONS(2795), [anon_sym_LT_AMP] = ACTIONS(2795), [anon_sym_GT_AMP] = ACTIONS(2795), [anon_sym_LT_LT] = ACTIONS(2795), [anon_sym_LT_LT_DASH] = ACTIONS(2795), [anon_sym_LT_LT_LT] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [anon_sym_LT_LPAREN] = ACTIONS(2795), [anon_sym_GT_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2795), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [2506] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6132), }, [2507] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6134), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2508] = { [sym_file_descriptor] = ACTIONS(2801), [sym__concat] = ACTIONS(2801), [anon_sym_esac] = ACTIONS(2803), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [anon_sym_EQ_TILDE] = ACTIONS(2803), [anon_sym_EQ_EQ] = ACTIONS(2803), [anon_sym_LT] = ACTIONS(2803), [anon_sym_GT] = ACTIONS(2803), [anon_sym_GT_GT] = ACTIONS(2803), [anon_sym_AMP_GT] = ACTIONS(2803), [anon_sym_AMP_GT_GT] = ACTIONS(2803), [anon_sym_LT_AMP] = ACTIONS(2803), [anon_sym_GT_AMP] = ACTIONS(2803), [anon_sym_LT_LT] = ACTIONS(2803), [anon_sym_LT_LT_DASH] = ACTIONS(2803), [anon_sym_LT_LT_LT] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [anon_sym_LT_LPAREN] = ACTIONS(2803), [anon_sym_GT_LPAREN] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2803), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [2509] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6136), }, [2510] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6138), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2511] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6140), }, [2512] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6120), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2513] = { [sym_concatenation] = STATE(2638), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2638), [anon_sym_RBRACE] = ACTIONS(6142), [anon_sym_EQ] = ACTIONS(6144), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6146), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6144), [anon_sym_COLON_QMARK] = ACTIONS(6144), [anon_sym_COLON_DASH] = ACTIONS(6144), [anon_sym_PERCENT] = ACTIONS(6144), [anon_sym_DASH] = ACTIONS(6144), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2514] = { [sym_file_descriptor] = ACTIONS(2817), [sym__concat] = ACTIONS(2817), [anon_sym_esac] = ACTIONS(2819), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [anon_sym_EQ_TILDE] = ACTIONS(2819), [anon_sym_EQ_EQ] = ACTIONS(2819), [anon_sym_LT] = ACTIONS(2819), [anon_sym_GT] = ACTIONS(2819), [anon_sym_GT_GT] = ACTIONS(2819), [anon_sym_AMP_GT] = ACTIONS(2819), [anon_sym_AMP_GT_GT] = ACTIONS(2819), [anon_sym_LT_AMP] = ACTIONS(2819), [anon_sym_GT_AMP] = ACTIONS(2819), [anon_sym_LT_LT] = ACTIONS(2819), [anon_sym_LT_LT_DASH] = ACTIONS(2819), [anon_sym_LT_LT_LT] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [anon_sym_LT_LPAREN] = ACTIONS(2819), [anon_sym_GT_LPAREN] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2819), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [2515] = { [sym_concatenation] = STATE(2640), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2640), [anon_sym_RBRACE] = ACTIONS(6148), [anon_sym_EQ] = ACTIONS(6150), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6152), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6150), [anon_sym_COLON_QMARK] = ACTIONS(6150), [anon_sym_COLON_DASH] = ACTIONS(6150), [anon_sym_PERCENT] = ACTIONS(6150), [anon_sym_DASH] = ACTIONS(6150), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2516] = { [sym_file_redirect] = STATE(1369), [sym_file_descriptor] = ACTIONS(5656), [anon_sym_esac] = ACTIONS(2340), [anon_sym_PIPE] = ACTIONS(2340), [anon_sym_SEMI_SEMI] = ACTIONS(2340), [anon_sym_PIPE_AMP] = ACTIONS(2340), [anon_sym_AMP_AMP] = ACTIONS(2340), [anon_sym_PIPE_PIPE] = ACTIONS(2340), [anon_sym_LT] = ACTIONS(5658), [anon_sym_GT] = ACTIONS(5658), [anon_sym_GT_GT] = ACTIONS(5658), [anon_sym_AMP_GT] = ACTIONS(5658), [anon_sym_AMP_GT_GT] = ACTIONS(5658), [anon_sym_LT_AMP] = ACTIONS(5658), [anon_sym_GT_AMP] = ACTIONS(5658), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2340), [anon_sym_LF] = ACTIONS(2342), [anon_sym_AMP] = ACTIONS(2340), }, [2517] = { [aux_sym_concatenation_repeat1] = STATE(2520), [sym_file_descriptor] = ACTIONS(1061), [sym__concat] = ACTIONS(5872), [anon_sym_esac] = ACTIONS(1063), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_SEMI_SEMI] = ACTIONS(1063), [anon_sym_PIPE_AMP] = ACTIONS(1063), [anon_sym_AMP_AMP] = ACTIONS(1063), [anon_sym_PIPE_PIPE] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(1063), [anon_sym_GT] = ACTIONS(1063), [anon_sym_GT_GT] = ACTIONS(1063), [anon_sym_AMP_GT] = ACTIONS(1063), [anon_sym_AMP_GT_GT] = ACTIONS(1063), [anon_sym_LT_AMP] = ACTIONS(1063), [anon_sym_GT_AMP] = ACTIONS(1063), [anon_sym_LT_LT] = ACTIONS(1063), [anon_sym_LT_LT_DASH] = ACTIONS(1063), [anon_sym_LT_LT_LT] = ACTIONS(1063), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1063), [anon_sym_LF] = ACTIONS(1061), [anon_sym_AMP] = ACTIONS(1063), }, [2518] = { [aux_sym_concatenation_repeat1] = STATE(2520), [sym_file_descriptor] = ACTIONS(1065), [sym__concat] = ACTIONS(5872), [anon_sym_esac] = ACTIONS(1067), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_SEMI_SEMI] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1067), [anon_sym_AMP_AMP] = ACTIONS(1067), [anon_sym_PIPE_PIPE] = ACTIONS(1067), [anon_sym_LT] = ACTIONS(1067), [anon_sym_GT] = ACTIONS(1067), [anon_sym_GT_GT] = ACTIONS(1067), [anon_sym_AMP_GT] = ACTIONS(1067), [anon_sym_AMP_GT_GT] = ACTIONS(1067), [anon_sym_LT_AMP] = ACTIONS(1067), [anon_sym_GT_AMP] = ACTIONS(1067), [anon_sym_LT_LT] = ACTIONS(1067), [anon_sym_LT_LT_DASH] = ACTIONS(1067), [anon_sym_LT_LT_LT] = ACTIONS(1067), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1067), [anon_sym_LF] = ACTIONS(1065), [anon_sym_AMP] = ACTIONS(1067), }, [2519] = { [sym_string] = STATE(2641), [sym_simple_expansion] = STATE(2641), [sym_string_expansion] = STATE(2641), [sym_expansion] = STATE(2641), [sym_command_substitution] = STATE(2641), [sym_process_substitution] = STATE(2641), [sym__special_characters] = ACTIONS(6154), [anon_sym_DQUOTE] = ACTIONS(5492), [anon_sym_DOLLAR] = ACTIONS(5494), [sym_raw_string] = ACTIONS(6154), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5498), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5500), [anon_sym_BQUOTE] = ACTIONS(5502), [anon_sym_LT_LPAREN] = ACTIONS(5504), [anon_sym_GT_LPAREN] = ACTIONS(5504), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6154), }, [2520] = { [aux_sym_concatenation_repeat1] = STATE(2642), [sym_file_descriptor] = ACTIONS(688), [sym__concat] = ACTIONS(5872), [anon_sym_esac] = ACTIONS(690), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [anon_sym_LT] = ACTIONS(690), [anon_sym_GT] = ACTIONS(690), [anon_sym_GT_GT] = ACTIONS(690), [anon_sym_AMP_GT] = ACTIONS(690), [anon_sym_AMP_GT_GT] = ACTIONS(690), [anon_sym_LT_AMP] = ACTIONS(690), [anon_sym_GT_AMP] = ACTIONS(690), [anon_sym_LT_LT] = ACTIONS(690), [anon_sym_LT_LT_DASH] = ACTIONS(690), [anon_sym_LT_LT_LT] = ACTIONS(690), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [2521] = { [sym_file_descriptor] = ACTIONS(692), [sym__concat] = ACTIONS(692), [anon_sym_esac] = ACTIONS(694), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [anon_sym_LT] = ACTIONS(694), [anon_sym_GT] = ACTIONS(694), [anon_sym_GT_GT] = ACTIONS(694), [anon_sym_AMP_GT] = ACTIONS(694), [anon_sym_AMP_GT_GT] = ACTIONS(694), [anon_sym_LT_AMP] = ACTIONS(694), [anon_sym_GT_AMP] = ACTIONS(694), [anon_sym_LT_LT] = ACTIONS(694), [anon_sym_LT_LT_DASH] = ACTIONS(694), [anon_sym_LT_LT_LT] = ACTIONS(694), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [2522] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(6156), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2523] = { [sym_file_descriptor] = ACTIONS(722), [sym__concat] = ACTIONS(722), [anon_sym_esac] = ACTIONS(724), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [anon_sym_LT] = ACTIONS(724), [anon_sym_GT] = ACTIONS(724), [anon_sym_GT_GT] = ACTIONS(724), [anon_sym_AMP_GT] = ACTIONS(724), [anon_sym_AMP_GT_GT] = ACTIONS(724), [anon_sym_LT_AMP] = ACTIONS(724), [anon_sym_GT_AMP] = ACTIONS(724), [anon_sym_LT_LT] = ACTIONS(724), [anon_sym_LT_LT_DASH] = ACTIONS(724), [anon_sym_LT_LT_LT] = ACTIONS(724), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [2524] = { [sym_file_descriptor] = ACTIONS(726), [sym__concat] = ACTIONS(726), [anon_sym_esac] = ACTIONS(728), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [anon_sym_LT] = ACTIONS(728), [anon_sym_GT] = ACTIONS(728), [anon_sym_GT_GT] = ACTIONS(728), [anon_sym_AMP_GT] = ACTIONS(728), [anon_sym_AMP_GT_GT] = ACTIONS(728), [anon_sym_LT_AMP] = ACTIONS(728), [anon_sym_GT_AMP] = ACTIONS(728), [anon_sym_LT_LT] = ACTIONS(728), [anon_sym_LT_LT_DASH] = ACTIONS(728), [anon_sym_LT_LT_LT] = ACTIONS(728), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [2525] = { [sym_file_descriptor] = ACTIONS(730), [sym__concat] = ACTIONS(730), [anon_sym_esac] = ACTIONS(732), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [anon_sym_LT] = ACTIONS(732), [anon_sym_GT] = ACTIONS(732), [anon_sym_GT_GT] = ACTIONS(732), [anon_sym_AMP_GT] = ACTIONS(732), [anon_sym_AMP_GT_GT] = ACTIONS(732), [anon_sym_LT_AMP] = ACTIONS(732), [anon_sym_GT_AMP] = ACTIONS(732), [anon_sym_LT_LT] = ACTIONS(732), [anon_sym_LT_LT_DASH] = ACTIONS(732), [anon_sym_LT_LT_LT] = ACTIONS(732), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [2526] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(6158), [sym_comment] = ACTIONS(54), }, [2527] = { [sym_concatenation] = STATE(2647), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2647), [anon_sym_RBRACE] = ACTIONS(6160), [anon_sym_EQ] = ACTIONS(6162), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6164), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6166), [anon_sym_COLON] = ACTIONS(6162), [anon_sym_COLON_QMARK] = ACTIONS(6162), [anon_sym_COLON_DASH] = ACTIONS(6162), [anon_sym_PERCENT] = ACTIONS(6162), [anon_sym_DASH] = ACTIONS(6162), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2528] = { [sym_subscript] = STATE(2651), [sym_variable_name] = ACTIONS(6168), [anon_sym_DOLLAR] = ACTIONS(6170), [anon_sym_DASH] = ACTIONS(6170), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(6172), [anon_sym_STAR] = ACTIONS(6170), [anon_sym_AT] = ACTIONS(6170), [anon_sym_QMARK] = ACTIONS(6170), [anon_sym_0] = ACTIONS(6174), [anon_sym__] = ACTIONS(6174), }, [2529] = { [sym_concatenation] = STATE(2654), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2654), [anon_sym_RBRACE] = ACTIONS(6176), [anon_sym_EQ] = ACTIONS(6178), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6182), [anon_sym_COLON] = ACTIONS(6178), [anon_sym_COLON_QMARK] = ACTIONS(6178), [anon_sym_COLON_DASH] = ACTIONS(6178), [anon_sym_PERCENT] = ACTIONS(6178), [anon_sym_DASH] = ACTIONS(6178), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2530] = { [sym_concatenation] = STATE(2657), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2657), [anon_sym_RBRACE] = ACTIONS(6184), [anon_sym_EQ] = ACTIONS(6186), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6190), [anon_sym_COLON] = ACTIONS(6186), [anon_sym_COLON_QMARK] = ACTIONS(6186), [anon_sym_COLON_DASH] = ACTIONS(6186), [anon_sym_PERCENT] = ACTIONS(6186), [anon_sym_DASH] = ACTIONS(6186), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2531] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6192), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2532] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6192), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2533] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(6192), [sym_comment] = ACTIONS(54), }, [2534] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(6192), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2535] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6194), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2536] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6194), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2537] = { [sym_file_redirect] = STATE(2368), [sym_heredoc_redirect] = STATE(2368), [sym_herestring_redirect] = STATE(2368), [aux_sym_while_statement_repeat1] = STATE(2368), [sym_file_descriptor] = ACTIONS(5013), [anon_sym_esac] = ACTIONS(3204), [anon_sym_PIPE] = ACTIONS(3204), [anon_sym_SEMI_SEMI] = ACTIONS(3204), [anon_sym_PIPE_AMP] = ACTIONS(3204), [anon_sym_AMP_AMP] = ACTIONS(3204), [anon_sym_PIPE_PIPE] = ACTIONS(3204), [anon_sym_LT] = ACTIONS(5017), [anon_sym_GT] = ACTIONS(5017), [anon_sym_GT_GT] = ACTIONS(5017), [anon_sym_AMP_GT] = ACTIONS(5017), [anon_sym_AMP_GT_GT] = ACTIONS(5017), [anon_sym_LT_AMP] = ACTIONS(5017), [anon_sym_GT_AMP] = ACTIONS(5017), [anon_sym_LT_LT] = ACTIONS(330), [anon_sym_LT_LT_DASH] = ACTIONS(330), [anon_sym_LT_LT_LT] = ACTIONS(5019), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3204), [anon_sym_LF] = ACTIONS(3206), [anon_sym_AMP] = ACTIONS(3204), }, [2538] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_esac] = ACTIONS(6196), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(6198), [anon_sym_DQUOTE] = ACTIONS(6200), [anon_sym_DOLLAR] = ACTIONS(6198), [sym_raw_string] = ACTIONS(6200), [anon_sym_DOLLAR_LBRACE] = ACTIONS(6200), [anon_sym_DOLLAR_LPAREN] = ACTIONS(6200), [anon_sym_BQUOTE] = ACTIONS(6200), [anon_sym_LT_LPAREN] = ACTIONS(6200), [anon_sym_GT_LPAREN] = ACTIONS(6200), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6198), }, [2539] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_esac] = ACTIONS(6202), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(6204), [anon_sym_DQUOTE] = ACTIONS(6206), [anon_sym_DOLLAR] = ACTIONS(6204), [sym_raw_string] = ACTIONS(6206), [anon_sym_DOLLAR_LBRACE] = ACTIONS(6206), [anon_sym_DOLLAR_LPAREN] = ACTIONS(6206), [anon_sym_BQUOTE] = ACTIONS(6206), [anon_sym_LT_LPAREN] = ACTIONS(6206), [anon_sym_GT_LPAREN] = ACTIONS(6206), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6204), }, [2540] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(5476), [anon_sym_DQUOTE] = ACTIONS(5478), [anon_sym_DOLLAR] = ACTIONS(5476), [sym_raw_string] = ACTIONS(5478), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5478), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5478), [anon_sym_BQUOTE] = ACTIONS(5478), [anon_sym_LT_LPAREN] = ACTIONS(5478), [anon_sym_GT_LPAREN] = ACTIONS(5478), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5476), }, [2541] = { [sym__special_characters] = ACTIONS(5478), [anon_sym_DQUOTE] = ACTIONS(5478), [anon_sym_DOLLAR] = ACTIONS(5476), [sym_raw_string] = ACTIONS(5478), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5478), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5478), [anon_sym_BQUOTE] = ACTIONS(5478), [anon_sym_LT_LPAREN] = ACTIONS(5478), [anon_sym_GT_LPAREN] = ACTIONS(5478), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5478), }, [2542] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(6208), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2543] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(6208), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2544] = { [sym__terminated_statement] = STATE(2544), [sym_for_statement] = STATE(25), [sym_while_statement] = STATE(25), [sym_if_statement] = STATE(25), [sym_case_statement] = STATE(25), [sym_function_definition] = STATE(25), [sym_subshell] = STATE(25), [sym_pipeline] = STATE(25), [sym_list] = STATE(25), [sym_command] = STATE(25), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(25), [sym_variable_assignment] = STATE(27), [sym_declaration_command] = STATE(25), [sym_unset_command] = STATE(25), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2544), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(972), [sym_variable_name] = ACTIONS(975), [anon_sym_for] = ACTIONS(980), [anon_sym_while] = ACTIONS(983), [anon_sym_if] = ACTIONS(986), [anon_sym_case] = ACTIONS(989), [anon_sym_SEMI_SEMI] = ACTIONS(978), [anon_sym_function] = ACTIONS(992), [anon_sym_LPAREN] = ACTIONS(995), [anon_sym_LBRACK] = ACTIONS(998), [anon_sym_LBRACK_LBRACK] = ACTIONS(1001), [anon_sym_declare] = ACTIONS(1004), [anon_sym_typeset] = ACTIONS(1004), [anon_sym_export] = ACTIONS(1004), [anon_sym_readonly] = ACTIONS(1004), [anon_sym_local] = ACTIONS(1004), [anon_sym_unset] = ACTIONS(1007), [anon_sym_unsetenv] = ACTIONS(1007), [anon_sym_LT] = ACTIONS(1010), [anon_sym_GT] = ACTIONS(1010), [anon_sym_GT_GT] = ACTIONS(1013), [anon_sym_AMP_GT] = ACTIONS(1010), [anon_sym_AMP_GT_GT] = ACTIONS(1013), [anon_sym_LT_AMP] = ACTIONS(1013), [anon_sym_GT_AMP] = ACTIONS(1013), [sym__special_characters] = ACTIONS(1016), [anon_sym_DQUOTE] = ACTIONS(1019), [anon_sym_DOLLAR] = ACTIONS(1022), [sym_raw_string] = ACTIONS(1025), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1028), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1031), [anon_sym_BQUOTE] = ACTIONS(1034), [anon_sym_LT_LPAREN] = ACTIONS(1037), [anon_sym_GT_LPAREN] = ACTIONS(1037), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1040), }, [2545] = { [sym__terminated_statement] = STATE(2544), [sym_for_statement] = STATE(2662), [sym_while_statement] = STATE(2662), [sym_if_statement] = STATE(2662), [sym_case_statement] = STATE(2662), [sym_function_definition] = STATE(2662), [sym_subshell] = STATE(2662), [sym_pipeline] = STATE(2662), [sym_list] = STATE(2662), [sym_command] = STATE(2662), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(2662), [sym_variable_assignment] = STATE(2663), [sym_declaration_command] = STATE(2662), [sym_unset_command] = STATE(2662), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2544), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_SEMI_SEMI] = ACTIONS(6210), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [2546] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(5516), [anon_sym_DQUOTE] = ACTIONS(5518), [anon_sym_DOLLAR] = ACTIONS(5516), [sym_raw_string] = ACTIONS(5518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5518), [anon_sym_BQUOTE] = ACTIONS(5518), [anon_sym_LT_LPAREN] = ACTIONS(5518), [anon_sym_GT_LPAREN] = ACTIONS(5518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5516), }, [2547] = { [sym__special_characters] = ACTIONS(5518), [anon_sym_DQUOTE] = ACTIONS(5518), [anon_sym_DOLLAR] = ACTIONS(5516), [sym_raw_string] = ACTIONS(5518), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5518), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5518), [anon_sym_BQUOTE] = ACTIONS(5518), [anon_sym_LT_LPAREN] = ACTIONS(5518), [anon_sym_GT_LPAREN] = ACTIONS(5518), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5518), }, [2548] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(6212), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2549] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(6212), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2550] = { [sym__terminated_statement] = STATE(2544), [sym_for_statement] = STATE(2666), [sym_while_statement] = STATE(2666), [sym_if_statement] = STATE(2666), [sym_case_statement] = STATE(2666), [sym_function_definition] = STATE(2666), [sym_subshell] = STATE(2666), [sym_pipeline] = STATE(2666), [sym_list] = STATE(2666), [sym_command] = STATE(2666), [sym_command_name] = STATE(26), [sym_bracket_command] = STATE(2666), [sym_variable_assignment] = STATE(2667), [sym_declaration_command] = STATE(2666), [sym_unset_command] = STATE(2666), [sym_subscript] = STATE(28), [sym_file_redirect] = STATE(31), [sym_concatenation] = STATE(29), [sym_string] = STATE(18), [sym_simple_expansion] = STATE(18), [sym_string_expansion] = STATE(18), [sym_expansion] = STATE(18), [sym_command_substitution] = STATE(18), [sym_process_substitution] = STATE(18), [aux_sym_program_repeat1] = STATE(2544), [aux_sym_command_repeat1] = STATE(31), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(10), [anon_sym_for] = ACTIONS(14), [anon_sym_while] = ACTIONS(16), [anon_sym_if] = ACTIONS(18), [anon_sym_case] = ACTIONS(20), [anon_sym_SEMI_SEMI] = ACTIONS(6214), [anon_sym_function] = ACTIONS(22), [anon_sym_LPAREN] = ACTIONS(24), [anon_sym_LBRACK] = ACTIONS(26), [anon_sym_LBRACK_LBRACK] = ACTIONS(28), [anon_sym_declare] = ACTIONS(30), [anon_sym_typeset] = ACTIONS(30), [anon_sym_export] = ACTIONS(30), [anon_sym_readonly] = ACTIONS(30), [anon_sym_local] = ACTIONS(30), [anon_sym_unset] = ACTIONS(32), [anon_sym_unsetenv] = ACTIONS(32), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(38), [anon_sym_DQUOTE] = ACTIONS(40), [anon_sym_DOLLAR] = ACTIONS(42), [sym_raw_string] = ACTIONS(44), [anon_sym_DOLLAR_LBRACE] = ACTIONS(46), [anon_sym_DOLLAR_LPAREN] = ACTIONS(48), [anon_sym_BQUOTE] = ACTIONS(50), [anon_sym_LT_LPAREN] = ACTIONS(52), [anon_sym_GT_LPAREN] = ACTIONS(52), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(56), }, [2551] = { [sym__concat] = ACTIONS(5178), [anon_sym_RBRACE] = ACTIONS(5178), [sym_comment] = ACTIONS(54), }, [2552] = { [sym__concat] = ACTIONS(5182), [anon_sym_RBRACE] = ACTIONS(5182), [sym_comment] = ACTIONS(54), }, [2553] = { [sym__concat] = ACTIONS(5186), [anon_sym_RBRACE] = ACTIONS(5186), [sym_comment] = ACTIONS(54), }, [2554] = { [sym__heredoc_middle] = ACTIONS(5178), [sym__heredoc_end] = ACTIONS(5178), [anon_sym_DOLLAR] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5178), [sym_comment] = ACTIONS(54), }, [2555] = { [sym__heredoc_middle] = ACTIONS(5182), [sym__heredoc_end] = ACTIONS(5182), [anon_sym_DOLLAR] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5182), [sym_comment] = ACTIONS(54), }, [2556] = { [sym__heredoc_middle] = ACTIONS(5186), [sym__heredoc_end] = ACTIONS(5186), [anon_sym_DOLLAR] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5186), [sym_comment] = ACTIONS(54), }, [2557] = { [sym_file_descriptor] = ACTIONS(3258), [sym_variable_name] = ACTIONS(3258), [anon_sym_esac] = ACTIONS(3260), [anon_sym_PIPE] = ACTIONS(3260), [anon_sym_SEMI_SEMI] = ACTIONS(3260), [anon_sym_PIPE_AMP] = ACTIONS(3260), [anon_sym_AMP_AMP] = ACTIONS(3260), [anon_sym_PIPE_PIPE] = ACTIONS(3260), [anon_sym_LT] = ACTIONS(3260), [anon_sym_GT] = ACTIONS(3260), [anon_sym_GT_GT] = ACTIONS(3260), [anon_sym_AMP_GT] = ACTIONS(3260), [anon_sym_AMP_GT_GT] = ACTIONS(3260), [anon_sym_LT_AMP] = ACTIONS(3260), [anon_sym_GT_AMP] = ACTIONS(3260), [sym__special_characters] = ACTIONS(3260), [anon_sym_DQUOTE] = ACTIONS(3260), [anon_sym_DOLLAR] = ACTIONS(3260), [sym_raw_string] = ACTIONS(3260), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3260), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3260), [anon_sym_BQUOTE] = ACTIONS(3260), [anon_sym_LT_LPAREN] = ACTIONS(3260), [anon_sym_GT_LPAREN] = ACTIONS(3260), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3260), [anon_sym_SEMI] = ACTIONS(3260), [anon_sym_LF] = ACTIONS(3258), [anon_sym_AMP] = ACTIONS(3260), }, [2558] = { [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1634), [sym_variable_name] = ACTIONS(1634), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2559] = { [aux_sym_concatenation_repeat1] = STATE(2559), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(6216), [sym_variable_name] = ACTIONS(1634), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [sym__special_characters] = ACTIONS(1636), [anon_sym_DQUOTE] = ACTIONS(1636), [anon_sym_DOLLAR] = ACTIONS(1636), [sym_raw_string] = ACTIONS(1636), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1636), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1636), [anon_sym_BQUOTE] = ACTIONS(1636), [anon_sym_LT_LPAREN] = ACTIONS(1636), [anon_sym_GT_LPAREN] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1636), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2560] = { [sym_file_descriptor] = ACTIONS(1683), [sym__concat] = ACTIONS(1683), [sym_variable_name] = ACTIONS(1683), [anon_sym_esac] = ACTIONS(1685), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [anon_sym_LT] = ACTIONS(1685), [anon_sym_GT] = ACTIONS(1685), [anon_sym_GT_GT] = ACTIONS(1685), [anon_sym_AMP_GT] = ACTIONS(1685), [anon_sym_AMP_GT_GT] = ACTIONS(1685), [anon_sym_LT_AMP] = ACTIONS(1685), [anon_sym_GT_AMP] = ACTIONS(1685), [sym__special_characters] = ACTIONS(1685), [anon_sym_DQUOTE] = ACTIONS(1685), [anon_sym_DOLLAR] = ACTIONS(1685), [sym_raw_string] = ACTIONS(1685), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1685), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1685), [anon_sym_BQUOTE] = ACTIONS(1685), [anon_sym_LT_LPAREN] = ACTIONS(1685), [anon_sym_GT_LPAREN] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1685), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [2561] = { [sym_concatenation] = STATE(2671), [sym_string] = STATE(2670), [sym_simple_expansion] = STATE(2670), [sym_string_expansion] = STATE(2670), [sym_expansion] = STATE(2670), [sym_command_substitution] = STATE(2670), [sym_process_substitution] = STATE(2670), [anon_sym_RBRACE] = ACTIONS(6219), [sym__special_characters] = ACTIONS(6221), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6223), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6223), }, [2562] = { [sym_file_descriptor] = ACTIONS(1724), [sym__concat] = ACTIONS(1724), [sym_variable_name] = ACTIONS(1724), [anon_sym_esac] = ACTIONS(1726), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [anon_sym_LT] = ACTIONS(1726), [anon_sym_GT] = ACTIONS(1726), [anon_sym_GT_GT] = ACTIONS(1726), [anon_sym_AMP_GT] = ACTIONS(1726), [anon_sym_AMP_GT_GT] = ACTIONS(1726), [anon_sym_LT_AMP] = ACTIONS(1726), [anon_sym_GT_AMP] = ACTIONS(1726), [sym__special_characters] = ACTIONS(1726), [anon_sym_DQUOTE] = ACTIONS(1726), [anon_sym_DOLLAR] = ACTIONS(1726), [sym_raw_string] = ACTIONS(1726), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1726), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1726), [anon_sym_BQUOTE] = ACTIONS(1726), [anon_sym_LT_LPAREN] = ACTIONS(1726), [anon_sym_GT_LPAREN] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1726), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [2563] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6225), }, [2564] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6227), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2565] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(6229), [sym_comment] = ACTIONS(54), }, [2566] = { [sym_concatenation] = STATE(2677), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2677), [anon_sym_RBRACE] = ACTIONS(6231), [anon_sym_EQ] = ACTIONS(6233), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6235), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6237), [anon_sym_COLON] = ACTIONS(6233), [anon_sym_COLON_QMARK] = ACTIONS(6233), [anon_sym_COLON_DASH] = ACTIONS(6233), [anon_sym_PERCENT] = ACTIONS(6233), [anon_sym_DASH] = ACTIONS(6233), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2567] = { [sym_concatenation] = STATE(2680), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2680), [anon_sym_RBRACE] = ACTIONS(6239), [anon_sym_EQ] = ACTIONS(6241), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6243), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6245), [anon_sym_COLON] = ACTIONS(6241), [anon_sym_COLON_QMARK] = ACTIONS(6241), [anon_sym_COLON_DASH] = ACTIONS(6241), [anon_sym_PERCENT] = ACTIONS(6241), [anon_sym_DASH] = ACTIONS(6241), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2568] = { [sym_concatenation] = STATE(2682), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2682), [anon_sym_RBRACE] = ACTIONS(6219), [anon_sym_EQ] = ACTIONS(6247), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6249), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6251), [anon_sym_COLON] = ACTIONS(6247), [anon_sym_COLON_QMARK] = ACTIONS(6247), [anon_sym_COLON_DASH] = ACTIONS(6247), [anon_sym_PERCENT] = ACTIONS(6247), [anon_sym_DASH] = ACTIONS(6247), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2569] = { [sym_file_descriptor] = ACTIONS(1790), [sym__concat] = ACTIONS(1790), [sym_variable_name] = ACTIONS(1790), [anon_sym_esac] = ACTIONS(1792), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1792), [anon_sym_GT] = ACTIONS(1792), [anon_sym_GT_GT] = ACTIONS(1792), [anon_sym_AMP_GT] = ACTIONS(1792), [anon_sym_AMP_GT_GT] = ACTIONS(1792), [anon_sym_LT_AMP] = ACTIONS(1792), [anon_sym_GT_AMP] = ACTIONS(1792), [sym__special_characters] = ACTIONS(1792), [anon_sym_DQUOTE] = ACTIONS(1792), [anon_sym_DOLLAR] = ACTIONS(1792), [sym_raw_string] = ACTIONS(1792), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1792), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1792), [anon_sym_BQUOTE] = ACTIONS(1792), [anon_sym_LT_LPAREN] = ACTIONS(1792), [anon_sym_GT_LPAREN] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1792), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [2570] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6253), }, [2571] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6255), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2572] = { [sym_file_descriptor] = ACTIONS(1798), [sym__concat] = ACTIONS(1798), [sym_variable_name] = ACTIONS(1798), [anon_sym_esac] = ACTIONS(1800), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [anon_sym_LT] = ACTIONS(1800), [anon_sym_GT] = ACTIONS(1800), [anon_sym_GT_GT] = ACTIONS(1800), [anon_sym_AMP_GT] = ACTIONS(1800), [anon_sym_AMP_GT_GT] = ACTIONS(1800), [anon_sym_LT_AMP] = ACTIONS(1800), [anon_sym_GT_AMP] = ACTIONS(1800), [sym__special_characters] = ACTIONS(1800), [anon_sym_DQUOTE] = ACTIONS(1800), [anon_sym_DOLLAR] = ACTIONS(1800), [sym_raw_string] = ACTIONS(1800), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1800), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1800), [anon_sym_BQUOTE] = ACTIONS(1800), [anon_sym_LT_LPAREN] = ACTIONS(1800), [anon_sym_GT_LPAREN] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1800), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [2573] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6257), }, [2574] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6219), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2575] = { [sym_file_descriptor] = ACTIONS(1936), [sym__concat] = ACTIONS(1936), [sym_variable_name] = ACTIONS(1936), [anon_sym_esac] = ACTIONS(1938), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [anon_sym_LT] = ACTIONS(1938), [anon_sym_GT] = ACTIONS(1938), [anon_sym_GT_GT] = ACTIONS(1938), [anon_sym_AMP_GT] = ACTIONS(1938), [anon_sym_AMP_GT_GT] = ACTIONS(1938), [anon_sym_LT_AMP] = ACTIONS(1938), [anon_sym_GT_AMP] = ACTIONS(1938), [sym__special_characters] = ACTIONS(1938), [anon_sym_DQUOTE] = ACTIONS(1938), [anon_sym_DOLLAR] = ACTIONS(1938), [sym_raw_string] = ACTIONS(1938), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1938), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1938), [anon_sym_BQUOTE] = ACTIONS(1938), [anon_sym_LT_LPAREN] = ACTIONS(1938), [anon_sym_GT_LPAREN] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(1938), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [2576] = { [sym_file_descriptor] = ACTIONS(2000), [sym__concat] = ACTIONS(2000), [sym_variable_name] = ACTIONS(2000), [anon_sym_esac] = ACTIONS(2002), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [anon_sym_LT] = ACTIONS(2002), [anon_sym_GT] = ACTIONS(2002), [anon_sym_GT_GT] = ACTIONS(2002), [anon_sym_AMP_GT] = ACTIONS(2002), [anon_sym_AMP_GT_GT] = ACTIONS(2002), [anon_sym_LT_AMP] = ACTIONS(2002), [anon_sym_GT_AMP] = ACTIONS(2002), [sym__special_characters] = ACTIONS(2002), [anon_sym_DQUOTE] = ACTIONS(2002), [anon_sym_DOLLAR] = ACTIONS(2002), [sym_raw_string] = ACTIONS(2002), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2002), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2002), [anon_sym_BQUOTE] = ACTIONS(2002), [anon_sym_LT_LPAREN] = ACTIONS(2002), [anon_sym_GT_LPAREN] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2002), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [2577] = { [sym_file_redirect] = STATE(1476), [sym_file_descriptor] = ACTIONS(5656), [anon_sym_esac] = ACTIONS(3484), [anon_sym_PIPE] = ACTIONS(3484), [anon_sym_SEMI_SEMI] = ACTIONS(3484), [anon_sym_PIPE_AMP] = ACTIONS(3484), [anon_sym_AMP_AMP] = ACTIONS(3484), [anon_sym_PIPE_PIPE] = ACTIONS(3484), [anon_sym_LT] = ACTIONS(5658), [anon_sym_GT] = ACTIONS(5658), [anon_sym_GT_GT] = ACTIONS(5658), [anon_sym_AMP_GT] = ACTIONS(5658), [anon_sym_AMP_GT_GT] = ACTIONS(5658), [anon_sym_LT_AMP] = ACTIONS(5658), [anon_sym_GT_AMP] = ACTIONS(5658), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3484), [anon_sym_LF] = ACTIONS(3486), [anon_sym_AMP] = ACTIONS(3484), }, [2578] = { [sym_concatenation] = STATE(1479), [sym_string] = STATE(2687), [sym_simple_expansion] = STATE(2687), [sym_string_expansion] = STATE(2687), [sym_expansion] = STATE(2687), [sym_command_substitution] = STATE(2687), [sym_process_substitution] = STATE(2687), [sym__special_characters] = ACTIONS(6259), [anon_sym_DQUOTE] = ACTIONS(6016), [anon_sym_DOLLAR] = ACTIONS(6018), [sym_raw_string] = ACTIONS(6261), [anon_sym_DOLLAR_LBRACE] = ACTIONS(6022), [anon_sym_DOLLAR_LPAREN] = ACTIONS(6024), [anon_sym_BQUOTE] = ACTIONS(6026), [anon_sym_LT_LPAREN] = ACTIONS(6028), [anon_sym_GT_LPAREN] = ACTIONS(6028), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6261), }, [2579] = { [aux_sym_concatenation_repeat1] = STATE(2689), [sym__concat] = ACTIONS(6263), [anon_sym_esac] = ACTIONS(660), [anon_sym_PIPE] = ACTIONS(660), [anon_sym_SEMI_SEMI] = ACTIONS(660), [anon_sym_PIPE_AMP] = ACTIONS(660), [anon_sym_AMP_AMP] = ACTIONS(660), [anon_sym_PIPE_PIPE] = ACTIONS(660), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(660), [anon_sym_LF] = ACTIONS(656), [anon_sym_AMP] = ACTIONS(660), }, [2580] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(2691), [anon_sym_DQUOTE] = ACTIONS(6265), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2581] = { [sym_string] = STATE(2693), [anon_sym_DQUOTE] = ACTIONS(6016), [anon_sym_DOLLAR] = ACTIONS(6267), [sym_raw_string] = ACTIONS(6269), [anon_sym_POUND] = ACTIONS(6267), [anon_sym_DASH] = ACTIONS(6267), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(6271), [anon_sym_STAR] = ACTIONS(6267), [anon_sym_AT] = ACTIONS(6267), [anon_sym_QMARK] = ACTIONS(6267), [anon_sym_0] = ACTIONS(6273), [anon_sym__] = ACTIONS(6273), }, [2582] = { [aux_sym_concatenation_repeat1] = STATE(2689), [sym__concat] = ACTIONS(6263), [anon_sym_esac] = ACTIONS(674), [anon_sym_PIPE] = ACTIONS(674), [anon_sym_SEMI_SEMI] = ACTIONS(674), [anon_sym_PIPE_AMP] = ACTIONS(674), [anon_sym_AMP_AMP] = ACTIONS(674), [anon_sym_PIPE_PIPE] = ACTIONS(674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(674), [anon_sym_LF] = ACTIONS(672), [anon_sym_AMP] = ACTIONS(674), }, [2583] = { [sym_subscript] = STATE(2699), [sym_variable_name] = ACTIONS(6275), [anon_sym_DOLLAR] = ACTIONS(6277), [anon_sym_POUND] = ACTIONS(6279), [anon_sym_DASH] = ACTIONS(6277), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(6281), [anon_sym_STAR] = ACTIONS(6277), [anon_sym_AT] = ACTIONS(6277), [anon_sym_QMARK] = ACTIONS(6277), [anon_sym_0] = ACTIONS(6283), [anon_sym__] = ACTIONS(6283), }, [2584] = { [sym_for_statement] = STATE(2700), [sym_while_statement] = STATE(2700), [sym_if_statement] = STATE(2700), [sym_case_statement] = STATE(2700), [sym_function_definition] = STATE(2700), [sym_subshell] = STATE(2700), [sym_pipeline] = STATE(2700), [sym_list] = STATE(2700), [sym_command] = STATE(2700), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2700), [sym_variable_assignment] = STATE(2701), [sym_declaration_command] = STATE(2700), [sym_unset_command] = STATE(2700), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2585] = { [sym_for_statement] = STATE(2702), [sym_while_statement] = STATE(2702), [sym_if_statement] = STATE(2702), [sym_case_statement] = STATE(2702), [sym_function_definition] = STATE(2702), [sym_subshell] = STATE(2702), [sym_pipeline] = STATE(2702), [sym_list] = STATE(2702), [sym_command] = STATE(2702), [sym_command_name] = STATE(174), [sym_bracket_command] = STATE(2702), [sym_variable_assignment] = STATE(2703), [sym_declaration_command] = STATE(2702), [sym_unset_command] = STATE(2702), [sym_subscript] = STATE(176), [sym_file_redirect] = STATE(177), [sym_concatenation] = STATE(161), [sym_string] = STATE(171), [sym_simple_expansion] = STATE(171), [sym_string_expansion] = STATE(171), [sym_expansion] = STATE(171), [sym_command_substitution] = STATE(171), [sym_process_substitution] = STATE(171), [aux_sym_command_repeat1] = STATE(177), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(290), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(292), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(294), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = ACTIONS(296), [anon_sym_LBRACK_LBRACK] = ACTIONS(298), [anon_sym_declare] = ACTIONS(300), [anon_sym_typeset] = ACTIONS(300), [anon_sym_export] = ACTIONS(300), [anon_sym_readonly] = ACTIONS(300), [anon_sym_local] = ACTIONS(300), [anon_sym_unset] = ACTIONS(302), [anon_sym_unsetenv] = ACTIONS(302), [anon_sym_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(304), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(306), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(308), }, [2586] = { [sym_for_statement] = STATE(2704), [sym_while_statement] = STATE(2704), [sym_if_statement] = STATE(2704), [sym_case_statement] = STATE(2704), [sym_function_definition] = STATE(2704), [sym_subshell] = STATE(2704), [sym_pipeline] = STATE(2704), [sym_list] = STATE(2704), [sym_command] = STATE(2704), [sym_command_name] = STATE(158), [sym_bracket_command] = STATE(2704), [sym_variable_assignment] = STATE(2705), [sym_declaration_command] = STATE(2704), [sym_unset_command] = STATE(2704), [sym_subscript] = STATE(160), [sym_file_redirect] = STATE(162), [sym_concatenation] = STATE(161), [sym_string] = STATE(151), [sym_simple_expansion] = STATE(151), [sym_string_expansion] = STATE(151), [sym_expansion] = STATE(151), [sym_command_substitution] = STATE(151), [sym_process_substitution] = STATE(151), [aux_sym_command_repeat1] = STATE(162), [sym_file_descriptor] = ACTIONS(8), [sym_variable_name] = ACTIONS(250), [anon_sym_for] = ACTIONS(252), [anon_sym_while] = ACTIONS(254), [anon_sym_if] = ACTIONS(256), [anon_sym_case] = ACTIONS(258), [anon_sym_function] = ACTIONS(260), [anon_sym_LPAREN] = ACTIONS(262), [anon_sym_LBRACK] = 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_LT] = ACTIONS(34), [anon_sym_GT] = ACTIONS(34), [anon_sym_GT_GT] = ACTIONS(36), [anon_sym_AMP_GT] = ACTIONS(34), [anon_sym_AMP_GT_GT] = ACTIONS(36), [anon_sym_LT_AMP] = ACTIONS(36), [anon_sym_GT_AMP] = ACTIONS(36), [sym__special_characters] = ACTIONS(272), [anon_sym_DQUOTE] = ACTIONS(274), [anon_sym_DOLLAR] = ACTIONS(276), [sym_raw_string] = ACTIONS(278), [anon_sym_DOLLAR_LBRACE] = ACTIONS(280), [anon_sym_DOLLAR_LPAREN] = ACTIONS(282), [anon_sym_BQUOTE] = ACTIONS(284), [anon_sym_LT_LPAREN] = ACTIONS(286), [anon_sym_GT_LPAREN] = ACTIONS(286), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(288), }, [2587] = { [sym_variable_name] = ACTIONS(2105), [anon_sym_esac] = ACTIONS(2107), [anon_sym_PIPE] = ACTIONS(2107), [anon_sym_SEMI_SEMI] = ACTIONS(2107), [anon_sym_PIPE_AMP] = ACTIONS(2107), [anon_sym_AMP_AMP] = ACTIONS(2107), [anon_sym_PIPE_PIPE] = ACTIONS(2107), [sym__special_characters] = ACTIONS(2107), [anon_sym_DQUOTE] = ACTIONS(2107), [anon_sym_DOLLAR] = ACTIONS(2107), [sym_raw_string] = ACTIONS(2107), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2107), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2107), [anon_sym_BQUOTE] = ACTIONS(2107), [anon_sym_LT_LPAREN] = ACTIONS(2107), [anon_sym_GT_LPAREN] = ACTIONS(2107), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2107), [sym_word] = ACTIONS(2107), [anon_sym_SEMI] = ACTIONS(2107), [anon_sym_LF] = ACTIONS(2105), [anon_sym_AMP] = ACTIONS(2107), }, [2588] = { [sym_concatenation] = STATE(984), [sym_string] = STATE(549), [sym_simple_expansion] = STATE(549), [sym_string_expansion] = STATE(549), [sym_expansion] = STATE(549), [sym_command_substitution] = STATE(549), [sym_process_substitution] = STATE(549), [aux_sym_for_statement_repeat1] = STATE(984), [anon_sym_RPAREN] = ACTIONS(6285), [sym__special_characters] = ACTIONS(1085), [anon_sym_DQUOTE] = ACTIONS(1087), [anon_sym_DOLLAR] = ACTIONS(1089), [sym_raw_string] = ACTIONS(1091), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1093), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1095), [anon_sym_BQUOTE] = ACTIONS(1097), [anon_sym_LT_LPAREN] = ACTIONS(1099), [anon_sym_GT_LPAREN] = ACTIONS(1099), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(1091), }, [2589] = { [sym__concat] = ACTIONS(2672), [sym_variable_name] = ACTIONS(2672), [anon_sym_esac] = ACTIONS(2674), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [anon_sym_LT_LPAREN] = ACTIONS(2674), [anon_sym_GT_LPAREN] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2674), [sym_word] = ACTIONS(2674), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [2590] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6287), [sym_comment] = ACTIONS(54), }, [2591] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6289), [sym_comment] = ACTIONS(54), }, [2592] = { [anon_sym_RBRACE] = ACTIONS(6289), [sym_comment] = ACTIONS(54), }, [2593] = { [sym_concatenation] = STATE(2710), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2710), [anon_sym_RBRACE] = ACTIONS(6291), [anon_sym_EQ] = ACTIONS(6293), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6295), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6293), [anon_sym_COLON_QMARK] = ACTIONS(6293), [anon_sym_COLON_DASH] = ACTIONS(6293), [anon_sym_PERCENT] = ACTIONS(6293), [anon_sym_DASH] = ACTIONS(6293), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2594] = { [sym__concat] = ACTIONS(2750), [sym_variable_name] = ACTIONS(2750), [anon_sym_esac] = ACTIONS(2752), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [anon_sym_LT_LPAREN] = ACTIONS(2752), [anon_sym_GT_LPAREN] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2752), [sym_word] = ACTIONS(2752), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [2595] = { [sym_concatenation] = STATE(2713), [sym_string] = STATE(2712), [sym_simple_expansion] = STATE(2712), [sym_string_expansion] = STATE(2712), [sym_expansion] = STATE(2712), [sym_command_substitution] = STATE(2712), [sym_process_substitution] = STATE(2712), [anon_sym_RBRACE] = ACTIONS(6289), [sym__special_characters] = ACTIONS(6297), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6299), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6299), }, [2596] = { [sym__concat] = ACTIONS(2793), [sym_variable_name] = ACTIONS(2793), [anon_sym_esac] = ACTIONS(2795), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [anon_sym_LT_LPAREN] = ACTIONS(2795), [anon_sym_GT_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2795), [sym_word] = ACTIONS(2795), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [2597] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6301), }, [2598] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6303), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2599] = { [sym__concat] = ACTIONS(2801), [sym_variable_name] = ACTIONS(2801), [anon_sym_esac] = ACTIONS(2803), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [anon_sym_LT_LPAREN] = ACTIONS(2803), [anon_sym_GT_LPAREN] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2803), [sym_word] = ACTIONS(2803), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [2600] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6305), }, [2601] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6307), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2602] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6309), }, [2603] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6289), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2604] = { [sym_concatenation] = STATE(2720), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2720), [anon_sym_RBRACE] = ACTIONS(6311), [anon_sym_EQ] = ACTIONS(6313), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6315), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6313), [anon_sym_COLON_QMARK] = ACTIONS(6313), [anon_sym_COLON_DASH] = ACTIONS(6313), [anon_sym_PERCENT] = ACTIONS(6313), [anon_sym_DASH] = ACTIONS(6313), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2605] = { [sym__concat] = ACTIONS(2817), [sym_variable_name] = ACTIONS(2817), [anon_sym_esac] = ACTIONS(2819), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [anon_sym_LT_LPAREN] = ACTIONS(2819), [anon_sym_GT_LPAREN] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2819), [sym_word] = ACTIONS(2819), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [2606] = { [sym_concatenation] = STATE(2722), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2722), [anon_sym_RBRACE] = ACTIONS(6317), [anon_sym_EQ] = ACTIONS(6319), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6321), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6319), [anon_sym_COLON_QMARK] = ACTIONS(6319), [anon_sym_COLON_DASH] = ACTIONS(6319), [anon_sym_PERCENT] = ACTIONS(6319), [anon_sym_DASH] = ACTIONS(6319), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2607] = { [sym__concat] = ACTIONS(2672), [anon_sym_esac] = ACTIONS(2674), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [anon_sym_LT_LPAREN] = ACTIONS(2674), [anon_sym_GT_LPAREN] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2674), [sym_word] = ACTIONS(2674), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [2608] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6323), [sym_comment] = ACTIONS(54), }, [2609] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6325), [sym_comment] = ACTIONS(54), }, [2610] = { [anon_sym_RBRACE] = ACTIONS(6325), [sym_comment] = ACTIONS(54), }, [2611] = { [sym_concatenation] = STATE(2726), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2726), [anon_sym_RBRACE] = ACTIONS(6327), [anon_sym_EQ] = ACTIONS(6329), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6331), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6329), [anon_sym_COLON_QMARK] = ACTIONS(6329), [anon_sym_COLON_DASH] = ACTIONS(6329), [anon_sym_PERCENT] = ACTIONS(6329), [anon_sym_DASH] = ACTIONS(6329), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2612] = { [sym__concat] = ACTIONS(2750), [anon_sym_esac] = ACTIONS(2752), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [anon_sym_LT_LPAREN] = ACTIONS(2752), [anon_sym_GT_LPAREN] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2752), [sym_word] = ACTIONS(2752), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [2613] = { [sym_concatenation] = STATE(2729), [sym_string] = STATE(2728), [sym_simple_expansion] = STATE(2728), [sym_string_expansion] = STATE(2728), [sym_expansion] = STATE(2728), [sym_command_substitution] = STATE(2728), [sym_process_substitution] = STATE(2728), [anon_sym_RBRACE] = ACTIONS(6325), [sym__special_characters] = ACTIONS(6333), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6335), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6335), }, [2614] = { [sym__concat] = ACTIONS(2793), [anon_sym_esac] = ACTIONS(2795), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [anon_sym_LT_LPAREN] = ACTIONS(2795), [anon_sym_GT_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2795), [sym_word] = ACTIONS(2795), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [2615] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6337), }, [2616] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6339), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2617] = { [sym__concat] = ACTIONS(2801), [anon_sym_esac] = ACTIONS(2803), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [anon_sym_LT_LPAREN] = ACTIONS(2803), [anon_sym_GT_LPAREN] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2803), [sym_word] = ACTIONS(2803), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [2618] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6341), }, [2619] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6343), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2620] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6345), }, [2621] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6325), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2622] = { [sym_concatenation] = STATE(2736), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2736), [anon_sym_RBRACE] = ACTIONS(6347), [anon_sym_EQ] = ACTIONS(6349), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6351), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6349), [anon_sym_COLON_QMARK] = ACTIONS(6349), [anon_sym_COLON_DASH] = ACTIONS(6349), [anon_sym_PERCENT] = ACTIONS(6349), [anon_sym_DASH] = ACTIONS(6349), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2623] = { [sym__concat] = ACTIONS(2817), [anon_sym_esac] = ACTIONS(2819), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [anon_sym_LT_LPAREN] = ACTIONS(2819), [anon_sym_GT_LPAREN] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(2819), [sym_word] = ACTIONS(2819), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [2624] = { [sym_concatenation] = STATE(2738), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2738), [anon_sym_RBRACE] = ACTIONS(6353), [anon_sym_EQ] = ACTIONS(6355), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6357), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6355), [anon_sym_COLON_QMARK] = ACTIONS(6355), [anon_sym_COLON_DASH] = ACTIONS(6355), [anon_sym_PERCENT] = ACTIONS(6355), [anon_sym_DASH] = ACTIONS(6355), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2625] = { [sym_file_descriptor] = ACTIONS(3740), [sym__concat] = ACTIONS(3740), [anon_sym_esac] = ACTIONS(3742), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [anon_sym_EQ_TILDE] = ACTIONS(3742), [anon_sym_EQ_EQ] = ACTIONS(3742), [anon_sym_LT] = ACTIONS(3742), [anon_sym_GT] = ACTIONS(3742), [anon_sym_GT_GT] = ACTIONS(3742), [anon_sym_AMP_GT] = ACTIONS(3742), [anon_sym_AMP_GT_GT] = ACTIONS(3742), [anon_sym_LT_AMP] = ACTIONS(3742), [anon_sym_GT_AMP] = ACTIONS(3742), [anon_sym_LT_LT] = ACTIONS(3742), [anon_sym_LT_LT_DASH] = ACTIONS(3742), [anon_sym_LT_LT_LT] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [anon_sym_LT_LPAREN] = ACTIONS(3742), [anon_sym_GT_LPAREN] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3742), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [2626] = { [sym_file_descriptor] = ACTIONS(3746), [sym__concat] = ACTIONS(3746), [anon_sym_esac] = ACTIONS(3748), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [anon_sym_EQ_TILDE] = ACTIONS(3748), [anon_sym_EQ_EQ] = ACTIONS(3748), [anon_sym_LT] = ACTIONS(3748), [anon_sym_GT] = ACTIONS(3748), [anon_sym_GT_GT] = ACTIONS(3748), [anon_sym_AMP_GT] = ACTIONS(3748), [anon_sym_AMP_GT_GT] = ACTIONS(3748), [anon_sym_LT_AMP] = ACTIONS(3748), [anon_sym_GT_AMP] = ACTIONS(3748), [anon_sym_LT_LT] = ACTIONS(3748), [anon_sym_LT_LT_DASH] = ACTIONS(3748), [anon_sym_LT_LT_LT] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [anon_sym_LT_LPAREN] = ACTIONS(3748), [anon_sym_GT_LPAREN] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3748), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [2627] = { [sym_file_descriptor] = ACTIONS(3831), [sym__concat] = ACTIONS(3831), [anon_sym_esac] = ACTIONS(3833), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [anon_sym_EQ_TILDE] = ACTIONS(3833), [anon_sym_EQ_EQ] = ACTIONS(3833), [anon_sym_LT] = ACTIONS(3833), [anon_sym_GT] = ACTIONS(3833), [anon_sym_GT_GT] = ACTIONS(3833), [anon_sym_AMP_GT] = ACTIONS(3833), [anon_sym_AMP_GT_GT] = ACTIONS(3833), [anon_sym_LT_AMP] = ACTIONS(3833), [anon_sym_GT_AMP] = ACTIONS(3833), [anon_sym_LT_LT] = ACTIONS(3833), [anon_sym_LT_LT_DASH] = ACTIONS(3833), [anon_sym_LT_LT_LT] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [anon_sym_LT_LPAREN] = ACTIONS(3833), [anon_sym_GT_LPAREN] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3833), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [2628] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6359), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2629] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6361), [sym_comment] = ACTIONS(54), }, [2630] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6363), [sym_comment] = ACTIONS(54), }, [2631] = { [anon_sym_RBRACE] = ACTIONS(6363), [sym_comment] = ACTIONS(54), }, [2632] = { [sym_concatenation] = STATE(2743), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2743), [anon_sym_RBRACE] = ACTIONS(6365), [anon_sym_EQ] = ACTIONS(6367), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6369), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6367), [anon_sym_COLON_QMARK] = ACTIONS(6367), [anon_sym_COLON_DASH] = ACTIONS(6367), [anon_sym_PERCENT] = ACTIONS(6367), [anon_sym_DASH] = ACTIONS(6367), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2633] = { [sym_file_descriptor] = ACTIONS(3847), [sym__concat] = ACTIONS(3847), [anon_sym_esac] = ACTIONS(3849), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [anon_sym_EQ_TILDE] = ACTIONS(3849), [anon_sym_EQ_EQ] = ACTIONS(3849), [anon_sym_LT] = ACTIONS(3849), [anon_sym_GT] = ACTIONS(3849), [anon_sym_GT_GT] = ACTIONS(3849), [anon_sym_AMP_GT] = ACTIONS(3849), [anon_sym_AMP_GT_GT] = ACTIONS(3849), [anon_sym_LT_AMP] = ACTIONS(3849), [anon_sym_GT_AMP] = ACTIONS(3849), [anon_sym_LT_LT] = ACTIONS(3849), [anon_sym_LT_LT_DASH] = ACTIONS(3849), [anon_sym_LT_LT_LT] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [anon_sym_LT_LPAREN] = ACTIONS(3849), [anon_sym_GT_LPAREN] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3849), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [2634] = { [sym_concatenation] = STATE(2745), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2745), [anon_sym_RBRACE] = ACTIONS(6371), [anon_sym_EQ] = ACTIONS(6373), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6375), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6373), [anon_sym_COLON_QMARK] = ACTIONS(6373), [anon_sym_COLON_DASH] = ACTIONS(6373), [anon_sym_PERCENT] = ACTIONS(6373), [anon_sym_DASH] = ACTIONS(6373), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2635] = { [sym_file_descriptor] = ACTIONS(3857), [sym__concat] = ACTIONS(3857), [anon_sym_esac] = ACTIONS(3859), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [anon_sym_EQ_TILDE] = ACTIONS(3859), [anon_sym_EQ_EQ] = ACTIONS(3859), [anon_sym_LT] = ACTIONS(3859), [anon_sym_GT] = ACTIONS(3859), [anon_sym_GT_GT] = ACTIONS(3859), [anon_sym_AMP_GT] = ACTIONS(3859), [anon_sym_AMP_GT_GT] = ACTIONS(3859), [anon_sym_LT_AMP] = ACTIONS(3859), [anon_sym_GT_AMP] = ACTIONS(3859), [anon_sym_LT_LT] = ACTIONS(3859), [anon_sym_LT_LT_DASH] = ACTIONS(3859), [anon_sym_LT_LT_LT] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [anon_sym_LT_LPAREN] = ACTIONS(3859), [anon_sym_GT_LPAREN] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3859), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [2636] = { [sym_concatenation] = STATE(2747), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2747), [anon_sym_RBRACE] = ACTIONS(6377), [anon_sym_EQ] = ACTIONS(6379), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6381), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6379), [anon_sym_COLON_QMARK] = ACTIONS(6379), [anon_sym_COLON_DASH] = ACTIONS(6379), [anon_sym_PERCENT] = ACTIONS(6379), [anon_sym_DASH] = ACTIONS(6379), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2637] = { [sym_file_descriptor] = ACTIONS(3867), [sym__concat] = ACTIONS(3867), [anon_sym_esac] = ACTIONS(3869), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [anon_sym_EQ_TILDE] = ACTIONS(3869), [anon_sym_EQ_EQ] = ACTIONS(3869), [anon_sym_LT] = ACTIONS(3869), [anon_sym_GT] = ACTIONS(3869), [anon_sym_GT_GT] = ACTIONS(3869), [anon_sym_AMP_GT] = ACTIONS(3869), [anon_sym_AMP_GT_GT] = ACTIONS(3869), [anon_sym_LT_AMP] = ACTIONS(3869), [anon_sym_GT_AMP] = ACTIONS(3869), [anon_sym_LT_LT] = ACTIONS(3869), [anon_sym_LT_LT_DASH] = ACTIONS(3869), [anon_sym_LT_LT_LT] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [anon_sym_LT_LPAREN] = ACTIONS(3869), [anon_sym_GT_LPAREN] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3869), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [2638] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6383), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2639] = { [sym_file_descriptor] = ACTIONS(3873), [sym__concat] = ACTIONS(3873), [anon_sym_esac] = ACTIONS(3875), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [anon_sym_EQ_TILDE] = ACTIONS(3875), [anon_sym_EQ_EQ] = ACTIONS(3875), [anon_sym_LT] = ACTIONS(3875), [anon_sym_GT] = ACTIONS(3875), [anon_sym_GT_GT] = ACTIONS(3875), [anon_sym_AMP_GT] = ACTIONS(3875), [anon_sym_AMP_GT_GT] = ACTIONS(3875), [anon_sym_LT_AMP] = ACTIONS(3875), [anon_sym_GT_AMP] = ACTIONS(3875), [anon_sym_LT_LT] = ACTIONS(3875), [anon_sym_LT_LT_DASH] = ACTIONS(3875), [anon_sym_LT_LT_LT] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [anon_sym_LT_LPAREN] = ACTIONS(3875), [anon_sym_GT_LPAREN] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3875), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [2640] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6385), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2641] = { [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(1634), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1636), [anon_sym_LT_LT_LT] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2642] = { [aux_sym_concatenation_repeat1] = STATE(2642), [sym_file_descriptor] = ACTIONS(1634), [sym__concat] = ACTIONS(6387), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [anon_sym_LT] = ACTIONS(1636), [anon_sym_GT] = ACTIONS(1636), [anon_sym_GT_GT] = ACTIONS(1636), [anon_sym_AMP_GT] = ACTIONS(1636), [anon_sym_AMP_GT_GT] = ACTIONS(1636), [anon_sym_LT_AMP] = ACTIONS(1636), [anon_sym_GT_AMP] = ACTIONS(1636), [anon_sym_LT_LT] = ACTIONS(1636), [anon_sym_LT_LT_DASH] = ACTIONS(1636), [anon_sym_LT_LT_LT] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2643] = { [sym_file_descriptor] = ACTIONS(1683), [sym__concat] = ACTIONS(1683), [anon_sym_esac] = ACTIONS(1685), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [anon_sym_LT] = ACTIONS(1685), [anon_sym_GT] = ACTIONS(1685), [anon_sym_GT_GT] = ACTIONS(1685), [anon_sym_AMP_GT] = ACTIONS(1685), [anon_sym_AMP_GT_GT] = ACTIONS(1685), [anon_sym_LT_AMP] = ACTIONS(1685), [anon_sym_GT_AMP] = ACTIONS(1685), [anon_sym_LT_LT] = ACTIONS(1685), [anon_sym_LT_LT_DASH] = ACTIONS(1685), [anon_sym_LT_LT_LT] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [2644] = { [sym_concatenation] = STATE(2753), [sym_string] = STATE(2752), [sym_simple_expansion] = STATE(2752), [sym_string_expansion] = STATE(2752), [sym_expansion] = STATE(2752), [sym_command_substitution] = STATE(2752), [sym_process_substitution] = STATE(2752), [anon_sym_RBRACE] = ACTIONS(6390), [sym__special_characters] = ACTIONS(6392), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6394), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6394), }, [2645] = { [sym_file_descriptor] = ACTIONS(1724), [sym__concat] = ACTIONS(1724), [anon_sym_esac] = ACTIONS(1726), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [anon_sym_LT] = ACTIONS(1726), [anon_sym_GT] = ACTIONS(1726), [anon_sym_GT_GT] = ACTIONS(1726), [anon_sym_AMP_GT] = ACTIONS(1726), [anon_sym_AMP_GT_GT] = ACTIONS(1726), [anon_sym_LT_AMP] = ACTIONS(1726), [anon_sym_GT_AMP] = ACTIONS(1726), [anon_sym_LT_LT] = ACTIONS(1726), [anon_sym_LT_LT_DASH] = ACTIONS(1726), [anon_sym_LT_LT_LT] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [2646] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6396), }, [2647] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6398), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2648] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(6400), [sym_comment] = ACTIONS(54), }, [2649] = { [sym_concatenation] = STATE(2759), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2759), [anon_sym_RBRACE] = ACTIONS(6402), [anon_sym_EQ] = ACTIONS(6404), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6406), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6408), [anon_sym_COLON] = ACTIONS(6404), [anon_sym_COLON_QMARK] = ACTIONS(6404), [anon_sym_COLON_DASH] = ACTIONS(6404), [anon_sym_PERCENT] = ACTIONS(6404), [anon_sym_DASH] = ACTIONS(6404), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2650] = { [sym_concatenation] = STATE(2762), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2762), [anon_sym_RBRACE] = ACTIONS(6410), [anon_sym_EQ] = ACTIONS(6412), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6414), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6416), [anon_sym_COLON] = ACTIONS(6412), [anon_sym_COLON_QMARK] = ACTIONS(6412), [anon_sym_COLON_DASH] = ACTIONS(6412), [anon_sym_PERCENT] = ACTIONS(6412), [anon_sym_DASH] = ACTIONS(6412), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2651] = { [sym_concatenation] = STATE(2764), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2764), [anon_sym_RBRACE] = ACTIONS(6390), [anon_sym_EQ] = ACTIONS(6418), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6420), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6422), [anon_sym_COLON] = ACTIONS(6418), [anon_sym_COLON_QMARK] = ACTIONS(6418), [anon_sym_COLON_DASH] = ACTIONS(6418), [anon_sym_PERCENT] = ACTIONS(6418), [anon_sym_DASH] = ACTIONS(6418), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2652] = { [sym_file_descriptor] = ACTIONS(1790), [sym__concat] = ACTIONS(1790), [anon_sym_esac] = ACTIONS(1792), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1792), [anon_sym_GT] = ACTIONS(1792), [anon_sym_GT_GT] = ACTIONS(1792), [anon_sym_AMP_GT] = ACTIONS(1792), [anon_sym_AMP_GT_GT] = ACTIONS(1792), [anon_sym_LT_AMP] = ACTIONS(1792), [anon_sym_GT_AMP] = ACTIONS(1792), [anon_sym_LT_LT] = ACTIONS(1792), [anon_sym_LT_LT_DASH] = ACTIONS(1792), [anon_sym_LT_LT_LT] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [2653] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6424), }, [2654] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6426), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2655] = { [sym_file_descriptor] = ACTIONS(1798), [sym__concat] = ACTIONS(1798), [anon_sym_esac] = ACTIONS(1800), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [anon_sym_LT] = ACTIONS(1800), [anon_sym_GT] = ACTIONS(1800), [anon_sym_GT_GT] = ACTIONS(1800), [anon_sym_AMP_GT] = ACTIONS(1800), [anon_sym_AMP_GT_GT] = ACTIONS(1800), [anon_sym_LT_AMP] = ACTIONS(1800), [anon_sym_GT_AMP] = ACTIONS(1800), [anon_sym_LT_LT] = ACTIONS(1800), [anon_sym_LT_LT_DASH] = ACTIONS(1800), [anon_sym_LT_LT_LT] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [2656] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6428), }, [2657] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6390), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2658] = { [sym_file_descriptor] = ACTIONS(1936), [sym__concat] = ACTIONS(1936), [anon_sym_esac] = ACTIONS(1938), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [anon_sym_LT] = ACTIONS(1938), [anon_sym_GT] = ACTIONS(1938), [anon_sym_GT_GT] = ACTIONS(1938), [anon_sym_AMP_GT] = ACTIONS(1938), [anon_sym_AMP_GT_GT] = ACTIONS(1938), [anon_sym_LT_AMP] = ACTIONS(1938), [anon_sym_GT_AMP] = ACTIONS(1938), [anon_sym_LT_LT] = ACTIONS(1938), [anon_sym_LT_LT_DASH] = ACTIONS(1938), [anon_sym_LT_LT_LT] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [2659] = { [sym_file_descriptor] = ACTIONS(2000), [sym__concat] = ACTIONS(2000), [anon_sym_esac] = ACTIONS(2002), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [anon_sym_LT] = ACTIONS(2002), [anon_sym_GT] = ACTIONS(2002), [anon_sym_GT_GT] = ACTIONS(2002), [anon_sym_AMP_GT] = ACTIONS(2002), [anon_sym_AMP_GT_GT] = ACTIONS(2002), [anon_sym_LT_AMP] = ACTIONS(2002), [anon_sym_GT_AMP] = ACTIONS(2002), [anon_sym_LT_LT] = ACTIONS(2002), [anon_sym_LT_LT_DASH] = ACTIONS(2002), [anon_sym_LT_LT_LT] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [2660] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(5932), [anon_sym_DQUOTE] = ACTIONS(5934), [anon_sym_DOLLAR] = ACTIONS(5932), [sym_raw_string] = ACTIONS(5934), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5934), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5934), [anon_sym_BQUOTE] = ACTIONS(5934), [anon_sym_LT_LPAREN] = ACTIONS(5934), [anon_sym_GT_LPAREN] = ACTIONS(5934), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5932), }, [2661] = { [sym__special_characters] = ACTIONS(5934), [anon_sym_DQUOTE] = ACTIONS(5934), [anon_sym_DOLLAR] = ACTIONS(5932), [sym_raw_string] = ACTIONS(5934), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5934), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5934), [anon_sym_BQUOTE] = ACTIONS(5934), [anon_sym_LT_LPAREN] = ACTIONS(5934), [anon_sym_GT_LPAREN] = ACTIONS(5934), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5934), }, [2662] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(6430), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2663] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(6430), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2664] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(5940), [anon_sym_DQUOTE] = ACTIONS(5942), [anon_sym_DOLLAR] = ACTIONS(5940), [sym_raw_string] = ACTIONS(5942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5942), [anon_sym_BQUOTE] = ACTIONS(5942), [anon_sym_LT_LPAREN] = ACTIONS(5942), [anon_sym_GT_LPAREN] = ACTIONS(5942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5940), }, [2665] = { [sym__special_characters] = ACTIONS(5942), [anon_sym_DQUOTE] = ACTIONS(5942), [anon_sym_DOLLAR] = ACTIONS(5940), [sym_raw_string] = ACTIONS(5942), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5942), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5942), [anon_sym_BQUOTE] = ACTIONS(5942), [anon_sym_LT_LPAREN] = ACTIONS(5942), [anon_sym_GT_LPAREN] = ACTIONS(5942), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(5942), }, [2666] = { [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(6432), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2667] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(314), [anon_sym_SEMI_SEMI] = ACTIONS(6432), [anon_sym_PIPE_AMP] = ACTIONS(314), [anon_sym_AMP_AMP] = ACTIONS(318), [anon_sym_PIPE_PIPE] = ACTIONS(318), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(352), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(352), [anon_sym_LT_AMP] = ACTIONS(352), [anon_sym_GT_AMP] = ACTIONS(352), [sym__special_characters] = ACTIONS(352), [anon_sym_DQUOTE] = ACTIONS(352), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(352), [anon_sym_DOLLAR_LBRACE] = ACTIONS(352), [anon_sym_DOLLAR_LPAREN] = ACTIONS(352), [anon_sym_BQUOTE] = ACTIONS(352), [anon_sym_LT_LPAREN] = ACTIONS(352), [anon_sym_GT_LPAREN] = ACTIONS(352), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(352), [anon_sym_SEMI] = ACTIONS(316), [anon_sym_LF] = ACTIONS(320), [anon_sym_AMP] = ACTIONS(316), }, [2668] = { [sym_file_descriptor] = ACTIONS(2672), [sym__concat] = ACTIONS(2672), [sym_variable_name] = ACTIONS(2672), [anon_sym_esac] = ACTIONS(2674), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [anon_sym_LT] = ACTIONS(2674), [anon_sym_GT] = ACTIONS(2674), [anon_sym_GT_GT] = ACTIONS(2674), [anon_sym_AMP_GT] = ACTIONS(2674), [anon_sym_AMP_GT_GT] = ACTIONS(2674), [anon_sym_LT_AMP] = ACTIONS(2674), [anon_sym_GT_AMP] = ACTIONS(2674), [sym__special_characters] = ACTIONS(2674), [anon_sym_DQUOTE] = ACTIONS(2674), [anon_sym_DOLLAR] = ACTIONS(2674), [sym_raw_string] = ACTIONS(2674), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2674), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2674), [anon_sym_BQUOTE] = ACTIONS(2674), [anon_sym_LT_LPAREN] = ACTIONS(2674), [anon_sym_GT_LPAREN] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2674), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [2669] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6434), [sym_comment] = ACTIONS(54), }, [2670] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6436), [sym_comment] = ACTIONS(54), }, [2671] = { [anon_sym_RBRACE] = ACTIONS(6436), [sym_comment] = ACTIONS(54), }, [2672] = { [sym_concatenation] = STATE(2773), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2773), [anon_sym_RBRACE] = ACTIONS(6438), [anon_sym_EQ] = ACTIONS(6440), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6442), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6440), [anon_sym_COLON_QMARK] = ACTIONS(6440), [anon_sym_COLON_DASH] = ACTIONS(6440), [anon_sym_PERCENT] = ACTIONS(6440), [anon_sym_DASH] = ACTIONS(6440), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2673] = { [sym_file_descriptor] = ACTIONS(2750), [sym__concat] = ACTIONS(2750), [sym_variable_name] = ACTIONS(2750), [anon_sym_esac] = ACTIONS(2752), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [anon_sym_LT] = ACTIONS(2752), [anon_sym_GT] = ACTIONS(2752), [anon_sym_GT_GT] = ACTIONS(2752), [anon_sym_AMP_GT] = ACTIONS(2752), [anon_sym_AMP_GT_GT] = ACTIONS(2752), [anon_sym_LT_AMP] = ACTIONS(2752), [anon_sym_GT_AMP] = ACTIONS(2752), [sym__special_characters] = ACTIONS(2752), [anon_sym_DQUOTE] = ACTIONS(2752), [anon_sym_DOLLAR] = ACTIONS(2752), [sym_raw_string] = ACTIONS(2752), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2752), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2752), [anon_sym_BQUOTE] = ACTIONS(2752), [anon_sym_LT_LPAREN] = ACTIONS(2752), [anon_sym_GT_LPAREN] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2752), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [2674] = { [sym_concatenation] = STATE(2776), [sym_string] = STATE(2775), [sym_simple_expansion] = STATE(2775), [sym_string_expansion] = STATE(2775), [sym_expansion] = STATE(2775), [sym_command_substitution] = STATE(2775), [sym_process_substitution] = STATE(2775), [anon_sym_RBRACE] = ACTIONS(6436), [sym__special_characters] = ACTIONS(6444), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6446), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6446), }, [2675] = { [sym_file_descriptor] = ACTIONS(2793), [sym__concat] = ACTIONS(2793), [sym_variable_name] = ACTIONS(2793), [anon_sym_esac] = ACTIONS(2795), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [anon_sym_LT] = ACTIONS(2795), [anon_sym_GT] = ACTIONS(2795), [anon_sym_GT_GT] = ACTIONS(2795), [anon_sym_AMP_GT] = ACTIONS(2795), [anon_sym_AMP_GT_GT] = ACTIONS(2795), [anon_sym_LT_AMP] = ACTIONS(2795), [anon_sym_GT_AMP] = ACTIONS(2795), [sym__special_characters] = ACTIONS(2795), [anon_sym_DQUOTE] = ACTIONS(2795), [anon_sym_DOLLAR] = ACTIONS(2795), [sym_raw_string] = ACTIONS(2795), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2795), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2795), [anon_sym_BQUOTE] = ACTIONS(2795), [anon_sym_LT_LPAREN] = ACTIONS(2795), [anon_sym_GT_LPAREN] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2795), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [2676] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6448), }, [2677] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6450), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2678] = { [sym_file_descriptor] = ACTIONS(2801), [sym__concat] = ACTIONS(2801), [sym_variable_name] = ACTIONS(2801), [anon_sym_esac] = ACTIONS(2803), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [anon_sym_LT] = ACTIONS(2803), [anon_sym_GT] = ACTIONS(2803), [anon_sym_GT_GT] = ACTIONS(2803), [anon_sym_AMP_GT] = ACTIONS(2803), [anon_sym_AMP_GT_GT] = ACTIONS(2803), [anon_sym_LT_AMP] = ACTIONS(2803), [anon_sym_GT_AMP] = ACTIONS(2803), [sym__special_characters] = ACTIONS(2803), [anon_sym_DQUOTE] = ACTIONS(2803), [anon_sym_DOLLAR] = ACTIONS(2803), [sym_raw_string] = ACTIONS(2803), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2803), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2803), [anon_sym_BQUOTE] = ACTIONS(2803), [anon_sym_LT_LPAREN] = ACTIONS(2803), [anon_sym_GT_LPAREN] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2803), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [2679] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6452), }, [2680] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6454), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2681] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6456), }, [2682] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6436), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2683] = { [sym_concatenation] = STATE(2783), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2783), [anon_sym_RBRACE] = ACTIONS(6458), [anon_sym_EQ] = ACTIONS(6460), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6462), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6460), [anon_sym_COLON_QMARK] = ACTIONS(6460), [anon_sym_COLON_DASH] = ACTIONS(6460), [anon_sym_PERCENT] = ACTIONS(6460), [anon_sym_DASH] = ACTIONS(6460), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2684] = { [sym_file_descriptor] = ACTIONS(2817), [sym__concat] = ACTIONS(2817), [sym_variable_name] = ACTIONS(2817), [anon_sym_esac] = ACTIONS(2819), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [anon_sym_LT] = ACTIONS(2819), [anon_sym_GT] = ACTIONS(2819), [anon_sym_GT_GT] = ACTIONS(2819), [anon_sym_AMP_GT] = ACTIONS(2819), [anon_sym_AMP_GT_GT] = ACTIONS(2819), [anon_sym_LT_AMP] = ACTIONS(2819), [anon_sym_GT_AMP] = ACTIONS(2819), [sym__special_characters] = ACTIONS(2819), [anon_sym_DQUOTE] = ACTIONS(2819), [anon_sym_DOLLAR] = ACTIONS(2819), [sym_raw_string] = ACTIONS(2819), [anon_sym_DOLLAR_LBRACE] = ACTIONS(2819), [anon_sym_DOLLAR_LPAREN] = ACTIONS(2819), [anon_sym_BQUOTE] = ACTIONS(2819), [anon_sym_LT_LPAREN] = ACTIONS(2819), [anon_sym_GT_LPAREN] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(2819), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [2685] = { [sym_concatenation] = STATE(2785), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2785), [anon_sym_RBRACE] = ACTIONS(6464), [anon_sym_EQ] = ACTIONS(6466), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6468), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6466), [anon_sym_COLON_QMARK] = ACTIONS(6466), [anon_sym_COLON_DASH] = ACTIONS(6466), [anon_sym_PERCENT] = ACTIONS(6466), [anon_sym_DASH] = ACTIONS(6466), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2686] = { [aux_sym_concatenation_repeat1] = STATE(2689), [sym__concat] = ACTIONS(6263), [anon_sym_esac] = ACTIONS(1063), [anon_sym_PIPE] = ACTIONS(1063), [anon_sym_SEMI_SEMI] = ACTIONS(1063), [anon_sym_PIPE_AMP] = ACTIONS(1063), [anon_sym_AMP_AMP] = ACTIONS(1063), [anon_sym_PIPE_PIPE] = ACTIONS(1063), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1063), [anon_sym_LF] = ACTIONS(1061), [anon_sym_AMP] = ACTIONS(1063), }, [2687] = { [aux_sym_concatenation_repeat1] = STATE(2689), [sym__concat] = ACTIONS(6263), [anon_sym_esac] = ACTIONS(1067), [anon_sym_PIPE] = ACTIONS(1067), [anon_sym_SEMI_SEMI] = ACTIONS(1067), [anon_sym_PIPE_AMP] = ACTIONS(1067), [anon_sym_AMP_AMP] = ACTIONS(1067), [anon_sym_PIPE_PIPE] = ACTIONS(1067), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1067), [anon_sym_LF] = ACTIONS(1065), [anon_sym_AMP] = ACTIONS(1067), }, [2688] = { [sym_string] = STATE(2786), [sym_simple_expansion] = STATE(2786), [sym_string_expansion] = STATE(2786), [sym_expansion] = STATE(2786), [sym_command_substitution] = STATE(2786), [sym_process_substitution] = STATE(2786), [sym__special_characters] = ACTIONS(6470), [anon_sym_DQUOTE] = ACTIONS(6016), [anon_sym_DOLLAR] = ACTIONS(6018), [sym_raw_string] = ACTIONS(6470), [anon_sym_DOLLAR_LBRACE] = ACTIONS(6022), [anon_sym_DOLLAR_LPAREN] = ACTIONS(6024), [anon_sym_BQUOTE] = ACTIONS(6026), [anon_sym_LT_LPAREN] = ACTIONS(6028), [anon_sym_GT_LPAREN] = ACTIONS(6028), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6470), }, [2689] = { [aux_sym_concatenation_repeat1] = STATE(2787), [sym__concat] = ACTIONS(6263), [anon_sym_esac] = ACTIONS(690), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_SEMI_SEMI] = ACTIONS(690), [anon_sym_PIPE_AMP] = ACTIONS(690), [anon_sym_AMP_AMP] = ACTIONS(690), [anon_sym_PIPE_PIPE] = ACTIONS(690), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(690), [anon_sym_LF] = ACTIONS(688), [anon_sym_AMP] = ACTIONS(690), }, [2690] = { [sym__concat] = ACTIONS(692), [anon_sym_esac] = ACTIONS(694), [anon_sym_PIPE] = ACTIONS(694), [anon_sym_SEMI_SEMI] = ACTIONS(694), [anon_sym_PIPE_AMP] = ACTIONS(694), [anon_sym_AMP_AMP] = ACTIONS(694), [anon_sym_PIPE_PIPE] = ACTIONS(694), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(694), [anon_sym_LF] = ACTIONS(692), [anon_sym_AMP] = ACTIONS(694), }, [2691] = { [sym_simple_expansion] = STATE(124), [sym_expansion] = STATE(124), [sym_command_substitution] = STATE(124), [aux_sym_string_repeat1] = STATE(396), [anon_sym_DQUOTE] = ACTIONS(6472), [anon_sym_DOLLAR] = ACTIONS(218), [sym__string_content] = ACTIONS(220), [anon_sym_DOLLAR_LBRACE] = ACTIONS(222), [anon_sym_DOLLAR_LPAREN] = ACTIONS(224), [anon_sym_BQUOTE] = ACTIONS(226), [sym_comment] = ACTIONS(166), }, [2692] = { [sym__concat] = ACTIONS(722), [anon_sym_esac] = ACTIONS(724), [anon_sym_PIPE] = ACTIONS(724), [anon_sym_SEMI_SEMI] = ACTIONS(724), [anon_sym_PIPE_AMP] = ACTIONS(724), [anon_sym_AMP_AMP] = ACTIONS(724), [anon_sym_PIPE_PIPE] = ACTIONS(724), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(724), [anon_sym_LF] = ACTIONS(722), [anon_sym_AMP] = ACTIONS(724), }, [2693] = { [sym__concat] = ACTIONS(726), [anon_sym_esac] = ACTIONS(728), [anon_sym_PIPE] = ACTIONS(728), [anon_sym_SEMI_SEMI] = ACTIONS(728), [anon_sym_PIPE_AMP] = ACTIONS(728), [anon_sym_AMP_AMP] = ACTIONS(728), [anon_sym_PIPE_PIPE] = ACTIONS(728), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(728), [anon_sym_LF] = ACTIONS(726), [anon_sym_AMP] = ACTIONS(728), }, [2694] = { [sym__concat] = ACTIONS(730), [anon_sym_esac] = ACTIONS(732), [anon_sym_PIPE] = ACTIONS(732), [anon_sym_SEMI_SEMI] = ACTIONS(732), [anon_sym_PIPE_AMP] = ACTIONS(732), [anon_sym_AMP_AMP] = ACTIONS(732), [anon_sym_PIPE_PIPE] = ACTIONS(732), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LF] = ACTIONS(730), [anon_sym_AMP] = ACTIONS(732), }, [2695] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(6474), [sym_comment] = ACTIONS(54), }, [2696] = { [sym_concatenation] = STATE(2792), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2792), [anon_sym_RBRACE] = ACTIONS(6476), [anon_sym_EQ] = ACTIONS(6478), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6480), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6482), [anon_sym_COLON] = ACTIONS(6478), [anon_sym_COLON_QMARK] = ACTIONS(6478), [anon_sym_COLON_DASH] = ACTIONS(6478), [anon_sym_PERCENT] = ACTIONS(6478), [anon_sym_DASH] = ACTIONS(6478), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2697] = { [sym_subscript] = STATE(2796), [sym_variable_name] = ACTIONS(6484), [anon_sym_DOLLAR] = ACTIONS(6486), [anon_sym_DASH] = ACTIONS(6486), [sym_comment] = ACTIONS(54), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(6488), [anon_sym_STAR] = ACTIONS(6486), [anon_sym_AT] = ACTIONS(6486), [anon_sym_QMARK] = ACTIONS(6486), [anon_sym_0] = ACTIONS(6490), [anon_sym__] = ACTIONS(6490), }, [2698] = { [sym_concatenation] = STATE(2799), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2799), [anon_sym_RBRACE] = ACTIONS(6492), [anon_sym_EQ] = ACTIONS(6494), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6496), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6498), [anon_sym_COLON] = ACTIONS(6494), [anon_sym_COLON_QMARK] = ACTIONS(6494), [anon_sym_COLON_DASH] = ACTIONS(6494), [anon_sym_PERCENT] = ACTIONS(6494), [anon_sym_DASH] = ACTIONS(6494), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2699] = { [sym_concatenation] = STATE(2802), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2802), [anon_sym_RBRACE] = ACTIONS(6500), [anon_sym_EQ] = ACTIONS(6502), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6504), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6506), [anon_sym_COLON] = ACTIONS(6502), [anon_sym_COLON_QMARK] = ACTIONS(6502), [anon_sym_COLON_DASH] = ACTIONS(6502), [anon_sym_PERCENT] = ACTIONS(6502), [anon_sym_DASH] = ACTIONS(6502), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2700] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6508), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2701] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6508), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2702] = { [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_BQUOTE] = ACTIONS(6508), [sym_comment] = ACTIONS(54), }, [2703] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(914), [anon_sym_PIPE_AMP] = ACTIONS(916), [anon_sym_AMP_AMP] = ACTIONS(918), [anon_sym_PIPE_PIPE] = ACTIONS(918), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(6508), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2704] = { [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6510), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [sym_comment] = ACTIONS(54), }, [2705] = { [sym_file_descriptor] = ACTIONS(350), [sym_variable_name] = ACTIONS(350), [anon_sym_PIPE] = ACTIONS(864), [anon_sym_RPAREN] = ACTIONS(6510), [anon_sym_PIPE_AMP] = ACTIONS(868), [anon_sym_AMP_AMP] = ACTIONS(870), [anon_sym_PIPE_PIPE] = ACTIONS(870), [anon_sym_LT] = ACTIONS(352), [anon_sym_GT] = ACTIONS(352), [anon_sym_GT_GT] = ACTIONS(350), [anon_sym_AMP_GT] = ACTIONS(352), [anon_sym_AMP_GT_GT] = ACTIONS(350), [anon_sym_LT_AMP] = ACTIONS(350), [anon_sym_GT_AMP] = ACTIONS(350), [sym__special_characters] = ACTIONS(350), [anon_sym_DQUOTE] = ACTIONS(350), [anon_sym_DOLLAR] = ACTIONS(352), [sym_raw_string] = ACTIONS(350), [anon_sym_DOLLAR_LBRACE] = ACTIONS(350), [anon_sym_DOLLAR_LPAREN] = ACTIONS(350), [anon_sym_BQUOTE] = ACTIONS(350), [anon_sym_LT_LPAREN] = ACTIONS(350), [anon_sym_GT_LPAREN] = ACTIONS(350), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(350), }, [2706] = { [sym_variable_name] = ACTIONS(3258), [anon_sym_esac] = ACTIONS(3260), [anon_sym_PIPE] = ACTIONS(3260), [anon_sym_SEMI_SEMI] = ACTIONS(3260), [anon_sym_PIPE_AMP] = ACTIONS(3260), [anon_sym_AMP_AMP] = ACTIONS(3260), [anon_sym_PIPE_PIPE] = ACTIONS(3260), [sym__special_characters] = ACTIONS(3260), [anon_sym_DQUOTE] = ACTIONS(3260), [anon_sym_DOLLAR] = ACTIONS(3260), [sym_raw_string] = ACTIONS(3260), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3260), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3260), [anon_sym_BQUOTE] = ACTIONS(3260), [anon_sym_LT_LPAREN] = ACTIONS(3260), [anon_sym_GT_LPAREN] = ACTIONS(3260), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3260), [sym_word] = ACTIONS(3260), [anon_sym_SEMI] = ACTIONS(3260), [anon_sym_LF] = ACTIONS(3258), [anon_sym_AMP] = ACTIONS(3260), }, [2707] = { [sym__concat] = ACTIONS(3740), [sym_variable_name] = ACTIONS(3740), [anon_sym_esac] = ACTIONS(3742), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [anon_sym_LT_LPAREN] = ACTIONS(3742), [anon_sym_GT_LPAREN] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3742), [sym_word] = ACTIONS(3742), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [2708] = { [sym__concat] = ACTIONS(3746), [sym_variable_name] = ACTIONS(3746), [anon_sym_esac] = ACTIONS(3748), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [anon_sym_LT_LPAREN] = ACTIONS(3748), [anon_sym_GT_LPAREN] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3748), [sym_word] = ACTIONS(3748), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [2709] = { [sym__concat] = ACTIONS(3831), [sym_variable_name] = ACTIONS(3831), [anon_sym_esac] = ACTIONS(3833), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [anon_sym_LT_LPAREN] = ACTIONS(3833), [anon_sym_GT_LPAREN] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3833), [sym_word] = ACTIONS(3833), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [2710] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6512), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2711] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6514), [sym_comment] = ACTIONS(54), }, [2712] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6516), [sym_comment] = ACTIONS(54), }, [2713] = { [anon_sym_RBRACE] = ACTIONS(6516), [sym_comment] = ACTIONS(54), }, [2714] = { [sym_concatenation] = STATE(2809), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2809), [anon_sym_RBRACE] = ACTIONS(6518), [anon_sym_EQ] = ACTIONS(6520), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6522), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6520), [anon_sym_COLON_QMARK] = ACTIONS(6520), [anon_sym_COLON_DASH] = ACTIONS(6520), [anon_sym_PERCENT] = ACTIONS(6520), [anon_sym_DASH] = ACTIONS(6520), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2715] = { [sym__concat] = ACTIONS(3847), [sym_variable_name] = ACTIONS(3847), [anon_sym_esac] = ACTIONS(3849), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [anon_sym_LT_LPAREN] = ACTIONS(3849), [anon_sym_GT_LPAREN] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3849), [sym_word] = ACTIONS(3849), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [2716] = { [sym_concatenation] = STATE(2811), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2811), [anon_sym_RBRACE] = ACTIONS(6524), [anon_sym_EQ] = ACTIONS(6526), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6528), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6526), [anon_sym_COLON_QMARK] = ACTIONS(6526), [anon_sym_COLON_DASH] = ACTIONS(6526), [anon_sym_PERCENT] = ACTIONS(6526), [anon_sym_DASH] = ACTIONS(6526), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2717] = { [sym__concat] = ACTIONS(3857), [sym_variable_name] = ACTIONS(3857), [anon_sym_esac] = ACTIONS(3859), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [anon_sym_LT_LPAREN] = ACTIONS(3859), [anon_sym_GT_LPAREN] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3859), [sym_word] = ACTIONS(3859), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [2718] = { [sym_concatenation] = STATE(2813), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2813), [anon_sym_RBRACE] = ACTIONS(6530), [anon_sym_EQ] = ACTIONS(6532), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6534), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6532), [anon_sym_COLON_QMARK] = ACTIONS(6532), [anon_sym_COLON_DASH] = ACTIONS(6532), [anon_sym_PERCENT] = ACTIONS(6532), [anon_sym_DASH] = ACTIONS(6532), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2719] = { [sym__concat] = ACTIONS(3867), [sym_variable_name] = ACTIONS(3867), [anon_sym_esac] = ACTIONS(3869), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [anon_sym_LT_LPAREN] = ACTIONS(3869), [anon_sym_GT_LPAREN] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3869), [sym_word] = ACTIONS(3869), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [2720] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6536), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2721] = { [sym__concat] = ACTIONS(3873), [sym_variable_name] = ACTIONS(3873), [anon_sym_esac] = ACTIONS(3875), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [anon_sym_LT_LPAREN] = ACTIONS(3875), [anon_sym_GT_LPAREN] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3875), [sym_word] = ACTIONS(3875), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [2722] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6538), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2723] = { [sym__concat] = ACTIONS(3740), [anon_sym_esac] = ACTIONS(3742), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [anon_sym_LT_LPAREN] = ACTIONS(3742), [anon_sym_GT_LPAREN] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3742), [sym_word] = ACTIONS(3742), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [2724] = { [sym__concat] = ACTIONS(3746), [anon_sym_esac] = ACTIONS(3748), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [anon_sym_LT_LPAREN] = ACTIONS(3748), [anon_sym_GT_LPAREN] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3748), [sym_word] = ACTIONS(3748), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [2725] = { [sym__concat] = ACTIONS(3831), [anon_sym_esac] = ACTIONS(3833), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [anon_sym_LT_LPAREN] = ACTIONS(3833), [anon_sym_GT_LPAREN] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3833), [sym_word] = ACTIONS(3833), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [2726] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6540), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2727] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6542), [sym_comment] = ACTIONS(54), }, [2728] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6544), [sym_comment] = ACTIONS(54), }, [2729] = { [anon_sym_RBRACE] = ACTIONS(6544), [sym_comment] = ACTIONS(54), }, [2730] = { [sym_concatenation] = STATE(2820), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2820), [anon_sym_RBRACE] = ACTIONS(6546), [anon_sym_EQ] = ACTIONS(6548), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6550), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6548), [anon_sym_COLON_QMARK] = ACTIONS(6548), [anon_sym_COLON_DASH] = ACTIONS(6548), [anon_sym_PERCENT] = ACTIONS(6548), [anon_sym_DASH] = ACTIONS(6548), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2731] = { [sym__concat] = ACTIONS(3847), [anon_sym_esac] = ACTIONS(3849), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [anon_sym_LT_LPAREN] = ACTIONS(3849), [anon_sym_GT_LPAREN] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3849), [sym_word] = ACTIONS(3849), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [2732] = { [sym_concatenation] = STATE(2822), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2822), [anon_sym_RBRACE] = ACTIONS(6552), [anon_sym_EQ] = ACTIONS(6554), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6556), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6554), [anon_sym_COLON_QMARK] = ACTIONS(6554), [anon_sym_COLON_DASH] = ACTIONS(6554), [anon_sym_PERCENT] = ACTIONS(6554), [anon_sym_DASH] = ACTIONS(6554), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2733] = { [sym__concat] = ACTIONS(3857), [anon_sym_esac] = ACTIONS(3859), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [anon_sym_LT_LPAREN] = ACTIONS(3859), [anon_sym_GT_LPAREN] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3859), [sym_word] = ACTIONS(3859), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [2734] = { [sym_concatenation] = STATE(2824), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2824), [anon_sym_RBRACE] = ACTIONS(6558), [anon_sym_EQ] = ACTIONS(6560), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6562), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6560), [anon_sym_COLON_QMARK] = ACTIONS(6560), [anon_sym_COLON_DASH] = ACTIONS(6560), [anon_sym_PERCENT] = ACTIONS(6560), [anon_sym_DASH] = ACTIONS(6560), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2735] = { [sym__concat] = ACTIONS(3867), [anon_sym_esac] = ACTIONS(3869), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [anon_sym_LT_LPAREN] = ACTIONS(3869), [anon_sym_GT_LPAREN] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3869), [sym_word] = ACTIONS(3869), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [2736] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6564), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2737] = { [sym__concat] = ACTIONS(3873), [anon_sym_esac] = ACTIONS(3875), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [anon_sym_LT_LPAREN] = ACTIONS(3875), [anon_sym_GT_LPAREN] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(3875), [sym_word] = ACTIONS(3875), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [2738] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6566), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2739] = { [sym_file_descriptor] = ACTIONS(4621), [sym__concat] = ACTIONS(4621), [anon_sym_esac] = ACTIONS(4623), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [anon_sym_EQ_TILDE] = ACTIONS(4623), [anon_sym_EQ_EQ] = ACTIONS(4623), [anon_sym_LT] = ACTIONS(4623), [anon_sym_GT] = ACTIONS(4623), [anon_sym_GT_GT] = ACTIONS(4623), [anon_sym_AMP_GT] = ACTIONS(4623), [anon_sym_AMP_GT_GT] = ACTIONS(4623), [anon_sym_LT_AMP] = ACTIONS(4623), [anon_sym_GT_AMP] = ACTIONS(4623), [anon_sym_LT_LT] = ACTIONS(4623), [anon_sym_LT_LT_DASH] = ACTIONS(4623), [anon_sym_LT_LT_LT] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [anon_sym_LT_LPAREN] = ACTIONS(4623), [anon_sym_GT_LPAREN] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4623), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [2740] = { [sym_file_descriptor] = ACTIONS(4625), [sym__concat] = ACTIONS(4625), [anon_sym_esac] = ACTIONS(4627), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [anon_sym_EQ_TILDE] = ACTIONS(4627), [anon_sym_EQ_EQ] = ACTIONS(4627), [anon_sym_LT] = ACTIONS(4627), [anon_sym_GT] = ACTIONS(4627), [anon_sym_GT_GT] = ACTIONS(4627), [anon_sym_AMP_GT] = ACTIONS(4627), [anon_sym_AMP_GT_GT] = ACTIONS(4627), [anon_sym_LT_AMP] = ACTIONS(4627), [anon_sym_GT_AMP] = ACTIONS(4627), [anon_sym_LT_LT] = ACTIONS(4627), [anon_sym_LT_LT_DASH] = ACTIONS(4627), [anon_sym_LT_LT_LT] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [anon_sym_LT_LPAREN] = ACTIONS(4627), [anon_sym_GT_LPAREN] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4627), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [2741] = { [sym_file_descriptor] = ACTIONS(4629), [sym__concat] = ACTIONS(4629), [anon_sym_esac] = ACTIONS(4631), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [anon_sym_EQ_TILDE] = ACTIONS(4631), [anon_sym_EQ_EQ] = ACTIONS(4631), [anon_sym_LT] = ACTIONS(4631), [anon_sym_GT] = ACTIONS(4631), [anon_sym_GT_GT] = ACTIONS(4631), [anon_sym_AMP_GT] = ACTIONS(4631), [anon_sym_AMP_GT_GT] = ACTIONS(4631), [anon_sym_LT_AMP] = ACTIONS(4631), [anon_sym_GT_AMP] = ACTIONS(4631), [anon_sym_LT_LT] = ACTIONS(4631), [anon_sym_LT_LT_DASH] = ACTIONS(4631), [anon_sym_LT_LT_LT] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [anon_sym_LT_LPAREN] = ACTIONS(4631), [anon_sym_GT_LPAREN] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4631), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [2742] = { [sym_file_descriptor] = ACTIONS(4633), [sym__concat] = ACTIONS(4633), [anon_sym_esac] = ACTIONS(4635), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [anon_sym_EQ_TILDE] = ACTIONS(4635), [anon_sym_EQ_EQ] = ACTIONS(4635), [anon_sym_LT] = ACTIONS(4635), [anon_sym_GT] = ACTIONS(4635), [anon_sym_GT_GT] = ACTIONS(4635), [anon_sym_AMP_GT] = ACTIONS(4635), [anon_sym_AMP_GT_GT] = ACTIONS(4635), [anon_sym_LT_AMP] = ACTIONS(4635), [anon_sym_GT_AMP] = ACTIONS(4635), [anon_sym_LT_LT] = ACTIONS(4635), [anon_sym_LT_LT_DASH] = ACTIONS(4635), [anon_sym_LT_LT_LT] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [anon_sym_LT_LPAREN] = ACTIONS(4635), [anon_sym_GT_LPAREN] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4635), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [2743] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6568), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2744] = { [sym_file_descriptor] = ACTIONS(4639), [sym__concat] = ACTIONS(4639), [anon_sym_esac] = ACTIONS(4641), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [anon_sym_EQ_TILDE] = ACTIONS(4641), [anon_sym_EQ_EQ] = ACTIONS(4641), [anon_sym_LT] = ACTIONS(4641), [anon_sym_GT] = ACTIONS(4641), [anon_sym_GT_GT] = ACTIONS(4641), [anon_sym_AMP_GT] = ACTIONS(4641), [anon_sym_AMP_GT_GT] = ACTIONS(4641), [anon_sym_LT_AMP] = ACTIONS(4641), [anon_sym_GT_AMP] = ACTIONS(4641), [anon_sym_LT_LT] = ACTIONS(4641), [anon_sym_LT_LT_DASH] = ACTIONS(4641), [anon_sym_LT_LT_LT] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [anon_sym_LT_LPAREN] = ACTIONS(4641), [anon_sym_GT_LPAREN] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4641), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [2745] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6570), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2746] = { [sym_file_descriptor] = ACTIONS(4645), [sym__concat] = ACTIONS(4645), [anon_sym_esac] = ACTIONS(4647), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [anon_sym_EQ_TILDE] = ACTIONS(4647), [anon_sym_EQ_EQ] = ACTIONS(4647), [anon_sym_LT] = ACTIONS(4647), [anon_sym_GT] = ACTIONS(4647), [anon_sym_GT_GT] = ACTIONS(4647), [anon_sym_AMP_GT] = ACTIONS(4647), [anon_sym_AMP_GT_GT] = ACTIONS(4647), [anon_sym_LT_AMP] = ACTIONS(4647), [anon_sym_GT_AMP] = ACTIONS(4647), [anon_sym_LT_LT] = ACTIONS(4647), [anon_sym_LT_LT_DASH] = ACTIONS(4647), [anon_sym_LT_LT_LT] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [anon_sym_LT_LPAREN] = ACTIONS(4647), [anon_sym_GT_LPAREN] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4647), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [2747] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6572), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2748] = { [sym_file_descriptor] = ACTIONS(4651), [sym__concat] = ACTIONS(4651), [anon_sym_esac] = ACTIONS(4653), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [anon_sym_EQ_TILDE] = ACTIONS(4653), [anon_sym_EQ_EQ] = ACTIONS(4653), [anon_sym_LT] = ACTIONS(4653), [anon_sym_GT] = ACTIONS(4653), [anon_sym_GT_GT] = ACTIONS(4653), [anon_sym_AMP_GT] = ACTIONS(4653), [anon_sym_AMP_GT_GT] = ACTIONS(4653), [anon_sym_LT_AMP] = ACTIONS(4653), [anon_sym_GT_AMP] = ACTIONS(4653), [anon_sym_LT_LT] = ACTIONS(4653), [anon_sym_LT_LT_DASH] = ACTIONS(4653), [anon_sym_LT_LT_LT] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [anon_sym_LT_LPAREN] = ACTIONS(4653), [anon_sym_GT_LPAREN] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4653), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [2749] = { [sym_file_descriptor] = ACTIONS(4655), [sym__concat] = ACTIONS(4655), [anon_sym_esac] = ACTIONS(4657), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [anon_sym_EQ_TILDE] = ACTIONS(4657), [anon_sym_EQ_EQ] = ACTIONS(4657), [anon_sym_LT] = ACTIONS(4657), [anon_sym_GT] = ACTIONS(4657), [anon_sym_GT_GT] = ACTIONS(4657), [anon_sym_AMP_GT] = ACTIONS(4657), [anon_sym_AMP_GT_GT] = ACTIONS(4657), [anon_sym_LT_AMP] = ACTIONS(4657), [anon_sym_GT_AMP] = ACTIONS(4657), [anon_sym_LT_LT] = ACTIONS(4657), [anon_sym_LT_LT_DASH] = ACTIONS(4657), [anon_sym_LT_LT_LT] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [anon_sym_LT_LPAREN] = ACTIONS(4657), [anon_sym_GT_LPAREN] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4657), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [2750] = { [sym_file_descriptor] = ACTIONS(2672), [sym__concat] = ACTIONS(2672), [anon_sym_esac] = ACTIONS(2674), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [anon_sym_LT] = ACTIONS(2674), [anon_sym_GT] = ACTIONS(2674), [anon_sym_GT_GT] = ACTIONS(2674), [anon_sym_AMP_GT] = ACTIONS(2674), [anon_sym_AMP_GT_GT] = ACTIONS(2674), [anon_sym_LT_AMP] = ACTIONS(2674), [anon_sym_GT_AMP] = ACTIONS(2674), [anon_sym_LT_LT] = ACTIONS(2674), [anon_sym_LT_LT_DASH] = ACTIONS(2674), [anon_sym_LT_LT_LT] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [2751] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6574), [sym_comment] = ACTIONS(54), }, [2752] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6576), [sym_comment] = ACTIONS(54), }, [2753] = { [anon_sym_RBRACE] = ACTIONS(6576), [sym_comment] = ACTIONS(54), }, [2754] = { [sym_concatenation] = STATE(2833), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2833), [anon_sym_RBRACE] = ACTIONS(6578), [anon_sym_EQ] = ACTIONS(6580), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6582), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6580), [anon_sym_COLON_QMARK] = ACTIONS(6580), [anon_sym_COLON_DASH] = ACTIONS(6580), [anon_sym_PERCENT] = ACTIONS(6580), [anon_sym_DASH] = ACTIONS(6580), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2755] = { [sym_file_descriptor] = ACTIONS(2750), [sym__concat] = ACTIONS(2750), [anon_sym_esac] = ACTIONS(2752), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [anon_sym_LT] = ACTIONS(2752), [anon_sym_GT] = ACTIONS(2752), [anon_sym_GT_GT] = ACTIONS(2752), [anon_sym_AMP_GT] = ACTIONS(2752), [anon_sym_AMP_GT_GT] = ACTIONS(2752), [anon_sym_LT_AMP] = ACTIONS(2752), [anon_sym_GT_AMP] = ACTIONS(2752), [anon_sym_LT_LT] = ACTIONS(2752), [anon_sym_LT_LT_DASH] = ACTIONS(2752), [anon_sym_LT_LT_LT] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [2756] = { [sym_concatenation] = STATE(2836), [sym_string] = STATE(2835), [sym_simple_expansion] = STATE(2835), [sym_string_expansion] = STATE(2835), [sym_expansion] = STATE(2835), [sym_command_substitution] = STATE(2835), [sym_process_substitution] = STATE(2835), [anon_sym_RBRACE] = ACTIONS(6576), [sym__special_characters] = ACTIONS(6584), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6586), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6586), }, [2757] = { [sym_file_descriptor] = ACTIONS(2793), [sym__concat] = ACTIONS(2793), [anon_sym_esac] = ACTIONS(2795), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [anon_sym_LT] = ACTIONS(2795), [anon_sym_GT] = ACTIONS(2795), [anon_sym_GT_GT] = ACTIONS(2795), [anon_sym_AMP_GT] = ACTIONS(2795), [anon_sym_AMP_GT_GT] = ACTIONS(2795), [anon_sym_LT_AMP] = ACTIONS(2795), [anon_sym_GT_AMP] = ACTIONS(2795), [anon_sym_LT_LT] = ACTIONS(2795), [anon_sym_LT_LT_DASH] = ACTIONS(2795), [anon_sym_LT_LT_LT] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [2758] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6588), }, [2759] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6590), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2760] = { [sym_file_descriptor] = ACTIONS(2801), [sym__concat] = ACTIONS(2801), [anon_sym_esac] = ACTIONS(2803), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [anon_sym_LT] = ACTIONS(2803), [anon_sym_GT] = ACTIONS(2803), [anon_sym_GT_GT] = ACTIONS(2803), [anon_sym_AMP_GT] = ACTIONS(2803), [anon_sym_AMP_GT_GT] = ACTIONS(2803), [anon_sym_LT_AMP] = ACTIONS(2803), [anon_sym_GT_AMP] = ACTIONS(2803), [anon_sym_LT_LT] = ACTIONS(2803), [anon_sym_LT_LT_DASH] = ACTIONS(2803), [anon_sym_LT_LT_LT] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [2761] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6592), }, [2762] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6594), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2763] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6596), }, [2764] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6576), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2765] = { [sym_concatenation] = STATE(2843), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2843), [anon_sym_RBRACE] = ACTIONS(6598), [anon_sym_EQ] = ACTIONS(6600), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6602), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6600), [anon_sym_COLON_QMARK] = ACTIONS(6600), [anon_sym_COLON_DASH] = ACTIONS(6600), [anon_sym_PERCENT] = ACTIONS(6600), [anon_sym_DASH] = ACTIONS(6600), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2766] = { [sym_file_descriptor] = ACTIONS(2817), [sym__concat] = ACTIONS(2817), [anon_sym_esac] = ACTIONS(2819), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [anon_sym_LT] = ACTIONS(2819), [anon_sym_GT] = ACTIONS(2819), [anon_sym_GT_GT] = ACTIONS(2819), [anon_sym_AMP_GT] = ACTIONS(2819), [anon_sym_AMP_GT_GT] = ACTIONS(2819), [anon_sym_LT_AMP] = ACTIONS(2819), [anon_sym_GT_AMP] = ACTIONS(2819), [anon_sym_LT_LT] = ACTIONS(2819), [anon_sym_LT_LT_DASH] = ACTIONS(2819), [anon_sym_LT_LT_LT] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [2767] = { [sym_concatenation] = STATE(2845), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2845), [anon_sym_RBRACE] = ACTIONS(6604), [anon_sym_EQ] = ACTIONS(6606), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6608), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6606), [anon_sym_COLON_QMARK] = ACTIONS(6606), [anon_sym_COLON_DASH] = ACTIONS(6606), [anon_sym_PERCENT] = ACTIONS(6606), [anon_sym_DASH] = ACTIONS(6606), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2768] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(6198), [anon_sym_DQUOTE] = ACTIONS(6200), [anon_sym_DOLLAR] = ACTIONS(6198), [sym_raw_string] = ACTIONS(6200), [anon_sym_DOLLAR_LBRACE] = ACTIONS(6200), [anon_sym_DOLLAR_LPAREN] = ACTIONS(6200), [anon_sym_BQUOTE] = ACTIONS(6200), [anon_sym_LT_LPAREN] = ACTIONS(6200), [anon_sym_GT_LPAREN] = ACTIONS(6200), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6198), }, [2769] = { [sym_file_descriptor] = ACTIONS(942), [sym_variable_name] = ACTIONS(942), [anon_sym_for] = ACTIONS(944), [anon_sym_while] = ACTIONS(944), [anon_sym_if] = ACTIONS(944), [anon_sym_case] = ACTIONS(944), [anon_sym_SEMI_SEMI] = ACTIONS(942), [anon_sym_function] = ACTIONS(944), [anon_sym_LPAREN] = ACTIONS(942), [anon_sym_LBRACK] = ACTIONS(944), [anon_sym_LBRACK_LBRACK] = ACTIONS(942), [anon_sym_declare] = ACTIONS(944), [anon_sym_typeset] = ACTIONS(944), [anon_sym_export] = ACTIONS(944), [anon_sym_readonly] = ACTIONS(944), [anon_sym_local] = ACTIONS(944), [anon_sym_unset] = ACTIONS(944), [anon_sym_unsetenv] = ACTIONS(944), [anon_sym_LT] = ACTIONS(944), [anon_sym_GT] = ACTIONS(944), [anon_sym_GT_GT] = ACTIONS(942), [anon_sym_AMP_GT] = ACTIONS(944), [anon_sym_AMP_GT_GT] = ACTIONS(942), [anon_sym_LT_AMP] = ACTIONS(942), [anon_sym_GT_AMP] = ACTIONS(942), [sym__special_characters] = ACTIONS(6204), [anon_sym_DQUOTE] = ACTIONS(6206), [anon_sym_DOLLAR] = ACTIONS(6204), [sym_raw_string] = ACTIONS(6206), [anon_sym_DOLLAR_LBRACE] = ACTIONS(6206), [anon_sym_DOLLAR_LPAREN] = ACTIONS(6206), [anon_sym_BQUOTE] = ACTIONS(6206), [anon_sym_LT_LPAREN] = ACTIONS(6206), [anon_sym_GT_LPAREN] = ACTIONS(6206), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6204), }, [2770] = { [sym_file_descriptor] = ACTIONS(3740), [sym__concat] = ACTIONS(3740), [sym_variable_name] = ACTIONS(3740), [anon_sym_esac] = ACTIONS(3742), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [anon_sym_LT] = ACTIONS(3742), [anon_sym_GT] = ACTIONS(3742), [anon_sym_GT_GT] = ACTIONS(3742), [anon_sym_AMP_GT] = ACTIONS(3742), [anon_sym_AMP_GT_GT] = ACTIONS(3742), [anon_sym_LT_AMP] = ACTIONS(3742), [anon_sym_GT_AMP] = ACTIONS(3742), [sym__special_characters] = ACTIONS(3742), [anon_sym_DQUOTE] = ACTIONS(3742), [anon_sym_DOLLAR] = ACTIONS(3742), [sym_raw_string] = ACTIONS(3742), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3742), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3742), [anon_sym_BQUOTE] = ACTIONS(3742), [anon_sym_LT_LPAREN] = ACTIONS(3742), [anon_sym_GT_LPAREN] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3742), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [2771] = { [sym_file_descriptor] = ACTIONS(3746), [sym__concat] = ACTIONS(3746), [sym_variable_name] = ACTIONS(3746), [anon_sym_esac] = ACTIONS(3748), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [anon_sym_LT] = ACTIONS(3748), [anon_sym_GT] = ACTIONS(3748), [anon_sym_GT_GT] = ACTIONS(3748), [anon_sym_AMP_GT] = ACTIONS(3748), [anon_sym_AMP_GT_GT] = ACTIONS(3748), [anon_sym_LT_AMP] = ACTIONS(3748), [anon_sym_GT_AMP] = ACTIONS(3748), [sym__special_characters] = ACTIONS(3748), [anon_sym_DQUOTE] = ACTIONS(3748), [anon_sym_DOLLAR] = ACTIONS(3748), [sym_raw_string] = ACTIONS(3748), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3748), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3748), [anon_sym_BQUOTE] = ACTIONS(3748), [anon_sym_LT_LPAREN] = ACTIONS(3748), [anon_sym_GT_LPAREN] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3748), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [2772] = { [sym_file_descriptor] = ACTIONS(3831), [sym__concat] = ACTIONS(3831), [sym_variable_name] = ACTIONS(3831), [anon_sym_esac] = ACTIONS(3833), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [anon_sym_LT] = ACTIONS(3833), [anon_sym_GT] = ACTIONS(3833), [anon_sym_GT_GT] = ACTIONS(3833), [anon_sym_AMP_GT] = ACTIONS(3833), [anon_sym_AMP_GT_GT] = ACTIONS(3833), [anon_sym_LT_AMP] = ACTIONS(3833), [anon_sym_GT_AMP] = ACTIONS(3833), [sym__special_characters] = ACTIONS(3833), [anon_sym_DQUOTE] = ACTIONS(3833), [anon_sym_DOLLAR] = ACTIONS(3833), [sym_raw_string] = ACTIONS(3833), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3833), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3833), [anon_sym_BQUOTE] = ACTIONS(3833), [anon_sym_LT_LPAREN] = ACTIONS(3833), [anon_sym_GT_LPAREN] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3833), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [2773] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6610), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2774] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6612), [sym_comment] = ACTIONS(54), }, [2775] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6614), [sym_comment] = ACTIONS(54), }, [2776] = { [anon_sym_RBRACE] = ACTIONS(6614), [sym_comment] = ACTIONS(54), }, [2777] = { [sym_concatenation] = STATE(2850), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2850), [anon_sym_RBRACE] = ACTIONS(6616), [anon_sym_EQ] = ACTIONS(6618), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6620), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6618), [anon_sym_COLON_QMARK] = ACTIONS(6618), [anon_sym_COLON_DASH] = ACTIONS(6618), [anon_sym_PERCENT] = ACTIONS(6618), [anon_sym_DASH] = ACTIONS(6618), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2778] = { [sym_file_descriptor] = ACTIONS(3847), [sym__concat] = ACTIONS(3847), [sym_variable_name] = ACTIONS(3847), [anon_sym_esac] = ACTIONS(3849), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [anon_sym_LT] = ACTIONS(3849), [anon_sym_GT] = ACTIONS(3849), [anon_sym_GT_GT] = ACTIONS(3849), [anon_sym_AMP_GT] = ACTIONS(3849), [anon_sym_AMP_GT_GT] = ACTIONS(3849), [anon_sym_LT_AMP] = ACTIONS(3849), [anon_sym_GT_AMP] = ACTIONS(3849), [sym__special_characters] = ACTIONS(3849), [anon_sym_DQUOTE] = ACTIONS(3849), [anon_sym_DOLLAR] = ACTIONS(3849), [sym_raw_string] = ACTIONS(3849), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3849), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3849), [anon_sym_BQUOTE] = ACTIONS(3849), [anon_sym_LT_LPAREN] = ACTIONS(3849), [anon_sym_GT_LPAREN] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3849), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [2779] = { [sym_concatenation] = STATE(2852), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2852), [anon_sym_RBRACE] = ACTIONS(6622), [anon_sym_EQ] = ACTIONS(6624), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6626), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6624), [anon_sym_COLON_QMARK] = ACTIONS(6624), [anon_sym_COLON_DASH] = ACTIONS(6624), [anon_sym_PERCENT] = ACTIONS(6624), [anon_sym_DASH] = ACTIONS(6624), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2780] = { [sym_file_descriptor] = ACTIONS(3857), [sym__concat] = ACTIONS(3857), [sym_variable_name] = ACTIONS(3857), [anon_sym_esac] = ACTIONS(3859), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [anon_sym_LT] = ACTIONS(3859), [anon_sym_GT] = ACTIONS(3859), [anon_sym_GT_GT] = ACTIONS(3859), [anon_sym_AMP_GT] = ACTIONS(3859), [anon_sym_AMP_GT_GT] = ACTIONS(3859), [anon_sym_LT_AMP] = ACTIONS(3859), [anon_sym_GT_AMP] = ACTIONS(3859), [sym__special_characters] = ACTIONS(3859), [anon_sym_DQUOTE] = ACTIONS(3859), [anon_sym_DOLLAR] = ACTIONS(3859), [sym_raw_string] = ACTIONS(3859), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3859), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3859), [anon_sym_BQUOTE] = ACTIONS(3859), [anon_sym_LT_LPAREN] = ACTIONS(3859), [anon_sym_GT_LPAREN] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3859), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [2781] = { [sym_concatenation] = STATE(2854), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2854), [anon_sym_RBRACE] = ACTIONS(6628), [anon_sym_EQ] = ACTIONS(6630), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6632), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6630), [anon_sym_COLON_QMARK] = ACTIONS(6630), [anon_sym_COLON_DASH] = ACTIONS(6630), [anon_sym_PERCENT] = ACTIONS(6630), [anon_sym_DASH] = ACTIONS(6630), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2782] = { [sym_file_descriptor] = ACTIONS(3867), [sym__concat] = ACTIONS(3867), [sym_variable_name] = ACTIONS(3867), [anon_sym_esac] = ACTIONS(3869), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [anon_sym_LT] = ACTIONS(3869), [anon_sym_GT] = ACTIONS(3869), [anon_sym_GT_GT] = ACTIONS(3869), [anon_sym_AMP_GT] = ACTIONS(3869), [anon_sym_AMP_GT_GT] = ACTIONS(3869), [anon_sym_LT_AMP] = ACTIONS(3869), [anon_sym_GT_AMP] = ACTIONS(3869), [sym__special_characters] = ACTIONS(3869), [anon_sym_DQUOTE] = ACTIONS(3869), [anon_sym_DOLLAR] = ACTIONS(3869), [sym_raw_string] = ACTIONS(3869), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3869), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3869), [anon_sym_BQUOTE] = ACTIONS(3869), [anon_sym_LT_LPAREN] = ACTIONS(3869), [anon_sym_GT_LPAREN] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3869), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [2783] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6634), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2784] = { [sym_file_descriptor] = ACTIONS(3873), [sym__concat] = ACTIONS(3873), [sym_variable_name] = ACTIONS(3873), [anon_sym_esac] = ACTIONS(3875), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [anon_sym_LT] = ACTIONS(3875), [anon_sym_GT] = ACTIONS(3875), [anon_sym_GT_GT] = ACTIONS(3875), [anon_sym_AMP_GT] = ACTIONS(3875), [anon_sym_AMP_GT_GT] = ACTIONS(3875), [anon_sym_LT_AMP] = ACTIONS(3875), [anon_sym_GT_AMP] = ACTIONS(3875), [sym__special_characters] = ACTIONS(3875), [anon_sym_DQUOTE] = ACTIONS(3875), [anon_sym_DOLLAR] = ACTIONS(3875), [sym_raw_string] = ACTIONS(3875), [anon_sym_DOLLAR_LBRACE] = ACTIONS(3875), [anon_sym_DOLLAR_LPAREN] = ACTIONS(3875), [anon_sym_BQUOTE] = ACTIONS(3875), [anon_sym_LT_LPAREN] = ACTIONS(3875), [anon_sym_GT_LPAREN] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(3875), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [2785] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6636), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2786] = { [sym__concat] = ACTIONS(1634), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2787] = { [aux_sym_concatenation_repeat1] = STATE(2787), [sym__concat] = ACTIONS(6638), [anon_sym_esac] = ACTIONS(1636), [anon_sym_PIPE] = ACTIONS(1636), [anon_sym_SEMI_SEMI] = ACTIONS(1636), [anon_sym_PIPE_AMP] = ACTIONS(1636), [anon_sym_AMP_AMP] = ACTIONS(1636), [anon_sym_PIPE_PIPE] = ACTIONS(1636), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1636), [anon_sym_LF] = ACTIONS(1634), [anon_sym_AMP] = ACTIONS(1636), }, [2788] = { [sym__concat] = ACTIONS(1683), [anon_sym_esac] = ACTIONS(1685), [anon_sym_PIPE] = ACTIONS(1685), [anon_sym_SEMI_SEMI] = ACTIONS(1685), [anon_sym_PIPE_AMP] = ACTIONS(1685), [anon_sym_AMP_AMP] = ACTIONS(1685), [anon_sym_PIPE_PIPE] = ACTIONS(1685), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1685), [anon_sym_LF] = ACTIONS(1683), [anon_sym_AMP] = ACTIONS(1685), }, [2789] = { [sym_concatenation] = STATE(2860), [sym_string] = STATE(2859), [sym_simple_expansion] = STATE(2859), [sym_string_expansion] = STATE(2859), [sym_expansion] = STATE(2859), [sym_command_substitution] = STATE(2859), [sym_process_substitution] = STATE(2859), [anon_sym_RBRACE] = ACTIONS(6641), [sym__special_characters] = ACTIONS(6643), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6645), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6645), }, [2790] = { [sym__concat] = ACTIONS(1724), [anon_sym_esac] = ACTIONS(1726), [anon_sym_PIPE] = ACTIONS(1726), [anon_sym_SEMI_SEMI] = ACTIONS(1726), [anon_sym_PIPE_AMP] = ACTIONS(1726), [anon_sym_AMP_AMP] = ACTIONS(1726), [anon_sym_PIPE_PIPE] = ACTIONS(1726), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1726), [anon_sym_LF] = ACTIONS(1724), [anon_sym_AMP] = ACTIONS(1726), }, [2791] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6647), }, [2792] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6649), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2793] = { [anon_sym_LBRACK] = ACTIONS(734), [anon_sym_EQ] = ACTIONS(6651), [sym_comment] = ACTIONS(54), }, [2794] = { [sym_concatenation] = STATE(2866), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2866), [anon_sym_RBRACE] = ACTIONS(6653), [anon_sym_EQ] = ACTIONS(6655), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6659), [anon_sym_COLON] = ACTIONS(6655), [anon_sym_COLON_QMARK] = ACTIONS(6655), [anon_sym_COLON_DASH] = ACTIONS(6655), [anon_sym_PERCENT] = ACTIONS(6655), [anon_sym_DASH] = ACTIONS(6655), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2795] = { [sym_concatenation] = STATE(2869), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2869), [anon_sym_RBRACE] = ACTIONS(6661), [anon_sym_EQ] = ACTIONS(6663), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6665), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6667), [anon_sym_COLON] = ACTIONS(6663), [anon_sym_COLON_QMARK] = ACTIONS(6663), [anon_sym_COLON_DASH] = ACTIONS(6663), [anon_sym_PERCENT] = ACTIONS(6663), [anon_sym_DASH] = ACTIONS(6663), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2796] = { [sym_concatenation] = STATE(2871), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2871), [anon_sym_RBRACE] = ACTIONS(6641), [anon_sym_EQ] = ACTIONS(6669), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6671), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [aux_sym_SLASH] = ACTIONS(6673), [anon_sym_COLON] = ACTIONS(6669), [anon_sym_COLON_QMARK] = ACTIONS(6669), [anon_sym_COLON_DASH] = ACTIONS(6669), [anon_sym_PERCENT] = ACTIONS(6669), [anon_sym_DASH] = ACTIONS(6669), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2797] = { [sym__concat] = ACTIONS(1790), [anon_sym_esac] = ACTIONS(1792), [anon_sym_PIPE] = ACTIONS(1792), [anon_sym_SEMI_SEMI] = ACTIONS(1792), [anon_sym_PIPE_AMP] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1792), [anon_sym_LF] = ACTIONS(1790), [anon_sym_AMP] = ACTIONS(1792), }, [2798] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6675), }, [2799] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6677), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2800] = { [sym__concat] = ACTIONS(1798), [anon_sym_esac] = ACTIONS(1800), [anon_sym_PIPE] = ACTIONS(1800), [anon_sym_SEMI_SEMI] = ACTIONS(1800), [anon_sym_PIPE_AMP] = ACTIONS(1800), [anon_sym_AMP_AMP] = ACTIONS(1800), [anon_sym_PIPE_PIPE] = ACTIONS(1800), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1800), [anon_sym_LF] = ACTIONS(1798), [anon_sym_AMP] = ACTIONS(1800), }, [2801] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6679), }, [2802] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6641), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2803] = { [sym__concat] = ACTIONS(1936), [anon_sym_esac] = ACTIONS(1938), [anon_sym_PIPE] = ACTIONS(1938), [anon_sym_SEMI_SEMI] = ACTIONS(1938), [anon_sym_PIPE_AMP] = ACTIONS(1938), [anon_sym_AMP_AMP] = ACTIONS(1938), [anon_sym_PIPE_PIPE] = ACTIONS(1938), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(1938), [anon_sym_LF] = ACTIONS(1936), [anon_sym_AMP] = ACTIONS(1938), }, [2804] = { [sym__concat] = ACTIONS(2000), [anon_sym_esac] = ACTIONS(2002), [anon_sym_PIPE] = ACTIONS(2002), [anon_sym_SEMI_SEMI] = ACTIONS(2002), [anon_sym_PIPE_AMP] = ACTIONS(2002), [anon_sym_AMP_AMP] = ACTIONS(2002), [anon_sym_PIPE_PIPE] = ACTIONS(2002), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2002), [anon_sym_LF] = ACTIONS(2000), [anon_sym_AMP] = ACTIONS(2002), }, [2805] = { [sym__concat] = ACTIONS(4621), [sym_variable_name] = ACTIONS(4621), [anon_sym_esac] = ACTIONS(4623), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [anon_sym_LT_LPAREN] = ACTIONS(4623), [anon_sym_GT_LPAREN] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4623), [sym_word] = ACTIONS(4623), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [2806] = { [sym__concat] = ACTIONS(4625), [sym_variable_name] = ACTIONS(4625), [anon_sym_esac] = ACTIONS(4627), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [anon_sym_LT_LPAREN] = ACTIONS(4627), [anon_sym_GT_LPAREN] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4627), [sym_word] = ACTIONS(4627), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [2807] = { [sym__concat] = ACTIONS(4629), [sym_variable_name] = ACTIONS(4629), [anon_sym_esac] = ACTIONS(4631), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [anon_sym_LT_LPAREN] = ACTIONS(4631), [anon_sym_GT_LPAREN] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4631), [sym_word] = ACTIONS(4631), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [2808] = { [sym__concat] = ACTIONS(4633), [sym_variable_name] = ACTIONS(4633), [anon_sym_esac] = ACTIONS(4635), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [anon_sym_LT_LPAREN] = ACTIONS(4635), [anon_sym_GT_LPAREN] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4635), [sym_word] = ACTIONS(4635), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [2809] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6681), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2810] = { [sym__concat] = ACTIONS(4639), [sym_variable_name] = ACTIONS(4639), [anon_sym_esac] = ACTIONS(4641), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [anon_sym_LT_LPAREN] = ACTIONS(4641), [anon_sym_GT_LPAREN] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4641), [sym_word] = ACTIONS(4641), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [2811] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6683), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2812] = { [sym__concat] = ACTIONS(4645), [sym_variable_name] = ACTIONS(4645), [anon_sym_esac] = ACTIONS(4647), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [anon_sym_LT_LPAREN] = ACTIONS(4647), [anon_sym_GT_LPAREN] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4647), [sym_word] = ACTIONS(4647), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [2813] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6685), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2814] = { [sym__concat] = ACTIONS(4651), [sym_variable_name] = ACTIONS(4651), [anon_sym_esac] = ACTIONS(4653), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [anon_sym_LT_LPAREN] = ACTIONS(4653), [anon_sym_GT_LPAREN] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4653), [sym_word] = ACTIONS(4653), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [2815] = { [sym__concat] = ACTIONS(4655), [sym_variable_name] = ACTIONS(4655), [anon_sym_esac] = ACTIONS(4657), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [anon_sym_LT_LPAREN] = ACTIONS(4657), [anon_sym_GT_LPAREN] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4657), [sym_word] = ACTIONS(4657), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [2816] = { [sym__concat] = ACTIONS(4621), [anon_sym_esac] = ACTIONS(4623), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [anon_sym_LT_LPAREN] = ACTIONS(4623), [anon_sym_GT_LPAREN] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4623), [sym_word] = ACTIONS(4623), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [2817] = { [sym__concat] = ACTIONS(4625), [anon_sym_esac] = ACTIONS(4627), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [anon_sym_LT_LPAREN] = ACTIONS(4627), [anon_sym_GT_LPAREN] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4627), [sym_word] = ACTIONS(4627), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [2818] = { [sym__concat] = ACTIONS(4629), [anon_sym_esac] = ACTIONS(4631), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [anon_sym_LT_LPAREN] = ACTIONS(4631), [anon_sym_GT_LPAREN] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4631), [sym_word] = ACTIONS(4631), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [2819] = { [sym__concat] = ACTIONS(4633), [anon_sym_esac] = ACTIONS(4635), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [anon_sym_LT_LPAREN] = ACTIONS(4635), [anon_sym_GT_LPAREN] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4635), [sym_word] = ACTIONS(4635), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [2820] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6687), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2821] = { [sym__concat] = ACTIONS(4639), [anon_sym_esac] = ACTIONS(4641), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [anon_sym_LT_LPAREN] = ACTIONS(4641), [anon_sym_GT_LPAREN] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4641), [sym_word] = ACTIONS(4641), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [2822] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6689), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2823] = { [sym__concat] = ACTIONS(4645), [anon_sym_esac] = ACTIONS(4647), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [anon_sym_LT_LPAREN] = ACTIONS(4647), [anon_sym_GT_LPAREN] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4647), [sym_word] = ACTIONS(4647), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [2824] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6691), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2825] = { [sym__concat] = ACTIONS(4651), [anon_sym_esac] = ACTIONS(4653), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [anon_sym_LT_LPAREN] = ACTIONS(4653), [anon_sym_GT_LPAREN] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4653), [sym_word] = ACTIONS(4653), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [2826] = { [sym__concat] = ACTIONS(4655), [anon_sym_esac] = ACTIONS(4657), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [anon_sym_LT_LPAREN] = ACTIONS(4657), [anon_sym_GT_LPAREN] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(4657), [sym_word] = ACTIONS(4657), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [2827] = { [sym_file_descriptor] = ACTIONS(5178), [sym__concat] = ACTIONS(5178), [anon_sym_esac] = ACTIONS(5180), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [anon_sym_EQ_TILDE] = ACTIONS(5180), [anon_sym_EQ_EQ] = ACTIONS(5180), [anon_sym_LT] = ACTIONS(5180), [anon_sym_GT] = ACTIONS(5180), [anon_sym_GT_GT] = ACTIONS(5180), [anon_sym_AMP_GT] = ACTIONS(5180), [anon_sym_AMP_GT_GT] = ACTIONS(5180), [anon_sym_LT_AMP] = ACTIONS(5180), [anon_sym_GT_AMP] = ACTIONS(5180), [anon_sym_LT_LT] = ACTIONS(5180), [anon_sym_LT_LT_DASH] = ACTIONS(5180), [anon_sym_LT_LT_LT] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [anon_sym_LT_LPAREN] = ACTIONS(5180), [anon_sym_GT_LPAREN] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5180), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2828] = { [sym_file_descriptor] = ACTIONS(5182), [sym__concat] = ACTIONS(5182), [anon_sym_esac] = ACTIONS(5184), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [anon_sym_EQ_TILDE] = ACTIONS(5184), [anon_sym_EQ_EQ] = ACTIONS(5184), [anon_sym_LT] = ACTIONS(5184), [anon_sym_GT] = ACTIONS(5184), [anon_sym_GT_GT] = ACTIONS(5184), [anon_sym_AMP_GT] = ACTIONS(5184), [anon_sym_AMP_GT_GT] = ACTIONS(5184), [anon_sym_LT_AMP] = ACTIONS(5184), [anon_sym_GT_AMP] = ACTIONS(5184), [anon_sym_LT_LT] = ACTIONS(5184), [anon_sym_LT_LT_DASH] = ACTIONS(5184), [anon_sym_LT_LT_LT] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [anon_sym_LT_LPAREN] = ACTIONS(5184), [anon_sym_GT_LPAREN] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5184), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2829] = { [sym_file_descriptor] = ACTIONS(5186), [sym__concat] = ACTIONS(5186), [anon_sym_esac] = ACTIONS(5188), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [anon_sym_EQ_TILDE] = ACTIONS(5188), [anon_sym_EQ_EQ] = ACTIONS(5188), [anon_sym_LT] = ACTIONS(5188), [anon_sym_GT] = ACTIONS(5188), [anon_sym_GT_GT] = ACTIONS(5188), [anon_sym_AMP_GT] = ACTIONS(5188), [anon_sym_AMP_GT_GT] = ACTIONS(5188), [anon_sym_LT_AMP] = ACTIONS(5188), [anon_sym_GT_AMP] = ACTIONS(5188), [anon_sym_LT_LT] = ACTIONS(5188), [anon_sym_LT_LT_DASH] = ACTIONS(5188), [anon_sym_LT_LT_LT] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [anon_sym_LT_LPAREN] = ACTIONS(5188), [anon_sym_GT_LPAREN] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5188), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2830] = { [sym_file_descriptor] = ACTIONS(3740), [sym__concat] = ACTIONS(3740), [anon_sym_esac] = ACTIONS(3742), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [anon_sym_LT] = ACTIONS(3742), [anon_sym_GT] = ACTIONS(3742), [anon_sym_GT_GT] = ACTIONS(3742), [anon_sym_AMP_GT] = ACTIONS(3742), [anon_sym_AMP_GT_GT] = ACTIONS(3742), [anon_sym_LT_AMP] = ACTIONS(3742), [anon_sym_GT_AMP] = ACTIONS(3742), [anon_sym_LT_LT] = ACTIONS(3742), [anon_sym_LT_LT_DASH] = ACTIONS(3742), [anon_sym_LT_LT_LT] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [2831] = { [sym_file_descriptor] = ACTIONS(3746), [sym__concat] = ACTIONS(3746), [anon_sym_esac] = ACTIONS(3748), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [anon_sym_LT] = ACTIONS(3748), [anon_sym_GT] = ACTIONS(3748), [anon_sym_GT_GT] = ACTIONS(3748), [anon_sym_AMP_GT] = ACTIONS(3748), [anon_sym_AMP_GT_GT] = ACTIONS(3748), [anon_sym_LT_AMP] = ACTIONS(3748), [anon_sym_GT_AMP] = ACTIONS(3748), [anon_sym_LT_LT] = ACTIONS(3748), [anon_sym_LT_LT_DASH] = ACTIONS(3748), [anon_sym_LT_LT_LT] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [2832] = { [sym_file_descriptor] = ACTIONS(3831), [sym__concat] = ACTIONS(3831), [anon_sym_esac] = ACTIONS(3833), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [anon_sym_LT] = ACTIONS(3833), [anon_sym_GT] = ACTIONS(3833), [anon_sym_GT_GT] = ACTIONS(3833), [anon_sym_AMP_GT] = ACTIONS(3833), [anon_sym_AMP_GT_GT] = ACTIONS(3833), [anon_sym_LT_AMP] = ACTIONS(3833), [anon_sym_GT_AMP] = ACTIONS(3833), [anon_sym_LT_LT] = ACTIONS(3833), [anon_sym_LT_LT_DASH] = ACTIONS(3833), [anon_sym_LT_LT_LT] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [2833] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6693), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2834] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6695), [sym_comment] = ACTIONS(54), }, [2835] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6697), [sym_comment] = ACTIONS(54), }, [2836] = { [anon_sym_RBRACE] = ACTIONS(6697), [sym_comment] = ACTIONS(54), }, [2837] = { [sym_concatenation] = STATE(2885), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2885), [anon_sym_RBRACE] = ACTIONS(6699), [anon_sym_EQ] = ACTIONS(6701), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6703), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6701), [anon_sym_COLON_QMARK] = ACTIONS(6701), [anon_sym_COLON_DASH] = ACTIONS(6701), [anon_sym_PERCENT] = ACTIONS(6701), [anon_sym_DASH] = ACTIONS(6701), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2838] = { [sym_file_descriptor] = ACTIONS(3847), [sym__concat] = ACTIONS(3847), [anon_sym_esac] = ACTIONS(3849), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [anon_sym_LT] = ACTIONS(3849), [anon_sym_GT] = ACTIONS(3849), [anon_sym_GT_GT] = ACTIONS(3849), [anon_sym_AMP_GT] = ACTIONS(3849), [anon_sym_AMP_GT_GT] = ACTIONS(3849), [anon_sym_LT_AMP] = ACTIONS(3849), [anon_sym_GT_AMP] = ACTIONS(3849), [anon_sym_LT_LT] = ACTIONS(3849), [anon_sym_LT_LT_DASH] = ACTIONS(3849), [anon_sym_LT_LT_LT] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [2839] = { [sym_concatenation] = STATE(2887), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2887), [anon_sym_RBRACE] = ACTIONS(6705), [anon_sym_EQ] = ACTIONS(6707), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6709), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6707), [anon_sym_COLON_QMARK] = ACTIONS(6707), [anon_sym_COLON_DASH] = ACTIONS(6707), [anon_sym_PERCENT] = ACTIONS(6707), [anon_sym_DASH] = ACTIONS(6707), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2840] = { [sym_file_descriptor] = ACTIONS(3857), [sym__concat] = ACTIONS(3857), [anon_sym_esac] = ACTIONS(3859), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [anon_sym_LT] = ACTIONS(3859), [anon_sym_GT] = ACTIONS(3859), [anon_sym_GT_GT] = ACTIONS(3859), [anon_sym_AMP_GT] = ACTIONS(3859), [anon_sym_AMP_GT_GT] = ACTIONS(3859), [anon_sym_LT_AMP] = ACTIONS(3859), [anon_sym_GT_AMP] = ACTIONS(3859), [anon_sym_LT_LT] = ACTIONS(3859), [anon_sym_LT_LT_DASH] = ACTIONS(3859), [anon_sym_LT_LT_LT] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [2841] = { [sym_concatenation] = STATE(2889), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2889), [anon_sym_RBRACE] = ACTIONS(6711), [anon_sym_EQ] = ACTIONS(6713), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6715), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6713), [anon_sym_COLON_QMARK] = ACTIONS(6713), [anon_sym_COLON_DASH] = ACTIONS(6713), [anon_sym_PERCENT] = ACTIONS(6713), [anon_sym_DASH] = ACTIONS(6713), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2842] = { [sym_file_descriptor] = ACTIONS(3867), [sym__concat] = ACTIONS(3867), [anon_sym_esac] = ACTIONS(3869), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [anon_sym_LT] = ACTIONS(3869), [anon_sym_GT] = ACTIONS(3869), [anon_sym_GT_GT] = ACTIONS(3869), [anon_sym_AMP_GT] = ACTIONS(3869), [anon_sym_AMP_GT_GT] = ACTIONS(3869), [anon_sym_LT_AMP] = ACTIONS(3869), [anon_sym_GT_AMP] = ACTIONS(3869), [anon_sym_LT_LT] = ACTIONS(3869), [anon_sym_LT_LT_DASH] = ACTIONS(3869), [anon_sym_LT_LT_LT] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [2843] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6717), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2844] = { [sym_file_descriptor] = ACTIONS(3873), [sym__concat] = ACTIONS(3873), [anon_sym_esac] = ACTIONS(3875), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [anon_sym_LT] = ACTIONS(3875), [anon_sym_GT] = ACTIONS(3875), [anon_sym_GT_GT] = ACTIONS(3875), [anon_sym_AMP_GT] = ACTIONS(3875), [anon_sym_AMP_GT_GT] = ACTIONS(3875), [anon_sym_LT_AMP] = ACTIONS(3875), [anon_sym_GT_AMP] = ACTIONS(3875), [anon_sym_LT_LT] = ACTIONS(3875), [anon_sym_LT_LT_DASH] = ACTIONS(3875), [anon_sym_LT_LT_LT] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [2845] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6719), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2846] = { [sym_file_descriptor] = ACTIONS(4621), [sym__concat] = ACTIONS(4621), [sym_variable_name] = ACTIONS(4621), [anon_sym_esac] = ACTIONS(4623), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [anon_sym_LT] = ACTIONS(4623), [anon_sym_GT] = ACTIONS(4623), [anon_sym_GT_GT] = ACTIONS(4623), [anon_sym_AMP_GT] = ACTIONS(4623), [anon_sym_AMP_GT_GT] = ACTIONS(4623), [anon_sym_LT_AMP] = ACTIONS(4623), [anon_sym_GT_AMP] = ACTIONS(4623), [sym__special_characters] = ACTIONS(4623), [anon_sym_DQUOTE] = ACTIONS(4623), [anon_sym_DOLLAR] = ACTIONS(4623), [sym_raw_string] = ACTIONS(4623), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4623), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4623), [anon_sym_BQUOTE] = ACTIONS(4623), [anon_sym_LT_LPAREN] = ACTIONS(4623), [anon_sym_GT_LPAREN] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4623), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [2847] = { [sym_file_descriptor] = ACTIONS(4625), [sym__concat] = ACTIONS(4625), [sym_variable_name] = ACTIONS(4625), [anon_sym_esac] = ACTIONS(4627), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [anon_sym_LT] = ACTIONS(4627), [anon_sym_GT] = ACTIONS(4627), [anon_sym_GT_GT] = ACTIONS(4627), [anon_sym_AMP_GT] = ACTIONS(4627), [anon_sym_AMP_GT_GT] = ACTIONS(4627), [anon_sym_LT_AMP] = ACTIONS(4627), [anon_sym_GT_AMP] = ACTIONS(4627), [sym__special_characters] = ACTIONS(4627), [anon_sym_DQUOTE] = ACTIONS(4627), [anon_sym_DOLLAR] = ACTIONS(4627), [sym_raw_string] = ACTIONS(4627), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4627), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4627), [anon_sym_BQUOTE] = ACTIONS(4627), [anon_sym_LT_LPAREN] = ACTIONS(4627), [anon_sym_GT_LPAREN] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4627), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [2848] = { [sym_file_descriptor] = ACTIONS(4629), [sym__concat] = ACTIONS(4629), [sym_variable_name] = ACTIONS(4629), [anon_sym_esac] = ACTIONS(4631), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [anon_sym_LT] = ACTIONS(4631), [anon_sym_GT] = ACTIONS(4631), [anon_sym_GT_GT] = ACTIONS(4631), [anon_sym_AMP_GT] = ACTIONS(4631), [anon_sym_AMP_GT_GT] = ACTIONS(4631), [anon_sym_LT_AMP] = ACTIONS(4631), [anon_sym_GT_AMP] = ACTIONS(4631), [sym__special_characters] = ACTIONS(4631), [anon_sym_DQUOTE] = ACTIONS(4631), [anon_sym_DOLLAR] = ACTIONS(4631), [sym_raw_string] = ACTIONS(4631), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4631), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4631), [anon_sym_BQUOTE] = ACTIONS(4631), [anon_sym_LT_LPAREN] = ACTIONS(4631), [anon_sym_GT_LPAREN] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4631), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [2849] = { [sym_file_descriptor] = ACTIONS(4633), [sym__concat] = ACTIONS(4633), [sym_variable_name] = ACTIONS(4633), [anon_sym_esac] = ACTIONS(4635), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [anon_sym_LT] = ACTIONS(4635), [anon_sym_GT] = ACTIONS(4635), [anon_sym_GT_GT] = ACTIONS(4635), [anon_sym_AMP_GT] = ACTIONS(4635), [anon_sym_AMP_GT_GT] = ACTIONS(4635), [anon_sym_LT_AMP] = ACTIONS(4635), [anon_sym_GT_AMP] = ACTIONS(4635), [sym__special_characters] = ACTIONS(4635), [anon_sym_DQUOTE] = ACTIONS(4635), [anon_sym_DOLLAR] = ACTIONS(4635), [sym_raw_string] = ACTIONS(4635), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4635), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4635), [anon_sym_BQUOTE] = ACTIONS(4635), [anon_sym_LT_LPAREN] = ACTIONS(4635), [anon_sym_GT_LPAREN] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4635), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [2850] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6721), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2851] = { [sym_file_descriptor] = ACTIONS(4639), [sym__concat] = ACTIONS(4639), [sym_variable_name] = ACTIONS(4639), [anon_sym_esac] = ACTIONS(4641), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [anon_sym_LT] = ACTIONS(4641), [anon_sym_GT] = ACTIONS(4641), [anon_sym_GT_GT] = ACTIONS(4641), [anon_sym_AMP_GT] = ACTIONS(4641), [anon_sym_AMP_GT_GT] = ACTIONS(4641), [anon_sym_LT_AMP] = ACTIONS(4641), [anon_sym_GT_AMP] = ACTIONS(4641), [sym__special_characters] = ACTIONS(4641), [anon_sym_DQUOTE] = ACTIONS(4641), [anon_sym_DOLLAR] = ACTIONS(4641), [sym_raw_string] = ACTIONS(4641), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4641), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4641), [anon_sym_BQUOTE] = ACTIONS(4641), [anon_sym_LT_LPAREN] = ACTIONS(4641), [anon_sym_GT_LPAREN] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4641), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [2852] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6723), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2853] = { [sym_file_descriptor] = ACTIONS(4645), [sym__concat] = ACTIONS(4645), [sym_variable_name] = ACTIONS(4645), [anon_sym_esac] = ACTIONS(4647), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [anon_sym_LT] = ACTIONS(4647), [anon_sym_GT] = ACTIONS(4647), [anon_sym_GT_GT] = ACTIONS(4647), [anon_sym_AMP_GT] = ACTIONS(4647), [anon_sym_AMP_GT_GT] = ACTIONS(4647), [anon_sym_LT_AMP] = ACTIONS(4647), [anon_sym_GT_AMP] = ACTIONS(4647), [sym__special_characters] = ACTIONS(4647), [anon_sym_DQUOTE] = ACTIONS(4647), [anon_sym_DOLLAR] = ACTIONS(4647), [sym_raw_string] = ACTIONS(4647), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4647), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4647), [anon_sym_BQUOTE] = ACTIONS(4647), [anon_sym_LT_LPAREN] = ACTIONS(4647), [anon_sym_GT_LPAREN] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4647), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [2854] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6725), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2855] = { [sym_file_descriptor] = ACTIONS(4651), [sym__concat] = ACTIONS(4651), [sym_variable_name] = ACTIONS(4651), [anon_sym_esac] = ACTIONS(4653), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [anon_sym_LT] = ACTIONS(4653), [anon_sym_GT] = ACTIONS(4653), [anon_sym_GT_GT] = ACTIONS(4653), [anon_sym_AMP_GT] = ACTIONS(4653), [anon_sym_AMP_GT_GT] = ACTIONS(4653), [anon_sym_LT_AMP] = ACTIONS(4653), [anon_sym_GT_AMP] = ACTIONS(4653), [sym__special_characters] = ACTIONS(4653), [anon_sym_DQUOTE] = ACTIONS(4653), [anon_sym_DOLLAR] = ACTIONS(4653), [sym_raw_string] = ACTIONS(4653), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4653), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4653), [anon_sym_BQUOTE] = ACTIONS(4653), [anon_sym_LT_LPAREN] = ACTIONS(4653), [anon_sym_GT_LPAREN] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4653), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [2856] = { [sym_file_descriptor] = ACTIONS(4655), [sym__concat] = ACTIONS(4655), [sym_variable_name] = ACTIONS(4655), [anon_sym_esac] = ACTIONS(4657), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [anon_sym_LT] = ACTIONS(4657), [anon_sym_GT] = ACTIONS(4657), [anon_sym_GT_GT] = ACTIONS(4657), [anon_sym_AMP_GT] = ACTIONS(4657), [anon_sym_AMP_GT_GT] = ACTIONS(4657), [anon_sym_LT_AMP] = ACTIONS(4657), [anon_sym_GT_AMP] = ACTIONS(4657), [sym__special_characters] = ACTIONS(4657), [anon_sym_DQUOTE] = ACTIONS(4657), [anon_sym_DOLLAR] = ACTIONS(4657), [sym_raw_string] = ACTIONS(4657), [anon_sym_DOLLAR_LBRACE] = ACTIONS(4657), [anon_sym_DOLLAR_LPAREN] = ACTIONS(4657), [anon_sym_BQUOTE] = ACTIONS(4657), [anon_sym_LT_LPAREN] = ACTIONS(4657), [anon_sym_GT_LPAREN] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(4657), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [2857] = { [sym__concat] = ACTIONS(2672), [anon_sym_esac] = ACTIONS(2674), [anon_sym_PIPE] = ACTIONS(2674), [anon_sym_SEMI_SEMI] = ACTIONS(2674), [anon_sym_PIPE_AMP] = ACTIONS(2674), [anon_sym_AMP_AMP] = ACTIONS(2674), [anon_sym_PIPE_PIPE] = ACTIONS(2674), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2674), [anon_sym_LF] = ACTIONS(2672), [anon_sym_AMP] = ACTIONS(2674), }, [2858] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6727), [sym_comment] = ACTIONS(54), }, [2859] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6729), [sym_comment] = ACTIONS(54), }, [2860] = { [anon_sym_RBRACE] = ACTIONS(6729), [sym_comment] = ACTIONS(54), }, [2861] = { [sym_concatenation] = STATE(2898), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2898), [anon_sym_RBRACE] = ACTIONS(6731), [anon_sym_EQ] = ACTIONS(6733), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6735), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6733), [anon_sym_COLON_QMARK] = ACTIONS(6733), [anon_sym_COLON_DASH] = ACTIONS(6733), [anon_sym_PERCENT] = ACTIONS(6733), [anon_sym_DASH] = ACTIONS(6733), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2862] = { [sym__concat] = ACTIONS(2750), [anon_sym_esac] = ACTIONS(2752), [anon_sym_PIPE] = ACTIONS(2752), [anon_sym_SEMI_SEMI] = ACTIONS(2752), [anon_sym_PIPE_AMP] = ACTIONS(2752), [anon_sym_AMP_AMP] = ACTIONS(2752), [anon_sym_PIPE_PIPE] = ACTIONS(2752), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2752), [anon_sym_LF] = ACTIONS(2750), [anon_sym_AMP] = ACTIONS(2752), }, [2863] = { [sym_concatenation] = STATE(2901), [sym_string] = STATE(2900), [sym_simple_expansion] = STATE(2900), [sym_string_expansion] = STATE(2900), [sym_expansion] = STATE(2900), [sym_command_substitution] = STATE(2900), [sym_process_substitution] = STATE(2900), [anon_sym_RBRACE] = ACTIONS(6729), [sym__special_characters] = ACTIONS(6737), [anon_sym_DQUOTE] = ACTIONS(1710), [anon_sym_DOLLAR] = ACTIONS(1712), [sym_raw_string] = ACTIONS(6739), [anon_sym_DOLLAR_LBRACE] = ACTIONS(1716), [anon_sym_DOLLAR_LPAREN] = ACTIONS(1718), [anon_sym_BQUOTE] = ACTIONS(1720), [anon_sym_LT_LPAREN] = ACTIONS(1722), [anon_sym_GT_LPAREN] = ACTIONS(1722), [sym_comment] = ACTIONS(54), [sym_word] = ACTIONS(6739), }, [2864] = { [sym__concat] = ACTIONS(2793), [anon_sym_esac] = ACTIONS(2795), [anon_sym_PIPE] = ACTIONS(2795), [anon_sym_SEMI_SEMI] = ACTIONS(2795), [anon_sym_PIPE_AMP] = ACTIONS(2795), [anon_sym_AMP_AMP] = ACTIONS(2795), [anon_sym_PIPE_PIPE] = ACTIONS(2795), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2795), [anon_sym_LF] = ACTIONS(2793), [anon_sym_AMP] = ACTIONS(2795), }, [2865] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6741), }, [2866] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6743), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2867] = { [sym__concat] = ACTIONS(2801), [anon_sym_esac] = ACTIONS(2803), [anon_sym_PIPE] = ACTIONS(2803), [anon_sym_SEMI_SEMI] = ACTIONS(2803), [anon_sym_PIPE_AMP] = ACTIONS(2803), [anon_sym_AMP_AMP] = ACTIONS(2803), [anon_sym_PIPE_PIPE] = ACTIONS(2803), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2803), [anon_sym_LF] = ACTIONS(2801), [anon_sym_AMP] = ACTIONS(2803), }, [2868] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6745), }, [2869] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6747), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2870] = { [sym_comment] = ACTIONS(166), [sym_regex_without_right_brace] = ACTIONS(6749), }, [2871] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6729), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2872] = { [sym_concatenation] = STATE(2908), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2908), [anon_sym_RBRACE] = ACTIONS(6751), [anon_sym_EQ] = ACTIONS(6753), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6755), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6753), [anon_sym_COLON_QMARK] = ACTIONS(6753), [anon_sym_COLON_DASH] = ACTIONS(6753), [anon_sym_PERCENT] = ACTIONS(6753), [anon_sym_DASH] = ACTIONS(6753), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2873] = { [sym__concat] = ACTIONS(2817), [anon_sym_esac] = ACTIONS(2819), [anon_sym_PIPE] = ACTIONS(2819), [anon_sym_SEMI_SEMI] = ACTIONS(2819), [anon_sym_PIPE_AMP] = ACTIONS(2819), [anon_sym_AMP_AMP] = ACTIONS(2819), [anon_sym_PIPE_PIPE] = ACTIONS(2819), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(2819), [anon_sym_LF] = ACTIONS(2817), [anon_sym_AMP] = ACTIONS(2819), }, [2874] = { [sym_concatenation] = STATE(2910), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2910), [anon_sym_RBRACE] = ACTIONS(6757), [anon_sym_EQ] = ACTIONS(6759), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6761), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6759), [anon_sym_COLON_QMARK] = ACTIONS(6759), [anon_sym_COLON_DASH] = ACTIONS(6759), [anon_sym_PERCENT] = ACTIONS(6759), [anon_sym_DASH] = ACTIONS(6759), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2875] = { [sym__concat] = ACTIONS(5178), [sym_variable_name] = ACTIONS(5178), [anon_sym_esac] = ACTIONS(5180), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [anon_sym_LT_LPAREN] = ACTIONS(5180), [anon_sym_GT_LPAREN] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5180), [sym_word] = ACTIONS(5180), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2876] = { [sym__concat] = ACTIONS(5182), [sym_variable_name] = ACTIONS(5182), [anon_sym_esac] = ACTIONS(5184), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [anon_sym_LT_LPAREN] = ACTIONS(5184), [anon_sym_GT_LPAREN] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5184), [sym_word] = ACTIONS(5184), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2877] = { [sym__concat] = ACTIONS(5186), [sym_variable_name] = ACTIONS(5186), [anon_sym_esac] = ACTIONS(5188), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [anon_sym_LT_LPAREN] = ACTIONS(5188), [anon_sym_GT_LPAREN] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5188), [sym_word] = ACTIONS(5188), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2878] = { [sym__concat] = ACTIONS(5178), [anon_sym_esac] = ACTIONS(5180), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [anon_sym_LT_LPAREN] = ACTIONS(5180), [anon_sym_GT_LPAREN] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5180), [sym_word] = ACTIONS(5180), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2879] = { [sym__concat] = ACTIONS(5182), [anon_sym_esac] = ACTIONS(5184), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [anon_sym_LT_LPAREN] = ACTIONS(5184), [anon_sym_GT_LPAREN] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5184), [sym_word] = ACTIONS(5184), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2880] = { [sym__concat] = ACTIONS(5186), [anon_sym_esac] = ACTIONS(5188), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [anon_sym_LT_LPAREN] = ACTIONS(5188), [anon_sym_GT_LPAREN] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [aux_sym_SLASH_BSLASHw_PLUS_SLASH] = ACTIONS(5188), [sym_word] = ACTIONS(5188), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2881] = { [sym_file_descriptor] = ACTIONS(4621), [sym__concat] = ACTIONS(4621), [anon_sym_esac] = ACTIONS(4623), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [anon_sym_LT] = ACTIONS(4623), [anon_sym_GT] = ACTIONS(4623), [anon_sym_GT_GT] = ACTIONS(4623), [anon_sym_AMP_GT] = ACTIONS(4623), [anon_sym_AMP_GT_GT] = ACTIONS(4623), [anon_sym_LT_AMP] = ACTIONS(4623), [anon_sym_GT_AMP] = ACTIONS(4623), [anon_sym_LT_LT] = ACTIONS(4623), [anon_sym_LT_LT_DASH] = ACTIONS(4623), [anon_sym_LT_LT_LT] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [2882] = { [sym_file_descriptor] = ACTIONS(4625), [sym__concat] = ACTIONS(4625), [anon_sym_esac] = ACTIONS(4627), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [anon_sym_LT] = ACTIONS(4627), [anon_sym_GT] = ACTIONS(4627), [anon_sym_GT_GT] = ACTIONS(4627), [anon_sym_AMP_GT] = ACTIONS(4627), [anon_sym_AMP_GT_GT] = ACTIONS(4627), [anon_sym_LT_AMP] = ACTIONS(4627), [anon_sym_GT_AMP] = ACTIONS(4627), [anon_sym_LT_LT] = ACTIONS(4627), [anon_sym_LT_LT_DASH] = ACTIONS(4627), [anon_sym_LT_LT_LT] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [2883] = { [sym_file_descriptor] = ACTIONS(4629), [sym__concat] = ACTIONS(4629), [anon_sym_esac] = ACTIONS(4631), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [anon_sym_LT] = ACTIONS(4631), [anon_sym_GT] = ACTIONS(4631), [anon_sym_GT_GT] = ACTIONS(4631), [anon_sym_AMP_GT] = ACTIONS(4631), [anon_sym_AMP_GT_GT] = ACTIONS(4631), [anon_sym_LT_AMP] = ACTIONS(4631), [anon_sym_GT_AMP] = ACTIONS(4631), [anon_sym_LT_LT] = ACTIONS(4631), [anon_sym_LT_LT_DASH] = ACTIONS(4631), [anon_sym_LT_LT_LT] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [2884] = { [sym_file_descriptor] = ACTIONS(4633), [sym__concat] = ACTIONS(4633), [anon_sym_esac] = ACTIONS(4635), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [anon_sym_LT] = ACTIONS(4635), [anon_sym_GT] = ACTIONS(4635), [anon_sym_GT_GT] = ACTIONS(4635), [anon_sym_AMP_GT] = ACTIONS(4635), [anon_sym_AMP_GT_GT] = ACTIONS(4635), [anon_sym_LT_AMP] = ACTIONS(4635), [anon_sym_GT_AMP] = ACTIONS(4635), [anon_sym_LT_LT] = ACTIONS(4635), [anon_sym_LT_LT_DASH] = ACTIONS(4635), [anon_sym_LT_LT_LT] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [2885] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6763), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2886] = { [sym_file_descriptor] = ACTIONS(4639), [sym__concat] = ACTIONS(4639), [anon_sym_esac] = ACTIONS(4641), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [anon_sym_LT] = ACTIONS(4641), [anon_sym_GT] = ACTIONS(4641), [anon_sym_GT_GT] = ACTIONS(4641), [anon_sym_AMP_GT] = ACTIONS(4641), [anon_sym_AMP_GT_GT] = ACTIONS(4641), [anon_sym_LT_AMP] = ACTIONS(4641), [anon_sym_GT_AMP] = ACTIONS(4641), [anon_sym_LT_LT] = ACTIONS(4641), [anon_sym_LT_LT_DASH] = ACTIONS(4641), [anon_sym_LT_LT_LT] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [2887] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6765), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2888] = { [sym_file_descriptor] = ACTIONS(4645), [sym__concat] = ACTIONS(4645), [anon_sym_esac] = ACTIONS(4647), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [anon_sym_LT] = ACTIONS(4647), [anon_sym_GT] = ACTIONS(4647), [anon_sym_GT_GT] = ACTIONS(4647), [anon_sym_AMP_GT] = ACTIONS(4647), [anon_sym_AMP_GT_GT] = ACTIONS(4647), [anon_sym_LT_AMP] = ACTIONS(4647), [anon_sym_GT_AMP] = ACTIONS(4647), [anon_sym_LT_LT] = ACTIONS(4647), [anon_sym_LT_LT_DASH] = ACTIONS(4647), [anon_sym_LT_LT_LT] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [2889] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6767), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2890] = { [sym_file_descriptor] = ACTIONS(4651), [sym__concat] = ACTIONS(4651), [anon_sym_esac] = ACTIONS(4653), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [anon_sym_LT] = ACTIONS(4653), [anon_sym_GT] = ACTIONS(4653), [anon_sym_GT_GT] = ACTIONS(4653), [anon_sym_AMP_GT] = ACTIONS(4653), [anon_sym_AMP_GT_GT] = ACTIONS(4653), [anon_sym_LT_AMP] = ACTIONS(4653), [anon_sym_GT_AMP] = ACTIONS(4653), [anon_sym_LT_LT] = ACTIONS(4653), [anon_sym_LT_LT_DASH] = ACTIONS(4653), [anon_sym_LT_LT_LT] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [2891] = { [sym_file_descriptor] = ACTIONS(4655), [sym__concat] = ACTIONS(4655), [anon_sym_esac] = ACTIONS(4657), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [anon_sym_LT] = ACTIONS(4657), [anon_sym_GT] = ACTIONS(4657), [anon_sym_GT_GT] = ACTIONS(4657), [anon_sym_AMP_GT] = ACTIONS(4657), [anon_sym_AMP_GT_GT] = ACTIONS(4657), [anon_sym_LT_AMP] = ACTIONS(4657), [anon_sym_GT_AMP] = ACTIONS(4657), [anon_sym_LT_LT] = ACTIONS(4657), [anon_sym_LT_LT_DASH] = ACTIONS(4657), [anon_sym_LT_LT_LT] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [2892] = { [sym_file_descriptor] = ACTIONS(5178), [sym__concat] = ACTIONS(5178), [sym_variable_name] = ACTIONS(5178), [anon_sym_esac] = ACTIONS(5180), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [anon_sym_LT] = ACTIONS(5180), [anon_sym_GT] = ACTIONS(5180), [anon_sym_GT_GT] = ACTIONS(5180), [anon_sym_AMP_GT] = ACTIONS(5180), [anon_sym_AMP_GT_GT] = ACTIONS(5180), [anon_sym_LT_AMP] = ACTIONS(5180), [anon_sym_GT_AMP] = ACTIONS(5180), [sym__special_characters] = ACTIONS(5180), [anon_sym_DQUOTE] = ACTIONS(5180), [anon_sym_DOLLAR] = ACTIONS(5180), [sym_raw_string] = ACTIONS(5180), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5180), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5180), [anon_sym_BQUOTE] = ACTIONS(5180), [anon_sym_LT_LPAREN] = ACTIONS(5180), [anon_sym_GT_LPAREN] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5180), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2893] = { [sym_file_descriptor] = ACTIONS(5182), [sym__concat] = ACTIONS(5182), [sym_variable_name] = ACTIONS(5182), [anon_sym_esac] = ACTIONS(5184), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [anon_sym_LT] = ACTIONS(5184), [anon_sym_GT] = ACTIONS(5184), [anon_sym_GT_GT] = ACTIONS(5184), [anon_sym_AMP_GT] = ACTIONS(5184), [anon_sym_AMP_GT_GT] = ACTIONS(5184), [anon_sym_LT_AMP] = ACTIONS(5184), [anon_sym_GT_AMP] = ACTIONS(5184), [sym__special_characters] = ACTIONS(5184), [anon_sym_DQUOTE] = ACTIONS(5184), [anon_sym_DOLLAR] = ACTIONS(5184), [sym_raw_string] = ACTIONS(5184), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5184), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5184), [anon_sym_BQUOTE] = ACTIONS(5184), [anon_sym_LT_LPAREN] = ACTIONS(5184), [anon_sym_GT_LPAREN] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5184), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2894] = { [sym_file_descriptor] = ACTIONS(5186), [sym__concat] = ACTIONS(5186), [sym_variable_name] = ACTIONS(5186), [anon_sym_esac] = ACTIONS(5188), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [anon_sym_LT] = ACTIONS(5188), [anon_sym_GT] = ACTIONS(5188), [anon_sym_GT_GT] = ACTIONS(5188), [anon_sym_AMP_GT] = ACTIONS(5188), [anon_sym_AMP_GT_GT] = ACTIONS(5188), [anon_sym_LT_AMP] = ACTIONS(5188), [anon_sym_GT_AMP] = ACTIONS(5188), [sym__special_characters] = ACTIONS(5188), [anon_sym_DQUOTE] = ACTIONS(5188), [anon_sym_DOLLAR] = ACTIONS(5188), [sym_raw_string] = ACTIONS(5188), [anon_sym_DOLLAR_LBRACE] = ACTIONS(5188), [anon_sym_DOLLAR_LPAREN] = ACTIONS(5188), [anon_sym_BQUOTE] = ACTIONS(5188), [anon_sym_LT_LPAREN] = ACTIONS(5188), [anon_sym_GT_LPAREN] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(5188), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2895] = { [sym__concat] = ACTIONS(3740), [anon_sym_esac] = ACTIONS(3742), [anon_sym_PIPE] = ACTIONS(3742), [anon_sym_SEMI_SEMI] = ACTIONS(3742), [anon_sym_PIPE_AMP] = ACTIONS(3742), [anon_sym_AMP_AMP] = ACTIONS(3742), [anon_sym_PIPE_PIPE] = ACTIONS(3742), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3742), [anon_sym_LF] = ACTIONS(3740), [anon_sym_AMP] = ACTIONS(3742), }, [2896] = { [sym__concat] = ACTIONS(3746), [anon_sym_esac] = ACTIONS(3748), [anon_sym_PIPE] = ACTIONS(3748), [anon_sym_SEMI_SEMI] = ACTIONS(3748), [anon_sym_PIPE_AMP] = ACTIONS(3748), [anon_sym_AMP_AMP] = ACTIONS(3748), [anon_sym_PIPE_PIPE] = ACTIONS(3748), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3748), [anon_sym_LF] = ACTIONS(3746), [anon_sym_AMP] = ACTIONS(3748), }, [2897] = { [sym__concat] = ACTIONS(3831), [anon_sym_esac] = ACTIONS(3833), [anon_sym_PIPE] = ACTIONS(3833), [anon_sym_SEMI_SEMI] = ACTIONS(3833), [anon_sym_PIPE_AMP] = ACTIONS(3833), [anon_sym_AMP_AMP] = ACTIONS(3833), [anon_sym_PIPE_PIPE] = ACTIONS(3833), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3833), [anon_sym_LF] = ACTIONS(3831), [anon_sym_AMP] = ACTIONS(3833), }, [2898] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6769), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2899] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6771), [sym_comment] = ACTIONS(54), }, [2900] = { [aux_sym_concatenation_repeat1] = STATE(1209), [sym__concat] = ACTIONS(2676), [anon_sym_RBRACE] = ACTIONS(6773), [sym_comment] = ACTIONS(54), }, [2901] = { [anon_sym_RBRACE] = ACTIONS(6773), [sym_comment] = ACTIONS(54), }, [2902] = { [sym_concatenation] = STATE(2918), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2918), [anon_sym_RBRACE] = ACTIONS(6775), [anon_sym_EQ] = ACTIONS(6777), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6779), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6777), [anon_sym_COLON_QMARK] = ACTIONS(6777), [anon_sym_COLON_DASH] = ACTIONS(6777), [anon_sym_PERCENT] = ACTIONS(6777), [anon_sym_DASH] = ACTIONS(6777), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2903] = { [sym__concat] = ACTIONS(3847), [anon_sym_esac] = ACTIONS(3849), [anon_sym_PIPE] = ACTIONS(3849), [anon_sym_SEMI_SEMI] = ACTIONS(3849), [anon_sym_PIPE_AMP] = ACTIONS(3849), [anon_sym_AMP_AMP] = ACTIONS(3849), [anon_sym_PIPE_PIPE] = ACTIONS(3849), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3849), [anon_sym_LF] = ACTIONS(3847), [anon_sym_AMP] = ACTIONS(3849), }, [2904] = { [sym_concatenation] = STATE(2920), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2920), [anon_sym_RBRACE] = ACTIONS(6781), [anon_sym_EQ] = ACTIONS(6783), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6785), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6783), [anon_sym_COLON_QMARK] = ACTIONS(6783), [anon_sym_COLON_DASH] = ACTIONS(6783), [anon_sym_PERCENT] = ACTIONS(6783), [anon_sym_DASH] = ACTIONS(6783), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2905] = { [sym__concat] = ACTIONS(3857), [anon_sym_esac] = ACTIONS(3859), [anon_sym_PIPE] = ACTIONS(3859), [anon_sym_SEMI_SEMI] = ACTIONS(3859), [anon_sym_PIPE_AMP] = ACTIONS(3859), [anon_sym_AMP_AMP] = ACTIONS(3859), [anon_sym_PIPE_PIPE] = ACTIONS(3859), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3857), [anon_sym_AMP] = ACTIONS(3859), }, [2906] = { [sym_concatenation] = STATE(2922), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(2922), [anon_sym_RBRACE] = ACTIONS(6787), [anon_sym_EQ] = ACTIONS(6789), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(6791), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(6789), [anon_sym_COLON_QMARK] = ACTIONS(6789), [anon_sym_COLON_DASH] = ACTIONS(6789), [anon_sym_PERCENT] = ACTIONS(6789), [anon_sym_DASH] = ACTIONS(6789), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2907] = { [sym__concat] = ACTIONS(3867), [anon_sym_esac] = ACTIONS(3869), [anon_sym_PIPE] = ACTIONS(3869), [anon_sym_SEMI_SEMI] = ACTIONS(3869), [anon_sym_PIPE_AMP] = ACTIONS(3869), [anon_sym_AMP_AMP] = ACTIONS(3869), [anon_sym_PIPE_PIPE] = ACTIONS(3869), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3869), [anon_sym_LF] = ACTIONS(3867), [anon_sym_AMP] = ACTIONS(3869), }, [2908] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6793), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2909] = { [sym__concat] = ACTIONS(3873), [anon_sym_esac] = ACTIONS(3875), [anon_sym_PIPE] = ACTIONS(3875), [anon_sym_SEMI_SEMI] = ACTIONS(3875), [anon_sym_PIPE_AMP] = ACTIONS(3875), [anon_sym_AMP_AMP] = ACTIONS(3875), [anon_sym_PIPE_PIPE] = ACTIONS(3875), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3873), [anon_sym_AMP] = ACTIONS(3875), }, [2910] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6795), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2911] = { [sym_file_descriptor] = ACTIONS(5178), [sym__concat] = ACTIONS(5178), [anon_sym_esac] = ACTIONS(5180), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [anon_sym_LT] = ACTIONS(5180), [anon_sym_GT] = ACTIONS(5180), [anon_sym_GT_GT] = ACTIONS(5180), [anon_sym_AMP_GT] = ACTIONS(5180), [anon_sym_AMP_GT_GT] = ACTIONS(5180), [anon_sym_LT_AMP] = ACTIONS(5180), [anon_sym_GT_AMP] = ACTIONS(5180), [anon_sym_LT_LT] = ACTIONS(5180), [anon_sym_LT_LT_DASH] = ACTIONS(5180), [anon_sym_LT_LT_LT] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2912] = { [sym_file_descriptor] = ACTIONS(5182), [sym__concat] = ACTIONS(5182), [anon_sym_esac] = ACTIONS(5184), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [anon_sym_LT] = ACTIONS(5184), [anon_sym_GT] = ACTIONS(5184), [anon_sym_GT_GT] = ACTIONS(5184), [anon_sym_AMP_GT] = ACTIONS(5184), [anon_sym_AMP_GT_GT] = ACTIONS(5184), [anon_sym_LT_AMP] = ACTIONS(5184), [anon_sym_GT_AMP] = ACTIONS(5184), [anon_sym_LT_LT] = ACTIONS(5184), [anon_sym_LT_LT_DASH] = ACTIONS(5184), [anon_sym_LT_LT_LT] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2913] = { [sym_file_descriptor] = ACTIONS(5186), [sym__concat] = ACTIONS(5186), [anon_sym_esac] = ACTIONS(5188), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [anon_sym_LT] = ACTIONS(5188), [anon_sym_GT] = ACTIONS(5188), [anon_sym_GT_GT] = ACTIONS(5188), [anon_sym_AMP_GT] = ACTIONS(5188), [anon_sym_AMP_GT_GT] = ACTIONS(5188), [anon_sym_LT_AMP] = ACTIONS(5188), [anon_sym_GT_AMP] = ACTIONS(5188), [anon_sym_LT_LT] = ACTIONS(5188), [anon_sym_LT_LT_DASH] = ACTIONS(5188), [anon_sym_LT_LT_LT] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, [2914] = { [sym__concat] = ACTIONS(4621), [anon_sym_esac] = ACTIONS(4623), [anon_sym_PIPE] = ACTIONS(4623), [anon_sym_SEMI_SEMI] = ACTIONS(4623), [anon_sym_PIPE_AMP] = ACTIONS(4623), [anon_sym_AMP_AMP] = ACTIONS(4623), [anon_sym_PIPE_PIPE] = ACTIONS(4623), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4623), [anon_sym_LF] = ACTIONS(4621), [anon_sym_AMP] = ACTIONS(4623), }, [2915] = { [sym__concat] = ACTIONS(4625), [anon_sym_esac] = ACTIONS(4627), [anon_sym_PIPE] = ACTIONS(4627), [anon_sym_SEMI_SEMI] = ACTIONS(4627), [anon_sym_PIPE_AMP] = ACTIONS(4627), [anon_sym_AMP_AMP] = ACTIONS(4627), [anon_sym_PIPE_PIPE] = ACTIONS(4627), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4627), [anon_sym_LF] = ACTIONS(4625), [anon_sym_AMP] = ACTIONS(4627), }, [2916] = { [sym__concat] = ACTIONS(4629), [anon_sym_esac] = ACTIONS(4631), [anon_sym_PIPE] = ACTIONS(4631), [anon_sym_SEMI_SEMI] = ACTIONS(4631), [anon_sym_PIPE_AMP] = ACTIONS(4631), [anon_sym_AMP_AMP] = ACTIONS(4631), [anon_sym_PIPE_PIPE] = ACTIONS(4631), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4631), [anon_sym_LF] = ACTIONS(4629), [anon_sym_AMP] = ACTIONS(4631), }, [2917] = { [sym__concat] = ACTIONS(4633), [anon_sym_esac] = ACTIONS(4635), [anon_sym_PIPE] = ACTIONS(4635), [anon_sym_SEMI_SEMI] = ACTIONS(4635), [anon_sym_PIPE_AMP] = ACTIONS(4635), [anon_sym_AMP_AMP] = ACTIONS(4635), [anon_sym_PIPE_PIPE] = ACTIONS(4635), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4635), [anon_sym_LF] = ACTIONS(4633), [anon_sym_AMP] = ACTIONS(4635), }, [2918] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6797), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2919] = { [sym__concat] = ACTIONS(4639), [anon_sym_esac] = ACTIONS(4641), [anon_sym_PIPE] = ACTIONS(4641), [anon_sym_SEMI_SEMI] = ACTIONS(4641), [anon_sym_PIPE_AMP] = ACTIONS(4641), [anon_sym_AMP_AMP] = ACTIONS(4641), [anon_sym_PIPE_PIPE] = ACTIONS(4641), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4641), [anon_sym_LF] = ACTIONS(4639), [anon_sym_AMP] = ACTIONS(4641), }, [2920] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6799), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2921] = { [sym__concat] = ACTIONS(4645), [anon_sym_esac] = ACTIONS(4647), [anon_sym_PIPE] = ACTIONS(4647), [anon_sym_SEMI_SEMI] = ACTIONS(4647), [anon_sym_PIPE_AMP] = ACTIONS(4647), [anon_sym_AMP_AMP] = ACTIONS(4647), [anon_sym_PIPE_PIPE] = ACTIONS(4647), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4647), [anon_sym_LF] = ACTIONS(4645), [anon_sym_AMP] = ACTIONS(4647), }, [2922] = { [sym_concatenation] = STATE(805), [sym_string] = STATE(403), [sym_simple_expansion] = STATE(403), [sym_string_expansion] = STATE(403), [sym_expansion] = STATE(403), [sym_command_substitution] = STATE(403), [sym_process_substitution] = STATE(403), [aux_sym_expansion_repeat1] = STATE(805), [anon_sym_RBRACE] = ACTIONS(6801), [anon_sym_EQ] = ACTIONS(1762), [sym__special_characters] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(744), [anon_sym_DOLLAR] = ACTIONS(746), [sym_raw_string] = ACTIONS(748), [anon_sym_POUND] = ACTIONS(1764), [anon_sym_DOLLAR_LBRACE] = ACTIONS(752), [anon_sym_COLON] = ACTIONS(1762), [anon_sym_COLON_QMARK] = ACTIONS(1762), [anon_sym_COLON_DASH] = ACTIONS(1762), [anon_sym_PERCENT] = ACTIONS(1762), [anon_sym_DASH] = ACTIONS(1762), [anon_sym_DOLLAR_LPAREN] = ACTIONS(756), [anon_sym_BQUOTE] = ACTIONS(758), [anon_sym_LT_LPAREN] = ACTIONS(760), [anon_sym_GT_LPAREN] = ACTIONS(760), [sym_comment] = ACTIONS(166), [sym_word] = ACTIONS(762), }, [2923] = { [sym__concat] = ACTIONS(4651), [anon_sym_esac] = ACTIONS(4653), [anon_sym_PIPE] = ACTIONS(4653), [anon_sym_SEMI_SEMI] = ACTIONS(4653), [anon_sym_PIPE_AMP] = ACTIONS(4653), [anon_sym_AMP_AMP] = ACTIONS(4653), [anon_sym_PIPE_PIPE] = ACTIONS(4653), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4653), [anon_sym_LF] = ACTIONS(4651), [anon_sym_AMP] = ACTIONS(4653), }, [2924] = { [sym__concat] = ACTIONS(4655), [anon_sym_esac] = ACTIONS(4657), [anon_sym_PIPE] = ACTIONS(4657), [anon_sym_SEMI_SEMI] = ACTIONS(4657), [anon_sym_PIPE_AMP] = ACTIONS(4657), [anon_sym_AMP_AMP] = ACTIONS(4657), [anon_sym_PIPE_PIPE] = ACTIONS(4657), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(4657), [anon_sym_LF] = ACTIONS(4655), [anon_sym_AMP] = ACTIONS(4657), }, [2925] = { [sym__concat] = ACTIONS(5178), [anon_sym_esac] = ACTIONS(5180), [anon_sym_PIPE] = ACTIONS(5180), [anon_sym_SEMI_SEMI] = ACTIONS(5180), [anon_sym_PIPE_AMP] = ACTIONS(5180), [anon_sym_AMP_AMP] = ACTIONS(5180), [anon_sym_PIPE_PIPE] = ACTIONS(5180), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5180), [anon_sym_LF] = ACTIONS(5178), [anon_sym_AMP] = ACTIONS(5180), }, [2926] = { [sym__concat] = ACTIONS(5182), [anon_sym_esac] = ACTIONS(5184), [anon_sym_PIPE] = ACTIONS(5184), [anon_sym_SEMI_SEMI] = ACTIONS(5184), [anon_sym_PIPE_AMP] = ACTIONS(5184), [anon_sym_AMP_AMP] = ACTIONS(5184), [anon_sym_PIPE_PIPE] = ACTIONS(5184), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5184), [anon_sym_LF] = ACTIONS(5182), [anon_sym_AMP] = ACTIONS(5184), }, [2927] = { [sym__concat] = ACTIONS(5186), [anon_sym_esac] = ACTIONS(5188), [anon_sym_PIPE] = ACTIONS(5188), [anon_sym_SEMI_SEMI] = ACTIONS(5188), [anon_sym_PIPE_AMP] = ACTIONS(5188), [anon_sym_AMP_AMP] = ACTIONS(5188), [anon_sym_PIPE_PIPE] = ACTIONS(5188), [sym_comment] = ACTIONS(166), [anon_sym_SEMI] = ACTIONS(5188), [anon_sym_LF] = ACTIONS(5186), [anon_sym_AMP] = ACTIONS(5188), }, }; static TSParseActionEntry ts_parse_actions[] = { [0] = {.count = 0, .reusable = false}, [1] = {.count = 1, .reusable = true}, RECOVER(), [3] = {.count = 1, .reusable = false}, RECOVER(), [5] = {.count = 2, .reusable = false}, SHIFT_EXTRA(), RECOVER(), [8] = {.count = 1, .reusable = true}, SHIFT(2), [10] = {.count = 1, .reusable = true}, SHIFT(3), [12] = {.count = 1, .reusable = true}, REDUCE(sym_program, 0), [14] = {.count = 1, .reusable = false}, SHIFT(4), [16] = {.count = 1, .reusable = false}, SHIFT(5), [18] = {.count = 1, .reusable = false}, SHIFT(6), [20] = {.count = 1, .reusable = false}, SHIFT(7), [22] = {.count = 1, .reusable = false}, SHIFT(8), [24] = {.count = 1, .reusable = true}, SHIFT(9), [26] = {.count = 1, .reusable = false}, SHIFT(10), [28] = {.count = 1, .reusable = true}, SHIFT(11), [30] = {.count = 1, .reusable = false}, SHIFT(12), [32] = {.count = 1, .reusable = false}, SHIFT(13), [34] = {.count = 1, .reusable = false}, SHIFT(14), [36] = {.count = 1, .reusable = true}, SHIFT(14), [38] = {.count = 1, .reusable = false}, SHIFT(15), [40] = {.count = 1, .reusable = true}, SHIFT(16), [42] = {.count = 1, .reusable = false}, SHIFT(17), [44] = {.count = 1, .reusable = true}, SHIFT(18), [46] = {.count = 1, .reusable = true}, SHIFT(19), [48] = {.count = 1, .reusable = true}, SHIFT(20), [50] = {.count = 1, .reusable = true}, SHIFT(21), [52] = {.count = 1, .reusable = true}, SHIFT(22), [54] = {.count = 1, .reusable = true}, SHIFT_EXTRA(), [56] = {.count = 1, .reusable = false}, SHIFT(23), [58] = {.count = 1, .reusable = false}, SHIFT(32), [60] = {.count = 1, .reusable = true}, SHIFT(32), [62] = {.count = 1, .reusable = true}, SHIFT(33), [64] = {.count = 1, .reusable = true}, SHIFT(34), [66] = {.count = 1, .reusable = true}, SHIFT(36), [68] = {.count = 1, .reusable = true}, SHIFT(41), [70] = {.count = 1, .reusable = true}, SHIFT(42), [72] = {.count = 1, .reusable = false}, SHIFT(43), [74] = {.count = 1, .reusable = true}, SHIFT(44), [76] = {.count = 1, .reusable = true}, SHIFT(45), [78] = {.count = 1, .reusable = true}, SHIFT(46), [80] = {.count = 1, .reusable = true}, SHIFT(47), [82] = {.count = 1, .reusable = true}, SHIFT(48), [84] = {.count = 1, .reusable = true}, SHIFT(50), [86] = {.count = 1, .reusable = true}, SHIFT(51), [88] = {.count = 1, .reusable = false}, SHIFT(52), [90] = {.count = 1, .reusable = false}, SHIFT(53), [92] = {.count = 1, .reusable = false}, SHIFT(54), [94] = {.count = 1, .reusable = true}, SHIFT(55), [96] = {.count = 1, .reusable = false}, SHIFT(56), [98] = {.count = 1, .reusable = false}, SHIFT(57), [100] = {.count = 1, .reusable = false}, SHIFT(58), [102] = {.count = 1, .reusable = true}, SHIFT(59), [104] = {.count = 1, .reusable = false}, SHIFT(60), [106] = {.count = 1, .reusable = false}, SHIFT(67), [108] = {.count = 1, .reusable = true}, SHIFT(68), [110] = {.count = 1, .reusable = true}, SHIFT(69), [112] = {.count = 1, .reusable = false}, SHIFT(70), [114] = {.count = 1, .reusable = true}, SHIFT(71), [116] = {.count = 1, .reusable = true}, SHIFT(72), [118] = {.count = 1, .reusable = true}, SHIFT(73), [120] = {.count = 1, .reusable = true}, SHIFT(74), [122] = {.count = 1, .reusable = true}, SHIFT(75), [124] = {.count = 1, .reusable = false}, SHIFT(71), [126] = {.count = 1, .reusable = false}, SHIFT(78), [128] = {.count = 1, .reusable = true}, SHIFT(79), [130] = {.count = 1, .reusable = true}, SHIFT(80), [132] = {.count = 1, .reusable = false}, SHIFT(81), [134] = {.count = 1, .reusable = true}, SHIFT(82), [136] = {.count = 1, .reusable = true}, SHIFT(83), [138] = {.count = 1, .reusable = true}, SHIFT(84), [140] = {.count = 1, .reusable = true}, SHIFT(85), [142] = {.count = 1, .reusable = true}, SHIFT(86), [144] = {.count = 1, .reusable = false}, SHIFT(82), [146] = {.count = 1, .reusable = true}, SHIFT(89), [148] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_command, 1), [150] = {.count = 1, .reusable = false}, SHIFT(90), [152] = {.count = 1, .reusable = false}, SHIFT(91), [154] = {.count = 1, .reusable = false}, SHIFT(92), [156] = {.count = 1, .reusable = false}, SHIFT(93), [158] = {.count = 1, .reusable = false}, SHIFT(94), [160] = {.count = 1, .reusable = false}, SHIFT(95), [162] = {.count = 1, .reusable = false}, SHIFT(96), [164] = {.count = 1, .reusable = false}, SHIFT(97), [166] = {.count = 1, .reusable = false}, SHIFT_EXTRA(), [168] = {.count = 1, .reusable = false}, SHIFT(98), [170] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_command, 1), [172] = {.count = 1, .reusable = false}, REDUCE(sym_unset_command, 1), [174] = {.count = 1, .reusable = false}, SHIFT(101), [176] = {.count = 1, .reusable = false}, SHIFT(102), [178] = {.count = 1, .reusable = false}, SHIFT(103), [180] = {.count = 1, .reusable = false}, SHIFT(104), [182] = {.count = 1, .reusable = false}, SHIFT(105), [184] = {.count = 1, .reusable = false}, SHIFT(106), [186] = {.count = 1, .reusable = false}, SHIFT(107), [188] = {.count = 1, .reusable = false}, SHIFT(108), [190] = {.count = 1, .reusable = false}, SHIFT(109), [192] = {.count = 1, .reusable = true}, REDUCE(sym_unset_command, 1), [194] = {.count = 1, .reusable = true}, SHIFT(111), [196] = {.count = 1, .reusable = true}, SHIFT(112), [198] = {.count = 1, .reusable = false}, SHIFT(113), [200] = {.count = 1, .reusable = true}, SHIFT(114), [202] = {.count = 1, .reusable = true}, SHIFT(115), [204] = {.count = 1, .reusable = true}, SHIFT(116), [206] = {.count = 1, .reusable = true}, SHIFT(117), [208] = {.count = 1, .reusable = true}, SHIFT(118), [210] = {.count = 1, .reusable = true}, REDUCE(sym_command_name, 1, .alias_sequence_id = 1), [212] = {.count = 1, .reusable = true}, SHIFT(120), [214] = {.count = 1, .reusable = false}, REDUCE(sym_command_name, 1, .alias_sequence_id = 1), [216] = {.count = 1, .reusable = false}, SHIFT(122), [218] = {.count = 1, .reusable = false}, SHIFT(123), [220] = {.count = 1, .reusable = true}, SHIFT(124), [222] = {.count = 1, .reusable = false}, SHIFT(125), [224] = {.count = 1, .reusable = false}, SHIFT(126), [226] = {.count = 1, .reusable = false}, SHIFT(127), [228] = {.count = 1, .reusable = true}, SHIFT(129), [230] = {.count = 1, .reusable = true}, SHIFT(130), [232] = {.count = 1, .reusable = false}, SHIFT(131), [234] = {.count = 1, .reusable = false}, SHIFT(129), [236] = {.count = 1, .reusable = true}, REDUCE(sym_command_name, 1), [238] = {.count = 1, .reusable = false}, REDUCE(sym_command_name, 1), [240] = {.count = 1, .reusable = true}, SHIFT(132), [242] = {.count = 1, .reusable = true}, SHIFT(133), [244] = {.count = 1, .reusable = true}, SHIFT(134), [246] = {.count = 1, .reusable = false}, SHIFT(135), [248] = {.count = 1, .reusable = false}, SHIFT(133), [250] = {.count = 1, .reusable = true}, SHIFT(137), [252] = {.count = 1, .reusable = false}, SHIFT(138), [254] = {.count = 1, .reusable = false}, SHIFT(139), [256] = {.count = 1, .reusable = false}, SHIFT(140), [258] = {.count = 1, .reusable = false}, SHIFT(141), [260] = {.count = 1, .reusable = false}, SHIFT(142), [262] = {.count = 1, .reusable = true}, SHIFT(143), [264] = {.count = 1, .reusable = false}, SHIFT(144), [266] = {.count = 1, .reusable = true}, SHIFT(145), [268] = {.count = 1, .reusable = false}, SHIFT(146), [270] = {.count = 1, .reusable = false}, SHIFT(147), [272] = {.count = 1, .reusable = false}, SHIFT(148), [274] = {.count = 1, .reusable = true}, SHIFT(149), [276] = {.count = 1, .reusable = false}, SHIFT(150), [278] = {.count = 1, .reusable = true}, SHIFT(151), [280] = {.count = 1, .reusable = true}, SHIFT(152), [282] = {.count = 1, .reusable = true}, SHIFT(153), [284] = {.count = 1, .reusable = true}, SHIFT(154), [286] = {.count = 1, .reusable = true}, SHIFT(155), [288] = {.count = 1, .reusable = false}, SHIFT(156), [290] = {.count = 1, .reusable = true}, SHIFT(163), [292] = {.count = 1, .reusable = false}, SHIFT(164), [294] = {.count = 1, .reusable = false}, SHIFT(165), [296] = {.count = 1, .reusable = false}, SHIFT(166), [298] = {.count = 1, .reusable = true}, SHIFT(167), [300] = {.count = 1, .reusable = false}, SHIFT(168), [302] = {.count = 1, .reusable = false}, SHIFT(169), [304] = {.count = 1, .reusable = false}, SHIFT(170), [306] = {.count = 1, .reusable = true}, SHIFT(171), [308] = {.count = 1, .reusable = false}, SHIFT(172), [310] = {.count = 1, .reusable = false}, SHIFT(180), [312] = {.count = 1, .reusable = true}, ACCEPT_INPUT(), [314] = {.count = 1, .reusable = false}, SHIFT(181), [316] = {.count = 1, .reusable = false}, SHIFT(182), [318] = {.count = 1, .reusable = false}, SHIFT(183), [320] = {.count = 1, .reusable = true}, SHIFT(182), [322] = {.count = 1, .reusable = true}, SHIFT(184), [324] = {.count = 1, .reusable = false}, REDUCE(sym_command, 1), [326] = {.count = 1, .reusable = false}, SHIFT(185), [328] = {.count = 1, .reusable = false}, SHIFT(186), [330] = {.count = 1, .reusable = false}, SHIFT(187), [332] = {.count = 1, .reusable = false}, SHIFT(188), [334] = {.count = 1, .reusable = false}, SHIFT(189), [336] = {.count = 1, .reusable = false}, SHIFT(16), [338] = {.count = 1, .reusable = false}, SHIFT(190), [340] = {.count = 1, .reusable = false}, SHIFT(19), [342] = {.count = 1, .reusable = false}, SHIFT(20), [344] = {.count = 1, .reusable = false}, SHIFT(21), [346] = {.count = 1, .reusable = false}, SHIFT(22), [348] = {.count = 1, .reusable = true}, REDUCE(sym_command, 1), [350] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat1, 1), [352] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat1, 1), [354] = {.count = 1, .reusable = true}, REDUCE(sym_program, 1), [356] = {.count = 1, .reusable = true}, SHIFT(195), [358] = {.count = 1, .reusable = true}, SHIFT(15), [360] = {.count = 1, .reusable = true}, SHIFT(199), [362] = {.count = 1, .reusable = true}, SHIFT(200), [364] = {.count = 1, .reusable = true}, SHIFT(202), [366] = {.count = 1, .reusable = true}, SHIFT(203), [368] = {.count = 1, .reusable = true}, SHIFT(205), [370] = {.count = 1, .reusable = true}, SHIFT(206), [372] = {.count = 1, .reusable = true}, SHIFT(207), [374] = {.count = 1, .reusable = true}, SHIFT(208), [376] = {.count = 1, .reusable = false}, SHIFT(209), [378] = {.count = 1, .reusable = true}, SHIFT(210), [380] = {.count = 1, .reusable = true}, SHIFT(211), [382] = {.count = 1, .reusable = true}, SHIFT(212), [384] = {.count = 1, .reusable = true}, SHIFT(213), [386] = {.count = 1, .reusable = true}, SHIFT(214), [388] = {.count = 1, .reusable = true}, REDUCE(sym_variable_assignment, 2), [390] = {.count = 1, .reusable = false}, REDUCE(sym_variable_assignment, 2), [392] = {.count = 1, .reusable = false}, SHIFT(215), [394] = {.count = 1, .reusable = false}, SHIFT(216), [396] = {.count = 1, .reusable = true}, SHIFT(216), [398] = {.count = 1, .reusable = true}, SHIFT(217), [400] = {.count = 1, .reusable = false}, SHIFT(219), [402] = {.count = 1, .reusable = true}, SHIFT(219), [404] = {.count = 1, .reusable = true}, SHIFT(220), [406] = {.count = 1, .reusable = true}, SHIFT(221), [408] = {.count = 1, .reusable = false}, SHIFT(222), [410] = {.count = 1, .reusable = false}, SHIFT(223), [412] = {.count = 1, .reusable = true}, SHIFT(223), [414] = {.count = 1, .reusable = false}, SHIFT(225), [416] = {.count = 1, .reusable = true}, SHIFT(227), [418] = {.count = 1, .reusable = true}, SHIFT(228), [420] = {.count = 1, .reusable = false}, SHIFT(229), [422] = {.count = 1, .reusable = false}, SHIFT(227), [424] = {.count = 1, .reusable = false}, SHIFT(230), [426] = {.count = 1, .reusable = false}, SHIFT(231), [428] = {.count = 1, .reusable = true}, SHIFT(231), [430] = {.count = 1, .reusable = true}, SHIFT(232), [432] = {.count = 1, .reusable = true}, SHIFT(233), [434] = {.count = 1, .reusable = true}, SHIFT(234), [436] = {.count = 1, .reusable = false}, SHIFT(235), [438] = {.count = 1, .reusable = false}, SHIFT(233), [440] = {.count = 1, .reusable = true}, SHIFT(243), [442] = {.count = 1, .reusable = true}, SHIFT(244), [444] = {.count = 1, .reusable = true}, SHIFT(246), [446] = {.count = 1, .reusable = true}, SHIFT(248), [448] = {.count = 1, .reusable = true}, SHIFT(251), [450] = {.count = 1, .reusable = false}, SHIFT(252), [452] = {.count = 1, .reusable = false}, SHIFT(253), [454] = {.count = 1, .reusable = false}, SHIFT(256), [456] = {.count = 1, .reusable = false}, SHIFT(257), [458] = {.count = 1, .reusable = false}, SHIFT(260), [460] = {.count = 1, .reusable = false}, SHIFT(261), [462] = {.count = 1, .reusable = false}, SHIFT(262), [464] = {.count = 1, .reusable = false}, SHIFT(263), [466] = {.count = 1, .reusable = false}, SHIFT(264), [468] = {.count = 1, .reusable = true}, SHIFT(263), [470] = {.count = 1, .reusable = true}, SHIFT(265), [472] = {.count = 1, .reusable = false}, SHIFT(266), [474] = {.count = 1, .reusable = false}, SHIFT(267), [476] = {.count = 1, .reusable = false}, SHIFT(268), [478] = {.count = 1, .reusable = false}, SHIFT(269), [480] = {.count = 1, .reusable = false}, SHIFT(270), [482] = {.count = 1, .reusable = true}, SHIFT(58), [484] = {.count = 1, .reusable = false}, SHIFT(277), [486] = {.count = 1, .reusable = false}, SHIFT(69), [488] = {.count = 1, .reusable = false}, SHIFT(278), [490] = {.count = 1, .reusable = false}, SHIFT(72), [492] = {.count = 1, .reusable = false}, SHIFT(73), [494] = {.count = 1, .reusable = false}, SHIFT(74), [496] = {.count = 1, .reusable = false}, SHIFT(75), [498] = {.count = 1, .reusable = false}, SHIFT(279), [500] = {.count = 1, .reusable = true}, SHIFT(280), [502] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat2, 1, .alias_sequence_id = 1), [504] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat2, 1, .alias_sequence_id = 1), [506] = {.count = 1, .reusable = false}, SHIFT(282), [508] = {.count = 1, .reusable = true}, SHIFT(284), [510] = {.count = 1, .reusable = true}, SHIFT(285), [512] = {.count = 1, .reusable = false}, SHIFT(286), [514] = {.count = 1, .reusable = false}, SHIFT(284), [516] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat2, 1), [518] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat2, 1), [520] = {.count = 1, .reusable = true}, SHIFT(287), [522] = {.count = 1, .reusable = true}, SHIFT(288), [524] = {.count = 1, .reusable = true}, SHIFT(289), [526] = {.count = 1, .reusable = false}, SHIFT(290), [528] = {.count = 1, .reusable = false}, SHIFT(288), [530] = {.count = 1, .reusable = true}, SHIFT(298), [532] = {.count = 1, .reusable = false}, SHIFT(68), [534] = {.count = 1, .reusable = false}, SHIFT(300), [536] = {.count = 1, .reusable = false}, SHIFT(80), [538] = {.count = 1, .reusable = false}, SHIFT(301), [540] = {.count = 1, .reusable = false}, SHIFT(83), [542] = {.count = 1, .reusable = false}, SHIFT(84), [544] = {.count = 1, .reusable = false}, SHIFT(85), [546] = {.count = 1, .reusable = false}, SHIFT(86), [548] = {.count = 1, .reusable = false}, SHIFT(302), [550] = {.count = 1, .reusable = true}, SHIFT(303), [552] = {.count = 1, .reusable = false}, SHIFT(305), [554] = {.count = 1, .reusable = true}, SHIFT(307), [556] = {.count = 1, .reusable = true}, SHIFT(308), [558] = {.count = 1, .reusable = false}, SHIFT(309), [560] = {.count = 1, .reusable = false}, SHIFT(307), [562] = {.count = 1, .reusable = true}, SHIFT(310), [564] = {.count = 1, .reusable = true}, SHIFT(311), [566] = {.count = 1, .reusable = true}, SHIFT(312), [568] = {.count = 1, .reusable = false}, SHIFT(313), [570] = {.count = 1, .reusable = false}, SHIFT(311), [572] = {.count = 1, .reusable = false}, SHIFT(79), [574] = {.count = 1, .reusable = true}, SHIFT(322), [576] = {.count = 1, .reusable = true}, SHIFT(324), [578] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 1, .alias_sequence_id = 1), [580] = {.count = 1, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 1, .alias_sequence_id = 1), [582] = {.count = 1, .reusable = false}, SHIFT(326), [584] = {.count = 1, .reusable = true}, SHIFT(91), [586] = {.count = 1, .reusable = true}, SHIFT(328), [588] = {.count = 1, .reusable = true}, SHIFT(329), [590] = {.count = 1, .reusable = false}, SHIFT(330), [592] = {.count = 1, .reusable = false}, SHIFT(328), [594] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 1), [596] = {.count = 1, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 1), [598] = {.count = 1, .reusable = true}, SHIFT(331), [600] = {.count = 1, .reusable = true}, SHIFT(332), [602] = {.count = 1, .reusable = true}, SHIFT(333), [604] = {.count = 1, .reusable = false}, SHIFT(334), [606] = {.count = 1, .reusable = false}, SHIFT(332), [608] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 1, .alias_sequence_id = 2), [610] = {.count = 1, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 1, .alias_sequence_id = 2), [612] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_command, 2), [614] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_command, 2), [616] = {.count = 1, .reusable = true}, SHIFT(343), [618] = {.count = 1, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 1, .alias_sequence_id = 1), [620] = {.count = 1, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 1, .alias_sequence_id = 1), [622] = {.count = 1, .reusable = false}, SHIFT(345), [624] = {.count = 1, .reusable = true}, SHIFT(102), [626] = {.count = 1, .reusable = true}, SHIFT(347), [628] = {.count = 1, .reusable = true}, SHIFT(348), [630] = {.count = 1, .reusable = false}, SHIFT(349), [632] = {.count = 1, .reusable = false}, SHIFT(347), [634] = {.count = 1, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 1), [636] = {.count = 1, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 1), [638] = {.count = 1, .reusable = true}, SHIFT(350), [640] = {.count = 1, .reusable = true}, SHIFT(351), [642] = {.count = 1, .reusable = true}, SHIFT(352), [644] = {.count = 1, .reusable = false}, SHIFT(353), [646] = {.count = 1, .reusable = false}, SHIFT(351), [648] = {.count = 1, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 1, .alias_sequence_id = 2), [650] = {.count = 1, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 1, .alias_sequence_id = 2), [652] = {.count = 1, .reusable = false}, REDUCE(sym_unset_command, 2), [654] = {.count = 1, .reusable = true}, REDUCE(sym_unset_command, 2), [656] = {.count = 1, .reusable = true}, REDUCE(sym_file_redirect, 2, .alias_sequence_id = 3), [658] = {.count = 1, .reusable = true}, SHIFT(362), [660] = {.count = 1, .reusable = false}, REDUCE(sym_file_redirect, 2, .alias_sequence_id = 3), [662] = {.count = 1, .reusable = false}, SHIFT(364), [664] = {.count = 1, .reusable = true}, SHIFT(366), [666] = {.count = 1, .reusable = true}, SHIFT(367), [668] = {.count = 1, .reusable = false}, SHIFT(368), [670] = {.count = 1, .reusable = false}, SHIFT(366), [672] = {.count = 1, .reusable = true}, REDUCE(sym_file_redirect, 2), [674] = {.count = 1, .reusable = false}, REDUCE(sym_file_redirect, 2), [676] = {.count = 1, .reusable = true}, SHIFT(369), [678] = {.count = 1, .reusable = true}, SHIFT(370), [680] = {.count = 1, .reusable = true}, SHIFT(371), [682] = {.count = 1, .reusable = false}, SHIFT(372), [684] = {.count = 1, .reusable = false}, SHIFT(370), [686] = {.count = 1, .reusable = true}, SHIFT(380), [688] = {.count = 1, .reusable = true}, REDUCE(sym_concatenation, 2), [690] = {.count = 1, .reusable = false}, REDUCE(sym_concatenation, 2), [692] = {.count = 1, .reusable = true}, REDUCE(sym_string, 2), [694] = {.count = 1, .reusable = false}, REDUCE(sym_string, 2), [696] = {.count = 1, .reusable = false}, SHIFT(382), [698] = {.count = 1, .reusable = false}, SHIFT(383), [700] = {.count = 1, .reusable = true}, SHIFT(382), [702] = {.count = 1, .reusable = false}, SHIFT(384), [704] = {.count = 1, .reusable = true}, SHIFT(385), [706] = {.count = 1, .reusable = false}, REDUCE(aux_sym_string_repeat1, 1), [708] = {.count = 1, .reusable = true}, REDUCE(aux_sym_string_repeat1, 1), [710] = {.count = 1, .reusable = true}, SHIFT(386), [712] = {.count = 1, .reusable = true}, SHIFT(387), [714] = {.count = 1, .reusable = true}, SHIFT(388), [716] = {.count = 1, .reusable = false}, SHIFT(389), [718] = {.count = 1, .reusable = false}, SHIFT(387), [720] = {.count = 1, .reusable = false}, SHIFT(395), [722] = {.count = 1, .reusable = true}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 4), [724] = {.count = 1, .reusable = false}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 4), [726] = {.count = 1, .reusable = true}, REDUCE(sym_string_expansion, 2), [728] = {.count = 1, .reusable = false}, REDUCE(sym_string_expansion, 2), [730] = {.count = 1, .reusable = true}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 5), [732] = {.count = 1, .reusable = false}, REDUCE(sym_simple_expansion, 2, .alias_sequence_id = 5), [734] = {.count = 1, .reusable = true}, SHIFT(397), [736] = {.count = 1, .reusable = true}, SHIFT(398), [738] = {.count = 1, .reusable = true}, SHIFT(399), [740] = {.count = 1, .reusable = false}, SHIFT(409), [742] = {.count = 1, .reusable = false}, SHIFT(400), [744] = {.count = 1, .reusable = true}, SHIFT(401), [746] = {.count = 1, .reusable = false}, SHIFT(402), [748] = {.count = 1, .reusable = true}, SHIFT(403), [750] = {.count = 1, .reusable = true}, SHIFT(409), [752] = {.count = 1, .reusable = true}, SHIFT(404), [754] = {.count = 1, .reusable = true}, SHIFT(405), [756] = {.count = 1, .reusable = true}, SHIFT(406), [758] = {.count = 1, .reusable = true}, SHIFT(407), [760] = {.count = 1, .reusable = true}, SHIFT(408), [762] = {.count = 1, .reusable = false}, SHIFT(403), [764] = {.count = 1, .reusable = true}, SHIFT(410), [766] = {.count = 1, .reusable = true}, SHIFT(411), [768] = {.count = 1, .reusable = false}, SHIFT(412), [770] = {.count = 1, .reusable = false}, SHIFT(411), [772] = {.count = 1, .reusable = true}, SHIFT(414), [774] = {.count = 1, .reusable = false}, SHIFT(416), [776] = {.count = 1, .reusable = true}, SHIFT(416), [778] = {.count = 1, .reusable = true}, SHIFT(415), [780] = {.count = 1, .reusable = true}, SHIFT(417), [782] = {.count = 1, .reusable = false}, SHIFT(419), [784] = {.count = 1, .reusable = true}, SHIFT(419), [786] = {.count = 1, .reusable = true}, SHIFT(418), [788] = {.count = 1, .reusable = true}, SHIFT(420), [790] = {.count = 1, .reusable = true}, SHIFT(422), [792] = {.count = 1, .reusable = true}, SHIFT(425), [794] = {.count = 1, .reusable = true}, SHIFT(426), [796] = {.count = 1, .reusable = true}, SHIFT(428), [798] = {.count = 1, .reusable = true}, SHIFT(434), [800] = {.count = 1, .reusable = true}, SHIFT(435), [802] = {.count = 1, .reusable = true}, SHIFT(436), [804] = {.count = 1, .reusable = false}, SHIFT(437), [806] = {.count = 1, .reusable = true}, SHIFT(438), [808] = {.count = 1, .reusable = true}, SHIFT(439), [810] = {.count = 1, .reusable = true}, SHIFT(440), [812] = {.count = 1, .reusable = true}, SHIFT(441), [814] = {.count = 1, .reusable = true}, SHIFT(442), [816] = {.count = 1, .reusable = false}, SHIFT(443), [818] = {.count = 1, .reusable = false}, SHIFT(438), [820] = {.count = 1, .reusable = true}, SHIFT(446), [822] = {.count = 1, .reusable = true}, SHIFT(447), [824] = {.count = 1, .reusable = false}, SHIFT(448), [826] = {.count = 1, .reusable = true}, SHIFT(449), [828] = {.count = 1, .reusable = true}, SHIFT(450), [830] = {.count = 1, .reusable = true}, SHIFT(451), [832] = {.count = 1, .reusable = true}, SHIFT(452), [834] = {.count = 1, .reusable = true}, SHIFT(453), [836] = {.count = 1, .reusable = false}, SHIFT(454), [838] = {.count = 1, .reusable = false}, SHIFT(449), [840] = {.count = 1, .reusable = true}, SHIFT(456), [842] = {.count = 1, .reusable = false}, SHIFT(458), [844] = {.count = 1, .reusable = true}, SHIFT(460), [846] = {.count = 1, .reusable = true}, SHIFT(461), [848] = {.count = 1, .reusable = false}, SHIFT(462), [850] = {.count = 1, .reusable = false}, SHIFT(460), [852] = {.count = 1, .reusable = true}, SHIFT(463), [854] = {.count = 1, .reusable = true}, SHIFT(464), [856] = {.count = 1, .reusable = true}, SHIFT(465), [858] = {.count = 1, .reusable = false}, SHIFT(466), [860] = {.count = 1, .reusable = false}, SHIFT(464), [862] = {.count = 1, .reusable = true}, SHIFT(474), [864] = {.count = 1, .reusable = false}, SHIFT(475), [866] = {.count = 1, .reusable = true}, SHIFT(476), [868] = {.count = 1, .reusable = true}, SHIFT(475), [870] = {.count = 1, .reusable = true}, SHIFT(477), [872] = {.count = 1, .reusable = true}, SHIFT(478), [874] = {.count = 1, .reusable = false}, SHIFT(479), [876] = {.count = 1, .reusable = false}, SHIFT(480), [878] = {.count = 1, .reusable = true}, SHIFT(480), [880] = {.count = 1, .reusable = false}, SHIFT(481), [882] = {.count = 1, .reusable = true}, SHIFT(481), [884] = {.count = 1, .reusable = true}, SHIFT(482), [886] = {.count = 1, .reusable = true}, SHIFT(483), [888] = {.count = 1, .reusable = true}, SHIFT(484), [890] = {.count = 1, .reusable = false}, SHIFT(484), [892] = {.count = 1, .reusable = true}, SHIFT(148), [894] = {.count = 1, .reusable = true}, SHIFT(489), [896] = {.count = 1, .reusable = true}, SHIFT(491), [898] = {.count = 1, .reusable = true}, SHIFT(494), [900] = {.count = 1, .reusable = true}, SHIFT(495), [902] = {.count = 1, .reusable = true}, SHIFT(496), [904] = {.count = 1, .reusable = false}, SHIFT(496), [906] = {.count = 1, .reusable = true}, SHIFT(499), [908] = {.count = 1, .reusable = true}, SHIFT(500), [910] = {.count = 1, .reusable = false}, SHIFT(500), [912] = {.count = 1, .reusable = true}, SHIFT(503), [914] = {.count = 1, .reusable = false}, SHIFT(504), [916] = {.count = 1, .reusable = true}, SHIFT(504), [918] = {.count = 1, .reusable = true}, SHIFT(505), [920] = {.count = 1, .reusable = true}, SHIFT(506), [922] = {.count = 1, .reusable = false}, SHIFT(507), [924] = {.count = 1, .reusable = false}, SHIFT(508), [926] = {.count = 1, .reusable = true}, SHIFT(508), [928] = {.count = 1, .reusable = true}, SHIFT(509), [930] = {.count = 1, .reusable = true}, SHIFT(510), [932] = {.count = 1, .reusable = true}, SHIFT(511), [934] = {.count = 1, .reusable = false}, SHIFT(511), [936] = {.count = 1, .reusable = true}, SHIFT(170), [938] = {.count = 1, .reusable = true}, SHIFT(515), [940] = {.count = 1, .reusable = true}, SHIFT(516), [942] = {.count = 1, .reusable = true}, REDUCE(sym__terminated_statement, 2), [944] = {.count = 1, .reusable = false}, REDUCE(sym__terminated_statement, 2), [946] = {.count = 1, .reusable = false}, SHIFT(521), [948] = {.count = 1, .reusable = true}, SHIFT(521), [950] = {.count = 1, .reusable = false}, SHIFT(522), [952] = {.count = 1, .reusable = false}, SHIFT(523), [954] = {.count = 1, .reusable = false}, SHIFT(524), [956] = {.count = 1, .reusable = true}, SHIFT(525), [958] = {.count = 1, .reusable = true}, SHIFT(526), [960] = {.count = 1, .reusable = true}, SHIFT(528), [962] = {.count = 1, .reusable = true}, SHIFT(529), [964] = {.count = 1, .reusable = true}, SHIFT(531), [966] = {.count = 1, .reusable = true}, SHIFT(532), [968] = {.count = 1, .reusable = false}, REDUCE(sym_command, 2), [970] = {.count = 1, .reusable = true}, REDUCE(sym_command, 2), [972] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(2), [975] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(3), [978] = {.count = 1, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), [980] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(4), [983] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(5), [986] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(6), [989] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(7), [992] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(8), [995] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(9), [998] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(10), [1001] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(11), [1004] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(12), [1007] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(13), [1010] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(14), [1013] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(14), [1016] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(15), [1019] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(16), [1022] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(17), [1025] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(18), [1028] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(19), [1031] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(20), [1034] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(21), [1037] = {.count = 2, .reusable = true}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(22), [1040] = {.count = 2, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), SHIFT_REPEAT(23), [1043] = {.count = 1, .reusable = true}, SHIFT(537), [1045] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(2), [1048] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(195), [1051] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(14), [1054] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat1, 2), SHIFT_REPEAT(14), [1057] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat1, 2), [1059] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat1, 2), [1061] = {.count = 1, .reusable = true}, REDUCE(sym_file_redirect, 3, .alias_sequence_id = 6), [1063] = {.count = 1, .reusable = false}, REDUCE(sym_file_redirect, 3, .alias_sequence_id = 6), [1065] = {.count = 1, .reusable = true}, REDUCE(sym_file_redirect, 3), [1067] = {.count = 1, .reusable = false}, REDUCE(sym_file_redirect, 3), [1069] = {.count = 1, .reusable = true}, SHIFT(539), [1071] = {.count = 1, .reusable = true}, SHIFT(540), [1073] = {.count = 1, .reusable = true}, SHIFT(542), [1075] = {.count = 1, .reusable = true}, SHIFT(543), [1077] = {.count = 1, .reusable = true}, SHIFT(544), [1079] = {.count = 1, .reusable = true}, REDUCE(sym__assignment, 2), [1081] = {.count = 1, .reusable = false}, REDUCE(sym__assignment, 2), [1083] = {.count = 1, .reusable = true}, SHIFT(545), [1085] = {.count = 1, .reusable = true}, SHIFT(546), [1087] = {.count = 1, .reusable = true}, SHIFT(547), [1089] = {.count = 1, .reusable = false}, SHIFT(548), [1091] = {.count = 1, .reusable = true}, SHIFT(549), [1093] = {.count = 1, .reusable = true}, SHIFT(550), [1095] = {.count = 1, .reusable = true}, SHIFT(551), [1097] = {.count = 1, .reusable = true}, SHIFT(552), [1099] = {.count = 1, .reusable = true}, SHIFT(553), [1101] = {.count = 1, .reusable = true}, REDUCE(sym__assignment, 2, .alias_sequence_id = 3), [1103] = {.count = 1, .reusable = true}, SHIFT(555), [1105] = {.count = 1, .reusable = false}, REDUCE(sym__assignment, 2, .alias_sequence_id = 3), [1107] = {.count = 1, .reusable = false}, SHIFT(557), [1109] = {.count = 1, .reusable = true}, SHIFT(559), [1111] = {.count = 1, .reusable = true}, SHIFT(560), [1113] = {.count = 1, .reusable = false}, SHIFT(561), [1115] = {.count = 1, .reusable = false}, SHIFT(559), [1117] = {.count = 1, .reusable = true}, SHIFT(562), [1119] = {.count = 1, .reusable = true}, SHIFT(563), [1121] = {.count = 1, .reusable = true}, SHIFT(564), [1123] = {.count = 1, .reusable = false}, SHIFT(565), [1125] = {.count = 1, .reusable = false}, SHIFT(563), [1127] = {.count = 1, .reusable = true}, SHIFT(573), [1129] = {.count = 1, .reusable = true}, SHIFT(574), [1131] = {.count = 1, .reusable = false}, SHIFT(575), [1133] = {.count = 1, .reusable = true}, SHIFT(576), [1135] = {.count = 1, .reusable = true}, SHIFT(577), [1137] = {.count = 1, .reusable = true}, SHIFT(578), [1139] = {.count = 1, .reusable = true}, SHIFT(579), [1141] = {.count = 1, .reusable = true}, SHIFT(580), [1143] = {.count = 1, .reusable = true}, SHIFT(582), [1145] = {.count = 1, .reusable = false}, SHIFT(584), [1147] = {.count = 1, .reusable = false}, REDUCE(sym_while_statement, 3), [1149] = {.count = 1, .reusable = true}, REDUCE(sym_while_statement, 3), [1151] = {.count = 1, .reusable = false}, SHIFT(589), [1153] = {.count = 1, .reusable = false}, SHIFT(590), [1155] = {.count = 1, .reusable = false}, SHIFT(591), [1157] = {.count = 1, .reusable = true}, SHIFT(597), [1159] = {.count = 1, .reusable = false}, SHIFT(598), [1161] = {.count = 1, .reusable = true}, SHIFT(598), [1163] = {.count = 1, .reusable = true}, SHIFT(599), [1165] = {.count = 1, .reusable = false}, SHIFT(601), [1167] = {.count = 1, .reusable = false}, SHIFT(602), [1169] = {.count = 1, .reusable = true}, SHIFT(602), [1171] = {.count = 1, .reusable = true}, SHIFT(603), [1173] = {.count = 1, .reusable = true}, SHIFT(604), [1175] = {.count = 1, .reusable = true}, SHIFT(605), [1177] = {.count = 1, .reusable = false}, SHIFT(607), [1179] = {.count = 1, .reusable = true}, SHIFT(607), [1181] = {.count = 1, .reusable = true}, SHIFT(606), [1183] = {.count = 1, .reusable = true}, SHIFT(608), [1185] = {.count = 1, .reusable = true}, SHIFT(609), [1187] = {.count = 1, .reusable = false}, SHIFT(610), [1189] = {.count = 1, .reusable = false}, SHIFT(609), [1191] = {.count = 1, .reusable = true}, SHIFT(612), [1193] = {.count = 1, .reusable = false}, SHIFT(614), [1195] = {.count = 1, .reusable = true}, SHIFT(614), [1197] = {.count = 1, .reusable = true}, SHIFT(613), [1199] = {.count = 1, .reusable = true}, SHIFT(615), [1201] = {.count = 1, .reusable = false}, SHIFT(617), [1203] = {.count = 1, .reusable = true}, SHIFT(617), [1205] = {.count = 1, .reusable = true}, SHIFT(616), [1207] = {.count = 1, .reusable = true}, SHIFT(618), [1209] = {.count = 1, .reusable = true}, SHIFT(619), [1211] = {.count = 1, .reusable = true}, SHIFT(620), [1213] = {.count = 1, .reusable = true}, SHIFT(621), [1215] = {.count = 1, .reusable = true}, SHIFT(625), [1217] = {.count = 1, .reusable = false}, REDUCE(sym_function_definition, 3), [1219] = {.count = 1, .reusable = false}, SHIFT(626), [1221] = {.count = 1, .reusable = true}, REDUCE(sym_function_definition, 3), [1223] = {.count = 1, .reusable = true}, SHIFT(628), [1225] = {.count = 1, .reusable = true}, SHIFT(629), [1227] = {.count = 1, .reusable = true}, SHIFT(631), [1229] = {.count = 1, .reusable = true}, SHIFT(633), [1231] = {.count = 1, .reusable = true}, SHIFT(634), [1233] = {.count = 1, .reusable = true}, SHIFT(640), [1235] = {.count = 1, .reusable = false}, REDUCE(sym_subshell, 3), [1237] = {.count = 1, .reusable = true}, REDUCE(sym_subshell, 3), [1239] = {.count = 1, .reusable = true}, SHIFT(641), [1241] = {.count = 1, .reusable = false}, SHIFT(644), [1243] = {.count = 1, .reusable = true}, SHIFT(644), [1245] = {.count = 1, .reusable = false}, SHIFT(645), [1247] = {.count = 1, .reusable = false}, SHIFT(646), [1249] = {.count = 1, .reusable = true}, SHIFT(647), [1251] = {.count = 1, .reusable = true}, SHIFT(648), [1253] = {.count = 1, .reusable = true}, SHIFT(649), [1255] = {.count = 1, .reusable = true}, SHIFT(650), [1257] = {.count = 1, .reusable = false}, SHIFT(641), [1259] = {.count = 1, .reusable = false}, SHIFT(654), [1261] = {.count = 1, .reusable = true}, SHIFT(654), [1263] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2, .alias_sequence_id = 3), [1265] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2, .alias_sequence_id = 3), [1267] = {.count = 1, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), [1269] = {.count = 1, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), [1271] = {.count = 1, .reusable = true}, SHIFT(656), [1273] = {.count = 1, .reusable = false}, SHIFT(658), [1275] = {.count = 1, .reusable = true}, SHIFT(659), [1277] = {.count = 1, .reusable = true}, SHIFT(660), [1279] = {.count = 1, .reusable = false}, SHIFT(662), [1281] = {.count = 1, .reusable = true}, SHIFT(662), [1283] = {.count = 1, .reusable = true}, SHIFT(661), [1285] = {.count = 1, .reusable = true}, SHIFT(663), [1287] = {.count = 1, .reusable = true}, SHIFT(664), [1289] = {.count = 1, .reusable = false}, SHIFT(665), [1291] = {.count = 1, .reusable = false}, SHIFT(664), [1293] = {.count = 1, .reusable = true}, SHIFT(667), [1295] = {.count = 1, .reusable = false}, SHIFT(669), [1297] = {.count = 1, .reusable = true}, SHIFT(669), [1299] = {.count = 1, .reusable = true}, SHIFT(668), [1301] = {.count = 1, .reusable = true}, SHIFT(670), [1303] = {.count = 1, .reusable = false}, SHIFT(672), [1305] = {.count = 1, .reusable = true}, SHIFT(672), [1307] = {.count = 1, .reusable = true}, SHIFT(671), [1309] = {.count = 1, .reusable = true}, SHIFT(673), [1311] = {.count = 1, .reusable = true}, SHIFT(674), [1313] = {.count = 1, .reusable = false}, REDUCE(sym_bracket_command, 3), [1315] = {.count = 1, .reusable = true}, REDUCE(sym_bracket_command, 3), [1317] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(67), [1320] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(68), [1323] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(69), [1326] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(70), [1329] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(71), [1332] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(72), [1335] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(73), [1338] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(74), [1341] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(75), [1344] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(71), [1347] = {.count = 1, .reusable = true}, SHIFT(676), [1349] = {.count = 1, .reusable = false}, SHIFT(678), [1351] = {.count = 1, .reusable = true}, SHIFT(679), [1353] = {.count = 1, .reusable = true}, SHIFT(680), [1355] = {.count = 1, .reusable = false}, SHIFT(682), [1357] = {.count = 1, .reusable = true}, SHIFT(682), [1359] = {.count = 1, .reusable = true}, SHIFT(681), [1361] = {.count = 1, .reusable = true}, SHIFT(683), [1363] = {.count = 1, .reusable = true}, SHIFT(684), [1365] = {.count = 1, .reusable = false}, SHIFT(685), [1367] = {.count = 1, .reusable = false}, SHIFT(684), [1369] = {.count = 1, .reusable = true}, SHIFT(687), [1371] = {.count = 1, .reusable = false}, SHIFT(689), [1373] = {.count = 1, .reusable = true}, SHIFT(689), [1375] = {.count = 1, .reusable = true}, SHIFT(688), [1377] = {.count = 1, .reusable = true}, SHIFT(690), [1379] = {.count = 1, .reusable = false}, SHIFT(692), [1381] = {.count = 1, .reusable = true}, SHIFT(692), [1383] = {.count = 1, .reusable = true}, SHIFT(691), [1385] = {.count = 1, .reusable = true}, SHIFT(693), [1387] = {.count = 1, .reusable = true}, SHIFT(694), [1389] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(78), [1392] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(79), [1395] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(80), [1398] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(81), [1401] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(82), [1404] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(83), [1407] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(84), [1410] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(85), [1413] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(86), [1416] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(82), [1419] = {.count = 1, .reusable = true}, SHIFT(695), [1421] = {.count = 1, .reusable = true}, SHIFT(696), [1423] = {.count = 1, .reusable = true}, SHIFT(697), [1425] = {.count = 1, .reusable = true}, SHIFT(698), [1427] = {.count = 1, .reusable = true}, SHIFT(94), [1429] = {.count = 1, .reusable = true}, SHIFT(95), [1431] = {.count = 1, .reusable = true}, SHIFT(96), [1433] = {.count = 1, .reusable = true}, SHIFT(97), [1435] = {.count = 1, .reusable = true}, SHIFT(699), [1437] = {.count = 1, .reusable = false}, SHIFT(701), [1439] = {.count = 1, .reusable = true}, SHIFT(702), [1441] = {.count = 1, .reusable = true}, SHIFT(703), [1443] = {.count = 1, .reusable = false}, SHIFT(705), [1445] = {.count = 1, .reusable = true}, SHIFT(705), [1447] = {.count = 1, .reusable = true}, SHIFT(704), [1449] = {.count = 1, .reusable = true}, SHIFT(706), [1451] = {.count = 1, .reusable = true}, SHIFT(707), [1453] = {.count = 1, .reusable = false}, SHIFT(708), [1455] = {.count = 1, .reusable = false}, SHIFT(707), [1457] = {.count = 1, .reusable = true}, SHIFT(710), [1459] = {.count = 1, .reusable = false}, SHIFT(712), [1461] = {.count = 1, .reusable = true}, SHIFT(712), [1463] = {.count = 1, .reusable = true}, SHIFT(711), [1465] = {.count = 1, .reusable = true}, SHIFT(713), [1467] = {.count = 1, .reusable = false}, SHIFT(715), [1469] = {.count = 1, .reusable = true}, SHIFT(715), [1471] = {.count = 1, .reusable = true}, SHIFT(714), [1473] = {.count = 1, .reusable = true}, SHIFT(716), [1475] = {.count = 1, .reusable = true}, SHIFT(717), [1477] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(89), [1480] = {.count = 1, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), [1482] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(90), [1485] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(91), [1488] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(92), [1491] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(93), [1494] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(94), [1497] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(95), [1500] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(96), [1503] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(97), [1506] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(98), [1509] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), [1511] = {.count = 1, .reusable = true}, SHIFT(718), [1513] = {.count = 1, .reusable = true}, SHIFT(105), [1515] = {.count = 1, .reusable = true}, SHIFT(106), [1517] = {.count = 1, .reusable = true}, SHIFT(107), [1519] = {.count = 1, .reusable = true}, SHIFT(108), [1521] = {.count = 1, .reusable = false}, SHIFT(720), [1523] = {.count = 1, .reusable = true}, SHIFT(721), [1525] = {.count = 1, .reusable = true}, SHIFT(722), [1527] = {.count = 1, .reusable = false}, SHIFT(724), [1529] = {.count = 1, .reusable = true}, SHIFT(724), [1531] = {.count = 1, .reusable = true}, SHIFT(723), [1533] = {.count = 1, .reusable = true}, SHIFT(725), [1535] = {.count = 1, .reusable = true}, SHIFT(726), [1537] = {.count = 1, .reusable = false}, SHIFT(727), [1539] = {.count = 1, .reusable = false}, SHIFT(726), [1541] = {.count = 1, .reusable = true}, SHIFT(729), [1543] = {.count = 1, .reusable = false}, SHIFT(731), [1545] = {.count = 1, .reusable = true}, SHIFT(731), [1547] = {.count = 1, .reusable = true}, SHIFT(730), [1549] = {.count = 1, .reusable = true}, SHIFT(732), [1551] = {.count = 1, .reusable = false}, SHIFT(734), [1553] = {.count = 1, .reusable = true}, SHIFT(734), [1555] = {.count = 1, .reusable = true}, SHIFT(733), [1557] = {.count = 1, .reusable = true}, SHIFT(735), [1559] = {.count = 1, .reusable = true}, SHIFT(736), [1561] = {.count = 1, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), [1563] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(101), [1566] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(102), [1569] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(103), [1572] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(104), [1575] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(105), [1578] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(106), [1581] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(107), [1584] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(108), [1587] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(109), [1590] = {.count = 1, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), [1592] = {.count = 1, .reusable = true}, SHIFT(737), [1594] = {.count = 1, .reusable = false}, SHIFT(739), [1596] = {.count = 1, .reusable = true}, SHIFT(740), [1598] = {.count = 1, .reusable = true}, SHIFT(741), [1600] = {.count = 1, .reusable = false}, SHIFT(743), [1602] = {.count = 1, .reusable = true}, SHIFT(743), [1604] = {.count = 1, .reusable = true}, SHIFT(742), [1606] = {.count = 1, .reusable = true}, SHIFT(744), [1608] = {.count = 1, .reusable = true}, SHIFT(745), [1610] = {.count = 1, .reusable = false}, SHIFT(746), [1612] = {.count = 1, .reusable = false}, SHIFT(745), [1614] = {.count = 1, .reusable = true}, SHIFT(748), [1616] = {.count = 1, .reusable = false}, SHIFT(750), [1618] = {.count = 1, .reusable = true}, SHIFT(750), [1620] = {.count = 1, .reusable = true}, SHIFT(749), [1622] = {.count = 1, .reusable = true}, SHIFT(751), [1624] = {.count = 1, .reusable = false}, SHIFT(753), [1626] = {.count = 1, .reusable = true}, SHIFT(753), [1628] = {.count = 1, .reusable = true}, SHIFT(752), [1630] = {.count = 1, .reusable = true}, SHIFT(754), [1632] = {.count = 1, .reusable = true}, SHIFT(755), [1634] = {.count = 1, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), [1636] = {.count = 1, .reusable = false}, REDUCE(aux_sym_concatenation_repeat1, 2), [1638] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(120), [1641] = {.count = 1, .reusable = true}, SHIFT(756), [1643] = {.count = 1, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2), [1645] = {.count = 1, .reusable = true}, REDUCE(aux_sym_string_repeat1, 2), [1647] = {.count = 1, .reusable = true}, SHIFT(757), [1649] = {.count = 1, .reusable = true}, SHIFT(758), [1651] = {.count = 1, .reusable = false}, SHIFT(760), [1653] = {.count = 1, .reusable = true}, SHIFT(760), [1655] = {.count = 1, .reusable = true}, SHIFT(759), [1657] = {.count = 1, .reusable = true}, SHIFT(761), [1659] = {.count = 1, .reusable = true}, SHIFT(762), [1661] = {.count = 1, .reusable = false}, SHIFT(763), [1663] = {.count = 1, .reusable = false}, SHIFT(762), [1665] = {.count = 1, .reusable = true}, SHIFT(765), [1667] = {.count = 1, .reusable = false}, SHIFT(767), [1669] = {.count = 1, .reusable = true}, SHIFT(767), [1671] = {.count = 1, .reusable = true}, SHIFT(766), [1673] = {.count = 1, .reusable = true}, SHIFT(768), [1675] = {.count = 1, .reusable = false}, SHIFT(770), [1677] = {.count = 1, .reusable = true}, SHIFT(770), [1679] = {.count = 1, .reusable = true}, SHIFT(769), [1681] = {.count = 1, .reusable = true}, SHIFT(771), [1683] = {.count = 1, .reusable = true}, REDUCE(sym_string, 3), [1685] = {.count = 1, .reusable = false}, REDUCE(sym_string, 3), [1687] = {.count = 2, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(123), [1690] = {.count = 2, .reusable = true}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(124), [1693] = {.count = 2, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(125), [1696] = {.count = 2, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(126), [1699] = {.count = 2, .reusable = false}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(127), [1702] = {.count = 1, .reusable = true}, SHIFT(772), [1704] = {.count = 1, .reusable = true}, SHIFT(773), [1706] = {.count = 1, .reusable = true}, SHIFT(775), [1708] = {.count = 1, .reusable = false}, SHIFT(776), [1710] = {.count = 1, .reusable = true}, SHIFT(777), [1712] = {.count = 1, .reusable = false}, SHIFT(778), [1714] = {.count = 1, .reusable = true}, SHIFT(779), [1716] = {.count = 1, .reusable = true}, SHIFT(780), [1718] = {.count = 1, .reusable = true}, SHIFT(781), [1720] = {.count = 1, .reusable = true}, SHIFT(782), [1722] = {.count = 1, .reusable = true}, SHIFT(783), [1724] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 3, .alias_sequence_id = 4), [1726] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 3, .alias_sequence_id = 4), [1728] = {.count = 1, .reusable = true}, SHIFT(785), [1730] = {.count = 1, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 1, .alias_sequence_id = 1), [1732] = {.count = 1, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 1, .alias_sequence_id = 1), [1734] = {.count = 1, .reusable = false}, SHIFT(787), [1736] = {.count = 1, .reusable = true}, SHIFT(789), [1738] = {.count = 1, .reusable = true}, SHIFT(790), [1740] = {.count = 1, .reusable = false}, SHIFT(791), [1742] = {.count = 1, .reusable = false}, SHIFT(789), [1744] = {.count = 1, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 1), [1746] = {.count = 1, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 1), [1748] = {.count = 1, .reusable = true}, SHIFT(792), [1750] = {.count = 1, .reusable = true}, SHIFT(793), [1752] = {.count = 1, .reusable = true}, SHIFT(794), [1754] = {.count = 1, .reusable = false}, SHIFT(795), [1756] = {.count = 1, .reusable = false}, SHIFT(793), [1758] = {.count = 1, .reusable = true}, SHIFT(797), [1760] = {.count = 1, .reusable = true}, SHIFT(804), [1762] = {.count = 1, .reusable = false}, SHIFT(805), [1764] = {.count = 1, .reusable = true}, SHIFT(805), [1766] = {.count = 1, .reusable = true}, SHIFT(806), [1768] = {.count = 1, .reusable = true}, SHIFT(807), [1770] = {.count = 1, .reusable = false}, SHIFT(809), [1772] = {.count = 1, .reusable = true}, SHIFT(809), [1774] = {.count = 1, .reusable = true}, SHIFT(808), [1776] = {.count = 1, .reusable = true}, SHIFT(810), [1778] = {.count = 1, .reusable = false}, SHIFT(812), [1780] = {.count = 1, .reusable = true}, SHIFT(812), [1782] = {.count = 1, .reusable = true}, SHIFT(811), [1784] = {.count = 1, .reusable = false}, SHIFT(814), [1786] = {.count = 1, .reusable = true}, SHIFT(814), [1788] = {.count = 1, .reusable = true}, SHIFT(813), [1790] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 3, .alias_sequence_id = 5), [1792] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 3, .alias_sequence_id = 5), [1794] = {.count = 1, .reusable = true}, SHIFT(815), [1796] = {.count = 1, .reusable = true}, SHIFT(816), [1798] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 3), [1800] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 3), [1802] = {.count = 1, .reusable = true}, SHIFT(817), [1804] = {.count = 1, .reusable = true}, SHIFT(818), [1806] = {.count = 1, .reusable = true}, SHIFT(819), [1808] = {.count = 1, .reusable = true}, SHIFT(820), [1810] = {.count = 1, .reusable = true}, SHIFT(821), [1812] = {.count = 1, .reusable = false}, SHIFT(822), [1814] = {.count = 1, .reusable = false}, SHIFT(823), [1816] = {.count = 1, .reusable = true}, SHIFT(823), [1818] = {.count = 1, .reusable = true}, SHIFT(824), [1820] = {.count = 1, .reusable = true}, SHIFT(826), [1822] = {.count = 1, .reusable = false}, SHIFT(827), [1824] = {.count = 1, .reusable = false}, SHIFT(828), [1826] = {.count = 1, .reusable = true}, SHIFT(828), [1828] = {.count = 1, .reusable = false}, SHIFT(829), [1830] = {.count = 1, .reusable = false}, SHIFT(830), [1832] = {.count = 1, .reusable = true}, SHIFT(830), [1834] = {.count = 1, .reusable = true}, SHIFT(831), [1836] = {.count = 1, .reusable = true}, SHIFT(832), [1838] = {.count = 1, .reusable = false}, SHIFT(834), [1840] = {.count = 1, .reusable = false}, SHIFT(835), [1842] = {.count = 1, .reusable = true}, SHIFT(835), [1844] = {.count = 1, .reusable = true}, SHIFT(838), [1846] = {.count = 1, .reusable = true}, SHIFT(839), [1848] = {.count = 1, .reusable = true}, SHIFT(841), [1850] = {.count = 1, .reusable = false}, SHIFT(843), [1852] = {.count = 1, .reusable = true}, SHIFT(845), [1854] = {.count = 1, .reusable = true}, SHIFT(846), [1856] = {.count = 1, .reusable = false}, SHIFT(847), [1858] = {.count = 1, .reusable = false}, SHIFT(845), [1860] = {.count = 1, .reusable = true}, SHIFT(848), [1862] = {.count = 1, .reusable = true}, SHIFT(849), [1864] = {.count = 1, .reusable = true}, SHIFT(850), [1866] = {.count = 1, .reusable = false}, SHIFT(851), [1868] = {.count = 1, .reusable = false}, SHIFT(849), [1870] = {.count = 1, .reusable = true}, SHIFT(860), [1872] = {.count = 1, .reusable = false}, SHIFT(862), [1874] = {.count = 1, .reusable = true}, SHIFT(864), [1876] = {.count = 1, .reusable = true}, SHIFT(865), [1878] = {.count = 1, .reusable = false}, SHIFT(866), [1880] = {.count = 1, .reusable = false}, SHIFT(864), [1882] = {.count = 1, .reusable = true}, SHIFT(867), [1884] = {.count = 1, .reusable = true}, SHIFT(868), [1886] = {.count = 1, .reusable = true}, SHIFT(869), [1888] = {.count = 1, .reusable = false}, SHIFT(870), [1890] = {.count = 1, .reusable = false}, SHIFT(868), [1892] = {.count = 1, .reusable = true}, SHIFT(879), [1894] = {.count = 1, .reusable = false}, SHIFT(881), [1896] = {.count = 1, .reusable = true}, SHIFT(882), [1898] = {.count = 1, .reusable = true}, SHIFT(883), [1900] = {.count = 1, .reusable = false}, SHIFT(885), [1902] = {.count = 1, .reusable = true}, SHIFT(885), [1904] = {.count = 1, .reusable = true}, SHIFT(884), [1906] = {.count = 1, .reusable = true}, SHIFT(886), [1908] = {.count = 1, .reusable = true}, SHIFT(887), [1910] = {.count = 1, .reusable = false}, SHIFT(888), [1912] = {.count = 1, .reusable = false}, SHIFT(887), [1914] = {.count = 1, .reusable = true}, SHIFT(890), [1916] = {.count = 1, .reusable = false}, SHIFT(892), [1918] = {.count = 1, .reusable = true}, SHIFT(892), [1920] = {.count = 1, .reusable = true}, SHIFT(891), [1922] = {.count = 1, .reusable = true}, SHIFT(893), [1924] = {.count = 1, .reusable = false}, SHIFT(895), [1926] = {.count = 1, .reusable = true}, SHIFT(895), [1928] = {.count = 1, .reusable = true}, SHIFT(894), [1930] = {.count = 1, .reusable = true}, SHIFT(896), [1932] = {.count = 1, .reusable = true}, SHIFT(897), [1934] = {.count = 1, .reusable = true}, SHIFT(898), [1936] = {.count = 1, .reusable = true}, REDUCE(sym_command_substitution, 3), [1938] = {.count = 1, .reusable = false}, REDUCE(sym_command_substitution, 3), [1940] = {.count = 1, .reusable = false}, SHIFT(903), [1942] = {.count = 1, .reusable = true}, SHIFT(903), [1944] = {.count = 1, .reusable = false}, SHIFT(904), [1946] = {.count = 1, .reusable = false}, SHIFT(149), [1948] = {.count = 1, .reusable = false}, SHIFT(905), [1950] = {.count = 1, .reusable = false}, SHIFT(152), [1952] = {.count = 1, .reusable = false}, SHIFT(153), [1954] = {.count = 1, .reusable = false}, SHIFT(154), [1956] = {.count = 1, .reusable = false}, SHIFT(155), [1958] = {.count = 1, .reusable = false}, SHIFT(906), [1960] = {.count = 1, .reusable = true}, SHIFT(907), [1962] = {.count = 1, .reusable = true}, SHIFT(908), [1964] = {.count = 1, .reusable = true}, SHIFT(910), [1966] = {.count = 1, .reusable = true}, SHIFT(911), [1968] = {.count = 1, .reusable = true}, SHIFT(913), [1970] = {.count = 1, .reusable = true}, SHIFT(914), [1972] = {.count = 1, .reusable = true}, SHIFT(920), [1974] = {.count = 1, .reusable = true}, SHIFT(921), [1976] = {.count = 1, .reusable = true}, SHIFT(923), [1978] = {.count = 1, .reusable = true}, SHIFT(925), [1980] = {.count = 1, .reusable = true}, SHIFT(926), [1982] = {.count = 1, .reusable = true}, SHIFT(932), [1984] = {.count = 1, .reusable = false}, SHIFT(936), [1986] = {.count = 1, .reusable = true}, SHIFT(936), [1988] = {.count = 1, .reusable = false}, SHIFT(937), [1990] = {.count = 1, .reusable = false}, SHIFT(938), [1992] = {.count = 1, .reusable = true}, SHIFT(939), [1994] = {.count = 1, .reusable = true}, SHIFT(940), [1996] = {.count = 1, .reusable = true}, SHIFT(941), [1998] = {.count = 1, .reusable = true}, SHIFT(942), [2000] = {.count = 1, .reusable = true}, REDUCE(sym_process_substitution, 3), [2002] = {.count = 1, .reusable = false}, REDUCE(sym_process_substitution, 3), [2004] = {.count = 1, .reusable = false}, REDUCE(sym_pipeline, 3), [2006] = {.count = 1, .reusable = true}, REDUCE(sym_pipeline, 3), [2008] = {.count = 1, .reusable = false}, REDUCE(sym_list, 3), [2010] = {.count = 1, .reusable = true}, REDUCE(sym_list, 3), [2012] = {.count = 1, .reusable = true}, SHIFT(948), [2014] = {.count = 1, .reusable = true}, SHIFT(949), [2016] = {.count = 1, .reusable = true}, REDUCE(sym_heredoc, 1), [2018] = {.count = 1, .reusable = false}, REDUCE(sym_heredoc, 1), [2020] = {.count = 1, .reusable = true}, SHIFT(952), [2022] = {.count = 1, .reusable = true}, SHIFT(953), [2024] = {.count = 1, .reusable = false}, SHIFT(954), [2026] = {.count = 1, .reusable = true}, SHIFT(955), [2028] = {.count = 1, .reusable = true}, REDUCE(sym_heredoc_redirect, 2), [2030] = {.count = 1, .reusable = false}, REDUCE(sym_heredoc_redirect, 2), [2032] = {.count = 1, .reusable = true}, REDUCE(sym_herestring_redirect, 2, .alias_sequence_id = 3), [2034] = {.count = 1, .reusable = false}, REDUCE(sym_herestring_redirect, 2, .alias_sequence_id = 3), [2036] = {.count = 1, .reusable = true}, REDUCE(sym_herestring_redirect, 2), [2038] = {.count = 1, .reusable = false}, REDUCE(sym_herestring_redirect, 2), [2040] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(184), [2043] = {.count = 1, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), [2045] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(186), [2048] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(187), [2051] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(188), [2054] = {.count = 1, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), [2056] = {.count = 1, .reusable = false}, REDUCE(sym_command, 3), [2058] = {.count = 1, .reusable = true}, REDUCE(sym_command, 3), [2060] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(185), [2063] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(189), [2066] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(16), [2069] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(17), [2072] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(190), [2075] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(19), [2078] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(20), [2081] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(21), [2084] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(22), [2087] = {.count = 1, .reusable = true}, SHIFT(957), [2089] = {.count = 1, .reusable = true}, SHIFT(958), [2091] = {.count = 1, .reusable = true}, SHIFT(960), [2093] = {.count = 1, .reusable = false}, SHIFT(656), [2095] = {.count = 1, .reusable = true}, SHIFT(961), [2097] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 4, .alias_sequence_id = 6), [2099] = {.count = 1, .reusable = true}, SHIFT(963), [2101] = {.count = 1, .reusable = true}, SHIFT(964), [2103] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 4), [2105] = {.count = 1, .reusable = true}, REDUCE(sym_array, 2), [2107] = {.count = 1, .reusable = false}, REDUCE(sym_array, 2), [2109] = {.count = 1, .reusable = true}, SHIFT(965), [2111] = {.count = 1, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 1, .alias_sequence_id = 1), [2113] = {.count = 1, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 1, .alias_sequence_id = 1), [2115] = {.count = 1, .reusable = false}, SHIFT(967), [2117] = {.count = 1, .reusable = true}, SHIFT(969), [2119] = {.count = 1, .reusable = true}, SHIFT(970), [2121] = {.count = 1, .reusable = false}, SHIFT(971), [2123] = {.count = 1, .reusable = false}, SHIFT(969), [2125] = {.count = 1, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 1), [2127] = {.count = 1, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 1), [2129] = {.count = 1, .reusable = true}, SHIFT(972), [2131] = {.count = 1, .reusable = true}, SHIFT(973), [2133] = {.count = 1, .reusable = true}, SHIFT(974), [2135] = {.count = 1, .reusable = false}, SHIFT(975), [2137] = {.count = 1, .reusable = false}, SHIFT(973), [2139] = {.count = 1, .reusable = true}, SHIFT(983), [2141] = {.count = 1, .reusable = true}, SHIFT(985), [2143] = {.count = 1, .reusable = false}, SHIFT(987), [2145] = {.count = 1, .reusable = true}, SHIFT(988), [2147] = {.count = 1, .reusable = true}, SHIFT(989), [2149] = {.count = 1, .reusable = false}, SHIFT(991), [2151] = {.count = 1, .reusable = true}, SHIFT(991), [2153] = {.count = 1, .reusable = true}, SHIFT(990), [2155] = {.count = 1, .reusable = true}, SHIFT(992), [2157] = {.count = 1, .reusable = true}, SHIFT(993), [2159] = {.count = 1, .reusable = false}, SHIFT(994), [2161] = {.count = 1, .reusable = false}, SHIFT(993), [2163] = {.count = 1, .reusable = true}, SHIFT(996), [2165] = {.count = 1, .reusable = false}, SHIFT(998), [2167] = {.count = 1, .reusable = true}, SHIFT(998), [2169] = {.count = 1, .reusable = true}, SHIFT(997), [2171] = {.count = 1, .reusable = true}, SHIFT(999), [2173] = {.count = 1, .reusable = false}, SHIFT(1001), [2175] = {.count = 1, .reusable = true}, SHIFT(1001), [2177] = {.count = 1, .reusable = true}, SHIFT(1000), [2179] = {.count = 1, .reusable = true}, SHIFT(1002), [2181] = {.count = 1, .reusable = true}, SHIFT(1003), [2183] = {.count = 1, .reusable = true}, SHIFT(1004), [2185] = {.count = 1, .reusable = false}, SHIFT(1006), [2187] = {.count = 1, .reusable = true}, SHIFT(1008), [2189] = {.count = 1, .reusable = true}, SHIFT(1009), [2191] = {.count = 1, .reusable = false}, SHIFT(1010), [2193] = {.count = 1, .reusable = false}, SHIFT(1008), [2195] = {.count = 1, .reusable = true}, SHIFT(1011), [2197] = {.count = 1, .reusable = true}, SHIFT(1012), [2199] = {.count = 1, .reusable = true}, SHIFT(1013), [2201] = {.count = 1, .reusable = false}, SHIFT(1014), [2203] = {.count = 1, .reusable = false}, SHIFT(1012), [2205] = {.count = 1, .reusable = false}, SHIFT(1022), [2207] = {.count = 1, .reusable = false}, SHIFT(573), [2209] = {.count = 1, .reusable = false}, SHIFT(574), [2211] = {.count = 1, .reusable = false}, SHIFT(576), [2213] = {.count = 1, .reusable = false}, SHIFT(577), [2215] = {.count = 1, .reusable = false}, SHIFT(578), [2217] = {.count = 1, .reusable = false}, SHIFT(579), [2219] = {.count = 1, .reusable = false}, SHIFT(580), [2221] = {.count = 1, .reusable = true}, SHIFT(1022), [2223] = {.count = 1, .reusable = false}, SHIFT(1024), [2225] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 4, .alias_sequence_id = 5), [2227] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 4, .alias_sequence_id = 5), [2229] = {.count = 1, .reusable = true}, REDUCE(sym_do_group, 2), [2231] = {.count = 1, .reusable = false}, REDUCE(sym_do_group, 2), [2233] = {.count = 1, .reusable = false}, SHIFT(1026), [2235] = {.count = 1, .reusable = true}, SHIFT(1026), [2237] = {.count = 1, .reusable = false}, SHIFT(1027), [2239] = {.count = 1, .reusable = false}, REDUCE(sym_while_statement, 4), [2241] = {.count = 1, .reusable = true}, REDUCE(sym_while_statement, 4), [2243] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 4), [2245] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 4), [2247] = {.count = 1, .reusable = false}, REDUCE(sym_else_clause, 1), [2249] = {.count = 1, .reusable = false}, SHIFT(1033), [2251] = {.count = 1, .reusable = true}, SHIFT(1033), [2253] = {.count = 1, .reusable = true}, SHIFT(1034), [2255] = {.count = 1, .reusable = false}, SHIFT(1034), [2257] = {.count = 1, .reusable = true}, SHIFT(590), [2259] = {.count = 1, .reusable = true}, SHIFT(591), [2261] = {.count = 1, .reusable = false}, SHIFT(1039), [2263] = {.count = 1, .reusable = true}, SHIFT(1040), [2265] = {.count = 1, .reusable = true}, SHIFT(1041), [2267] = {.count = 1, .reusable = false}, SHIFT(1041), [2269] = {.count = 1, .reusable = false}, SHIFT(1045), [2271] = {.count = 1, .reusable = true}, SHIFT(1045), [2273] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(221), [2276] = {.count = 1, .reusable = false}, SHIFT(1046), [2278] = {.count = 1, .reusable = false}, SHIFT(1049), [2280] = {.count = 1, .reusable = true}, SHIFT(1049), [2282] = {.count = 1, .reusable = true}, SHIFT(1050), [2284] = {.count = 1, .reusable = false}, SHIFT(1051), [2286] = {.count = 1, .reusable = true}, SHIFT(1052), [2288] = {.count = 1, .reusable = true}, SHIFT(1054), [2290] = {.count = 1, .reusable = true}, SHIFT(1055), [2292] = {.count = 1, .reusable = true}, SHIFT(1056), [2294] = {.count = 1, .reusable = true}, SHIFT(1057), [2296] = {.count = 1, .reusable = false}, SHIFT(1059), [2298] = {.count = 1, .reusable = true}, SHIFT(1059), [2300] = {.count = 1, .reusable = true}, SHIFT(1058), [2302] = {.count = 1, .reusable = true}, SHIFT(1060), [2304] = {.count = 1, .reusable = false}, SHIFT(1062), [2306] = {.count = 1, .reusable = true}, SHIFT(1062), [2308] = {.count = 1, .reusable = true}, SHIFT(1061), [2310] = {.count = 1, .reusable = false}, SHIFT(1064), [2312] = {.count = 1, .reusable = true}, SHIFT(1064), [2314] = {.count = 1, .reusable = true}, SHIFT(1063), [2316] = {.count = 1, .reusable = true}, SHIFT(1065), [2318] = {.count = 1, .reusable = true}, SHIFT(1066), [2320] = {.count = 1, .reusable = true}, SHIFT(1067), [2322] = {.count = 1, .reusable = true}, REDUCE(sym_compound_statement, 2), [2324] = {.count = 1, .reusable = false}, REDUCE(sym_compound_statement, 2), [2326] = {.count = 1, .reusable = false}, SHIFT(1069), [2328] = {.count = 1, .reusable = true}, SHIFT(1069), [2330] = {.count = 1, .reusable = true}, SHIFT(1070), [2332] = {.count = 1, .reusable = false}, SHIFT(1072), [2334] = {.count = 1, .reusable = true}, SHIFT(1072), [2336] = {.count = 1, .reusable = true}, SHIFT(1073), [2338] = {.count = 1, .reusable = true}, SHIFT(1074), [2340] = {.count = 1, .reusable = false}, REDUCE(sym_function_definition, 4), [2342] = {.count = 1, .reusable = true}, REDUCE(sym_function_definition, 4), [2344] = {.count = 1, .reusable = true}, SHIFT(1078), [2346] = {.count = 1, .reusable = true}, SHIFT(1079), [2348] = {.count = 1, .reusable = false}, SHIFT(1080), [2350] = {.count = 1, .reusable = true}, SHIFT(1082), [2352] = {.count = 1, .reusable = true}, SHIFT(1083), [2354] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(251), [2357] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(252), [2360] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(253), [2363] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(256), [2366] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(257), [2369] = {.count = 1, .reusable = false}, REDUCE(sym_subshell, 4), [2371] = {.count = 1, .reusable = true}, REDUCE(sym_subshell, 4), [2373] = {.count = 1, .reusable = true}, SHIFT(1087), [2375] = {.count = 1, .reusable = true}, SHIFT(1088), [2377] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(265), [2380] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(267), [2383] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(268), [2386] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(266), [2389] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(269), [2392] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(270), [2395] = {.count = 1, .reusable = true}, SHIFT(1090), [2397] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(280), [2400] = {.count = 1, .reusable = true}, SHIFT(1092), [2402] = {.count = 1, .reusable = false}, SHIFT(1093), [2404] = {.count = 1, .reusable = true}, SHIFT(1094), [2406] = {.count = 1, .reusable = true}, SHIFT(1096), [2408] = {.count = 1, .reusable = true}, SHIFT(1097), [2410] = {.count = 1, .reusable = true}, SHIFT(1098), [2412] = {.count = 1, .reusable = true}, SHIFT(1099), [2414] = {.count = 1, .reusable = false}, SHIFT(1101), [2416] = {.count = 1, .reusable = true}, SHIFT(1101), [2418] = {.count = 1, .reusable = true}, SHIFT(1100), [2420] = {.count = 1, .reusable = true}, SHIFT(1102), [2422] = {.count = 1, .reusable = false}, SHIFT(1104), [2424] = {.count = 1, .reusable = true}, SHIFT(1104), [2426] = {.count = 1, .reusable = true}, SHIFT(1103), [2428] = {.count = 1, .reusable = false}, SHIFT(1106), [2430] = {.count = 1, .reusable = true}, SHIFT(1106), [2432] = {.count = 1, .reusable = true}, SHIFT(1105), [2434] = {.count = 1, .reusable = true}, SHIFT(1107), [2436] = {.count = 1, .reusable = true}, SHIFT(1108), [2438] = {.count = 1, .reusable = true}, SHIFT(1109), [2440] = {.count = 1, .reusable = false}, REDUCE(sym_bracket_command, 4), [2442] = {.count = 1, .reusable = true}, REDUCE(sym_bracket_command, 4), [2444] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(303), [2447] = {.count = 1, .reusable = true}, SHIFT(1110), [2449] = {.count = 1, .reusable = false}, SHIFT(1111), [2451] = {.count = 1, .reusable = true}, SHIFT(1112), [2453] = {.count = 1, .reusable = true}, SHIFT(1114), [2455] = {.count = 1, .reusable = true}, SHIFT(1115), [2457] = {.count = 1, .reusable = true}, SHIFT(1116), [2459] = {.count = 1, .reusable = true}, SHIFT(1117), [2461] = {.count = 1, .reusable = false}, SHIFT(1119), [2463] = {.count = 1, .reusable = true}, SHIFT(1119), [2465] = {.count = 1, .reusable = true}, SHIFT(1118), [2467] = {.count = 1, .reusable = true}, SHIFT(1120), [2469] = {.count = 1, .reusable = false}, SHIFT(1122), [2471] = {.count = 1, .reusable = true}, SHIFT(1122), [2473] = {.count = 1, .reusable = true}, SHIFT(1121), [2475] = {.count = 1, .reusable = false}, SHIFT(1124), [2477] = {.count = 1, .reusable = true}, SHIFT(1124), [2479] = {.count = 1, .reusable = true}, SHIFT(1123), [2481] = {.count = 1, .reusable = true}, SHIFT(1125), [2483] = {.count = 1, .reusable = true}, SHIFT(1126), [2485] = {.count = 1, .reusable = true}, SHIFT(1127), [2487] = {.count = 1, .reusable = true}, SHIFT(1128), [2489] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(324), [2492] = {.count = 1, .reusable = true}, SHIFT(1130), [2494] = {.count = 1, .reusable = false}, SHIFT(1131), [2496] = {.count = 1, .reusable = true}, SHIFT(1132), [2498] = {.count = 1, .reusable = true}, SHIFT(1134), [2500] = {.count = 1, .reusable = true}, SHIFT(1135), [2502] = {.count = 1, .reusable = true}, SHIFT(1136), [2504] = {.count = 1, .reusable = true}, SHIFT(1137), [2506] = {.count = 1, .reusable = false}, SHIFT(1139), [2508] = {.count = 1, .reusable = true}, SHIFT(1139), [2510] = {.count = 1, .reusable = true}, SHIFT(1138), [2512] = {.count = 1, .reusable = true}, SHIFT(1140), [2514] = {.count = 1, .reusable = false}, SHIFT(1142), [2516] = {.count = 1, .reusable = true}, SHIFT(1142), [2518] = {.count = 1, .reusable = true}, SHIFT(1141), [2520] = {.count = 1, .reusable = false}, SHIFT(1144), [2522] = {.count = 1, .reusable = true}, SHIFT(1144), [2524] = {.count = 1, .reusable = true}, SHIFT(1143), [2526] = {.count = 1, .reusable = true}, SHIFT(1145), [2528] = {.count = 1, .reusable = true}, SHIFT(1146), [2530] = {.count = 1, .reusable = true}, SHIFT(1147), [2532] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(343), [2535] = {.count = 1, .reusable = true}, SHIFT(1148), [2537] = {.count = 1, .reusable = false}, SHIFT(1149), [2539] = {.count = 1, .reusable = true}, SHIFT(1150), [2541] = {.count = 1, .reusable = true}, SHIFT(1152), [2543] = {.count = 1, .reusable = true}, SHIFT(1153), [2545] = {.count = 1, .reusable = true}, SHIFT(1154), [2547] = {.count = 1, .reusable = true}, SHIFT(1155), [2549] = {.count = 1, .reusable = false}, SHIFT(1157), [2551] = {.count = 1, .reusable = true}, SHIFT(1157), [2553] = {.count = 1, .reusable = true}, SHIFT(1156), [2555] = {.count = 1, .reusable = true}, SHIFT(1158), [2557] = {.count = 1, .reusable = false}, SHIFT(1160), [2559] = {.count = 1, .reusable = true}, SHIFT(1160), [2561] = {.count = 1, .reusable = true}, SHIFT(1159), [2563] = {.count = 1, .reusable = false}, SHIFT(1162), [2565] = {.count = 1, .reusable = true}, SHIFT(1162), [2567] = {.count = 1, .reusable = true}, SHIFT(1161), [2569] = {.count = 1, .reusable = true}, SHIFT(1163), [2571] = {.count = 1, .reusable = true}, SHIFT(1164), [2573] = {.count = 1, .reusable = true}, SHIFT(1165), [2575] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(362), [2578] = {.count = 1, .reusable = true}, SHIFT(1166), [2580] = {.count = 1, .reusable = false}, SHIFT(1167), [2582] = {.count = 1, .reusable = true}, SHIFT(1168), [2584] = {.count = 1, .reusable = true}, SHIFT(1170), [2586] = {.count = 1, .reusable = true}, SHIFT(1171), [2588] = {.count = 1, .reusable = true}, SHIFT(1172), [2590] = {.count = 1, .reusable = true}, SHIFT(1173), [2592] = {.count = 1, .reusable = false}, SHIFT(1175), [2594] = {.count = 1, .reusable = true}, SHIFT(1175), [2596] = {.count = 1, .reusable = true}, SHIFT(1174), [2598] = {.count = 1, .reusable = true}, SHIFT(1176), [2600] = {.count = 1, .reusable = false}, SHIFT(1178), [2602] = {.count = 1, .reusable = true}, SHIFT(1178), [2604] = {.count = 1, .reusable = true}, SHIFT(1177), [2606] = {.count = 1, .reusable = false}, SHIFT(1180), [2608] = {.count = 1, .reusable = true}, SHIFT(1180), [2610] = {.count = 1, .reusable = true}, SHIFT(1179), [2612] = {.count = 1, .reusable = true}, SHIFT(1181), [2614] = {.count = 1, .reusable = true}, SHIFT(1182), [2616] = {.count = 1, .reusable = true}, SHIFT(1183), [2618] = {.count = 1, .reusable = false}, REDUCE(aux_sym_string_repeat1, 3), [2620] = {.count = 1, .reusable = true}, REDUCE(aux_sym_string_repeat1, 3), [2622] = {.count = 1, .reusable = true}, SHIFT(1184), [2624] = {.count = 1, .reusable = false}, SHIFT(1185), [2626] = {.count = 1, .reusable = true}, SHIFT(1186), [2628] = {.count = 1, .reusable = true}, SHIFT(1188), [2630] = {.count = 1, .reusable = true}, SHIFT(1189), [2632] = {.count = 1, .reusable = true}, SHIFT(1190), [2634] = {.count = 1, .reusable = true}, SHIFT(1191), [2636] = {.count = 1, .reusable = false}, SHIFT(1193), [2638] = {.count = 1, .reusable = true}, SHIFT(1193), [2640] = {.count = 1, .reusable = true}, SHIFT(1192), [2642] = {.count = 1, .reusable = true}, SHIFT(1194), [2644] = {.count = 1, .reusable = false}, SHIFT(1196), [2646] = {.count = 1, .reusable = true}, SHIFT(1196), [2648] = {.count = 1, .reusable = true}, SHIFT(1195), [2650] = {.count = 1, .reusable = false}, SHIFT(1198), [2652] = {.count = 1, .reusable = true}, SHIFT(1198), [2654] = {.count = 1, .reusable = true}, SHIFT(1197), [2656] = {.count = 1, .reusable = true}, SHIFT(1199), [2658] = {.count = 1, .reusable = true}, SHIFT(1200), [2660] = {.count = 1, .reusable = true}, SHIFT(1201), [2662] = {.count = 1, .reusable = true}, SHIFT(1202), [2664] = {.count = 1, .reusable = true}, SHIFT(1203), [2666] = {.count = 1, .reusable = true}, SHIFT(1204), [2668] = {.count = 1, .reusable = true}, SHIFT(1205), [2670] = {.count = 1, .reusable = true}, SHIFT(1206), [2672] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 4), [2674] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 4), [2676] = {.count = 1, .reusable = true}, SHIFT(1207), [2678] = {.count = 1, .reusable = true}, SHIFT(1208), [2680] = {.count = 1, .reusable = false}, SHIFT(1210), [2682] = {.count = 1, .reusable = true}, SHIFT(1212), [2684] = {.count = 1, .reusable = true}, SHIFT(1213), [2686] = {.count = 1, .reusable = false}, SHIFT(1214), [2688] = {.count = 1, .reusable = false}, SHIFT(1212), [2690] = {.count = 1, .reusable = true}, SHIFT(1215), [2692] = {.count = 1, .reusable = true}, SHIFT(1216), [2694] = {.count = 1, .reusable = true}, SHIFT(1217), [2696] = {.count = 1, .reusable = true}, SHIFT(1218), [2698] = {.count = 1, .reusable = false}, SHIFT(1219), [2700] = {.count = 1, .reusable = false}, SHIFT(1217), [2702] = {.count = 1, .reusable = true}, SHIFT(1227), [2704] = {.count = 1, .reusable = false}, SHIFT(1229), [2706] = {.count = 1, .reusable = true}, SHIFT(1230), [2708] = {.count = 1, .reusable = true}, SHIFT(1231), [2710] = {.count = 1, .reusable = false}, SHIFT(1233), [2712] = {.count = 1, .reusable = true}, SHIFT(1233), [2714] = {.count = 1, .reusable = true}, SHIFT(1232), [2716] = {.count = 1, .reusable = true}, SHIFT(1234), [2718] = {.count = 1, .reusable = true}, SHIFT(1235), [2720] = {.count = 1, .reusable = false}, SHIFT(1236), [2722] = {.count = 1, .reusable = false}, SHIFT(1235), [2724] = {.count = 1, .reusable = true}, SHIFT(1238), [2726] = {.count = 1, .reusable = false}, SHIFT(1240), [2728] = {.count = 1, .reusable = true}, SHIFT(1240), [2730] = {.count = 1, .reusable = true}, SHIFT(1239), [2732] = {.count = 1, .reusable = true}, SHIFT(1241), [2734] = {.count = 1, .reusable = false}, SHIFT(1243), [2736] = {.count = 1, .reusable = true}, SHIFT(1243), [2738] = {.count = 1, .reusable = true}, SHIFT(1242), [2740] = {.count = 1, .reusable = true}, SHIFT(1244), [2742] = {.count = 1, .reusable = false}, SHIFT(1245), [2744] = {.count = 1, .reusable = true}, SHIFT(1245), [2746] = {.count = 1, .reusable = true}, SHIFT(1246), [2748] = {.count = 1, .reusable = true}, SHIFT(1247), [2750] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 4, .alias_sequence_id = 4), [2752] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 4), [2754] = {.count = 1, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), [2756] = {.count = 2, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(805), [2759] = {.count = 2, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(400), [2762] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(401), [2765] = {.count = 2, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(402), [2768] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(403), [2771] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(805), [2774] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(404), [2777] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(406), [2780] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(407), [2783] = {.count = 2, .reusable = true}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(408), [2786] = {.count = 2, .reusable = false}, REDUCE(aux_sym_expansion_repeat1, 2), SHIFT_REPEAT(403), [2789] = {.count = 1, .reusable = false}, SHIFT(1248), [2791] = {.count = 1, .reusable = true}, SHIFT(1249), [2793] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 4, .alias_sequence_id = 7), [2795] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 7), [2797] = {.count = 1, .reusable = true}, SHIFT(1251), [2799] = {.count = 1, .reusable = true}, SHIFT(1252), [2801] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 4, .alias_sequence_id = 8), [2803] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 8), [2805] = {.count = 1, .reusable = true}, SHIFT(1253), [2807] = {.count = 1, .reusable = true}, SHIFT(1254), [2809] = {.count = 1, .reusable = true}, SHIFT(1255), [2811] = {.count = 1, .reusable = true}, SHIFT(1256), [2813] = {.count = 1, .reusable = false}, SHIFT(1257), [2815] = {.count = 1, .reusable = true}, SHIFT(1257), [2817] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 4, .alias_sequence_id = 5), [2819] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 4, .alias_sequence_id = 5), [2821] = {.count = 1, .reusable = true}, SHIFT(1258), [2823] = {.count = 1, .reusable = false}, SHIFT(1259), [2825] = {.count = 1, .reusable = true}, SHIFT(1259), [2827] = {.count = 1, .reusable = true}, SHIFT(1260), [2829] = {.count = 1, .reusable = true}, SHIFT(1264), [2831] = {.count = 1, .reusable = false}, SHIFT(1266), [2833] = {.count = 1, .reusable = false}, SHIFT(1269), [2835] = {.count = 1, .reusable = false}, SHIFT(1273), [2837] = {.count = 1, .reusable = true}, SHIFT(1273), [2839] = {.count = 1, .reusable = true}, SHIFT(1274), [2841] = {.count = 1, .reusable = false}, SHIFT(1275), [2843] = {.count = 1, .reusable = true}, SHIFT(1275), [2845] = {.count = 1, .reusable = true}, SHIFT(1276), [2847] = {.count = 1, .reusable = true}, SHIFT(1277), [2849] = {.count = 1, .reusable = true}, SHIFT(1278), [2851] = {.count = 1, .reusable = true}, SHIFT(1280), [2853] = {.count = 1, .reusable = false}, SHIFT(1281), [2855] = {.count = 1, .reusable = true}, SHIFT(1281), [2857] = {.count = 1, .reusable = true}, SHIFT(1283), [2859] = {.count = 1, .reusable = false}, SHIFT(1283), [2861] = {.count = 1, .reusable = false}, SHIFT(1284), [2863] = {.count = 1, .reusable = true}, SHIFT(1284), [2865] = {.count = 1, .reusable = true}, SHIFT(1286), [2867] = {.count = 1, .reusable = true}, SHIFT(1287), [2869] = {.count = 1, .reusable = true}, SHIFT(1288), [2871] = {.count = 1, .reusable = true}, SHIFT(1289), [2873] = {.count = 1, .reusable = true}, SHIFT(1290), [2875] = {.count = 1, .reusable = false}, SHIFT(1292), [2877] = {.count = 1, .reusable = true}, SHIFT(1293), [2879] = {.count = 1, .reusable = true}, SHIFT(1294), [2881] = {.count = 1, .reusable = false}, SHIFT(1296), [2883] = {.count = 1, .reusable = true}, SHIFT(1296), [2885] = {.count = 1, .reusable = true}, SHIFT(1295), [2887] = {.count = 1, .reusable = true}, SHIFT(1297), [2889] = {.count = 1, .reusable = true}, SHIFT(1298), [2891] = {.count = 1, .reusable = false}, SHIFT(1299), [2893] = {.count = 1, .reusable = false}, SHIFT(1298), [2895] = {.count = 1, .reusable = true}, SHIFT(1301), [2897] = {.count = 1, .reusable = false}, SHIFT(1303), [2899] = {.count = 1, .reusable = true}, SHIFT(1303), [2901] = {.count = 1, .reusable = true}, SHIFT(1302), [2903] = {.count = 1, .reusable = true}, SHIFT(1304), [2905] = {.count = 1, .reusable = false}, SHIFT(1306), [2907] = {.count = 1, .reusable = true}, SHIFT(1306), [2909] = {.count = 1, .reusable = true}, SHIFT(1305), [2911] = {.count = 1, .reusable = true}, SHIFT(1307), [2913] = {.count = 1, .reusable = true}, SHIFT(1308), [2915] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(434), [2918] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(435), [2921] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(436), [2924] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(437), [2927] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(438), [2930] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(439), [2933] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(440), [2936] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(441), [2939] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(442), [2942] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(443), [2945] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(438), [2948] = {.count = 1, .reusable = true}, SHIFT(1309), [2950] = {.count = 1, .reusable = false}, SHIFT(1311), [2952] = {.count = 1, .reusable = true}, SHIFT(1312), [2954] = {.count = 1, .reusable = true}, SHIFT(1313), [2956] = {.count = 1, .reusable = false}, SHIFT(1315), [2958] = {.count = 1, .reusable = true}, SHIFT(1315), [2960] = {.count = 1, .reusable = true}, SHIFT(1314), [2962] = {.count = 1, .reusable = true}, SHIFT(1316), [2964] = {.count = 1, .reusable = true}, SHIFT(1317), [2966] = {.count = 1, .reusable = false}, SHIFT(1318), [2968] = {.count = 1, .reusable = false}, SHIFT(1317), [2970] = {.count = 1, .reusable = true}, SHIFT(1320), [2972] = {.count = 1, .reusable = false}, SHIFT(1322), [2974] = {.count = 1, .reusable = true}, SHIFT(1322), [2976] = {.count = 1, .reusable = true}, SHIFT(1321), [2978] = {.count = 1, .reusable = true}, SHIFT(1323), [2980] = {.count = 1, .reusable = false}, SHIFT(1325), [2982] = {.count = 1, .reusable = true}, SHIFT(1325), [2984] = {.count = 1, .reusable = true}, SHIFT(1324), [2986] = {.count = 1, .reusable = true}, SHIFT(1326), [2988] = {.count = 1, .reusable = true}, SHIFT(1327), [2990] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(446), [2993] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(447), [2996] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(448), [2999] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(449), [3002] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(450), [3005] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(451), [3008] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(452), [3011] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(453), [3014] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(454), [3017] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(449), [3020] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(456), [3023] = {.count = 1, .reusable = true}, SHIFT(1328), [3025] = {.count = 1, .reusable = false}, SHIFT(1329), [3027] = {.count = 1, .reusable = true}, SHIFT(1330), [3029] = {.count = 1, .reusable = true}, SHIFT(1332), [3031] = {.count = 1, .reusable = true}, SHIFT(1333), [3033] = {.count = 1, .reusable = true}, SHIFT(1334), [3035] = {.count = 1, .reusable = true}, SHIFT(1335), [3037] = {.count = 1, .reusable = false}, SHIFT(1337), [3039] = {.count = 1, .reusable = true}, SHIFT(1337), [3041] = {.count = 1, .reusable = true}, SHIFT(1336), [3043] = {.count = 1, .reusable = true}, SHIFT(1338), [3045] = {.count = 1, .reusable = false}, SHIFT(1340), [3047] = {.count = 1, .reusable = true}, SHIFT(1340), [3049] = {.count = 1, .reusable = true}, SHIFT(1339), [3051] = {.count = 1, .reusable = false}, SHIFT(1342), [3053] = {.count = 1, .reusable = true}, SHIFT(1342), [3055] = {.count = 1, .reusable = true}, SHIFT(1341), [3057] = {.count = 1, .reusable = true}, SHIFT(1343), [3059] = {.count = 1, .reusable = true}, SHIFT(1344), [3061] = {.count = 1, .reusable = true}, SHIFT(1345), [3063] = {.count = 1, .reusable = true}, SHIFT(1347), [3065] = {.count = 1, .reusable = true}, SHIFT(1348), [3067] = {.count = 1, .reusable = true}, SHIFT(1351), [3069] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(478), [3072] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(480), [3075] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(480), [3078] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(481), [3081] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(481), [3084] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(482), [3087] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(479), [3090] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(483), [3093] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(149), [3096] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(150), [3099] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(484), [3102] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(152), [3105] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(153), [3108] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(154), [3111] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(155), [3114] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(484), [3117] = {.count = 1, .reusable = true}, SHIFT(1356), [3119] = {.count = 1, .reusable = true}, SHIFT(1357), [3121] = {.count = 1, .reusable = false}, SHIFT(1358), [3123] = {.count = 1, .reusable = true}, SHIFT(1358), [3125] = {.count = 1, .reusable = true}, SHIFT(1360), [3127] = {.count = 1, .reusable = true}, SHIFT(1361), [3129] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(494), [3132] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(495), [3135] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(496), [3138] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(496), [3141] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(499), [3144] = {.count = 2, .reusable = true}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(500), [3147] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(500), [3150] = {.count = 1, .reusable = true}, SHIFT(1365), [3152] = {.count = 1, .reusable = true}, SHIFT(1366), [3154] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(506), [3157] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(508), [3160] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(508), [3163] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(509), [3166] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(507), [3169] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(510), [3172] = {.count = 2, .reusable = true}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(511), [3175] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(511), [3178] = {.count = 1, .reusable = true}, REDUCE(aux_sym_heredoc_repeat1, 1), [3180] = {.count = 1, .reusable = false}, REDUCE(aux_sym_heredoc_repeat1, 1), [3182] = {.count = 1, .reusable = true}, REDUCE(sym_heredoc, 2), [3184] = {.count = 1, .reusable = false}, REDUCE(sym_heredoc, 2), [3186] = {.count = 1, .reusable = true}, SHIFT(1371), [3188] = {.count = 1, .reusable = false}, SHIFT(1372), [3190] = {.count = 1, .reusable = false}, SHIFT(1371), [3192] = {.count = 1, .reusable = true}, SHIFT(1373), [3194] = {.count = 1, .reusable = true}, SHIFT(1374), [3196] = {.count = 1, .reusable = true}, SHIFT(1375), [3198] = {.count = 1, .reusable = false}, SHIFT(1376), [3200] = {.count = 1, .reusable = false}, SHIFT(1374), [3202] = {.count = 1, .reusable = true}, SHIFT(1378), [3204] = {.count = 1, .reusable = false}, REDUCE(sym_command, 4), [3206] = {.count = 1, .reusable = true}, REDUCE(sym_command, 4), [3208] = {.count = 1, .reusable = true}, SHIFT(1380), [3210] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 5, .alias_sequence_id = 6), [3212] = {.count = 1, .reusable = true}, SHIFT(1381), [3214] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 5), [3216] = {.count = 1, .reusable = true}, SHIFT(1382), [3218] = {.count = 1, .reusable = false}, SHIFT(1384), [3220] = {.count = 1, .reusable = true}, SHIFT(1385), [3222] = {.count = 1, .reusable = true}, SHIFT(1386), [3224] = {.count = 1, .reusable = false}, SHIFT(1388), [3226] = {.count = 1, .reusable = true}, SHIFT(1388), [3228] = {.count = 1, .reusable = true}, SHIFT(1387), [3230] = {.count = 1, .reusable = true}, SHIFT(1389), [3232] = {.count = 1, .reusable = true}, SHIFT(1390), [3234] = {.count = 1, .reusable = false}, SHIFT(1391), [3236] = {.count = 1, .reusable = false}, SHIFT(1390), [3238] = {.count = 1, .reusable = true}, SHIFT(1393), [3240] = {.count = 1, .reusable = false}, SHIFT(1395), [3242] = {.count = 1, .reusable = true}, SHIFT(1395), [3244] = {.count = 1, .reusable = true}, SHIFT(1394), [3246] = {.count = 1, .reusable = true}, SHIFT(1396), [3248] = {.count = 1, .reusable = false}, SHIFT(1398), [3250] = {.count = 1, .reusable = true}, SHIFT(1398), [3252] = {.count = 1, .reusable = true}, SHIFT(1397), [3254] = {.count = 1, .reusable = true}, SHIFT(1399), [3256] = {.count = 1, .reusable = true}, SHIFT(1400), [3258] = {.count = 1, .reusable = true}, REDUCE(sym_array, 3), [3260] = {.count = 1, .reusable = false}, REDUCE(sym_array, 3), [3262] = {.count = 1, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), [3264] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(546), [3267] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(547), [3270] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(548), [3273] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(549), [3276] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(550), [3279] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(551), [3282] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(552), [3285] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(553), [3288] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(555), [3291] = {.count = 1, .reusable = true}, SHIFT(1401), [3293] = {.count = 1, .reusable = false}, SHIFT(1402), [3295] = {.count = 1, .reusable = true}, SHIFT(1403), [3297] = {.count = 1, .reusable = true}, SHIFT(1405), [3299] = {.count = 1, .reusable = true}, SHIFT(1406), [3301] = {.count = 1, .reusable = true}, SHIFT(1407), [3303] = {.count = 1, .reusable = true}, SHIFT(1408), [3305] = {.count = 1, .reusable = false}, SHIFT(1410), [3307] = {.count = 1, .reusable = true}, SHIFT(1410), [3309] = {.count = 1, .reusable = true}, SHIFT(1409), [3311] = {.count = 1, .reusable = true}, SHIFT(1411), [3313] = {.count = 1, .reusable = false}, SHIFT(1413), [3315] = {.count = 1, .reusable = true}, SHIFT(1413), [3317] = {.count = 1, .reusable = true}, SHIFT(1412), [3319] = {.count = 1, .reusable = false}, SHIFT(1415), [3321] = {.count = 1, .reusable = true}, SHIFT(1415), [3323] = {.count = 1, .reusable = true}, SHIFT(1414), [3325] = {.count = 1, .reusable = true}, SHIFT(1416), [3327] = {.count = 1, .reusable = true}, SHIFT(1417), [3329] = {.count = 1, .reusable = true}, SHIFT(1418), [3331] = {.count = 1, .reusable = true}, SHIFT(1419), [3333] = {.count = 1, .reusable = false}, SHIFT(1421), [3335] = {.count = 1, .reusable = true}, SHIFT(1422), [3337] = {.count = 1, .reusable = true}, SHIFT(1423), [3339] = {.count = 1, .reusable = false}, SHIFT(1425), [3341] = {.count = 1, .reusable = true}, SHIFT(1425), [3343] = {.count = 1, .reusable = true}, SHIFT(1424), [3345] = {.count = 1, .reusable = true}, SHIFT(1426), [3347] = {.count = 1, .reusable = true}, SHIFT(1427), [3349] = {.count = 1, .reusable = false}, SHIFT(1428), [3351] = {.count = 1, .reusable = false}, SHIFT(1427), [3353] = {.count = 1, .reusable = true}, SHIFT(1430), [3355] = {.count = 1, .reusable = false}, SHIFT(1432), [3357] = {.count = 1, .reusable = true}, SHIFT(1432), [3359] = {.count = 1, .reusable = true}, SHIFT(1431), [3361] = {.count = 1, .reusable = true}, SHIFT(1433), [3363] = {.count = 1, .reusable = false}, SHIFT(1435), [3365] = {.count = 1, .reusable = true}, SHIFT(1435), [3367] = {.count = 1, .reusable = true}, SHIFT(1434), [3369] = {.count = 1, .reusable = true}, SHIFT(1436), [3371] = {.count = 1, .reusable = true}, SHIFT(1437), [3373] = {.count = 1, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), [3375] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(573), [3378] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(574), [3381] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(575), [3384] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(576), [3387] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(577), [3390] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(578), [3393] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(579), [3396] = {.count = 2, .reusable = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(580), [3399] = {.count = 1, .reusable = false}, SHIFT(1439), [3401] = {.count = 1, .reusable = true}, REDUCE(sym_do_group, 3), [3403] = {.count = 1, .reusable = false}, REDUCE(sym_do_group, 3), [3405] = {.count = 1, .reusable = false}, REDUCE(aux_sym_program_repeat1, 2), [3407] = {.count = 1, .reusable = true}, SHIFT(1440), [3409] = {.count = 1, .reusable = false}, SHIFT(1441), [3411] = {.count = 1, .reusable = true}, SHIFT(1441), [3413] = {.count = 1, .reusable = false}, REDUCE(sym_else_clause, 2), [3415] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 5), [3417] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 5), [3419] = {.count = 1, .reusable = true}, SHIFT(1443), [3421] = {.count = 1, .reusable = true}, REDUCE(aux_sym_if_statement_repeat1, 2), [3423] = {.count = 2, .reusable = true}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(590), [3426] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 5, .alias_sequence_id = 3), [3428] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 5, .alias_sequence_id = 3), [3430] = {.count = 1, .reusable = true}, SHIFT(1445), [3432] = {.count = 1, .reusable = true}, SHIFT(1446), [3434] = {.count = 1, .reusable = true}, SHIFT(1449), [3436] = {.count = 1, .reusable = true}, SHIFT(1451), [3438] = {.count = 1, .reusable = false}, SHIFT(1454), [3440] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 5), [3442] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 5), [3444] = {.count = 1, .reusable = true}, SHIFT(1456), [3446] = {.count = 1, .reusable = false}, SHIFT(1458), [3448] = {.count = 1, .reusable = true}, SHIFT(1460), [3450] = {.count = 1, .reusable = true}, SHIFT(1461), [3452] = {.count = 1, .reusable = true}, SHIFT(1462), [3454] = {.count = 1, .reusable = false}, SHIFT(1463), [3456] = {.count = 1, .reusable = true}, SHIFT(1463), [3458] = {.count = 1, .reusable = false}, SHIFT(1464), [3460] = {.count = 1, .reusable = true}, SHIFT(1465), [3462] = {.count = 1, .reusable = true}, SHIFT(1467), [3464] = {.count = 1, .reusable = true}, SHIFT(1468), [3466] = {.count = 1, .reusable = true}, SHIFT(1469), [3468] = {.count = 1, .reusable = true}, SHIFT(1470), [3470] = {.count = 1, .reusable = true}, SHIFT(1471), [3472] = {.count = 1, .reusable = true}, SHIFT(1472), [3474] = {.count = 1, .reusable = false}, SHIFT(1473), [3476] = {.count = 1, .reusable = true}, SHIFT(1473), [3478] = {.count = 1, .reusable = true}, SHIFT(1474), [3480] = {.count = 1, .reusable = false}, SHIFT(1475), [3482] = {.count = 1, .reusable = true}, SHIFT(1475), [3484] = {.count = 1, .reusable = false}, REDUCE(sym_function_definition, 5), [3486] = {.count = 1, .reusable = true}, REDUCE(sym_function_definition, 5), [3488] = {.count = 1, .reusable = true}, REDUCE(sym_compound_statement, 3), [3490] = {.count = 1, .reusable = false}, REDUCE(sym_compound_statement, 3), [3492] = {.count = 1, .reusable = true}, SHIFT(1477), [3494] = {.count = 1, .reusable = true}, SHIFT(1478), [3496] = {.count = 1, .reusable = false}, SHIFT(1483), [3498] = {.count = 1, .reusable = true}, SHIFT(1483), [3500] = {.count = 1, .reusable = true}, SHIFT(1484), [3502] = {.count = 1, .reusable = true}, SHIFT(1485), [3504] = {.count = 1, .reusable = false}, REDUCE(sym_subshell, 5), [3506] = {.count = 1, .reusable = true}, REDUCE(sym_subshell, 5), [3508] = {.count = 1, .reusable = true}, SHIFT(1487), [3510] = {.count = 1, .reusable = true}, SHIFT(1488), [3512] = {.count = 1, .reusable = true}, SHIFT(1489), [3514] = {.count = 1, .reusable = false}, SHIFT(1490), [3516] = {.count = 1, .reusable = true}, SHIFT(1490), [3518] = {.count = 1, .reusable = false}, SHIFT(1491), [3520] = {.count = 1, .reusable = true}, SHIFT(1492), [3522] = {.count = 1, .reusable = true}, SHIFT(1494), [3524] = {.count = 1, .reusable = true}, SHIFT(1495), [3526] = {.count = 1, .reusable = true}, SHIFT(1496), [3528] = {.count = 1, .reusable = true}, SHIFT(1497), [3530] = {.count = 1, .reusable = true}, SHIFT(1498), [3532] = {.count = 1, .reusable = true}, SHIFT(1499), [3534] = {.count = 1, .reusable = false}, SHIFT(1500), [3536] = {.count = 1, .reusable = true}, SHIFT(1500), [3538] = {.count = 1, .reusable = true}, SHIFT(1501), [3540] = {.count = 1, .reusable = false}, SHIFT(1502), [3542] = {.count = 1, .reusable = true}, SHIFT(1502), [3544] = {.count = 1, .reusable = true}, SHIFT(1503), [3546] = {.count = 1, .reusable = true}, SHIFT(1504), [3548] = {.count = 1, .reusable = true}, SHIFT(1505), [3550] = {.count = 1, .reusable = false}, SHIFT(1506), [3552] = {.count = 1, .reusable = true}, SHIFT(1506), [3554] = {.count = 1, .reusable = false}, SHIFT(1507), [3556] = {.count = 1, .reusable = true}, SHIFT(1508), [3558] = {.count = 1, .reusable = true}, SHIFT(1510), [3560] = {.count = 1, .reusable = true}, SHIFT(1511), [3562] = {.count = 1, .reusable = true}, SHIFT(1512), [3564] = {.count = 1, .reusable = true}, SHIFT(1513), [3566] = {.count = 1, .reusable = true}, SHIFT(1514), [3568] = {.count = 1, .reusable = true}, SHIFT(1515), [3570] = {.count = 1, .reusable = false}, SHIFT(1516), [3572] = {.count = 1, .reusable = true}, SHIFT(1516), [3574] = {.count = 1, .reusable = true}, SHIFT(1517), [3576] = {.count = 1, .reusable = false}, SHIFT(1518), [3578] = {.count = 1, .reusable = true}, SHIFT(1518), [3580] = {.count = 1, .reusable = true}, SHIFT(1519), [3582] = {.count = 1, .reusable = true}, SHIFT(1520), [3584] = {.count = 1, .reusable = true}, SHIFT(1521), [3586] = {.count = 1, .reusable = true}, SHIFT(1522), [3588] = {.count = 1, .reusable = false}, SHIFT(1523), [3590] = {.count = 1, .reusable = true}, SHIFT(1523), [3592] = {.count = 1, .reusable = false}, SHIFT(1524), [3594] = {.count = 1, .reusable = true}, SHIFT(1525), [3596] = {.count = 1, .reusable = true}, SHIFT(1527), [3598] = {.count = 1, .reusable = true}, SHIFT(1528), [3600] = {.count = 1, .reusable = true}, SHIFT(1529), [3602] = {.count = 1, .reusable = true}, SHIFT(1530), [3604] = {.count = 1, .reusable = true}, SHIFT(1531), [3606] = {.count = 1, .reusable = true}, SHIFT(1532), [3608] = {.count = 1, .reusable = false}, SHIFT(1533), [3610] = {.count = 1, .reusable = true}, SHIFT(1533), [3612] = {.count = 1, .reusable = true}, SHIFT(1534), [3614] = {.count = 1, .reusable = false}, SHIFT(1535), [3616] = {.count = 1, .reusable = true}, SHIFT(1535), [3618] = {.count = 1, .reusable = true}, SHIFT(1536), [3620] = {.count = 1, .reusable = true}, SHIFT(1537), [3622] = {.count = 1, .reusable = true}, SHIFT(1538), [3624] = {.count = 1, .reusable = false}, SHIFT(1539), [3626] = {.count = 1, .reusable = true}, SHIFT(1539), [3628] = {.count = 1, .reusable = false}, SHIFT(1540), [3630] = {.count = 1, .reusable = true}, SHIFT(1541), [3632] = {.count = 1, .reusable = true}, SHIFT(1543), [3634] = {.count = 1, .reusable = true}, SHIFT(1544), [3636] = {.count = 1, .reusable = true}, SHIFT(1545), [3638] = {.count = 1, .reusable = true}, SHIFT(1546), [3640] = {.count = 1, .reusable = true}, SHIFT(1547), [3642] = {.count = 1, .reusable = true}, SHIFT(1548), [3644] = {.count = 1, .reusable = false}, SHIFT(1549), [3646] = {.count = 1, .reusable = true}, SHIFT(1549), [3648] = {.count = 1, .reusable = true}, SHIFT(1550), [3650] = {.count = 1, .reusable = false}, SHIFT(1551), [3652] = {.count = 1, .reusable = true}, SHIFT(1551), [3654] = {.count = 1, .reusable = true}, SHIFT(1552), [3656] = {.count = 1, .reusable = true}, SHIFT(1553), [3658] = {.count = 1, .reusable = true}, SHIFT(1554), [3660] = {.count = 1, .reusable = false}, SHIFT(1555), [3662] = {.count = 1, .reusable = true}, SHIFT(1555), [3664] = {.count = 1, .reusable = false}, SHIFT(1556), [3666] = {.count = 1, .reusable = true}, SHIFT(1557), [3668] = {.count = 1, .reusable = true}, SHIFT(1559), [3670] = {.count = 1, .reusable = true}, SHIFT(1560), [3672] = {.count = 1, .reusable = true}, SHIFT(1561), [3674] = {.count = 1, .reusable = true}, SHIFT(1562), [3676] = {.count = 1, .reusable = true}, SHIFT(1563), [3678] = {.count = 1, .reusable = true}, SHIFT(1564), [3680] = {.count = 1, .reusable = false}, SHIFT(1565), [3682] = {.count = 1, .reusable = true}, SHIFT(1565), [3684] = {.count = 1, .reusable = true}, SHIFT(1566), [3686] = {.count = 1, .reusable = false}, SHIFT(1567), [3688] = {.count = 1, .reusable = true}, SHIFT(1567), [3690] = {.count = 1, .reusable = true}, SHIFT(1568), [3692] = {.count = 1, .reusable = true}, SHIFT(1569), [3694] = {.count = 1, .reusable = true}, SHIFT(1570), [3696] = {.count = 1, .reusable = false}, SHIFT(1571), [3698] = {.count = 1, .reusable = true}, SHIFT(1571), [3700] = {.count = 1, .reusable = false}, SHIFT(1572), [3702] = {.count = 1, .reusable = true}, SHIFT(1573), [3704] = {.count = 1, .reusable = true}, SHIFT(1575), [3706] = {.count = 1, .reusable = true}, SHIFT(1576), [3708] = {.count = 1, .reusable = true}, SHIFT(1577), [3710] = {.count = 1, .reusable = true}, SHIFT(1578), [3712] = {.count = 1, .reusable = true}, SHIFT(1579), [3714] = {.count = 1, .reusable = true}, SHIFT(1580), [3716] = {.count = 1, .reusable = false}, SHIFT(1581), [3718] = {.count = 1, .reusable = true}, SHIFT(1581), [3720] = {.count = 1, .reusable = true}, SHIFT(1582), [3722] = {.count = 1, .reusable = false}, SHIFT(1583), [3724] = {.count = 1, .reusable = true}, SHIFT(1583), [3726] = {.count = 1, .reusable = true}, SHIFT(1584), [3728] = {.count = 1, .reusable = true}, SHIFT(1585), [3730] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 4, .alias_sequence_id = 6), [3732] = {.count = 1, .reusable = true}, SHIFT(1586), [3734] = {.count = 1, .reusable = true}, SHIFT(1587), [3736] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 4), [3738] = {.count = 1, .reusable = true}, SHIFT(1588), [3740] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 9), [3742] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 9), [3744] = {.count = 1, .reusable = false}, SHIFT(1590), [3746] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5), [3748] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5), [3750] = {.count = 1, .reusable = true}, SHIFT(1591), [3752] = {.count = 1, .reusable = true}, SHIFT(1592), [3754] = {.count = 1, .reusable = false}, SHIFT(1594), [3756] = {.count = 1, .reusable = true}, SHIFT(1594), [3758] = {.count = 1, .reusable = true}, SHIFT(1593), [3760] = {.count = 1, .reusable = true}, SHIFT(1595), [3762] = {.count = 1, .reusable = true}, SHIFT(1596), [3764] = {.count = 1, .reusable = false}, SHIFT(1597), [3766] = {.count = 1, .reusable = false}, SHIFT(1596), [3768] = {.count = 1, .reusable = true}, SHIFT(1599), [3770] = {.count = 1, .reusable = false}, SHIFT(1601), [3772] = {.count = 1, .reusable = true}, SHIFT(1601), [3774] = {.count = 1, .reusable = true}, SHIFT(1600), [3776] = {.count = 1, .reusable = true}, SHIFT(1602), [3778] = {.count = 1, .reusable = false}, SHIFT(1604), [3780] = {.count = 1, .reusable = true}, SHIFT(1604), [3782] = {.count = 1, .reusable = true}, SHIFT(1603), [3784] = {.count = 1, .reusable = true}, SHIFT(1605), [3786] = {.count = 1, .reusable = true}, SHIFT(1606), [3788] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(785), [3791] = {.count = 1, .reusable = true}, SHIFT(1607), [3793] = {.count = 1, .reusable = false}, SHIFT(1608), [3795] = {.count = 1, .reusable = true}, SHIFT(1609), [3797] = {.count = 1, .reusable = true}, SHIFT(1611), [3799] = {.count = 1, .reusable = true}, SHIFT(1612), [3801] = {.count = 1, .reusable = true}, SHIFT(1613), [3803] = {.count = 1, .reusable = true}, SHIFT(1614), [3805] = {.count = 1, .reusable = false}, SHIFT(1616), [3807] = {.count = 1, .reusable = true}, SHIFT(1616), [3809] = {.count = 1, .reusable = true}, SHIFT(1615), [3811] = {.count = 1, .reusable = true}, SHIFT(1617), [3813] = {.count = 1, .reusable = false}, SHIFT(1619), [3815] = {.count = 1, .reusable = true}, SHIFT(1619), [3817] = {.count = 1, .reusable = true}, SHIFT(1618), [3819] = {.count = 1, .reusable = false}, SHIFT(1621), [3821] = {.count = 1, .reusable = true}, SHIFT(1621), [3823] = {.count = 1, .reusable = true}, SHIFT(1620), [3825] = {.count = 1, .reusable = true}, SHIFT(1622), [3827] = {.count = 1, .reusable = true}, SHIFT(1623), [3829] = {.count = 1, .reusable = true}, SHIFT(1624), [3831] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 10), [3833] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 10), [3835] = {.count = 1, .reusable = true}, SHIFT(1625), [3837] = {.count = 1, .reusable = true}, SHIFT(1626), [3839] = {.count = 1, .reusable = true}, SHIFT(1627), [3841] = {.count = 1, .reusable = true}, SHIFT(1628), [3843] = {.count = 1, .reusable = false}, SHIFT(1629), [3845] = {.count = 1, .reusable = true}, SHIFT(1629), [3847] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 7), [3849] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 7), [3851] = {.count = 1, .reusable = true}, SHIFT(1630), [3853] = {.count = 1, .reusable = false}, SHIFT(1631), [3855] = {.count = 1, .reusable = true}, SHIFT(1631), [3857] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 8), [3859] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 8), [3861] = {.count = 1, .reusable = true}, SHIFT(1632), [3863] = {.count = 1, .reusable = false}, SHIFT(1633), [3865] = {.count = 1, .reusable = true}, SHIFT(1633), [3867] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 11), [3869] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 11), [3871] = {.count = 1, .reusable = true}, SHIFT(1634), [3873] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 5, .alias_sequence_id = 12), [3875] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 5, .alias_sequence_id = 12), [3877] = {.count = 1, .reusable = true}, SHIFT(1635), [3879] = {.count = 1, .reusable = true}, SHIFT(1636), [3881] = {.count = 1, .reusable = false}, SHIFT(1638), [3883] = {.count = 1, .reusable = true}, SHIFT(1638), [3885] = {.count = 1, .reusable = false}, SHIFT(1639), [3887] = {.count = 1, .reusable = false}, SHIFT(1641), [3889] = {.count = 1, .reusable = true}, SHIFT(1642), [3891] = {.count = 1, .reusable = false}, SHIFT(1642), [3893] = {.count = 1, .reusable = false}, SHIFT(1645), [3895] = {.count = 1, .reusable = false}, SHIFT(1648), [3897] = {.count = 1, .reusable = true}, SHIFT(1648), [3899] = {.count = 1, .reusable = false}, SHIFT(1649), [3901] = {.count = 1, .reusable = false}, SHIFT(1652), [3903] = {.count = 1, .reusable = true}, SHIFT(1652), [3905] = {.count = 1, .reusable = true}, SHIFT(1654), [3907] = {.count = 1, .reusable = false}, SHIFT(1655), [3909] = {.count = 1, .reusable = true}, SHIFT(1655), [3911] = {.count = 1, .reusable = true}, SHIFT(1656), [3913] = {.count = 1, .reusable = true}, SHIFT(1657), [3915] = {.count = 1, .reusable = true}, SHIFT(1659), [3917] = {.count = 1, .reusable = true}, SHIFT(1660), [3919] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(841), [3922] = {.count = 1, .reusable = true}, SHIFT(1662), [3924] = {.count = 1, .reusable = false}, SHIFT(1663), [3926] = {.count = 1, .reusable = true}, SHIFT(1664), [3928] = {.count = 1, .reusable = true}, SHIFT(1666), [3930] = {.count = 1, .reusable = true}, SHIFT(1667), [3932] = {.count = 1, .reusable = true}, SHIFT(1668), [3934] = {.count = 1, .reusable = true}, SHIFT(1669), [3936] = {.count = 1, .reusable = false}, SHIFT(1671), [3938] = {.count = 1, .reusable = true}, SHIFT(1671), [3940] = {.count = 1, .reusable = true}, SHIFT(1670), [3942] = {.count = 1, .reusable = true}, SHIFT(1672), [3944] = {.count = 1, .reusable = false}, SHIFT(1674), [3946] = {.count = 1, .reusable = true}, SHIFT(1674), [3948] = {.count = 1, .reusable = true}, SHIFT(1673), [3950] = {.count = 1, .reusable = false}, SHIFT(1676), [3952] = {.count = 1, .reusable = true}, SHIFT(1676), [3954] = {.count = 1, .reusable = true}, SHIFT(1675), [3956] = {.count = 1, .reusable = true}, SHIFT(1677), [3958] = {.count = 1, .reusable = true}, SHIFT(1678), [3960] = {.count = 1, .reusable = true}, SHIFT(1679), [3962] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(860), [3965] = {.count = 1, .reusable = true}, SHIFT(1680), [3967] = {.count = 1, .reusable = false}, SHIFT(1681), [3969] = {.count = 1, .reusable = true}, SHIFT(1682), [3971] = {.count = 1, .reusable = true}, SHIFT(1684), [3973] = {.count = 1, .reusable = true}, SHIFT(1685), [3975] = {.count = 1, .reusable = true}, SHIFT(1686), [3977] = {.count = 1, .reusable = true}, SHIFT(1687), [3979] = {.count = 1, .reusable = false}, SHIFT(1689), [3981] = {.count = 1, .reusable = true}, SHIFT(1689), [3983] = {.count = 1, .reusable = true}, SHIFT(1688), [3985] = {.count = 1, .reusable = true}, SHIFT(1690), [3987] = {.count = 1, .reusable = false}, SHIFT(1692), [3989] = {.count = 1, .reusable = true}, SHIFT(1692), [3991] = {.count = 1, .reusable = true}, SHIFT(1691), [3993] = {.count = 1, .reusable = false}, SHIFT(1694), [3995] = {.count = 1, .reusable = true}, SHIFT(1694), [3997] = {.count = 1, .reusable = true}, SHIFT(1693), [3999] = {.count = 1, .reusable = true}, SHIFT(1695), [4001] = {.count = 1, .reusable = true}, SHIFT(1696), [4003] = {.count = 1, .reusable = true}, SHIFT(1697), [4005] = {.count = 1, .reusable = true}, SHIFT(1698), [4007] = {.count = 1, .reusable = true}, SHIFT(1699), [4009] = {.count = 1, .reusable = true}, SHIFT(1700), [4011] = {.count = 1, .reusable = false}, SHIFT(1701), [4013] = {.count = 1, .reusable = true}, SHIFT(1701), [4015] = {.count = 1, .reusable = false}, SHIFT(1702), [4017] = {.count = 1, .reusable = true}, SHIFT(1703), [4019] = {.count = 1, .reusable = true}, SHIFT(1705), [4021] = {.count = 1, .reusable = true}, SHIFT(1706), [4023] = {.count = 1, .reusable = true}, SHIFT(1707), [4025] = {.count = 1, .reusable = true}, SHIFT(1708), [4027] = {.count = 1, .reusable = true}, SHIFT(1709), [4029] = {.count = 1, .reusable = true}, SHIFT(1710), [4031] = {.count = 1, .reusable = false}, SHIFT(1711), [4033] = {.count = 1, .reusable = true}, SHIFT(1711), [4035] = {.count = 1, .reusable = true}, SHIFT(1712), [4037] = {.count = 1, .reusable = false}, SHIFT(1713), [4039] = {.count = 1, .reusable = true}, SHIFT(1713), [4041] = {.count = 1, .reusable = true}, SHIFT(1716), [4043] = {.count = 1, .reusable = false}, SHIFT(1719), [4045] = {.count = 1, .reusable = true}, SHIFT(1719), [4047] = {.count = 1, .reusable = true}, SHIFT(1720), [4049] = {.count = 1, .reusable = true}, SHIFT(1721), [4051] = {.count = 1, .reusable = true}, SHIFT(1723), [4053] = {.count = 1, .reusable = true}, SHIFT(1724), [4055] = {.count = 1, .reusable = false}, SHIFT(1726), [4057] = {.count = 1, .reusable = true}, SHIFT(1726), [4059] = {.count = 1, .reusable = true}, SHIFT(1725), [4061] = {.count = 1, .reusable = true}, SHIFT(1727), [4063] = {.count = 1, .reusable = true}, SHIFT(1728), [4065] = {.count = 1, .reusable = false}, SHIFT(1729), [4067] = {.count = 1, .reusable = false}, SHIFT(1728), [4069] = {.count = 1, .reusable = true}, SHIFT(1731), [4071] = {.count = 1, .reusable = false}, SHIFT(1733), [4073] = {.count = 1, .reusable = true}, SHIFT(1733), [4075] = {.count = 1, .reusable = true}, SHIFT(1732), [4077] = {.count = 1, .reusable = true}, SHIFT(1734), [4079] = {.count = 1, .reusable = false}, SHIFT(1736), [4081] = {.count = 1, .reusable = true}, SHIFT(1736), [4083] = {.count = 1, .reusable = true}, SHIFT(1735), [4085] = {.count = 1, .reusable = true}, REDUCE(sym_heredoc, 3), [4087] = {.count = 1, .reusable = false}, REDUCE(sym_heredoc, 3), [4089] = {.count = 2, .reusable = true}, REDUCE(aux_sym_heredoc_repeat1, 2), SHIFT_REPEAT(952), [4092] = {.count = 1, .reusable = true}, REDUCE(aux_sym_heredoc_repeat1, 2), [4094] = {.count = 2, .reusable = false}, REDUCE(aux_sym_heredoc_repeat1, 2), SHIFT_REPEAT(954), [4097] = {.count = 2, .reusable = true}, REDUCE(aux_sym_heredoc_repeat1, 2), SHIFT_REPEAT(955), [4100] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 6, .alias_sequence_id = 6), [4102] = {.count = 1, .reusable = true}, REDUCE(sym_subscript, 6), [4104] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(965), [4107] = {.count = 1, .reusable = true}, SHIFT(1737), [4109] = {.count = 1, .reusable = false}, SHIFT(1738), [4111] = {.count = 1, .reusable = true}, SHIFT(1739), [4113] = {.count = 1, .reusable = true}, SHIFT(1741), [4115] = {.count = 1, .reusable = true}, SHIFT(1742), [4117] = {.count = 1, .reusable = true}, SHIFT(1743), [4119] = {.count = 1, .reusable = true}, SHIFT(1744), [4121] = {.count = 1, .reusable = false}, SHIFT(1746), [4123] = {.count = 1, .reusable = true}, SHIFT(1746), [4125] = {.count = 1, .reusable = true}, SHIFT(1745), [4127] = {.count = 1, .reusable = true}, SHIFT(1747), [4129] = {.count = 1, .reusable = false}, SHIFT(1749), [4131] = {.count = 1, .reusable = true}, SHIFT(1749), [4133] = {.count = 1, .reusable = true}, SHIFT(1748), [4135] = {.count = 1, .reusable = false}, SHIFT(1751), [4137] = {.count = 1, .reusable = true}, SHIFT(1751), [4139] = {.count = 1, .reusable = true}, SHIFT(1750), [4141] = {.count = 1, .reusable = true}, SHIFT(1752), [4143] = {.count = 1, .reusable = true}, SHIFT(1753), [4145] = {.count = 1, .reusable = true}, SHIFT(1754), [4147] = {.count = 1, .reusable = true}, SHIFT(1755), [4149] = {.count = 1, .reusable = true}, SHIFT(1756), [4151] = {.count = 1, .reusable = true}, SHIFT(1757), [4153] = {.count = 1, .reusable = false}, SHIFT(1758), [4155] = {.count = 1, .reusable = true}, SHIFT(1758), [4157] = {.count = 1, .reusable = false}, SHIFT(1759), [4159] = {.count = 1, .reusable = true}, SHIFT(1760), [4161] = {.count = 1, .reusable = true}, SHIFT(1762), [4163] = {.count = 1, .reusable = true}, SHIFT(1763), [4165] = {.count = 1, .reusable = true}, SHIFT(1764), [4167] = {.count = 1, .reusable = true}, SHIFT(1765), [4169] = {.count = 1, .reusable = true}, SHIFT(1766), [4171] = {.count = 1, .reusable = true}, SHIFT(1767), [4173] = {.count = 1, .reusable = false}, SHIFT(1768), [4175] = {.count = 1, .reusable = true}, SHIFT(1768), [4177] = {.count = 1, .reusable = true}, SHIFT(1769), [4179] = {.count = 1, .reusable = false}, SHIFT(1770), [4181] = {.count = 1, .reusable = true}, SHIFT(1770), [4183] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(1004), [4186] = {.count = 1, .reusable = true}, SHIFT(1771), [4188] = {.count = 1, .reusable = false}, SHIFT(1772), [4190] = {.count = 1, .reusable = true}, SHIFT(1773), [4192] = {.count = 1, .reusable = true}, SHIFT(1775), [4194] = {.count = 1, .reusable = true}, SHIFT(1776), [4196] = {.count = 1, .reusable = true}, SHIFT(1777), [4198] = {.count = 1, .reusable = true}, SHIFT(1778), [4200] = {.count = 1, .reusable = false}, SHIFT(1780), [4202] = {.count = 1, .reusable = true}, SHIFT(1780), [4204] = {.count = 1, .reusable = true}, SHIFT(1779), [4206] = {.count = 1, .reusable = true}, SHIFT(1781), [4208] = {.count = 1, .reusable = false}, SHIFT(1783), [4210] = {.count = 1, .reusable = true}, SHIFT(1783), [4212] = {.count = 1, .reusable = true}, SHIFT(1782), [4214] = {.count = 1, .reusable = false}, SHIFT(1785), [4216] = {.count = 1, .reusable = true}, SHIFT(1785), [4218] = {.count = 1, .reusable = true}, SHIFT(1784), [4220] = {.count = 1, .reusable = true}, SHIFT(1786), [4222] = {.count = 1, .reusable = true}, SHIFT(1787), [4224] = {.count = 1, .reusable = true}, SHIFT(1788), [4226] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 6, .alias_sequence_id = 5), [4228] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 6, .alias_sequence_id = 5), [4230] = {.count = 1, .reusable = false}, REDUCE(sym_elif_clause, 3), [4232] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 6), [4234] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 6), [4236] = {.count = 1, .reusable = true}, SHIFT(1790), [4238] = {.count = 1, .reusable = true}, SHIFT(1791), [4240] = {.count = 1, .reusable = true}, SHIFT(1792), [4242] = {.count = 1, .reusable = true}, SHIFT(1794), [4244] = {.count = 1, .reusable = false}, SHIFT(1795), [4246] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 2, .alias_sequence_id = 1), [4248] = {.count = 1, .reusable = true}, SHIFT(1796), [4250] = {.count = 1, .reusable = false}, SHIFT(1797), [4252] = {.count = 1, .reusable = false}, SHIFT(1798), [4254] = {.count = 1, .reusable = true}, SHIFT(1799), [4256] = {.count = 1, .reusable = false}, SHIFT(1800), [4258] = {.count = 1, .reusable = false}, SHIFT(1801), [4260] = {.count = 1, .reusable = false}, SHIFT(1802), [4262] = {.count = 1, .reusable = true}, SHIFT(1803), [4264] = {.count = 1, .reusable = false}, SHIFT(1804), [4266] = {.count = 1, .reusable = true}, SHIFT(1805), [4268] = {.count = 1, .reusable = true}, SHIFT(1806), [4270] = {.count = 1, .reusable = true}, SHIFT(1807), [4272] = {.count = 1, .reusable = true}, SHIFT(1808), [4274] = {.count = 1, .reusable = true}, SHIFT(1809), [4276] = {.count = 1, .reusable = false}, SHIFT(1810), [4278] = {.count = 1, .reusable = true}, SHIFT(1818), [4280] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 2), [4282] = {.count = 1, .reusable = true}, SHIFT(1821), [4284] = {.count = 1, .reusable = true}, SHIFT(1825), [4286] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 6, .alias_sequence_id = 13), [4288] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 6, .alias_sequence_id = 13), [4290] = {.count = 1, .reusable = true}, SHIFT(1826), [4292] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1827), [4295] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(80), [4298] = {.count = 2, .reusable = false}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(81), [4301] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1828), [4304] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(83), [4307] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(84), [4310] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(85), [4313] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(86), [4316] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 6, .alias_sequence_id = 3), [4318] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 6, .alias_sequence_id = 3), [4320] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 6, .alias_sequence_id = 14), [4322] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 6, .alias_sequence_id = 14), [4324] = {.count = 1, .reusable = true}, SHIFT(1831), [4326] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 6), [4328] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 6), [4330] = {.count = 1, .reusable = true}, SHIFT(1833), [4332] = {.count = 1, .reusable = true}, SHIFT(1834), [4334] = {.count = 1, .reusable = true}, SHIFT(1835), [4336] = {.count = 1, .reusable = true}, SHIFT(1836), [4338] = {.count = 1, .reusable = false}, SHIFT(1837), [4340] = {.count = 1, .reusable = true}, SHIFT(1837), [4342] = {.count = 1, .reusable = true}, SHIFT(1838), [4344] = {.count = 1, .reusable = false}, SHIFT(1839), [4346] = {.count = 1, .reusable = true}, SHIFT(1839), [4348] = {.count = 1, .reusable = true}, SHIFT(1840), [4350] = {.count = 1, .reusable = false}, SHIFT(1841), [4352] = {.count = 1, .reusable = true}, SHIFT(1841), [4354] = {.count = 1, .reusable = true}, SHIFT(1842), [4356] = {.count = 1, .reusable = true}, SHIFT(1843), [4358] = {.count = 1, .reusable = false}, REDUCE(sym_function_definition, 6), [4360] = {.count = 1, .reusable = true}, REDUCE(sym_function_definition, 6), [4362] = {.count = 1, .reusable = true}, SHIFT(1845), [4364] = {.count = 1, .reusable = true}, SHIFT(1846), [4366] = {.count = 1, .reusable = true}, SHIFT(1848), [4368] = {.count = 1, .reusable = true}, SHIFT(1849), [4370] = {.count = 1, .reusable = true}, SHIFT(1850), [4372] = {.count = 1, .reusable = true}, SHIFT(1851), [4374] = {.count = 1, .reusable = false}, SHIFT(1852), [4376] = {.count = 1, .reusable = true}, SHIFT(1852), [4378] = {.count = 1, .reusable = true}, SHIFT(1853), [4380] = {.count = 1, .reusable = false}, SHIFT(1854), [4382] = {.count = 1, .reusable = true}, SHIFT(1854), [4384] = {.count = 1, .reusable = true}, SHIFT(1855), [4386] = {.count = 1, .reusable = false}, SHIFT(1856), [4388] = {.count = 1, .reusable = true}, SHIFT(1856), [4390] = {.count = 1, .reusable = true}, SHIFT(1857), [4392] = {.count = 1, .reusable = true}, SHIFT(1858), [4394] = {.count = 1, .reusable = true}, SHIFT(1859), [4396] = {.count = 1, .reusable = true}, SHIFT(1860), [4398] = {.count = 1, .reusable = true}, SHIFT(1861), [4400] = {.count = 1, .reusable = true}, SHIFT(1862), [4402] = {.count = 1, .reusable = false}, SHIFT(1863), [4404] = {.count = 1, .reusable = true}, SHIFT(1863), [4406] = {.count = 1, .reusable = true}, SHIFT(1864), [4408] = {.count = 1, .reusable = false}, SHIFT(1865), [4410] = {.count = 1, .reusable = true}, SHIFT(1865), [4412] = {.count = 1, .reusable = true}, SHIFT(1866), [4414] = {.count = 1, .reusable = false}, SHIFT(1867), [4416] = {.count = 1, .reusable = true}, SHIFT(1867), [4418] = {.count = 1, .reusable = true}, SHIFT(1868), [4420] = {.count = 1, .reusable = true}, SHIFT(1869), [4422] = {.count = 1, .reusable = true}, SHIFT(1870), [4424] = {.count = 1, .reusable = true}, SHIFT(1871), [4426] = {.count = 1, .reusable = true}, SHIFT(1872), [4428] = {.count = 1, .reusable = true}, SHIFT(1873), [4430] = {.count = 1, .reusable = false}, SHIFT(1874), [4432] = {.count = 1, .reusable = true}, SHIFT(1874), [4434] = {.count = 1, .reusable = true}, SHIFT(1875), [4436] = {.count = 1, .reusable = false}, SHIFT(1876), [4438] = {.count = 1, .reusable = true}, SHIFT(1876), [4440] = {.count = 1, .reusable = true}, SHIFT(1877), [4442] = {.count = 1, .reusable = false}, SHIFT(1878), [4444] = {.count = 1, .reusable = true}, SHIFT(1878), [4446] = {.count = 1, .reusable = true}, SHIFT(1879), [4448] = {.count = 1, .reusable = true}, SHIFT(1880), [4450] = {.count = 1, .reusable = true}, SHIFT(1881), [4452] = {.count = 1, .reusable = true}, SHIFT(1882), [4454] = {.count = 1, .reusable = true}, SHIFT(1883), [4456] = {.count = 1, .reusable = true}, SHIFT(1884), [4458] = {.count = 1, .reusable = false}, SHIFT(1885), [4460] = {.count = 1, .reusable = true}, SHIFT(1885), [4462] = {.count = 1, .reusable = true}, SHIFT(1886), [4464] = {.count = 1, .reusable = false}, SHIFT(1887), [4466] = {.count = 1, .reusable = true}, SHIFT(1887), [4468] = {.count = 1, .reusable = true}, SHIFT(1888), [4470] = {.count = 1, .reusable = false}, SHIFT(1889), [4472] = {.count = 1, .reusable = true}, SHIFT(1889), [4474] = {.count = 1, .reusable = true}, SHIFT(1890), [4476] = {.count = 1, .reusable = true}, SHIFT(1891), [4478] = {.count = 1, .reusable = true}, SHIFT(1892), [4480] = {.count = 1, .reusable = true}, SHIFT(1893), [4482] = {.count = 1, .reusable = true}, SHIFT(1894), [4484] = {.count = 1, .reusable = true}, SHIFT(1895), [4486] = {.count = 1, .reusable = false}, SHIFT(1896), [4488] = {.count = 1, .reusable = true}, SHIFT(1896), [4490] = {.count = 1, .reusable = true}, SHIFT(1897), [4492] = {.count = 1, .reusable = false}, SHIFT(1898), [4494] = {.count = 1, .reusable = true}, SHIFT(1898), [4496] = {.count = 1, .reusable = true}, SHIFT(1899), [4498] = {.count = 1, .reusable = false}, SHIFT(1900), [4500] = {.count = 1, .reusable = true}, SHIFT(1900), [4502] = {.count = 1, .reusable = true}, SHIFT(1901), [4504] = {.count = 1, .reusable = true}, SHIFT(1902), [4506] = {.count = 1, .reusable = true}, SHIFT(1903), [4508] = {.count = 1, .reusable = true}, SHIFT(1904), [4510] = {.count = 1, .reusable = true}, SHIFT(1905), [4512] = {.count = 1, .reusable = true}, SHIFT(1906), [4514] = {.count = 1, .reusable = false}, SHIFT(1907), [4516] = {.count = 1, .reusable = true}, SHIFT(1907), [4518] = {.count = 1, .reusable = true}, SHIFT(1908), [4520] = {.count = 1, .reusable = false}, SHIFT(1909), [4522] = {.count = 1, .reusable = true}, SHIFT(1909), [4524] = {.count = 1, .reusable = true}, SHIFT(1910), [4526] = {.count = 1, .reusable = false}, SHIFT(1911), [4528] = {.count = 1, .reusable = true}, SHIFT(1911), [4530] = {.count = 1, .reusable = true}, SHIFT(1912), [4532] = {.count = 1, .reusable = true}, SHIFT(1913), [4534] = {.count = 1, .reusable = true}, SHIFT(1914), [4536] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 5, .alias_sequence_id = 6), [4538] = {.count = 1, .reusable = true}, SHIFT(1915), [4540] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 5), [4542] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(1207), [4545] = {.count = 1, .reusable = true}, SHIFT(1916), [4547] = {.count = 1, .reusable = false}, SHIFT(1917), [4549] = {.count = 1, .reusable = true}, SHIFT(1918), [4551] = {.count = 1, .reusable = true}, SHIFT(1920), [4553] = {.count = 1, .reusable = true}, SHIFT(1921), [4555] = {.count = 1, .reusable = true}, SHIFT(1922), [4557] = {.count = 1, .reusable = true}, SHIFT(1923), [4559] = {.count = 1, .reusable = false}, SHIFT(1925), [4561] = {.count = 1, .reusable = true}, SHIFT(1925), [4563] = {.count = 1, .reusable = true}, SHIFT(1924), [4565] = {.count = 1, .reusable = true}, SHIFT(1926), [4567] = {.count = 1, .reusable = false}, SHIFT(1928), [4569] = {.count = 1, .reusable = true}, SHIFT(1928), [4571] = {.count = 1, .reusable = true}, SHIFT(1927), [4573] = {.count = 1, .reusable = false}, SHIFT(1930), [4575] = {.count = 1, .reusable = true}, SHIFT(1930), [4577] = {.count = 1, .reusable = true}, SHIFT(1929), [4579] = {.count = 1, .reusable = true}, SHIFT(1931), [4581] = {.count = 1, .reusable = true}, SHIFT(1932), [4583] = {.count = 1, .reusable = true}, SHIFT(1933), [4585] = {.count = 1, .reusable = true}, SHIFT(1934), [4587] = {.count = 1, .reusable = true}, SHIFT(1935), [4589] = {.count = 1, .reusable = true}, SHIFT(1936), [4591] = {.count = 1, .reusable = false}, SHIFT(1937), [4593] = {.count = 1, .reusable = true}, SHIFT(1937), [4595] = {.count = 1, .reusable = false}, SHIFT(1938), [4597] = {.count = 1, .reusable = true}, SHIFT(1939), [4599] = {.count = 1, .reusable = true}, SHIFT(1941), [4601] = {.count = 1, .reusable = true}, SHIFT(1942), [4603] = {.count = 1, .reusable = true}, SHIFT(1943), [4605] = {.count = 1, .reusable = true}, SHIFT(1944), [4607] = {.count = 1, .reusable = true}, SHIFT(1945), [4609] = {.count = 1, .reusable = true}, SHIFT(1946), [4611] = {.count = 1, .reusable = false}, SHIFT(1947), [4613] = {.count = 1, .reusable = true}, SHIFT(1947), [4615] = {.count = 1, .reusable = true}, SHIFT(1948), [4617] = {.count = 1, .reusable = false}, SHIFT(1949), [4619] = {.count = 1, .reusable = true}, SHIFT(1949), [4621] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 10), [4623] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 10), [4625] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 15), [4627] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 15), [4629] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6), [4631] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6), [4633] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 16), [4635] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 16), [4637] = {.count = 1, .reusable = true}, SHIFT(1950), [4639] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 17), [4641] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 17), [4643] = {.count = 1, .reusable = true}, SHIFT(1951), [4645] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 18), [4647] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 18), [4649] = {.count = 1, .reusable = true}, SHIFT(1952), [4651] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 11), [4653] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 11), [4655] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 6, .alias_sequence_id = 12), [4657] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 6, .alias_sequence_id = 12), [4659] = {.count = 1, .reusable = false}, SHIFT(1954), [4661] = {.count = 1, .reusable = true}, SHIFT(1955), [4663] = {.count = 1, .reusable = true}, SHIFT(1957), [4665] = {.count = 1, .reusable = false}, SHIFT(1959), [4667] = {.count = 1, .reusable = true}, SHIFT(1961), [4669] = {.count = 1, .reusable = false}, SHIFT(1963), [4671] = {.count = 1, .reusable = true}, SHIFT(1966), [4673] = {.count = 1, .reusable = true}, SHIFT(1967), [4675] = {.count = 1, .reusable = true}, SHIFT(1970), [4677] = {.count = 1, .reusable = true}, SHIFT(1971), [4679] = {.count = 1, .reusable = true}, SHIFT(1972), [4681] = {.count = 1, .reusable = true}, SHIFT(1973), [4683] = {.count = 1, .reusable = false}, SHIFT(1974), [4685] = {.count = 1, .reusable = true}, SHIFT(1974), [4687] = {.count = 1, .reusable = false}, SHIFT(1975), [4689] = {.count = 1, .reusable = true}, SHIFT(1976), [4691] = {.count = 1, .reusable = true}, SHIFT(1978), [4693] = {.count = 1, .reusable = true}, SHIFT(1979), [4695] = {.count = 1, .reusable = true}, SHIFT(1980), [4697] = {.count = 1, .reusable = true}, SHIFT(1981), [4699] = {.count = 1, .reusable = true}, SHIFT(1982), [4701] = {.count = 1, .reusable = true}, SHIFT(1983), [4703] = {.count = 1, .reusable = false}, SHIFT(1984), [4705] = {.count = 1, .reusable = true}, SHIFT(1984), [4707] = {.count = 1, .reusable = true}, SHIFT(1985), [4709] = {.count = 1, .reusable = false}, SHIFT(1986), [4711] = {.count = 1, .reusable = true}, SHIFT(1986), [4713] = {.count = 1, .reusable = true}, SHIFT(1987), [4715] = {.count = 1, .reusable = true}, SHIFT(1988), [4717] = {.count = 1, .reusable = true}, SHIFT(1989), [4719] = {.count = 1, .reusable = false}, SHIFT(1990), [4721] = {.count = 1, .reusable = true}, SHIFT(1990), [4723] = {.count = 1, .reusable = false}, SHIFT(1991), [4725] = {.count = 1, .reusable = true}, SHIFT(1992), [4727] = {.count = 1, .reusable = true}, SHIFT(1994), [4729] = {.count = 1, .reusable = true}, SHIFT(1995), [4731] = {.count = 1, .reusable = true}, SHIFT(1996), [4733] = {.count = 1, .reusable = true}, SHIFT(1997), [4735] = {.count = 1, .reusable = true}, SHIFT(1998), [4737] = {.count = 1, .reusable = true}, SHIFT(1999), [4739] = {.count = 1, .reusable = false}, SHIFT(2000), [4741] = {.count = 1, .reusable = true}, SHIFT(2000), [4743] = {.count = 1, .reusable = true}, SHIFT(2001), [4745] = {.count = 1, .reusable = false}, SHIFT(2002), [4747] = {.count = 1, .reusable = true}, SHIFT(2002), [4749] = {.count = 1, .reusable = true}, SHIFT(2003), [4751] = {.count = 1, .reusable = true}, SHIFT(2004), [4753] = {.count = 1, .reusable = true}, SHIFT(2005), [4755] = {.count = 1, .reusable = true}, SHIFT(2006), [4757] = {.count = 1, .reusable = false}, SHIFT(2007), [4759] = {.count = 1, .reusable = true}, SHIFT(2007), [4761] = {.count = 1, .reusable = true}, SHIFT(2008), [4763] = {.count = 1, .reusable = false}, SHIFT(2009), [4765] = {.count = 1, .reusable = true}, SHIFT(2009), [4767] = {.count = 1, .reusable = true}, SHIFT(2010), [4769] = {.count = 1, .reusable = false}, SHIFT(2011), [4771] = {.count = 1, .reusable = true}, SHIFT(2011), [4773] = {.count = 1, .reusable = true}, SHIFT(2012), [4775] = {.count = 1, .reusable = true}, SHIFT(2013), [4777] = {.count = 1, .reusable = true}, SHIFT(2014), [4779] = {.count = 1, .reusable = true}, SHIFT(2015), [4781] = {.count = 1, .reusable = true}, SHIFT(2017), [4783] = {.count = 1, .reusable = false}, SHIFT(2018), [4785] = {.count = 1, .reusable = true}, SHIFT(2019), [4787] = {.count = 1, .reusable = true}, SHIFT(2021), [4789] = {.count = 1, .reusable = true}, SHIFT(2022), [4791] = {.count = 1, .reusable = true}, SHIFT(2023), [4793] = {.count = 1, .reusable = true}, SHIFT(2024), [4795] = {.count = 1, .reusable = false}, SHIFT(2026), [4797] = {.count = 1, .reusable = true}, SHIFT(2026), [4799] = {.count = 1, .reusable = true}, SHIFT(2025), [4801] = {.count = 1, .reusable = true}, SHIFT(2027), [4803] = {.count = 1, .reusable = false}, SHIFT(2029), [4805] = {.count = 1, .reusable = true}, SHIFT(2029), [4807] = {.count = 1, .reusable = true}, SHIFT(2028), [4809] = {.count = 1, .reusable = false}, SHIFT(2031), [4811] = {.count = 1, .reusable = true}, SHIFT(2031), [4813] = {.count = 1, .reusable = true}, SHIFT(2030), [4815] = {.count = 1, .reusable = true}, SHIFT(2032), [4817] = {.count = 1, .reusable = true}, SHIFT(2033), [4819] = {.count = 1, .reusable = true}, SHIFT(2034), [4821] = {.count = 1, .reusable = true}, SHIFT(2035), [4823] = {.count = 1, .reusable = true}, SHIFT(2036), [4825] = {.count = 1, .reusable = true}, SHIFT(2037), [4827] = {.count = 1, .reusable = false}, SHIFT(2038), [4829] = {.count = 1, .reusable = true}, SHIFT(2038), [4831] = {.count = 1, .reusable = false}, SHIFT(2039), [4833] = {.count = 1, .reusable = true}, SHIFT(2040), [4835] = {.count = 1, .reusable = true}, SHIFT(2042), [4837] = {.count = 1, .reusable = true}, SHIFT(2043), [4839] = {.count = 1, .reusable = true}, SHIFT(2044), [4841] = {.count = 1, .reusable = true}, SHIFT(2045), [4843] = {.count = 1, .reusable = true}, SHIFT(2046), [4845] = {.count = 1, .reusable = true}, SHIFT(2047), [4847] = {.count = 1, .reusable = false}, SHIFT(2048), [4849] = {.count = 1, .reusable = true}, SHIFT(2048), [4851] = {.count = 1, .reusable = true}, SHIFT(2049), [4853] = {.count = 1, .reusable = false}, SHIFT(2050), [4855] = {.count = 1, .reusable = true}, SHIFT(2050), [4857] = {.count = 1, .reusable = true}, SHIFT(2051), [4859] = {.count = 1, .reusable = true}, SHIFT(2052), [4861] = {.count = 1, .reusable = true}, SHIFT(2053), [4863] = {.count = 1, .reusable = true}, SHIFT(2054), [4865] = {.count = 1, .reusable = false}, SHIFT(2055), [4867] = {.count = 1, .reusable = true}, SHIFT(2055), [4869] = {.count = 1, .reusable = true}, SHIFT(2056), [4871] = {.count = 1, .reusable = false}, SHIFT(2057), [4873] = {.count = 1, .reusable = true}, SHIFT(2057), [4875] = {.count = 1, .reusable = true}, SHIFT(2058), [4877] = {.count = 1, .reusable = false}, SHIFT(2059), [4879] = {.count = 1, .reusable = true}, SHIFT(2059), [4881] = {.count = 1, .reusable = true}, SHIFT(2060), [4883] = {.count = 1, .reusable = true}, SHIFT(2061), [4885] = {.count = 1, .reusable = true}, SHIFT(2062), [4887] = {.count = 1, .reusable = true}, SHIFT(2063), [4889] = {.count = 1, .reusable = true}, SHIFT(2064), [4891] = {.count = 1, .reusable = false}, SHIFT(2065), [4893] = {.count = 1, .reusable = true}, SHIFT(2065), [4895] = {.count = 1, .reusable = false}, SHIFT(2066), [4897] = {.count = 1, .reusable = true}, SHIFT(2067), [4899] = {.count = 1, .reusable = true}, SHIFT(2069), [4901] = {.count = 1, .reusable = true}, SHIFT(2070), [4903] = {.count = 1, .reusable = true}, SHIFT(2071), [4905] = {.count = 1, .reusable = true}, SHIFT(2072), [4907] = {.count = 1, .reusable = true}, SHIFT(2073), [4909] = {.count = 1, .reusable = true}, SHIFT(2074), [4911] = {.count = 1, .reusable = false}, SHIFT(2075), [4913] = {.count = 1, .reusable = true}, SHIFT(2075), [4915] = {.count = 1, .reusable = true}, SHIFT(2076), [4917] = {.count = 1, .reusable = false}, SHIFT(2077), [4919] = {.count = 1, .reusable = true}, SHIFT(2077), [4921] = {.count = 1, .reusable = false}, REDUCE(sym_elif_clause, 4), [4923] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 7), [4925] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 7), [4927] = {.count = 1, .reusable = true}, REDUCE(aux_sym_case_item_repeat1, 2, .alias_sequence_id = 3), [4929] = {.count = 1, .reusable = true}, REDUCE(aux_sym_case_item_repeat1, 2), [4931] = {.count = 1, .reusable = true}, SHIFT(2078), [4933] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 3, .alias_sequence_id = 1), [4935] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 3, .alias_sequence_id = 1), [4937] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 3, .alias_sequence_id = 1), [4939] = {.count = 1, .reusable = true}, SHIFT(2081), [4941] = {.count = 1, .reusable = true}, SHIFT(2084), [4943] = {.count = 1, .reusable = false}, SHIFT(2085), [4945] = {.count = 1, .reusable = false}, SHIFT(2086), [4947] = {.count = 1, .reusable = false}, SHIFT(2087), [4949] = {.count = 1, .reusable = false}, SHIFT(2088), [4951] = {.count = 1, .reusable = false}, SHIFT(2089), [4953] = {.count = 1, .reusable = false}, SHIFT(2090), [4955] = {.count = 1, .reusable = false}, SHIFT(2091), [4957] = {.count = 1, .reusable = false}, SHIFT(2092), [4959] = {.count = 1, .reusable = false}, SHIFT(2093), [4961] = {.count = 1, .reusable = false}, SHIFT(2096), [4963] = {.count = 1, .reusable = false}, SHIFT(2097), [4965] = {.count = 1, .reusable = false}, SHIFT(2098), [4967] = {.count = 1, .reusable = false}, SHIFT(2099), [4969] = {.count = 1, .reusable = false}, SHIFT(2100), [4971] = {.count = 1, .reusable = false}, SHIFT(2101), [4973] = {.count = 1, .reusable = false}, SHIFT(2102), [4975] = {.count = 1, .reusable = false}, SHIFT(2103), [4977] = {.count = 1, .reusable = false}, SHIFT(2104), [4979] = {.count = 1, .reusable = true}, SHIFT(2106), [4981] = {.count = 1, .reusable = false}, SHIFT(2108), [4983] = {.count = 1, .reusable = true}, SHIFT(2110), [4985] = {.count = 1, .reusable = true}, SHIFT(2111), [4987] = {.count = 1, .reusable = false}, SHIFT(2112), [4989] = {.count = 1, .reusable = false}, SHIFT(2110), [4991] = {.count = 1, .reusable = true}, SHIFT(2113), [4993] = {.count = 1, .reusable = true}, SHIFT(2114), [4995] = {.count = 1, .reusable = true}, SHIFT(2115), [4997] = {.count = 1, .reusable = false}, SHIFT(2116), [4999] = {.count = 1, .reusable = false}, SHIFT(2114), [5001] = {.count = 1, .reusable = false}, SHIFT(2124), [5003] = {.count = 1, .reusable = false}, SHIFT(2125), [5005] = {.count = 1, .reusable = false}, SHIFT(2126), [5007] = {.count = 1, .reusable = false}, SHIFT(2127), [5009] = {.count = 1, .reusable = false}, SHIFT(2128), [5011] = {.count = 1, .reusable = true}, SHIFT(2128), [5013] = {.count = 1, .reusable = true}, SHIFT(2129), [5015] = {.count = 1, .reusable = false}, SHIFT(2130), [5017] = {.count = 1, .reusable = false}, SHIFT(2131), [5019] = {.count = 1, .reusable = false}, SHIFT(2132), [5021] = {.count = 1, .reusable = false}, SHIFT(2133), [5023] = {.count = 1, .reusable = false}, SHIFT(1803), [5025] = {.count = 1, .reusable = false}, SHIFT(2134), [5027] = {.count = 1, .reusable = false}, SHIFT(1806), [5029] = {.count = 1, .reusable = false}, SHIFT(1807), [5031] = {.count = 1, .reusable = false}, SHIFT(1808), [5033] = {.count = 1, .reusable = false}, SHIFT(1809), [5035] = {.count = 1, .reusable = true}, SHIFT(2138), [5037] = {.count = 1, .reusable = true}, SHIFT(1802), [5039] = {.count = 2, .reusable = true}, REDUCE(aux_sym_case_item_repeat1, 2), SHIFT_REPEAT(1445), [5042] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 3), [5044] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 3), [5046] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 3), [5048] = {.count = 1, .reusable = false}, SHIFT(2144), [5050] = {.count = 1, .reusable = true}, SHIFT(2145), [5052] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 7, .alias_sequence_id = 19), [5054] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 7, .alias_sequence_id = 19), [5056] = {.count = 1, .reusable = true}, SHIFT(2149), [5058] = {.count = 1, .reusable = true}, SHIFT(2151), [5060] = {.count = 1, .reusable = true}, SHIFT(2153), [5062] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 7, .alias_sequence_id = 20), [5064] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 7, .alias_sequence_id = 20), [5066] = {.count = 1, .reusable = true}, SHIFT(2154), [5068] = {.count = 1, .reusable = true}, SHIFT(2155), [5070] = {.count = 1, .reusable = true}, SHIFT(2156), [5072] = {.count = 1, .reusable = true}, SHIFT(2157), [5074] = {.count = 1, .reusable = true}, SHIFT(2159), [5076] = {.count = 1, .reusable = true}, SHIFT(2160), [5078] = {.count = 1, .reusable = true}, SHIFT(2161), [5080] = {.count = 1, .reusable = true}, SHIFT(2162), [5082] = {.count = 1, .reusable = true}, SHIFT(2163), [5084] = {.count = 1, .reusable = true}, SHIFT(2164), [5086] = {.count = 1, .reusable = true}, SHIFT(2165), [5088] = {.count = 1, .reusable = true}, SHIFT(2166), [5090] = {.count = 1, .reusable = true}, SHIFT(2167), [5092] = {.count = 1, .reusable = true}, SHIFT(2168), [5094] = {.count = 1, .reusable = true}, SHIFT(2169), [5096] = {.count = 1, .reusable = true}, SHIFT(2170), [5098] = {.count = 1, .reusable = true}, SHIFT(2171), [5100] = {.count = 1, .reusable = true}, SHIFT(2172), [5102] = {.count = 1, .reusable = true}, SHIFT(2173), [5104] = {.count = 1, .reusable = true}, SHIFT(2174), [5106] = {.count = 1, .reusable = true}, SHIFT(2175), [5108] = {.count = 1, .reusable = true}, SHIFT(2176), [5110] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 6, .alias_sequence_id = 6), [5112] = {.count = 1, .reusable = false}, REDUCE(sym_subscript, 6), [5114] = {.count = 1, .reusable = true}, SHIFT(2177), [5116] = {.count = 1, .reusable = true}, SHIFT(2178), [5118] = {.count = 1, .reusable = true}, SHIFT(2179), [5120] = {.count = 1, .reusable = false}, SHIFT(2180), [5122] = {.count = 1, .reusable = true}, SHIFT(2180), [5124] = {.count = 1, .reusable = false}, SHIFT(2181), [5126] = {.count = 1, .reusable = true}, SHIFT(2182), [5128] = {.count = 1, .reusable = true}, SHIFT(2184), [5130] = {.count = 1, .reusable = true}, SHIFT(2185), [5132] = {.count = 1, .reusable = true}, SHIFT(2186), [5134] = {.count = 1, .reusable = true}, SHIFT(2187), [5136] = {.count = 1, .reusable = true}, SHIFT(2188), [5138] = {.count = 1, .reusable = true}, SHIFT(2189), [5140] = {.count = 1, .reusable = false}, SHIFT(2190), [5142] = {.count = 1, .reusable = true}, SHIFT(2190), [5144] = {.count = 1, .reusable = true}, SHIFT(2191), [5146] = {.count = 1, .reusable = false}, SHIFT(2192), [5148] = {.count = 1, .reusable = true}, SHIFT(2192), [5150] = {.count = 1, .reusable = true}, SHIFT(2193), [5152] = {.count = 1, .reusable = true}, SHIFT(2194), [5154] = {.count = 1, .reusable = true}, SHIFT(2195), [5156] = {.count = 1, .reusable = true}, SHIFT(2196), [5158] = {.count = 1, .reusable = false}, SHIFT(2197), [5160] = {.count = 1, .reusable = true}, SHIFT(2197), [5162] = {.count = 1, .reusable = true}, SHIFT(2198), [5164] = {.count = 1, .reusable = false}, SHIFT(2199), [5166] = {.count = 1, .reusable = true}, SHIFT(2199), [5168] = {.count = 1, .reusable = true}, SHIFT(2200), [5170] = {.count = 1, .reusable = false}, SHIFT(2201), [5172] = {.count = 1, .reusable = true}, SHIFT(2201), [5174] = {.count = 1, .reusable = true}, SHIFT(2202), [5176] = {.count = 1, .reusable = true}, SHIFT(2203), [5178] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 7, .alias_sequence_id = 16), [5180] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 7, .alias_sequence_id = 16), [5182] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 7, .alias_sequence_id = 17), [5184] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 7, .alias_sequence_id = 17), [5186] = {.count = 1, .reusable = true}, REDUCE(sym_expansion, 7, .alias_sequence_id = 18), [5188] = {.count = 1, .reusable = false}, REDUCE(sym_expansion, 7, .alias_sequence_id = 18), [5190] = {.count = 1, .reusable = true}, SHIFT(2204), [5192] = {.count = 1, .reusable = true}, SHIFT(2205), [5194] = {.count = 1, .reusable = true}, SHIFT(2207), [5196] = {.count = 1, .reusable = true}, SHIFT(2210), [5198] = {.count = 1, .reusable = true}, SHIFT(2211), [5200] = {.count = 1, .reusable = true}, SHIFT(2212), [5202] = {.count = 1, .reusable = true}, SHIFT(2213), [5204] = {.count = 1, .reusable = false}, SHIFT(2214), [5206] = {.count = 1, .reusable = true}, SHIFT(2214), [5208] = {.count = 1, .reusable = true}, SHIFT(2215), [5210] = {.count = 1, .reusable = false}, SHIFT(2216), [5212] = {.count = 1, .reusable = true}, SHIFT(2216), [5214] = {.count = 1, .reusable = true}, SHIFT(2217), [5216] = {.count = 1, .reusable = false}, SHIFT(2218), [5218] = {.count = 1, .reusable = true}, SHIFT(2218), [5220] = {.count = 1, .reusable = true}, SHIFT(2219), [5222] = {.count = 1, .reusable = true}, SHIFT(2220), [5224] = {.count = 1, .reusable = true}, SHIFT(2221), [5226] = {.count = 1, .reusable = true}, SHIFT(2222), [5228] = {.count = 1, .reusable = true}, SHIFT(2223), [5230] = {.count = 1, .reusable = true}, SHIFT(2224), [5232] = {.count = 1, .reusable = false}, SHIFT(2225), [5234] = {.count = 1, .reusable = true}, SHIFT(2225), [5236] = {.count = 1, .reusable = true}, SHIFT(2226), [5238] = {.count = 1, .reusable = false}, SHIFT(2227), [5240] = {.count = 1, .reusable = true}, SHIFT(2227), [5242] = {.count = 1, .reusable = true}, SHIFT(2228), [5244] = {.count = 1, .reusable = false}, SHIFT(2229), [5246] = {.count = 1, .reusable = true}, SHIFT(2229), [5248] = {.count = 1, .reusable = true}, SHIFT(2230), [5250] = {.count = 1, .reusable = true}, SHIFT(2231), [5252] = {.count = 1, .reusable = true}, SHIFT(2232), [5254] = {.count = 1, .reusable = true}, SHIFT(2233), [5256] = {.count = 1, .reusable = true}, SHIFT(2234), [5258] = {.count = 1, .reusable = true}, SHIFT(2236), [5260] = {.count = 1, .reusable = true}, SHIFT(2237), [5262] = {.count = 1, .reusable = true}, SHIFT(2238), [5264] = {.count = 1, .reusable = false}, SHIFT(2239), [5266] = {.count = 1, .reusable = true}, SHIFT(2239), [5268] = {.count = 1, .reusable = false}, SHIFT(2240), [5270] = {.count = 1, .reusable = true}, SHIFT(2241), [5272] = {.count = 1, .reusable = true}, SHIFT(2243), [5274] = {.count = 1, .reusable = true}, SHIFT(2244), [5276] = {.count = 1, .reusable = true}, SHIFT(2245), [5278] = {.count = 1, .reusable = true}, SHIFT(2246), [5280] = {.count = 1, .reusable = true}, SHIFT(2247), [5282] = {.count = 1, .reusable = true}, SHIFT(2248), [5284] = {.count = 1, .reusable = false}, SHIFT(2249), [5286] = {.count = 1, .reusable = true}, SHIFT(2249), [5288] = {.count = 1, .reusable = true}, SHIFT(2250), [5290] = {.count = 1, .reusable = false}, SHIFT(2251), [5292] = {.count = 1, .reusable = true}, SHIFT(2251), [5294] = {.count = 1, .reusable = true}, SHIFT(2252), [5296] = {.count = 1, .reusable = true}, SHIFT(2253), [5298] = {.count = 1, .reusable = true}, SHIFT(2254), [5300] = {.count = 1, .reusable = true}, SHIFT(2255), [5302] = {.count = 1, .reusable = false}, SHIFT(2256), [5304] = {.count = 1, .reusable = true}, SHIFT(2256), [5306] = {.count = 1, .reusable = true}, SHIFT(2257), [5308] = {.count = 1, .reusable = false}, SHIFT(2258), [5310] = {.count = 1, .reusable = true}, SHIFT(2258), [5312] = {.count = 1, .reusable = true}, SHIFT(2259), [5314] = {.count = 1, .reusable = false}, SHIFT(2260), [5316] = {.count = 1, .reusable = true}, SHIFT(2260), [5318] = {.count = 1, .reusable = true}, SHIFT(2261), [5320] = {.count = 1, .reusable = true}, SHIFT(2262), [5322] = {.count = 1, .reusable = true}, SHIFT(2263), [5324] = {.count = 1, .reusable = true}, SHIFT(2264), [5326] = {.count = 1, .reusable = true}, SHIFT(2265), [5328] = {.count = 1, .reusable = true}, SHIFT(2266), [5330] = {.count = 1, .reusable = true}, SHIFT(2267), [5332] = {.count = 1, .reusable = true}, SHIFT(2268), [5334] = {.count = 1, .reusable = true}, SHIFT(2269), [5336] = {.count = 1, .reusable = false}, SHIFT(2270), [5338] = {.count = 1, .reusable = true}, SHIFT(2270), [5340] = {.count = 1, .reusable = true}, SHIFT(2271), [5342] = {.count = 1, .reusable = false}, SHIFT(2272), [5344] = {.count = 1, .reusable = true}, SHIFT(2272), [5346] = {.count = 1, .reusable = true}, SHIFT(2273), [5348] = {.count = 1, .reusable = false}, SHIFT(2274), [5350] = {.count = 1, .reusable = true}, SHIFT(2274), [5352] = {.count = 1, .reusable = true}, SHIFT(2275), [5354] = {.count = 1, .reusable = true}, SHIFT(2276), [5356] = {.count = 1, .reusable = true}, SHIFT(2277), [5358] = {.count = 1, .reusable = true}, SHIFT(2278), [5360] = {.count = 1, .reusable = true}, SHIFT(2279), [5362] = {.count = 1, .reusable = true}, SHIFT(2280), [5364] = {.count = 1, .reusable = false}, SHIFT(2281), [5366] = {.count = 1, .reusable = true}, SHIFT(2282), [5368] = {.count = 1, .reusable = true}, SHIFT(2283), [5370] = {.count = 1, .reusable = true}, SHIFT(2284), [5372] = {.count = 1, .reusable = true}, SHIFT(2285), [5374] = {.count = 1, .reusable = true}, SHIFT(2286), [5376] = {.count = 1, .reusable = true}, SHIFT(2288), [5378] = {.count = 1, .reusable = true}, SHIFT(2290), [5380] = {.count = 1, .reusable = true}, SHIFT(2291), [5382] = {.count = 1, .reusable = true}, SHIFT(2293), [5384] = {.count = 1, .reusable = false}, SHIFT(2295), [5386] = {.count = 1, .reusable = true}, SHIFT(2086), [5388] = {.count = 1, .reusable = true}, SHIFT(2297), [5390] = {.count = 1, .reusable = true}, SHIFT(2298), [5392] = {.count = 1, .reusable = false}, SHIFT(2299), [5394] = {.count = 1, .reusable = false}, SHIFT(2297), [5396] = {.count = 1, .reusable = true}, SHIFT(2300), [5398] = {.count = 1, .reusable = true}, SHIFT(2301), [5400] = {.count = 1, .reusable = true}, SHIFT(2302), [5402] = {.count = 1, .reusable = false}, SHIFT(2303), [5404] = {.count = 1, .reusable = false}, SHIFT(2301), [5406] = {.count = 1, .reusable = true}, SHIFT(2312), [5408] = {.count = 1, .reusable = false}, SHIFT(2314), [5410] = {.count = 1, .reusable = true}, SHIFT(2097), [5412] = {.count = 1, .reusable = true}, SHIFT(2316), [5414] = {.count = 1, .reusable = true}, SHIFT(2317), [5416] = {.count = 1, .reusable = false}, SHIFT(2318), [5418] = {.count = 1, .reusable = false}, SHIFT(2316), [5420] = {.count = 1, .reusable = true}, SHIFT(2319), [5422] = {.count = 1, .reusable = true}, SHIFT(2320), [5424] = {.count = 1, .reusable = true}, SHIFT(2321), [5426] = {.count = 1, .reusable = false}, SHIFT(2322), [5428] = {.count = 1, .reusable = false}, SHIFT(2320), [5430] = {.count = 1, .reusable = true}, SHIFT(2331), [5432] = {.count = 1, .reusable = false}, SHIFT(2333), [5434] = {.count = 1, .reusable = true}, SHIFT(2334), [5436] = {.count = 1, .reusable = true}, SHIFT(2335), [5438] = {.count = 1, .reusable = false}, SHIFT(2337), [5440] = {.count = 1, .reusable = true}, SHIFT(2337), [5442] = {.count = 1, .reusable = true}, SHIFT(2336), [5444] = {.count = 1, .reusable = true}, SHIFT(2338), [5446] = {.count = 1, .reusable = true}, SHIFT(2339), [5448] = {.count = 1, .reusable = false}, SHIFT(2340), [5450] = {.count = 1, .reusable = false}, SHIFT(2339), [5452] = {.count = 1, .reusable = true}, SHIFT(2342), [5454] = {.count = 1, .reusable = false}, SHIFT(2344), [5456] = {.count = 1, .reusable = true}, SHIFT(2344), [5458] = {.count = 1, .reusable = true}, SHIFT(2343), [5460] = {.count = 1, .reusable = true}, SHIFT(2345), [5462] = {.count = 1, .reusable = false}, SHIFT(2347), [5464] = {.count = 1, .reusable = true}, SHIFT(2347), [5466] = {.count = 1, .reusable = true}, SHIFT(2346), [5468] = {.count = 1, .reusable = true}, SHIFT(2348), [5470] = {.count = 1, .reusable = true}, SHIFT(2349), [5472] = {.count = 1, .reusable = true}, SHIFT(2350), [5474] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 4, .alias_sequence_id = 1), [5476] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 4, .alias_sequence_id = 1), [5478] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 4, .alias_sequence_id = 1), [5480] = {.count = 1, .reusable = false}, SHIFT(2354), [5482] = {.count = 1, .reusable = true}, SHIFT(2354), [5484] = {.count = 1, .reusable = false}, SHIFT(2355), [5486] = {.count = 1, .reusable = false}, SHIFT(2356), [5488] = {.count = 1, .reusable = false}, SHIFT(2357), [5490] = {.count = 1, .reusable = true}, SHIFT(2358), [5492] = {.count = 1, .reusable = true}, SHIFT(2359), [5494] = {.count = 1, .reusable = false}, SHIFT(2360), [5496] = {.count = 1, .reusable = true}, SHIFT(2361), [5498] = {.count = 1, .reusable = true}, SHIFT(2362), [5500] = {.count = 1, .reusable = true}, SHIFT(2363), [5502] = {.count = 1, .reusable = true}, SHIFT(2364), [5504] = {.count = 1, .reusable = true}, SHIFT(2365), [5506] = {.count = 1, .reusable = true}, SHIFT(2366), [5508] = {.count = 1, .reusable = true}, SHIFT(2367), [5510] = {.count = 1, .reusable = false}, SHIFT(2371), [5512] = {.count = 1, .reusable = true}, SHIFT(2375), [5514] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 4), [5516] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 4), [5518] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 4), [5520] = {.count = 1, .reusable = false}, SHIFT(2378), [5522] = {.count = 1, .reusable = true}, SHIFT(2379), [5524] = {.count = 1, .reusable = true}, SHIFT(2382), [5526] = {.count = 1, .reusable = true}, SHIFT(2386), [5528] = {.count = 1, .reusable = true}, SHIFT(2387), [5530] = {.count = 1, .reusable = true}, SHIFT(2391), [5532] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 8, .alias_sequence_id = 21), [5534] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 8, .alias_sequence_id = 21), [5536] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 8, .alias_sequence_id = 22), [5538] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 8, .alias_sequence_id = 22), [5540] = {.count = 1, .reusable = true}, SHIFT(2392), [5542] = {.count = 1, .reusable = true}, SHIFT(2393), [5544] = {.count = 1, .reusable = true}, SHIFT(2394), [5546] = {.count = 1, .reusable = true}, SHIFT(2395), [5548] = {.count = 1, .reusable = false}, SHIFT(2396), [5550] = {.count = 1, .reusable = true}, SHIFT(2396), [5552] = {.count = 1, .reusable = true}, SHIFT(2397), [5554] = {.count = 1, .reusable = false}, SHIFT(2398), [5556] = {.count = 1, .reusable = true}, SHIFT(2398), [5558] = {.count = 1, .reusable = true}, SHIFT(2399), [5560] = {.count = 1, .reusable = false}, SHIFT(2400), [5562] = {.count = 1, .reusable = true}, SHIFT(2400), [5564] = {.count = 1, .reusable = true}, SHIFT(2401), [5566] = {.count = 1, .reusable = true}, SHIFT(2402), [5568] = {.count = 1, .reusable = true}, SHIFT(2403), [5570] = {.count = 1, .reusable = true}, SHIFT(2404), [5572] = {.count = 1, .reusable = true}, SHIFT(2405), [5574] = {.count = 1, .reusable = true}, SHIFT(2406), [5576] = {.count = 1, .reusable = true}, SHIFT(2407), [5578] = {.count = 1, .reusable = true}, SHIFT(2408), [5580] = {.count = 1, .reusable = true}, SHIFT(2409), [5582] = {.count = 1, .reusable = true}, SHIFT(2410), [5584] = {.count = 1, .reusable = true}, SHIFT(2411), [5586] = {.count = 1, .reusable = true}, SHIFT(2412), [5588] = {.count = 1, .reusable = true}, SHIFT(2413), [5590] = {.count = 1, .reusable = true}, SHIFT(2414), [5592] = {.count = 1, .reusable = true}, SHIFT(2415), [5594] = {.count = 1, .reusable = true}, SHIFT(2416), [5596] = {.count = 1, .reusable = true}, SHIFT(2417), [5598] = {.count = 1, .reusable = false}, SHIFT(2418), [5600] = {.count = 1, .reusable = true}, SHIFT(2418), [5602] = {.count = 1, .reusable = true}, SHIFT(2419), [5604] = {.count = 1, .reusable = false}, SHIFT(2420), [5606] = {.count = 1, .reusable = true}, SHIFT(2420), [5608] = {.count = 1, .reusable = true}, SHIFT(2421), [5610] = {.count = 1, .reusable = false}, SHIFT(2422), [5612] = {.count = 1, .reusable = true}, SHIFT(2422), [5614] = {.count = 1, .reusable = true}, SHIFT(2423), [5616] = {.count = 1, .reusable = true}, SHIFT(2424), [5618] = {.count = 1, .reusable = true}, SHIFT(2425), [5620] = {.count = 1, .reusable = true}, SHIFT(2426), [5622] = {.count = 1, .reusable = true}, SHIFT(2427), [5624] = {.count = 1, .reusable = true}, SHIFT(2428), [5626] = {.count = 1, .reusable = true}, SHIFT(2429), [5628] = {.count = 1, .reusable = true}, SHIFT(2430), [5630] = {.count = 1, .reusable = true}, SHIFT(2431), [5632] = {.count = 1, .reusable = true}, SHIFT(2433), [5634] = {.count = 1, .reusable = false}, SHIFT(2435), [5636] = {.count = 1, .reusable = true}, SHIFT(2437), [5638] = {.count = 1, .reusable = true}, SHIFT(2438), [5640] = {.count = 1, .reusable = false}, SHIFT(2439), [5642] = {.count = 1, .reusable = false}, SHIFT(2437), [5644] = {.count = 1, .reusable = true}, SHIFT(2440), [5646] = {.count = 1, .reusable = true}, SHIFT(2441), [5648] = {.count = 1, .reusable = true}, SHIFT(2442), [5650] = {.count = 1, .reusable = false}, SHIFT(2443), [5652] = {.count = 1, .reusable = false}, SHIFT(2441), [5654] = {.count = 1, .reusable = true}, SHIFT(2452), [5656] = {.count = 1, .reusable = true}, SHIFT(2453), [5658] = {.count = 1, .reusable = false}, SHIFT(2454), [5660] = {.count = 1, .reusable = true}, SHIFT(2456), [5662] = {.count = 1, .reusable = true}, SHIFT(2457), [5664] = {.count = 1, .reusable = true}, SHIFT(2458), [5666] = {.count = 1, .reusable = true}, SHIFT(2459), [5668] = {.count = 1, .reusable = true}, SHIFT(2089), [5670] = {.count = 1, .reusable = true}, SHIFT(2090), [5672] = {.count = 1, .reusable = true}, SHIFT(2091), [5674] = {.count = 1, .reusable = true}, SHIFT(2092), [5676] = {.count = 1, .reusable = true}, SHIFT(2460), [5678] = {.count = 1, .reusable = false}, SHIFT(2462), [5680] = {.count = 1, .reusable = true}, SHIFT(2463), [5682] = {.count = 1, .reusable = true}, SHIFT(2464), [5684] = {.count = 1, .reusable = false}, SHIFT(2466), [5686] = {.count = 1, .reusable = true}, SHIFT(2466), [5688] = {.count = 1, .reusable = true}, SHIFT(2465), [5690] = {.count = 1, .reusable = true}, SHIFT(2467), [5692] = {.count = 1, .reusable = true}, SHIFT(2468), [5694] = {.count = 1, .reusable = false}, SHIFT(2469), [5696] = {.count = 1, .reusable = false}, SHIFT(2468), [5698] = {.count = 1, .reusable = true}, SHIFT(2471), [5700] = {.count = 1, .reusable = false}, SHIFT(2473), [5702] = {.count = 1, .reusable = true}, SHIFT(2473), [5704] = {.count = 1, .reusable = true}, SHIFT(2472), [5706] = {.count = 1, .reusable = true}, SHIFT(2474), [5708] = {.count = 1, .reusable = false}, SHIFT(2476), [5710] = {.count = 1, .reusable = true}, SHIFT(2476), [5712] = {.count = 1, .reusable = true}, SHIFT(2475), [5714] = {.count = 1, .reusable = true}, SHIFT(2477), [5716] = {.count = 1, .reusable = true}, SHIFT(2478), [5718] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2084), [5721] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2085), [5724] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2086), [5727] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2087), [5730] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2088), [5733] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2089), [5736] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2090), [5739] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2091), [5742] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2092), [5745] = {.count = 2, .reusable = false}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2093), [5748] = {.count = 1, .reusable = true}, SHIFT(2479), [5750] = {.count = 1, .reusable = true}, SHIFT(2100), [5752] = {.count = 1, .reusable = true}, SHIFT(2101), [5754] = {.count = 1, .reusable = true}, SHIFT(2102), [5756] = {.count = 1, .reusable = true}, SHIFT(2103), [5758] = {.count = 1, .reusable = false}, SHIFT(2481), [5760] = {.count = 1, .reusable = true}, SHIFT(2482), [5762] = {.count = 1, .reusable = true}, SHIFT(2483), [5764] = {.count = 1, .reusable = false}, SHIFT(2485), [5766] = {.count = 1, .reusable = true}, SHIFT(2485), [5768] = {.count = 1, .reusable = true}, SHIFT(2484), [5770] = {.count = 1, .reusable = true}, SHIFT(2486), [5772] = {.count = 1, .reusable = true}, SHIFT(2487), [5774] = {.count = 1, .reusable = false}, SHIFT(2488), [5776] = {.count = 1, .reusable = false}, SHIFT(2487), [5778] = {.count = 1, .reusable = true}, SHIFT(2490), [5780] = {.count = 1, .reusable = false}, SHIFT(2492), [5782] = {.count = 1, .reusable = true}, SHIFT(2492), [5784] = {.count = 1, .reusable = true}, SHIFT(2491), [5786] = {.count = 1, .reusable = true}, SHIFT(2493), [5788] = {.count = 1, .reusable = false}, SHIFT(2495), [5790] = {.count = 1, .reusable = true}, SHIFT(2495), [5792] = {.count = 1, .reusable = true}, SHIFT(2494), [5794] = {.count = 1, .reusable = true}, SHIFT(2496), [5796] = {.count = 1, .reusable = true}, SHIFT(2497), [5798] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2096), [5801] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2097), [5804] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2098), [5807] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2099), [5810] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2100), [5813] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2101), [5816] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2102), [5819] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2103), [5822] = {.count = 2, .reusable = false}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2104), [5825] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2106), [5828] = {.count = 1, .reusable = true}, SHIFT(2498), [5830] = {.count = 1, .reusable = false}, SHIFT(2499), [5832] = {.count = 1, .reusable = true}, SHIFT(2500), [5834] = {.count = 1, .reusable = true}, SHIFT(2502), [5836] = {.count = 1, .reusable = true}, SHIFT(2503), [5838] = {.count = 1, .reusable = true}, SHIFT(2504), [5840] = {.count = 1, .reusable = true}, SHIFT(2505), [5842] = {.count = 1, .reusable = false}, SHIFT(2507), [5844] = {.count = 1, .reusable = true}, SHIFT(2507), [5846] = {.count = 1, .reusable = true}, SHIFT(2506), [5848] = {.count = 1, .reusable = true}, SHIFT(2508), [5850] = {.count = 1, .reusable = false}, SHIFT(2510), [5852] = {.count = 1, .reusable = true}, SHIFT(2510), [5854] = {.count = 1, .reusable = true}, SHIFT(2509), [5856] = {.count = 1, .reusable = false}, SHIFT(2512), [5858] = {.count = 1, .reusable = true}, SHIFT(2512), [5860] = {.count = 1, .reusable = true}, SHIFT(2511), [5862] = {.count = 1, .reusable = true}, SHIFT(2513), [5864] = {.count = 1, .reusable = true}, SHIFT(2514), [5866] = {.count = 1, .reusable = true}, SHIFT(2515), [5868] = {.count = 1, .reusable = true}, SHIFT(2517), [5870] = {.count = 1, .reusable = true}, SHIFT(2518), [5872] = {.count = 1, .reusable = true}, SHIFT(2519), [5874] = {.count = 1, .reusable = false}, SHIFT(2521), [5876] = {.count = 1, .reusable = true}, SHIFT(2523), [5878] = {.count = 1, .reusable = true}, SHIFT(2524), [5880] = {.count = 1, .reusable = false}, SHIFT(2525), [5882] = {.count = 1, .reusable = false}, SHIFT(2523), [5884] = {.count = 1, .reusable = true}, SHIFT(2526), [5886] = {.count = 1, .reusable = true}, SHIFT(2527), [5888] = {.count = 1, .reusable = true}, SHIFT(2528), [5890] = {.count = 1, .reusable = false}, SHIFT(2529), [5892] = {.count = 1, .reusable = false}, SHIFT(2527), [5894] = {.count = 2, .reusable = true}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(2129), [5897] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(2131), [5900] = {.count = 2, .reusable = false}, REDUCE(aux_sym_while_statement_repeat1, 2), SHIFT_REPEAT(2132), [5903] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(2130), [5906] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(2133), [5909] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1803), [5912] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1804), [5915] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(2134), [5918] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1806), [5921] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1807), [5924] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1808), [5927] = {.count = 2, .reusable = false}, REDUCE(aux_sym_command_repeat2, 2), SHIFT_REPEAT(1809), [5930] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 5, .alias_sequence_id = 1), [5932] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 5, .alias_sequence_id = 1), [5934] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 5, .alias_sequence_id = 1), [5936] = {.count = 1, .reusable = false}, SHIFT(2538), [5938] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 5), [5940] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 5), [5942] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 5), [5944] = {.count = 1, .reusable = false}, SHIFT(2539), [5946] = {.count = 1, .reusable = false}, SHIFT(2540), [5948] = {.count = 1, .reusable = true}, SHIFT(2541), [5950] = {.count = 1, .reusable = false}, SHIFT(2546), [5952] = {.count = 1, .reusable = true}, SHIFT(2547), [5954] = {.count = 1, .reusable = true}, SHIFT(2551), [5956] = {.count = 1, .reusable = true}, SHIFT(2552), [5958] = {.count = 1, .reusable = true}, SHIFT(2553), [5960] = {.count = 1, .reusable = true}, SHIFT(2554), [5962] = {.count = 1, .reusable = true}, SHIFT(2555), [5964] = {.count = 1, .reusable = true}, SHIFT(2556), [5966] = {.count = 1, .reusable = true}, SHIFT(2557), [5968] = {.count = 1, .reusable = true}, SHIFT(2558), [5970] = {.count = 1, .reusable = false}, SHIFT(2560), [5972] = {.count = 1, .reusable = true}, SHIFT(2561), [5974] = {.count = 1, .reusable = true}, SHIFT(2562), [5976] = {.count = 1, .reusable = false}, SHIFT(2564), [5978] = {.count = 1, .reusable = true}, SHIFT(2564), [5980] = {.count = 1, .reusable = true}, SHIFT(2563), [5982] = {.count = 1, .reusable = true}, SHIFT(2565), [5984] = {.count = 1, .reusable = true}, SHIFT(2566), [5986] = {.count = 1, .reusable = false}, SHIFT(2567), [5988] = {.count = 1, .reusable = false}, SHIFT(2566), [5990] = {.count = 1, .reusable = true}, SHIFT(2569), [5992] = {.count = 1, .reusable = false}, SHIFT(2571), [5994] = {.count = 1, .reusable = true}, SHIFT(2571), [5996] = {.count = 1, .reusable = true}, SHIFT(2570), [5998] = {.count = 1, .reusable = true}, SHIFT(2572), [6000] = {.count = 1, .reusable = false}, SHIFT(2574), [6002] = {.count = 1, .reusable = true}, SHIFT(2574), [6004] = {.count = 1, .reusable = true}, SHIFT(2573), [6006] = {.count = 1, .reusable = true}, SHIFT(2575), [6008] = {.count = 1, .reusable = true}, SHIFT(2576), [6010] = {.count = 1, .reusable = false}, SHIFT(2578), [6012] = {.count = 1, .reusable = true}, SHIFT(2578), [6014] = {.count = 1, .reusable = true}, SHIFT(2579), [6016] = {.count = 1, .reusable = true}, SHIFT(2580), [6018] = {.count = 1, .reusable = false}, SHIFT(2581), [6020] = {.count = 1, .reusable = true}, SHIFT(2582), [6022] = {.count = 1, .reusable = true}, SHIFT(2583), [6024] = {.count = 1, .reusable = true}, SHIFT(2584), [6026] = {.count = 1, .reusable = true}, SHIFT(2585), [6028] = {.count = 1, .reusable = true}, SHIFT(2586), [6030] = {.count = 1, .reusable = true}, SHIFT(2587), [6032] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2293), [6035] = {.count = 1, .reusable = true}, SHIFT(2589), [6037] = {.count = 1, .reusable = false}, SHIFT(2590), [6039] = {.count = 1, .reusable = true}, SHIFT(2591), [6041] = {.count = 1, .reusable = true}, SHIFT(2593), [6043] = {.count = 1, .reusable = true}, SHIFT(2594), [6045] = {.count = 1, .reusable = true}, SHIFT(2595), [6047] = {.count = 1, .reusable = true}, SHIFT(2596), [6049] = {.count = 1, .reusable = false}, SHIFT(2598), [6051] = {.count = 1, .reusable = true}, SHIFT(2598), [6053] = {.count = 1, .reusable = true}, SHIFT(2597), [6055] = {.count = 1, .reusable = true}, SHIFT(2599), [6057] = {.count = 1, .reusable = false}, SHIFT(2601), [6059] = {.count = 1, .reusable = true}, SHIFT(2601), [6061] = {.count = 1, .reusable = true}, SHIFT(2600), [6063] = {.count = 1, .reusable = false}, SHIFT(2603), [6065] = {.count = 1, .reusable = true}, SHIFT(2603), [6067] = {.count = 1, .reusable = true}, SHIFT(2602), [6069] = {.count = 1, .reusable = true}, SHIFT(2604), [6071] = {.count = 1, .reusable = true}, SHIFT(2605), [6073] = {.count = 1, .reusable = true}, SHIFT(2606), [6075] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2312), [6078] = {.count = 1, .reusable = true}, SHIFT(2607), [6080] = {.count = 1, .reusable = false}, SHIFT(2608), [6082] = {.count = 1, .reusable = true}, SHIFT(2609), [6084] = {.count = 1, .reusable = true}, SHIFT(2611), [6086] = {.count = 1, .reusable = true}, SHIFT(2612), [6088] = {.count = 1, .reusable = true}, SHIFT(2613), [6090] = {.count = 1, .reusable = true}, SHIFT(2614), [6092] = {.count = 1, .reusable = false}, SHIFT(2616), [6094] = {.count = 1, .reusable = true}, SHIFT(2616), [6096] = {.count = 1, .reusable = true}, SHIFT(2615), [6098] = {.count = 1, .reusable = true}, SHIFT(2617), [6100] = {.count = 1, .reusable = false}, SHIFT(2619), [6102] = {.count = 1, .reusable = true}, SHIFT(2619), [6104] = {.count = 1, .reusable = true}, SHIFT(2618), [6106] = {.count = 1, .reusable = false}, SHIFT(2621), [6108] = {.count = 1, .reusable = true}, SHIFT(2621), [6110] = {.count = 1, .reusable = true}, SHIFT(2620), [6112] = {.count = 1, .reusable = true}, SHIFT(2622), [6114] = {.count = 1, .reusable = true}, SHIFT(2623), [6116] = {.count = 1, .reusable = true}, SHIFT(2624), [6118] = {.count = 1, .reusable = true}, SHIFT(2625), [6120] = {.count = 1, .reusable = true}, SHIFT(2626), [6122] = {.count = 1, .reusable = true}, SHIFT(2627), [6124] = {.count = 1, .reusable = false}, SHIFT(2628), [6126] = {.count = 1, .reusable = true}, SHIFT(2628), [6128] = {.count = 1, .reusable = false}, SHIFT(2629), [6130] = {.count = 1, .reusable = true}, SHIFT(2630), [6132] = {.count = 1, .reusable = true}, SHIFT(2632), [6134] = {.count = 1, .reusable = true}, SHIFT(2633), [6136] = {.count = 1, .reusable = true}, SHIFT(2634), [6138] = {.count = 1, .reusable = true}, SHIFT(2635), [6140] = {.count = 1, .reusable = true}, SHIFT(2636), [6142] = {.count = 1, .reusable = true}, SHIFT(2637), [6144] = {.count = 1, .reusable = false}, SHIFT(2638), [6146] = {.count = 1, .reusable = true}, SHIFT(2638), [6148] = {.count = 1, .reusable = true}, SHIFT(2639), [6150] = {.count = 1, .reusable = false}, SHIFT(2640), [6152] = {.count = 1, .reusable = true}, SHIFT(2640), [6154] = {.count = 1, .reusable = true}, SHIFT(2641), [6156] = {.count = 1, .reusable = false}, SHIFT(2643), [6158] = {.count = 1, .reusable = true}, SHIFT(2644), [6160] = {.count = 1, .reusable = true}, SHIFT(2645), [6162] = {.count = 1, .reusable = false}, SHIFT(2647), [6164] = {.count = 1, .reusable = true}, SHIFT(2647), [6166] = {.count = 1, .reusable = true}, SHIFT(2646), [6168] = {.count = 1, .reusable = true}, SHIFT(2648), [6170] = {.count = 1, .reusable = true}, SHIFT(2649), [6172] = {.count = 1, .reusable = false}, SHIFT(2650), [6174] = {.count = 1, .reusable = false}, SHIFT(2649), [6176] = {.count = 1, .reusable = true}, SHIFT(2652), [6178] = {.count = 1, .reusable = false}, SHIFT(2654), [6180] = {.count = 1, .reusable = true}, SHIFT(2654), [6182] = {.count = 1, .reusable = true}, SHIFT(2653), [6184] = {.count = 1, .reusable = true}, SHIFT(2655), [6186] = {.count = 1, .reusable = false}, SHIFT(2657), [6188] = {.count = 1, .reusable = true}, SHIFT(2657), [6190] = {.count = 1, .reusable = true}, SHIFT(2656), [6192] = {.count = 1, .reusable = true}, SHIFT(2658), [6194] = {.count = 1, .reusable = true}, SHIFT(2659), [6196] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 6, .alias_sequence_id = 1), [6198] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 6, .alias_sequence_id = 1), [6200] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 6, .alias_sequence_id = 1), [6202] = {.count = 1, .reusable = false}, REDUCE(sym_last_case_item, 6), [6204] = {.count = 1, .reusable = false}, REDUCE(sym_case_item, 6), [6206] = {.count = 1, .reusable = true}, REDUCE(sym_case_item, 6), [6208] = {.count = 1, .reusable = false}, SHIFT(2660), [6210] = {.count = 1, .reusable = true}, SHIFT(2661), [6212] = {.count = 1, .reusable = false}, SHIFT(2664), [6214] = {.count = 1, .reusable = true}, SHIFT(2665), [6216] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2433), [6219] = {.count = 1, .reusable = true}, SHIFT(2668), [6221] = {.count = 1, .reusable = false}, SHIFT(2669), [6223] = {.count = 1, .reusable = true}, SHIFT(2670), [6225] = {.count = 1, .reusable = true}, SHIFT(2672), [6227] = {.count = 1, .reusable = true}, SHIFT(2673), [6229] = {.count = 1, .reusable = true}, SHIFT(2674), [6231] = {.count = 1, .reusable = true}, SHIFT(2675), [6233] = {.count = 1, .reusable = false}, SHIFT(2677), [6235] = {.count = 1, .reusable = true}, SHIFT(2677), [6237] = {.count = 1, .reusable = true}, SHIFT(2676), [6239] = {.count = 1, .reusable = true}, SHIFT(2678), [6241] = {.count = 1, .reusable = false}, SHIFT(2680), [6243] = {.count = 1, .reusable = true}, SHIFT(2680), [6245] = {.count = 1, .reusable = true}, SHIFT(2679), [6247] = {.count = 1, .reusable = false}, SHIFT(2682), [6249] = {.count = 1, .reusable = true}, SHIFT(2682), [6251] = {.count = 1, .reusable = true}, SHIFT(2681), [6253] = {.count = 1, .reusable = true}, SHIFT(2683), [6255] = {.count = 1, .reusable = true}, SHIFT(2684), [6257] = {.count = 1, .reusable = true}, SHIFT(2685), [6259] = {.count = 1, .reusable = true}, SHIFT(2686), [6261] = {.count = 1, .reusable = true}, SHIFT(2687), [6263] = {.count = 1, .reusable = true}, SHIFT(2688), [6265] = {.count = 1, .reusable = false}, SHIFT(2690), [6267] = {.count = 1, .reusable = true}, SHIFT(2692), [6269] = {.count = 1, .reusable = true}, SHIFT(2693), [6271] = {.count = 1, .reusable = false}, SHIFT(2694), [6273] = {.count = 1, .reusable = false}, SHIFT(2692), [6275] = {.count = 1, .reusable = true}, SHIFT(2695), [6277] = {.count = 1, .reusable = true}, SHIFT(2696), [6279] = {.count = 1, .reusable = true}, SHIFT(2697), [6281] = {.count = 1, .reusable = false}, SHIFT(2698), [6283] = {.count = 1, .reusable = false}, SHIFT(2696), [6285] = {.count = 1, .reusable = true}, SHIFT(2706), [6287] = {.count = 1, .reusable = true}, SHIFT(2707), [6289] = {.count = 1, .reusable = true}, SHIFT(2708), [6291] = {.count = 1, .reusable = true}, SHIFT(2709), [6293] = {.count = 1, .reusable = false}, SHIFT(2710), [6295] = {.count = 1, .reusable = true}, SHIFT(2710), [6297] = {.count = 1, .reusable = false}, SHIFT(2711), [6299] = {.count = 1, .reusable = true}, SHIFT(2712), [6301] = {.count = 1, .reusable = true}, SHIFT(2714), [6303] = {.count = 1, .reusable = true}, SHIFT(2715), [6305] = {.count = 1, .reusable = true}, SHIFT(2716), [6307] = {.count = 1, .reusable = true}, SHIFT(2717), [6309] = {.count = 1, .reusable = true}, SHIFT(2718), [6311] = {.count = 1, .reusable = true}, SHIFT(2719), [6313] = {.count = 1, .reusable = false}, SHIFT(2720), [6315] = {.count = 1, .reusable = true}, SHIFT(2720), [6317] = {.count = 1, .reusable = true}, SHIFT(2721), [6319] = {.count = 1, .reusable = false}, SHIFT(2722), [6321] = {.count = 1, .reusable = true}, SHIFT(2722), [6323] = {.count = 1, .reusable = true}, SHIFT(2723), [6325] = {.count = 1, .reusable = true}, SHIFT(2724), [6327] = {.count = 1, .reusable = true}, SHIFT(2725), [6329] = {.count = 1, .reusable = false}, SHIFT(2726), [6331] = {.count = 1, .reusable = true}, SHIFT(2726), [6333] = {.count = 1, .reusable = false}, SHIFT(2727), [6335] = {.count = 1, .reusable = true}, SHIFT(2728), [6337] = {.count = 1, .reusable = true}, SHIFT(2730), [6339] = {.count = 1, .reusable = true}, SHIFT(2731), [6341] = {.count = 1, .reusable = true}, SHIFT(2732), [6343] = {.count = 1, .reusable = true}, SHIFT(2733), [6345] = {.count = 1, .reusable = true}, SHIFT(2734), [6347] = {.count = 1, .reusable = true}, SHIFT(2735), [6349] = {.count = 1, .reusable = false}, SHIFT(2736), [6351] = {.count = 1, .reusable = true}, SHIFT(2736), [6353] = {.count = 1, .reusable = true}, SHIFT(2737), [6355] = {.count = 1, .reusable = false}, SHIFT(2738), [6357] = {.count = 1, .reusable = true}, SHIFT(2738), [6359] = {.count = 1, .reusable = true}, SHIFT(2739), [6361] = {.count = 1, .reusable = true}, SHIFT(2740), [6363] = {.count = 1, .reusable = true}, SHIFT(2741), [6365] = {.count = 1, .reusable = true}, SHIFT(2742), [6367] = {.count = 1, .reusable = false}, SHIFT(2743), [6369] = {.count = 1, .reusable = true}, SHIFT(2743), [6371] = {.count = 1, .reusable = true}, SHIFT(2744), [6373] = {.count = 1, .reusable = false}, SHIFT(2745), [6375] = {.count = 1, .reusable = true}, SHIFT(2745), [6377] = {.count = 1, .reusable = true}, SHIFT(2746), [6379] = {.count = 1, .reusable = false}, SHIFT(2747), [6381] = {.count = 1, .reusable = true}, SHIFT(2747), [6383] = {.count = 1, .reusable = true}, SHIFT(2748), [6385] = {.count = 1, .reusable = true}, SHIFT(2749), [6387] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2519), [6390] = {.count = 1, .reusable = true}, SHIFT(2750), [6392] = {.count = 1, .reusable = false}, SHIFT(2751), [6394] = {.count = 1, .reusable = true}, SHIFT(2752), [6396] = {.count = 1, .reusable = true}, SHIFT(2754), [6398] = {.count = 1, .reusable = true}, SHIFT(2755), [6400] = {.count = 1, .reusable = true}, SHIFT(2756), [6402] = {.count = 1, .reusable = true}, SHIFT(2757), [6404] = {.count = 1, .reusable = false}, SHIFT(2759), [6406] = {.count = 1, .reusable = true}, SHIFT(2759), [6408] = {.count = 1, .reusable = true}, SHIFT(2758), [6410] = {.count = 1, .reusable = true}, SHIFT(2760), [6412] = {.count = 1, .reusable = false}, SHIFT(2762), [6414] = {.count = 1, .reusable = true}, SHIFT(2762), [6416] = {.count = 1, .reusable = true}, SHIFT(2761), [6418] = {.count = 1, .reusable = false}, SHIFT(2764), [6420] = {.count = 1, .reusable = true}, SHIFT(2764), [6422] = {.count = 1, .reusable = true}, SHIFT(2763), [6424] = {.count = 1, .reusable = true}, SHIFT(2765), [6426] = {.count = 1, .reusable = true}, SHIFT(2766), [6428] = {.count = 1, .reusable = true}, SHIFT(2767), [6430] = {.count = 1, .reusable = false}, SHIFT(2768), [6432] = {.count = 1, .reusable = false}, SHIFT(2769), [6434] = {.count = 1, .reusable = true}, SHIFT(2770), [6436] = {.count = 1, .reusable = true}, SHIFT(2771), [6438] = {.count = 1, .reusable = true}, SHIFT(2772), [6440] = {.count = 1, .reusable = false}, SHIFT(2773), [6442] = {.count = 1, .reusable = true}, SHIFT(2773), [6444] = {.count = 1, .reusable = false}, SHIFT(2774), [6446] = {.count = 1, .reusable = true}, SHIFT(2775), [6448] = {.count = 1, .reusable = true}, SHIFT(2777), [6450] = {.count = 1, .reusable = true}, SHIFT(2778), [6452] = {.count = 1, .reusable = true}, SHIFT(2779), [6454] = {.count = 1, .reusable = true}, SHIFT(2780), [6456] = {.count = 1, .reusable = true}, SHIFT(2781), [6458] = {.count = 1, .reusable = true}, SHIFT(2782), [6460] = {.count = 1, .reusable = false}, SHIFT(2783), [6462] = {.count = 1, .reusable = true}, SHIFT(2783), [6464] = {.count = 1, .reusable = true}, SHIFT(2784), [6466] = {.count = 1, .reusable = false}, SHIFT(2785), [6468] = {.count = 1, .reusable = true}, SHIFT(2785), [6470] = {.count = 1, .reusable = true}, SHIFT(2786), [6472] = {.count = 1, .reusable = false}, SHIFT(2788), [6474] = {.count = 1, .reusable = true}, SHIFT(2789), [6476] = {.count = 1, .reusable = true}, SHIFT(2790), [6478] = {.count = 1, .reusable = false}, SHIFT(2792), [6480] = {.count = 1, .reusable = true}, SHIFT(2792), [6482] = {.count = 1, .reusable = true}, SHIFT(2791), [6484] = {.count = 1, .reusable = true}, SHIFT(2793), [6486] = {.count = 1, .reusable = true}, SHIFT(2794), [6488] = {.count = 1, .reusable = false}, SHIFT(2795), [6490] = {.count = 1, .reusable = false}, SHIFT(2794), [6492] = {.count = 1, .reusable = true}, SHIFT(2797), [6494] = {.count = 1, .reusable = false}, SHIFT(2799), [6496] = {.count = 1, .reusable = true}, SHIFT(2799), [6498] = {.count = 1, .reusable = true}, SHIFT(2798), [6500] = {.count = 1, .reusable = true}, SHIFT(2800), [6502] = {.count = 1, .reusable = false}, SHIFT(2802), [6504] = {.count = 1, .reusable = true}, SHIFT(2802), [6506] = {.count = 1, .reusable = true}, SHIFT(2801), [6508] = {.count = 1, .reusable = true}, SHIFT(2803), [6510] = {.count = 1, .reusable = true}, SHIFT(2804), [6512] = {.count = 1, .reusable = true}, SHIFT(2805), [6514] = {.count = 1, .reusable = true}, SHIFT(2806), [6516] = {.count = 1, .reusable = true}, SHIFT(2807), [6518] = {.count = 1, .reusable = true}, SHIFT(2808), [6520] = {.count = 1, .reusable = false}, SHIFT(2809), [6522] = {.count = 1, .reusable = true}, SHIFT(2809), [6524] = {.count = 1, .reusable = true}, SHIFT(2810), [6526] = {.count = 1, .reusable = false}, SHIFT(2811), [6528] = {.count = 1, .reusable = true}, SHIFT(2811), [6530] = {.count = 1, .reusable = true}, SHIFT(2812), [6532] = {.count = 1, .reusable = false}, SHIFT(2813), [6534] = {.count = 1, .reusable = true}, SHIFT(2813), [6536] = {.count = 1, .reusable = true}, SHIFT(2814), [6538] = {.count = 1, .reusable = true}, SHIFT(2815), [6540] = {.count = 1, .reusable = true}, SHIFT(2816), [6542] = {.count = 1, .reusable = true}, SHIFT(2817), [6544] = {.count = 1, .reusable = true}, SHIFT(2818), [6546] = {.count = 1, .reusable = true}, SHIFT(2819), [6548] = {.count = 1, .reusable = false}, SHIFT(2820), [6550] = {.count = 1, .reusable = true}, SHIFT(2820), [6552] = {.count = 1, .reusable = true}, SHIFT(2821), [6554] = {.count = 1, .reusable = false}, SHIFT(2822), [6556] = {.count = 1, .reusable = true}, SHIFT(2822), [6558] = {.count = 1, .reusable = true}, SHIFT(2823), [6560] = {.count = 1, .reusable = false}, SHIFT(2824), [6562] = {.count = 1, .reusable = true}, SHIFT(2824), [6564] = {.count = 1, .reusable = true}, SHIFT(2825), [6566] = {.count = 1, .reusable = true}, SHIFT(2826), [6568] = {.count = 1, .reusable = true}, SHIFT(2827), [6570] = {.count = 1, .reusable = true}, SHIFT(2828), [6572] = {.count = 1, .reusable = true}, SHIFT(2829), [6574] = {.count = 1, .reusable = true}, SHIFT(2830), [6576] = {.count = 1, .reusable = true}, SHIFT(2831), [6578] = {.count = 1, .reusable = true}, SHIFT(2832), [6580] = {.count = 1, .reusable = false}, SHIFT(2833), [6582] = {.count = 1, .reusable = true}, SHIFT(2833), [6584] = {.count = 1, .reusable = false}, SHIFT(2834), [6586] = {.count = 1, .reusable = true}, SHIFT(2835), [6588] = {.count = 1, .reusable = true}, SHIFT(2837), [6590] = {.count = 1, .reusable = true}, SHIFT(2838), [6592] = {.count = 1, .reusable = true}, SHIFT(2839), [6594] = {.count = 1, .reusable = true}, SHIFT(2840), [6596] = {.count = 1, .reusable = true}, SHIFT(2841), [6598] = {.count = 1, .reusable = true}, SHIFT(2842), [6600] = {.count = 1, .reusable = false}, SHIFT(2843), [6602] = {.count = 1, .reusable = true}, SHIFT(2843), [6604] = {.count = 1, .reusable = true}, SHIFT(2844), [6606] = {.count = 1, .reusable = false}, SHIFT(2845), [6608] = {.count = 1, .reusable = true}, SHIFT(2845), [6610] = {.count = 1, .reusable = true}, SHIFT(2846), [6612] = {.count = 1, .reusable = true}, SHIFT(2847), [6614] = {.count = 1, .reusable = true}, SHIFT(2848), [6616] = {.count = 1, .reusable = true}, SHIFT(2849), [6618] = {.count = 1, .reusable = false}, SHIFT(2850), [6620] = {.count = 1, .reusable = true}, SHIFT(2850), [6622] = {.count = 1, .reusable = true}, SHIFT(2851), [6624] = {.count = 1, .reusable = false}, SHIFT(2852), [6626] = {.count = 1, .reusable = true}, SHIFT(2852), [6628] = {.count = 1, .reusable = true}, SHIFT(2853), [6630] = {.count = 1, .reusable = false}, SHIFT(2854), [6632] = {.count = 1, .reusable = true}, SHIFT(2854), [6634] = {.count = 1, .reusable = true}, SHIFT(2855), [6636] = {.count = 1, .reusable = true}, SHIFT(2856), [6638] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2688), [6641] = {.count = 1, .reusable = true}, SHIFT(2857), [6643] = {.count = 1, .reusable = false}, SHIFT(2858), [6645] = {.count = 1, .reusable = true}, SHIFT(2859), [6647] = {.count = 1, .reusable = true}, SHIFT(2861), [6649] = {.count = 1, .reusable = true}, SHIFT(2862), [6651] = {.count = 1, .reusable = true}, SHIFT(2863), [6653] = {.count = 1, .reusable = true}, SHIFT(2864), [6655] = {.count = 1, .reusable = false}, SHIFT(2866), [6657] = {.count = 1, .reusable = true}, SHIFT(2866), [6659] = {.count = 1, .reusable = true}, SHIFT(2865), [6661] = {.count = 1, .reusable = true}, SHIFT(2867), [6663] = {.count = 1, .reusable = false}, SHIFT(2869), [6665] = {.count = 1, .reusable = true}, SHIFT(2869), [6667] = {.count = 1, .reusable = true}, SHIFT(2868), [6669] = {.count = 1, .reusable = false}, SHIFT(2871), [6671] = {.count = 1, .reusable = true}, SHIFT(2871), [6673] = {.count = 1, .reusable = true}, SHIFT(2870), [6675] = {.count = 1, .reusable = true}, SHIFT(2872), [6677] = {.count = 1, .reusable = true}, SHIFT(2873), [6679] = {.count = 1, .reusable = true}, SHIFT(2874), [6681] = {.count = 1, .reusable = true}, SHIFT(2875), [6683] = {.count = 1, .reusable = true}, SHIFT(2876), [6685] = {.count = 1, .reusable = true}, SHIFT(2877), [6687] = {.count = 1, .reusable = true}, SHIFT(2878), [6689] = {.count = 1, .reusable = true}, SHIFT(2879), [6691] = {.count = 1, .reusable = true}, SHIFT(2880), [6693] = {.count = 1, .reusable = true}, SHIFT(2881), [6695] = {.count = 1, .reusable = true}, SHIFT(2882), [6697] = {.count = 1, .reusable = true}, SHIFT(2883), [6699] = {.count = 1, .reusable = true}, SHIFT(2884), [6701] = {.count = 1, .reusable = false}, SHIFT(2885), [6703] = {.count = 1, .reusable = true}, SHIFT(2885), [6705] = {.count = 1, .reusable = true}, SHIFT(2886), [6707] = {.count = 1, .reusable = false}, SHIFT(2887), [6709] = {.count = 1, .reusable = true}, SHIFT(2887), [6711] = {.count = 1, .reusable = true}, SHIFT(2888), [6713] = {.count = 1, .reusable = false}, SHIFT(2889), [6715] = {.count = 1, .reusable = true}, SHIFT(2889), [6717] = {.count = 1, .reusable = true}, SHIFT(2890), [6719] = {.count = 1, .reusable = true}, SHIFT(2891), [6721] = {.count = 1, .reusable = true}, SHIFT(2892), [6723] = {.count = 1, .reusable = true}, SHIFT(2893), [6725] = {.count = 1, .reusable = true}, SHIFT(2894), [6727] = {.count = 1, .reusable = true}, SHIFT(2895), [6729] = {.count = 1, .reusable = true}, SHIFT(2896), [6731] = {.count = 1, .reusable = true}, SHIFT(2897), [6733] = {.count = 1, .reusable = false}, SHIFT(2898), [6735] = {.count = 1, .reusable = true}, SHIFT(2898), [6737] = {.count = 1, .reusable = false}, SHIFT(2899), [6739] = {.count = 1, .reusable = true}, SHIFT(2900), [6741] = {.count = 1, .reusable = true}, SHIFT(2902), [6743] = {.count = 1, .reusable = true}, SHIFT(2903), [6745] = {.count = 1, .reusable = true}, SHIFT(2904), [6747] = {.count = 1, .reusable = true}, SHIFT(2905), [6749] = {.count = 1, .reusable = true}, SHIFT(2906), [6751] = {.count = 1, .reusable = true}, SHIFT(2907), [6753] = {.count = 1, .reusable = false}, SHIFT(2908), [6755] = {.count = 1, .reusable = true}, SHIFT(2908), [6757] = {.count = 1, .reusable = true}, SHIFT(2909), [6759] = {.count = 1, .reusable = false}, SHIFT(2910), [6761] = {.count = 1, .reusable = true}, SHIFT(2910), [6763] = {.count = 1, .reusable = true}, SHIFT(2911), [6765] = {.count = 1, .reusable = true}, SHIFT(2912), [6767] = {.count = 1, .reusable = true}, SHIFT(2913), [6769] = {.count = 1, .reusable = true}, SHIFT(2914), [6771] = {.count = 1, .reusable = true}, SHIFT(2915), [6773] = {.count = 1, .reusable = true}, SHIFT(2916), [6775] = {.count = 1, .reusable = true}, SHIFT(2917), [6777] = {.count = 1, .reusable = false}, SHIFT(2918), [6779] = {.count = 1, .reusable = true}, SHIFT(2918), [6781] = {.count = 1, .reusable = true}, SHIFT(2919), [6783] = {.count = 1, .reusable = false}, SHIFT(2920), [6785] = {.count = 1, .reusable = true}, SHIFT(2920), [6787] = {.count = 1, .reusable = true}, SHIFT(2921), [6789] = {.count = 1, .reusable = false}, SHIFT(2922), [6791] = {.count = 1, .reusable = true}, SHIFT(2922), [6793] = {.count = 1, .reusable = true}, SHIFT(2923), [6795] = {.count = 1, .reusable = true}, SHIFT(2924), [6797] = {.count = 1, .reusable = true}, SHIFT(2925), [6799] = {.count = 1, .reusable = true}, SHIFT(2926), [6801] = {.count = 1, .reusable = true}, SHIFT(2927), }; void *tree_sitter_bash_external_scanner_create(); void tree_sitter_bash_external_scanner_destroy(void *); bool tree_sitter_bash_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_bash_external_scanner_serialize(void *, char *); void tree_sitter_bash_external_scanner_deserialize(void *, const char *, unsigned); #ifdef _WIN32 #define extern __declspec(dllexport) #endif extern const TSLanguage *tree_sitter_bash() { static TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .symbol_metadata = ts_symbol_metadata, .parse_table = (const unsigned short *)ts_parse_table, .parse_actions = ts_parse_actions, .lex_modes = ts_lex_modes, .symbol_names = ts_symbol_names, .alias_sequences = (const TSSymbol *)ts_alias_sequences, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .lex_fn = ts_lex, .external_token_count = EXTERNAL_TOKEN_COUNT, .external_scanner = { (const bool *)ts_external_scanner_states, ts_external_scanner_symbol_map, tree_sitter_bash_external_scanner_create, tree_sitter_bash_external_scanner_destroy, tree_sitter_bash_external_scanner_scan, tree_sitter_bash_external_scanner_serialize, tree_sitter_bash_external_scanner_deserialize, }, }; return &language; }